/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.retour{
	clear: both;
}

p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #707070;
	line-height: 24px;
}

body{
	background-color: #B9B4B4;
}

header{
	width: 100%;
	position: relative;
	background: url("images/banniere.png") no-repeat;
	background-position: top right;
}

header .colGauche{
	float: left;
	width: 28%;
}


header .colGauche img{
	width: 100%;
}

header .colDroite{
	float: left;
	width: 72%;
}

a#entreprise{
	display: block;
	float: left;
	background-color: #EA469C;
	width: 120px;
	color: white;
	font-weight: normal;
	border-radius: 15px;
	text-align: center;
	margin: 20px 0 0 640px;
}

a#association{
	display: block;
	float: left;
	background-color: #FFBA00;
	width: 120px;
	color: white;
	font-weight: normal;
	border-radius: 15px;
	text-align: center;
	margin: 20px 0 0 10px;
}

a:hover#entreprise{
	background-color: #E2E2E2;
	color: #707070;
}

a:hover#association{
	background-color: #E2E2E2;
	color: #707070;
}


header .colDroite img{
	width: 100%;
}

.menu{
	display: block;
	margin-top: -30px;
    width: 70%;
    padding-left: 352px;
}


.nav li{
	float: left;
}

.nav a{
	display: block;
	text-align: center;
	background-color: #E2E2E2;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 19px;
	color: #707070;
    margin-right: 15px;
	padding: 10px 20px;
	border-radius: 20px 20px 0 0;
}

.nav a:hover{
	background-color: #EA469C;
	color: white;
}

.menuderoulant{
	position: relative;

}

.menuderoulant:hover .sousmenu{
	max-height: 300px;
	transition: all 1s;
	opacity: 1;
	
}

.sousmenu{
	position: absolute;
	max-height: 0;
	transition: opacity 1s;
	opacity: 0;
	overflow: hidden;
}

.sousmenu a{
	background-color: #EA469C;
	color: white;
	border: 1px solid white;
	border-radius: 0px;
	font-size: 16px;
}

.sousmenu a:hover{
	background-color: #E2E2E2;
	color: #707070;
}




.content{
	width: 1280px;
	border-radius: 12px;
	margin: auto;
	background: white;
	box-shadow: 0px 0px 9px -1px #000000;
	padding: 13px;
}

.content img{
	margin: 0 0 18px 0;
}

.content1{
	width: 100%;
	background-color: #E2E2E2;
	height: 460px;
}

.content2{
	width: 100%;
	margin: auto;
}

.col1{
	float: left;
	width: 60%;
	padding: 0 0 0 40px;
	height: 386px;
}

.col1 li{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #707070;
	line-height: 24px;
}

.col2{
	float: left;
	width: 32%;
	height: 386px;
}

.col2 img{
	margin: 17px 0 0 50px;
	border: 1px solid #707070;
}

h1{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	letter-spacing: 4px;
	color: #EA469C;
	padding: 0 0 20px 0;
}

h2{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	letter-spacing: 4px;
	color: #EA469C;
	padding: 28px  0 20px 0;
}

.col3{
	float: left;
    width: 31%;
    margin: 50px 29px 0 0;
}

.col3 img{
	border: 1px solid #707070;
	width: 100%;
}

h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	color: #EA469C;
	padding-bottom: 20px;
}

p a{
	display: block;
	color: #EA469C;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 14px;
	position: bottom;
	text-decoration: none;
}

.contact{
	width: 100%;
	background-color: #E2E2E2;
	height: 750px;
}

.colContact1{
	float: left;
	width: 45%;
	padding: 0 0 0 40px;
}

.colContact1 p{
	padding: 0 0 20px 0;
}

.colContact1 a{
	text-decoration: underline;
	font-weight: normal;
	color: blue;
}

.colContact2{
	float: left;
	width: 45%;
	padding: 0 0 0 40px;
}

.colContact2 p{
	padding: 0 0 20px 0;
	vertical-align: middle;
}

#border{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#707070+0,e2e2e2+99 */
background: #707070; /* Old browsers */
background: -moz-linear-gradient(left,  #707070 0%, #e2e2e2 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #707070 0%,#e2e2e2 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #707070 0%,#e2e2e2 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
	width: 10px;
	height: 500px;
	float: left;
}

label{
	display: inline-block;
	width: 110px;
    line-height: 35px;
}

input{
	display: inline-block;
	width: 360px;
    height: 28px;
}

textarea#message{
	display: inline-block;
	width: 360px;
	height: 200px;
	vertical-align: middle;
}

input#envoyer{
	border-radius: 15px;
	width: 200px;
}

input#annuler{
	border-radius: 15px;
	width: 200px;
}

img#bandebascontact{
	margin: 5px 0 49px 0;
}

footer{
	margin-top: 100px;
}

footer .colfooter1{
	float: left;
	width: 70%;
}

footer .colfooter2{
	float: left;
	width: 30%;
}

footer .colfooter2 p{
	padding-left: 74px;
}


#button1{
	width: 45%;
	display: inline-block;
	padding-left: 50px;
}

#envoyer input:hover{
	background-color: white;
}

#button2{
	width: 45%;
	display: inline-block;
}


