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

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

/*
Couleur 1 : #AC76FC;
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: linear-gradient(15deg, rgb(0, 125, 250 ), rgb(8, 13, 34, 0.7));*/
	
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

body > * {
	overflow: hidden;
}

a {
	color: #007dfa;
}

p {
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	margin: 20px 0;
}

button {
	background: #007dfa ;
	border-radius: 15px;
	border: none;
	box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
	color:  #fadd00;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	padding: 15px 105px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
button:hover{
	
	color: white;
}

.pointer { cursor: pointer; }

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

h1 {
	font-size: 45px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="text"], input[type="mail"] {
	background: rgba(255, 255, 255, .90);
	border-radius: 15px;
	border: none;
	
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	margin: 17px 0;
	outline: none;
	padding: 12px 5px;
	width: calc(100% - 42px);
}

input[type="text"]::placeholder, 
input[type="mail"]::placeholder {
	color: #080D22;
	font-size: 12px;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 5%;
}

input[type="text"].inp50, 
input[type="mail"].inp50 {
	float: left;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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  {
	
}

.left { text-align: left; }

.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 {
	position: relative;
}

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

.frame1 {
	margin: auto;
	max-width: 1200px;
	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('testbg2.png') no-repeat center bottom / 100%;
	padding: 100px 0 50px;
}

header p {
	font-size: 20px;
}

header h1 {
	margin-bottom: 50px;
}

header h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}

header .bg_header {
	background: url('ppjaune.png') no-repeat center center / contain;
	height: 80%;
	left: -20%;
	position: absolute;
	top: 40vh;
	width: 50%;
}

.logos_line {
	display: block;
	margin: 100px auto 0; 
	width: 450px;
}

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


main .bg_arguments {
	background: url('./images/illustr_arguments.svg') no-repeat center right / contain;
	height: 60%;
	right: 0%;
	position: absolute;
	top: 0vh;
	width: 50%;
}
main h2	{
	font-size: 40px;
	font-weight: 800;
	margin: 0;
	color: #007dfa
}

main p {
	margin: 0;
	margin-top: 5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #080D22;

}

.block_arg {
	margin: 150px 0;
}

.line:first-child .block_arg {
	margin-top: 0;
}

.block_right {
	float: right;
	width: 40%;
}

.block_center {
	float: right;
	margin-right: 15%;
	text-align: center;
	width: 70%;
}

.line_overflowhidden {
	overflow: hidden;
}

.toanim {
	opacity: 0;
	transform: translateX(10%);
	transition: ease 1s;
}

.toanim.animed {
	opacity: 1;
	transform: translateX(0%);
}

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

.mentions-legales {
	background: rgba(100, 100, 100, 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: #080D22;
	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 {
	font-weight: bold;
}

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

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

footer {
	
}

footer .goLegal {
	cursor: pointer;
}


/* ----- 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) {
	header .bg_header {
		top: 50vh;
		
	}
}

@media only screen and (max-width:1120px) {
	header{
		background-image: none;
		background-color: #080D22 !important;

	}
}

@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;
	}

	/* ---- */

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

	header .bg_header {
		top: 70vh;
	}

	.block_right {
		width: 60%;
	}

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

}

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

	header .bg_header {
		left: -50%;
		opacity: .3;
		width: 130%;
	}

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

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

	.block_right, .block_center {
		margin-right: 0;
		text-align: center;
		width: 100%;
	}

	.toanim {
		opacity: 0;
		transform: translateY(10%);
		transition: ease 1s;
	}

	.toanim.animed {
		opacity: 1;
		transform: translateX(0%);
	}

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

	

}

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

}

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

}

@media only screen and (max-width:320px) {
	main h2 {
		font-size: 30px;
	}
	
}