/********************************************
	* Domaine : pleyad.fr
	*
	* Exploitant : UBS 
	*
	* Rôle : Feuille de style pour la page contact
	*
	* Auteur : Ultra-Fluide, copyright 2022
********************************************/

/**** 3D  *****************/
/*****************************/
h2{
	width:100%;
	text-align:center;
	font-size:1.8rem;
	text-transform: uppercase;
	font-weight:400;
}
main > div{
	padding-top:30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	background: linear-gradient(#f0f0f0, white, white);
}
article{
	wwidth:33%;
	margin:30px 0;
	min-width:270px;
}
article > img{
	margin:17px 0;
}
article:nth-of-type(1) > img{
	margin:9px 0;
}
article p:nth-of-type(1){
	margin-top:20px;
	color:#009aa7;
}
main > div > p{
	width:390px;
	margin:50px auto;
	border-radius: 5px;
	background: #ec414d url(images/download.svg) no-repeat 36% center;
	height:90px;
	display: table;
	position:relative;
}
main > div > p a{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	color:white;
	height:100%;
	line-height:1.6rem;
	padding-left:50%;
	font-size:1.1rem;
	font-weight:600;
}
h3{
	width:75%;
	margin:0 auto;
	color:#009aa7;
	text-align:center;
	font-size:1.2rem;
	position:relative;
	padding-left:75px;
	margin-top:50px;
}
main > div > h3:before{
	content:"";
	background-image:url(images/brochure.webp);
	background-size: cover;
	height:92px;
	width:72px;
	display: block;
	position:absolute;
	top:-20px;
	left:0;
	box-shadow: 0 0 5px -1px #222;
}
main > div > h3.soumis:before{
	content:none;
}
main > div > h3.soumis{
	padding-left:0;
	color:#ef3f4d;
	width:80%;
	margin-bottom:40px;
}
form{
	width:100%;
	margin:30px 0 0 0;
	color:white;
	background: #009ba8; 
	position:relative;
}
form:before{ 
	content:"";
	position:absolute; 
	top:0;
	left:50%;
	height:10px;
	width:30px;
	background:  url(images/fleche-bas.svg) no-repeat center 0;
}
form > div{
	width:70%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:50px auto;
}
form > div:last-child{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin:60px auto 0 auto;
}
form textarea, form input {
	border:none;
	border-bottom: 1px solid white;
	background-color: transparent;
	font-size: 1.15rem;
	font-style: italic;
	color:white;
}
form input {
	width:48%;
	margin:10px 0;
	padding:5px 0;
}
form input::placeholder, form textarea::placeholder {
	color: #89d1d7;
	opacity: .9;
}
form > div:first-child input:nth-of-type(4) {
	display:none;
}
form textarea {
	width:100%;
}
form input[type="submit"] {
	border-radius: 2px;
	color: white;
	font-size: 1.3rem;
	font-style: normal;
	font-weight:500;
	text-transform: uppercase;
	margin:0;
	cursor: pointer;
	width: 200px;
	height:50px;
  	background: #ec414d;
	border:none;
	letter-spacing: .2rem;
}