/* ------JeLoueMonSiteWeb.Com------ */

/* ----- COMMUN ----- */

/*
Couleur 1 : #4485F5;
Couleur 2 : N/A;

Typo 1 : Montserrat;
Typo 2: N/A;

*/


/* ----- FONTS ----- */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('./fonts/woff2/montserrat_regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/ttf/montserrat_regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('./fonts/woff2/montserrat_medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/ttf/montserrat_medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('./fonts/woff2/montserrat_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/ttf/montserrat_bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('./fonts/woff2/montserrat_extrabold.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/ttf/montserrat_extrabold.ttf') format('truetype'); /* Safari, Android, iOS */
}


/* ----- GENERAL ----- */

body  {
	background: #FFF;
	font-family: 'Montserrat';
	margin: 0;
	padding: 0;
}

a {
	color: #f2646e;
}
 
p {
	color: #4485F5;
	font-family: 'Montserrat';
	font-size: 15px;
	margin: 20px 0;
}

button { 
	background: #f5a04c;
	border-radius: 12px;
	border: #f5a04c;
	box-shadow: 0 3px 15px rgba(0,0,0,0.16);
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	padding: 12px 45px;
	margin-top: 10px;
	text-decoration: none;
}

.cta_contact {
	background-color: #f2646e;
	display: block;
	margin-top: 40px;
	padding: 13px 0;
	width: 100%;
}

.pointer { cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-weight: 400;
	margin: 10px 0;
}

h1 {
	font-size: 40px;
	font-weight: 700;
}

h2 {
	font-size: 35px;
	font-weight: 400;
}

h3 {
	font-size: 25px;
}

input[type="text"], input[type="mail"], select {
	background: #33aad926;
	border-radius: 12px;
	border: 1px solid #33aad926;
	color: #111; 
	font-family: Montserrat;
	/* font-size: 11px; */
	outline: none;
	padding: 14px;
	width: calc(100% - 30px);
	margin-bottom: 3px;
}
select{
	width: 100%!important;

}


input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus, input[type="mail"]:hover, input[type="mail"]:active, input[type="mail"]:focus  {

}

input::placeholder, textarea::placeholder  {
	color: #363636;
}

.center { text-align: center; }

.justif { text-align: justify; }

.right { text-align: right; }

.img10 { 
	margin: auto 1%;
	vertical-align: middle;
	width: 8%;
}

.img20 {
	margin: auto;
	width: 20%;
}

.img25 {
	margin: auto;
	width: 25%;
}

.img33 {
	margin: auto;
	width: 33%;
}

.img50 {
	margin: auto;
	width: 50%;
}

.img66 {
	margin: auto;
	width: 66%;
}

.img75 {
	margin: auto;
	width: 75%;
}

.img100 {
	margin: auto;
	width: 100%;
}

.nb {
	filter: saturate(0);
}

.opa5 {
	opacity: .5;
}

.zoom1 {
	transform: scale(1.1);
}

.zoom2 {
	transform: scale(1.2);
}

section {
	margin: auto;
	overflow: hidden;
}

main {
}

.line {
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.frame1 {
	margin: auto;
	max-width: 1600px;
	overflow: hidden;
	width: 90%;
}

.frame2 {
	margin: auto;
	max-width: 1200px;
	overflow: hidden;
	width: 90%;
}

.frame3 {
	margin: auto;
	max-width: 900px;
	overflow: hidden;
	width: 90%;
}

.frame4 {
	margin: auto;
	max-width: 500px;
	overflow: hidden;
	width: 90%;
}

main .frame1,
main .frame2,
main .frame3,
main .frame4 {
	padding: 15px;
}


/* ----- COL ----- */

.a20, .a25, .a33, .a50, .a66, .a75, .a100 {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.a20 {
	width: 20%;
}

.a25 {
	width: 25%;
}

.a33 {
	width: 33.33%;
}

.a50 {
	width: 50%;
}

.a66 {
	width: 66.66%;
}

.a75 {
	width: 75%;
}

.a100 {
	width: 100%;
}

.b20, .b25, .b33, .b40, .b50, .b60, .b66, .b75, .b100 {
	float: left;
	margin: 1%;
	padding: 1%;
	position: relative;
}

.b20 {
	width: calc(20% - 4%);
}

.b25 {
	width: calc(25% - 4%);
}

.b33 {
	width: calc(33.33% - 4%);
}

.b40 {
	width: calc(40% - 4%);
}

.b50 {
	width: calc(50% - 4%);
}

.b60 {
	width: calc(60% - 4%);
}

.b66 {
	width: calc(66.66% - 4%);
}

.b75 {
	width: calc(75% - 4%);
}

.b100 {
	width: calc(100% - 4%);
}

.c20, .c25, .c33, .c50, .c66, .c75, .c100 {
	float: left;
	margin: 1.5%;
	padding: 2%;
	position: relative;
}

.c20 {
	width: calc(20% - 7%);
}

.c25 {
	width: calc(25% - 7%);
}

.c33 {
	width: calc(33.33% - 7%);
}

.c50 {
	width: calc(50% - 7%);
}

.c66 {
	width: calc(66.66% - 7%);
}

.c75 {
	width: calc(75% - 7%);
}

.c100 {
	width: calc(100% - 7%);
}

.d20, .d25, .d33, .d50, .d66, .d75, .d100 {
	float: left;
	margin: 3%;
	padding: 3%;
	position: relative;
}

.d20 {
	width: calc(20% - 12%);
}

.d25 {
	width: calc(25% - 12%);
}

.d33 {
	width: calc(33.33% - 12%);
}

.d50 {
	width: calc(50% - 12%);
}

.d66 {
	width: calc(66.66% - 12%);
}

.d75 {
	width: calc(75% - 12%);
}

.d100 {
	width: calc(100% - 12%);
}

.e20, .e25, .e33, .e50, .e66, .e75, .e100 {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.e20 {
	width: 20%;
}

.e25 {
	width: 25%;
}

.e33 {
	width: 33.33%;
}

.e50 {
	width: 50%;
}

.e66 {
	width: 66.66%;
}

.e75 {
	width: 75%;
}

.e100 {
	width: 100%;
}

.f20, .f25, .f33, .f50, .f66, .f75, .f100 {
	float: left;
	margin: 1.5%;
	padding: 2%;
	position: relative;
}

.f20 {
	width: calc(20% - 7%);
}

.f25 {
	width: calc(25% - 7%);
}

.f33 {
	width: calc(33.33% - 7%);
}

.f50 {
	width: calc(50% - 7%);
}

.f66 {
	width: calc(66.66% - 7%);
}

.f75 {
	width: calc(75% - 7%);
}

.f100 {
	width: calc(100% - 7%);
}


/* ----- HEADER ----- */

header {
	background: url('./images/bg_header.svg') no-repeat center bottom / 100%;
	padding-top: 150px;
	padding-bottom: 100px;
}

header section {
    width: 90%;
}

header h2 {
	font-size: 30px;
	margin-top: 50px;
}

header p {
	color: #FFF;
	font-size: 18px;
	margin: 35px 0;
}

header .logo {
	float: left;
	width: 250px;
}

header .logo img {
	height: 80px;
}


/* ----- MAIN ----- */

.block {
	background: #FFF;
	border-radius: 19px;
	box-shadow: 0 3px 40px rgba(0, 0, 0, .08);
}

header .block {
	padding: 10px 50px;
}

.block_form img {
	display: block;
	margin: 7px auto;

}

.block_form strong {
	color: #413F5E;
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

section.stabilite * {
	color: #413F5E;
}

section.stabilite img {
	margin: 50px 0 0;
}

section.stabilite strong {
	display: block;
	font-size: 17px;
	margin: 30px 0;
	text-transform: uppercase;
}

section.stabilite p {
	font-size: 15px;
	font-weight: 500;
}

section.stabilite p.small {
	font-size: 12px;
	font-weight: 400;
}

section.investir {
	background: url('./images/bg_investir.svg') no-repeat center top / 100%;
	padding-top: 90px;
	padding-bottom: 250px;
}

section.investir h2 {
	font-size: 25px;
	font-weight: 700 !important;
	margin-bottom: 40px;
	font-weight: 500;
	text-transform: uppercase;
}

section.investir p {
	color: #F5F5F5;
	font-size: 18px;
}

.line_arg .block {
	overflow: hidden;
	height: 350px;
}

.line_arg .block img {
	display: block;
	height: 70px;
	margin: 50px auto;
}

.line_arg .block strong {
	color: #413F5E;
	display: block;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.line_arg .block p {
	color: #413F5E;
	font-size: 14px;
	padding: 0 30px;
	text-align: center;
}


/* ----- POPUP ----- */ 

.mentions-legales {
	background: rgba(35, 72, 105, 0.81);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity ease .5s;
	z-index: -9;
}

.mentions-legales.show {
	opacity: 1;
	z-index: 9;
}

.ctn_mentions-legales {
	background: #FFF;
	border-radius: 20px;
	bottom: 0;
	height: 250px;
	left: 0;
	margin: auto;
	padding: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 900px;
}

.ctn_mentions-legales h2 {
	color: #363636;
	font-weight: bold;
}

.close_mentions-legales {
	color: #4485F5;
	cursor: pointer;
	letter-spacing: 4px;
	text-align: right;
	text-transform: uppercase;
}

/* ----- FOOTER ----- */

footer {
	background: url('./images/bg_footer.svg') no-repeat top center / 101%;
	font-size: 14px;
	margin-top: -200px;
	padding: 160px 0 0px;
	text-align: center;
}

footer p {
	color: #F5F5F5;
	cursor: pointer;
}

.goLegal {
	margin: 0;
}

/* ----- RESPONSIVE ----- */

.phone {
	display: none;
}

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

}

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

}

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

@media only screen and (max-width:1400px) {
	footer {
		margin-top: -280px;
		padding: 160px 0 50px;
	}
}

@media only screen and (max-width:1115px) {
	header {
		background-size: auto 100%;
		background-position: right bottom;
		padding-bottom: 150px;
	}

	section.investir {
		background-size: auto 100%;
		background-position: right bottom;
	}

	footer {
		background-size: auto 100%;
		background-position: right bottom;
		padding: 160px 0 80px;
	}

	.ctn_mentions-legales {
		height: 500px;
		width: 70%;
	}
}

@media only screen and (max-width:850px) {
	.a25, .a75  {
		width: 50%;
	}

	.b25, .b75  {
		width: calc(50% - 4%);
	}

	.c25, .c75  {
		width: calc(50% - 7%);
	}

	.d25, .d75  {
		width: calc(50% - 10%);
	}

	header {
		padding-top: 50px;
	}
}

@media only screen and (max-width:600px) {
	.a20, .a25, .a50, .a33, .a66, .a75 {
		width: 100%;
	}

	.b20, .b25, .b40, .b50, .b60, .b33, .b66, .b75 {
		width: calc(100% - 4%);
	}

	.c20, .c25, .c50, .c33, .c66, .c75 {
		width: calc(100% - 7%);
	}

	.d20, .d25, .d50, .d33, .d66, .d75 {
		width: calc(100% - 10%);
	}

	.b_phone {
		padding: 1% !important;
	}

	.c_phone {
		padding: 2% !important;
	}

	.d_phone {
		padding: 4% !important;
	}

	.desk {
		display: none;
	}
	
	.phone {
		display: initial;
	}

	.img10 { 
		margin: auto 1%;
		vertical-align: middle;
		width: 25%;
	}

	.img20 {
		width: 15%;
	}

	.img25 {
		width: 20%;
	}

	.img33 {
		width: 25%;
	}

	.img50 {
		width: 33%;
	}

	/* ---- */



	/* ----- MAIN ----- */

	main .frame1,
	main .frame2,
	main .frame3,
	main .frame4 {
		margin: auto;
		padding: 0;
		width: 100%;
	}

	/* ----- FOOTER ----- */


}

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

}

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

}

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

}