body
{
	background:white;
}


div.text_banner{
	padding:2em 0px;
	width:90%;
	margin:auto;
	padding-top:3em;
	padding-bottom:0px;
}
div.text_banner p{
	font-size:2em;
	color:rgba(0,0,0,1);
	/color:#7030A0;
	font-weight:bold;
	margin-bottom:0.5em;
}


#banner_container{
	background:url("/public/image/contact/forum.jpg") center;
	background-size:cover;
	margin-bottom:0px;
	padding-top:0px;
}

#banner_inner{
	margin:0px;
	padding:0px;
	padding-bottom:3.5em;
	background:-webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0.2));
}

#banner{
	padding:0.2em 0px;
	padding-bottom:2em;
}

#banner div{
	width:90%;
	margin:auto;
}

#banner h2{
	font-weight:normal;
	margin-bottom:0px;
}

#banner h2 span{
	color:#7030A0;
	color:black;
}

#banner h1{
	border-bottom:1px solid rgba(0,0,0,0.3);
	padding-bottom:3px;
	font-size:2.5em;
	margin-top:0px;
}
#banner p,#banner h1{
	width:50%;
}
#banner p{
	font-size:1em;
}

#banner a{
	background:rgba(64,128,128,1);
	padding:0.2em 1em;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
	box-shadow:1px -1px 1px rgba(0,0,0,0.5);
	color:rgba(255,255,255,0.9);
	text-decoration:none;
}

a.whatsapp_link{
	display:flex;
	height:50px;
	width:50px;
	text-decoration:none;
	position:fixed;
	right:30px;
	bottom:30px;
	background:url("/public/image/contact/whatsapp.png") center;
	background-size:cover;
	z-index:10000000000000;
	border-radius:50px;
}


#contact_message_wrapper{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(250,250,250,0.5);
	text-align:center;
	color:#7030A0;
	display:flex;
	align-items:center;
	justify-content:center;
}
#contact_message_wrapper div{
	background:white;
	padding:2em;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1), -2px 2px 2px rgba(0,0,0,0.1),2px -2px 2px rgba(0,0,0,0.1),-2px -2px 2px rgba(0,0,0,0.1);
}
#contact_message_wrapper h1{
	font-size:1.3em;
}




div.call_wrapper{
	width:70%;
	margin-left:5%;
	padding:0.5em 0px;
	position:relative;
	top:-60px;
	border-radius:5px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.2);
	display:flex;
	justify-content:space-around;
}

div.call_wrapper section{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background:rgba(255,255,255,0.9);
	z-index:1;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	display:none;
}
div.call_wrapper section p{
	font-size:2.5em;
	margin:0px;
	color:green;
}

div.call_wrapper section span{
	height:50px;
	width:50px;
	border:1px solid green;
	margin-top:1em;
	text-align:center;
	line-height:50px;
	font-size:2em;
	color:green;
	border-radius:50px;
}

div.call_wrapper div{
	width:40%;
	padding:0.5em 1em;
}

div.call_wrapper >span{
	border-left:1px solid rgba(0,0,0,0.2);
}

div.call_wrapper div h3{
	font-size:1.8em;
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid rgba(0,0,0,0.2);
}

div.call_wrapper div h3 span{
	font-weight:normal;
	position:relative;
}

div.call_wrapper div p{
	margin:0px;
	margin-bottom:1.5em;
	font-size:0.9em;
}



div.call_wrapper div p:nth-child(3) span{
	border:none;
	padding:0.4em 0.8em;
	border:1px solid rgba(0,0,0,0.7);
	border-radius:1em;
	/color:rgba(255,255,255,1);
	/background:black;
	font-size:0.9em;
	color:black;
	font-weight:bold;
}


div.call_wrapper div p:nth-child(5){
	padding-bottom:0.3em;
}


div.call_wrapper form{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

div.call_wrapper form p{
	line-height:1.6em;
	font-size:0.9em;
}
div.call_wrapper label{
	display:flex;
	flex-direction:column;
	margin-bottom:1em;
	width:40%;
}

div.call_wrapper label span.required,div.call_wrapper label span.caractere{
	color:red;
	font-size:0.8em;
	margin-top:0.2em;
	display:none;
}

div.call_wrapper label.message{
	width:100%;
}

div.call_wrapper input,div.call_wrapper textarea{
	border:1px solid rgba(0,0,0,0.2);
	color:rgba(0,0,0,0.8);
	outline:none;
	padding-top:0.3em;
	padding-bottom:0.3em;
	resize:none;
	
}
div.call_wrapper textarea{
	height:50px;
	width:100%;
}
div.call_wrapper label span{
	margin-bottom:0.5em;
	font-size:0.9em;
}

div.call_wrapper .submit{
	background:black;
	color:white;
}
div.call_wrapper .submit:hover{
	cursor:pointer;
}










@media screen and (max-width:1300px){
	div.call_wrapper{
		width:80%;
	}
}

@media screen and (max-width:950px){	
	#banner p,#banner h1{
		width:70%;
	}
	div.call_wrapper{
		flex-direction:column;
		width:90%;
		top:-40px;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
	div.call_wrapper div{
		width:90%;
		padding:0.5em 1em;
	}
	div.call_wrapper >span{
		width:90%;
		margin:auto;
		display:none;
	}
	div.call_wrapper div h3{
		font-size:1.8em;
		margin-top:0px;
		padding-bottom:0.2em;
		margin-bottom:0.5em;
		border-bottom:1px solid rgba(0,0,0,0.3);
		font-size:1.5em;
	}
	div.call_wrapper div{
		margin-bottom:0px;
	}
	div.call_wrapper div:last-child{
		margin-top:0px;
	}
}

@media screen and (max-width:700px){
	#banner_inner{
		padding-top:0px;
		padding-bottom:1.5em;
	}
	#banner h1{
		font-size:2em;
		margin-bottom:0.5em;
	}
	div.text_banner{
		padding-bottom:0.5em;
	}
	div.text_banner p{
		font-size:1.5em;
	}
}




@media screen and (max-width:500px){
	#banner h1{
		font-size:1.5em;
		margin-bottom:0.5em;
	}
	#banner h2{
		font-size:1.3em;
	}
	#banner p,#banner h1{
		width:100%;
		
	}
	#banner_inner{
		padding-top:0.5em;
		padding-bottom:1em;
	}
	
	
}





