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

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

/*
Couleur 1 : #FEC329;
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: #363636;
	font-family: 'Montserrat';
	font-size: 15px;
	margin: 20px 0;
}

button {
	background: #FEC329;
	border-radius: 32px;
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .16);
	color: #000;
	cursor: pointer;
	font-size: 12px;
	margin-top: 30px;
	padding: 15px 55px;
}

.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: #FEC329;
	font-weight: 400;
	margin: 10px 0;
}

h1 {
	font-size: 45px;
	font-weight: bold;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 25px;
}

input[type="text"], input[type="mail"] {
	background: #FAFAFA;
	border-radius: 32px;
	border: 1px solid #E8E7E7;
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0;
	outline: none;
	padding: 12px 20px;
	width: calc(100% - 42px);
}

input[type="text"]::placeholder, 
input[type="mail"]::placeholder {
	color: #363636;
	font-size: 12px;
	font-weight: 500;
}

input[type="text"].inp50, 
input[type="mail"].inp50 {
	float: left;
	width: calc(50% - 57px);
}

form input[type="text"].inp50:first-child, 
form input[type="mail"].inp50:first-child {
	margin-right: 30px;
}

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

.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%;
}

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, .b50, .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%);
}

.b50 {
	width: calc(50% - 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 bottom right / auto 110%;
	height: 600px;
}

header .frame2 {
	overflow: initial;
}

header strong {
	display: block;
	font-size: 30px;
	font-weight: 400;
	margin: 30px 0;
}

header p {
	color: #363636;
	font-size: 16px;
	font-weight: 400;
}

.tel_residence {
	margin: 5px;
	font-size: 20px;
}

.tel_residence a {
	color: #333;
	text-decoration: none;
}

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

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

section.subHeader {
	background: #FEC329;
}

section.subHeader p {
	color: #FFF;
	font-weight: 400;
}

section.guide h2 {
	font-size: 30px;
	font-weight: 700;
}

section.guide ul {
	list-style: none;
	padding: 0;
}

section.guide li {
	font-size: 14px;
	font-weight: 400;
	margin: 20px 0;
	padding: 10px 40px;
	position: relative;
}

section.guide li::before {
	background: url('./images/puce.svg') no-repeat left center / 100%;
	content: '';
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 20px;
}

section.guide img {
	margin-top: 50px;
}

section.investir h2 {
	font-size: 24px;
	font-weight: 600;
}

section.investir h2::after {
	background: #000;
	content: '';
	display: block;
	height: 2px;
	margin: 20px auto;
	width: 217px;
}

.para {
	color: #363636;
	margin-top: 50px;
}

.line_arg .block {
	overflow: hidden   
}

.line_arg img {
	display: block;
	height: 90px;
	margin: 60px auto;
}

.line_arg strong {
	font-size: 17px;
	font-weight: 500;
}

.line_arg p {
	color: #363636;
	font-size: 14px;
	padding: 0px 40px 30px;
}

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

.mentions-legales {
	background: rgba(254, 195, 41, 0.5);
	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: 340px;
    left: 0;
    margin: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 900px;
}

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

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

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

footer {
	background: url('./images/bg_footer.svg') no-repeat top center / 100%;
	margin-top: -380px;
	padding-top: 400px;
}

footer .goLegal {
	color: #363636;
	cursor: pointer;
	font-size: 12px;
}


/* ----- 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) {
	
}

@media only screen and (max-width:1100px) {
	footer {
		margin-top: -320px;
		padding-top: 300px;
	}
}

@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% - 12%);
	}
}

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

	.b20, .b25, .b50, .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% - 12%);
	}

	.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%;
	}

	/* ---- */

	header {
		background: url('./images/bg_header.svg') no-repeat bottom right / auto 50%;
		height: 750px;
		padding: 50px 0 50px;
	}

	header .line {
		overflow: initial;
	}

	header .img33 {
	width: 45%;
	}
	
	h1 {
		font-size: 40px;
	}

	header strong {
		font-size: 22px;
	}

	input[type="text"].inp50, input[type="mail"].inp50 {
		width: calc(100% - 42px);
	}

	input[type="text"].inp50:first-child, form input[type="mail"].inp50:first-child {
		margin-right: 0;
	}

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

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

	section.guide .frame2 {
		width: 90%;
	}

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

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

}

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

}

@media only screen and (max-width:375px) {
	h1 {
		font-size: 37px;
	}

	header strong {
		font-size: 20px;
	}
}

@media only screen and (max-width:320px) {
	h1 {
		font-size: 33px;
	}

	h2 {
		font-size: 25px;
	}
}