/* CSS Document */
/*--------- Général ---------*/

body{
	font-family: Arial Nova, sans-serif;
	background: #C6C8BB;
}

#corps{
	background: #fff;
	margin: 50px auto;
	padding: 10px;
	border-radius: 23px;
	box-shadow: 4px 4px 5px 5px rgba(0,0,0,0.06), -4px -4px 5px 5px rgba(0,0,0,0.06)
}

h2, h3{
	font-size: 20px;
	font-weight: bold;
	color: #FA35A8;
	padding-bottom: 15px;
}

h2, h4{
	text-transform: uppercase;
}

.noir{
	color: black;
}

.container{
	width: 1180px;
	margin: auto;
}

.retour{
	clear: both;
}

/*--------- Header ---------*/

header{
	height: 175px;
	background: url("images/header.jpg") no-repeat bottom right;
	position: relative;
}

#logo{
	padding: 10px 40px;
}

#boutons_header{
	position: absolute;
	top: 0px;
	right: 18px;	
}

#entreprise, #assoc{
	display: block;
	text-decoration: none;
	text-align: center; 
	width: 98px;
	height: 19px;
	font-size: 12px;
	line-height: 19px;
	color: #fff;
	border-radius: 6px;
	margin: 0px 5px;
	float: left;
}

#entreprise{
	background: #F837A4;
}

#entreprise:hover{
	background: #FF95D0;
}

#assoc{
	background: #EF9920;
}

#assoc:hover{
	background: #F1B561;
}

/*--------- Navigation ---------*/

nav{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

nav li{
	float: left;
	height: 24px;
	background: #E2E2E2;
	border-radius: 10px 10px 0px 0px;
	margin: 0px 13px;
}

nav li:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed0077+0,fd5ca5+100 */
	background: #ed0077; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed0077 0%, #fd5ca5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ed0077 0%,#fd5ca5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ed0077 0%,#fd5ca5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0077', endColorstr='#fd5ca5',GradientType=0 ); /* IE6-9 */
}

nav a{
	display: block;
	text-decoration: none;
	color: #8B8A8F;
	text-align: center;
	padding: 5px 0px 3px 0px;
}

#menu-deroulant ul{
	position: absolute;
    left: -999em;
    text-align: left;
    z-index: 1000;
}

#menu-deroulant li:hover ul {
    left: auto;
}

#menu-deroulant ul li{
	width: 100%;
	height: 100%;
	border-radius: 0px;
	margin: 0px 0px;
	background: #F656B0;
	border-bottom: 1px solid #fff;
}

#menu-deroulant ul li:hover{
	background: #FF95D0;
}

#menu-deroulant li:hover a {
	color: #fff;
}

#menu-deroulant ul li a{
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#menu-deroulant li{
	display: inline-block;
	position: relative;
}

.petit_bouton{
	width: 90px;
}

.moyen_bouton{
	width: 158px;
}

/*--------- Présentation ---------*/

#presentation{
	min-height: 100px;
	background: #EEEEEE;
	position: relative;
	margin-bottom: 40px;
}

#danseuses{
	float: left;
	padding: 5px 0px 32px 40px;
}

#texte_presentation{
	width: 60%;
	padding: 5px 30px 32px 30px;
	float: left;
}

#texte_presentation ul{
	list-style: inside url("images/puce.png");
}

#texte_presentation li{
	font-weight: lighter;
	font-size: 12px;
	color: #919193;
	line-height: 13px;
}

#texte_presentation p{
	font-weight: lighter;
	font-size: 12px;
	color: #919193;
	line-height: 13px;
	padding-bottom: 15px;
}

#texte_presentation h4{
	font-size: 12px;
	color: #FA35A8;
	padding-bottom: 15px;
}

#cadre_bas{
	position: absolute;
	bottom: 0px;
	transform: scaleY(-1);
}

/*--------- Accueil ---------*/

#resume{
	position: relative;
	display: flex;
	justify-content: space-between;
}

#resume p{
	font-size: 11px;
	color: #919193;
	line-height: 22px;
	padding: 15px 0px;
}

#resume a{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FA35A8;
	position: absolute;
	bottom: 0px;
	margin-left: 280px;
}

#resume a:hover{
	color: #FF99D4;
}

.col3{
	width: calc(33.3% - 2.9%);
	height: 100%;
}

/*--------- Contact ---------*/

.contact{
	width: calc(100% - 75%);
	padding: 5px 5px 32px 30px;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 35px;
	box-shadow: 0 0 15px rgba(100,100,100,0.75);
    clip-path: inset(0px -15px 0px 0px);
	float: left;
}

.contact p{
	font-size: 12px;
	color: #919193;
	line-height: 15px;
}

.contact h4, .formulaire h4{
	color: #FA35A8;
	font-size: 12px;
	font-weight: bold;
}

#plan a{
	text-decoration: none;
	font-weight: bold;
	color: #2128E1;
}

.contact_mail{
	text-decoration: none;
	color: #FA35A8;
}

.contact_mail:hover{
	color:  #FF90D0;
}

.formulaire{
	width: calc(100% - 35%);
	padding: 0px 25px;
	float: left;
}

form{
	padding: 28px 0px 48px 50px;
}

form.form-example {
    display: table;
}

div.form-example {
    display: table-row;
}

div.form-example2 {
    display: table-cell;
}

form p{
	display: table-cell;
	font-size: 12px;
	width: 75px;
	vertical-align: middle;
}

input, textarea{
	border: 1px solid #808080;
	box-shadow: inset 1px 0 5px rgba(0,0,0,0.16);
	display: table-cell;
    margin: 2px 0px;
}

textarea{
	width: 305px;
	height: 110px;
}

input{
	width: 250px;
	height: 17px;
}

#cp, #ville{
	width: 94px;
}

button{
	width: 180px;
	height: 15px;
	font-size: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+50,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	border: 0.5px solid #878787;
	border-radius: 8px;
	margin: 10px;
	float: left;
}

button:hover{
	cursor: pointer;
	background: #C0C0C0;
}

/*--------- Footer ---------*/

footer{
	margin: 46px 0px 12px 0px;
	font-size: 10px;
	color: #919193;
}

footer li{
	float: left;
	color: #919193;
}

footer a{
	text-decoration: none;
	color: #919193;
	padding: 3px;
}

footer a:hover{
	color: #BDBDBD;
}

footer p{
	float: right;
}