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

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

/*
Couleur 1 : #8D012C;
Couleur 2 : #5F0344;

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: #8D012C;
}

p {
	color: white;
	font-family: 'Montserrat';
	font-size: 15px;
	margin: 20px 0;
}

input::placeholder {
    color: black; /* Remplacez 'red' par la couleur de votre choix */
}

button {
	background: #271760;
    border-radius: 32px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .16);
    color: white;
    cursor: pointer;
    font-size: 15px;
    margin-top: 18px;
    padding: 18px 120px;
}

.pointer { cursor: pointer; }

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

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

h2 {
	font-size: 35px;
}

h3 {
	font-size: 25px;
}
#labelRgpd{
	color: white;
}
input[type="text"], input[type="mail"] {
	background: rgba(255, 255, 255, .75);
	border-radius: 26px;
	border: none;
	
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	margin: 17px 0;
	outline: none;
	padding: 12px 20px;
	width: calc(100% - 42px);
}

input[type="text"]::placeholder, 
input[type="mail"]::placeholder {
	color: black;
	font-size: 11px;
	font-weight: 400;
}

input[type="text"].inp50, 
input[type="mail"].inp50 {
	float: left;
	color: black;
	
}

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

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.3);
}

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;
}
.txtavantages{
	font-size: 18px;
    color: #271760;
    font-weight: 500;
    padding-top: 5%;
    margin-top: 5%;
}

/* ----- 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%;
	margin-top: 3%;
	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/fondtrad3.2.png') no-repeat center bottom / cover;
	padding: 150px 0 0px;
}
header:before {
    
    background: rgba(0, 0, 0, 0.5); /* Couleur noire avec 50% d'opacité */
    /* Vous pouvez changer la couleur et l'opacité selon vos besoins */
}

header * {
	
}

header h2 {
	font-size: 28px;
	font-weight: 600;
	color: white;
}

header p {
	font-size: 20px;
}

header .illustr {
	margin-top: 90px !important;
	position: relative;
	z-index: 9;
}

form {
	display: block;
	position: relative;
	z-index: 9;
}


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

section.arguments {
	margin-top: -430px;
}

section.arguments .geometry {
	background: url('./images/bg_arguments.svg') no-repeat right top / 100%;
	position: absolute;
	width: 100%;
}

section.arguments > div {
	margin-top: 200px;
}

section.arguments h2 {
	color: #271760;
	margin: 0;
	font-size: 40px;
	font-weight: 800;
}

section.arguments p {
	margin: 0;
}

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

.mentions-legales {
	background: rgba(141, 1, 44, 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: 250px;
	left: 0;
	margin: auto;
	padding: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 900px;
}

.ctn_mentions-legales h2 {
	color: rgba(95, 3, 68, 1);
	font-weight: bold;
}

.close_mentions-legales {
	color: rgba(95, 3, 68, 1);
	cursor: pointer;
	letter-spacing: 4px;
	text-align: right;
	text-transform: uppercase;
}

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

footer {
	padding-top: 80px;
}

footer .d100 {
	border-top: 1px solid #C9C9C9;
}

footer .goLegal {
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
}


/* ----- 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:1120px) {

}

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

	section.arguments {
		margin-top: -350px;
	}

	footer {
		padding-top: 135px;
	}
}

@media only screen and (max-width:600px) {
	#imghaut{
		display: none
	}
	.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%;
	}

	/* ---- */

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

	.center_phone {
		text-align: center;
	}

	section.arguments {
		margin-top: -90px;
	}

	section.arguments h2 {
		font-size: 30px;
	}

	/* ----- FOOTER ----- */
	
	footer {
		padding-top: 65px;
	}

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

}

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

}

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

}

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

	footer {
		padding-top: 45px;
	}
}