@charset "UTF-8";
/* CSS Document */

body{
	font-family: arial nova;"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#797474;
	font-size:15px;
	line-height: 20px;
	margin: 50px 0 50px 0;
	background: #DDD7DA;
}

h2{
	color: #F44395;
	text-transform: uppercase;
	padding: 20px 0 20px 0;
	font-weight: 500;
	font-size: 25px;
	
}

	h3{
		color:#F44395;
		text-transform: uppercase;
		padding: 40px 0 20px 0;
		font-size:17px;
		font-weight: 500;
	}

		h4{
			color: #F44395;
			font-size: 20px;
			font-weight: 500;
			margin:40px 0 15px 0;	
		}

			#col2_siege p{
				padding-bottom: 20px;
			}

				strong{
					font-weight: bold;
				}

.retour{
	clear: both;
}

.col2{
	display: block;
	width: 44%;
	float: left;
	padding: 30px;
}

	.col3{
		width: 370px;
		display: block;
		float: left;
		margin: 15px;
	}

.container{
	width: 1200px;
	margin: auto;
	background: white;
	border: 10px;
	border-radius: 5px;
	box-shadow: black;
	box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.37);
-webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.37);
-moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.37);
	position: relative;
	overflow: hidden
}


/*--------------------- HEADER ---------------------*/
#logo{
	height:auto;
	width: 70%;
}

header{
    background: url("images/Image1.jpg") no-repeat bottom right;
	position:relative;
	width: 100%;
}

	header a{
		line-height: 25px;
		color: white;
		font-size: 16px;
		display: block;
	}

.col_left {
	 width: 46%;       
	 float: left;
	 padding: 2%;
}

	.col_right {
	    width: 46%;
	    float: left;
		text-align: center;
	}

#bouton_top_left { /*------- association -------*/
	padding: 5px 15px 5px 15px;
    background: #F535A0;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 150px;
	text-decoration: none;
}

	#bouton_top_left:hover{
		background: #ECECEC;
		color: #F535A0;
	}

#bouton_top_right { /*------- entreprise -------*/
	padding: 5px 15px 5px 15px;
    background: #ff9d26;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 30px;
	text-decoration: none;
}

	#bouton_top_right:hover{
		background: #ECECEC;
		color: #ff9d26;
	}

		#bouton_top_right a{
			line-height: 25px;
			color: white;
			font-size: 16px;
		}

			#bouton_top_right a:hover {
				background: #ECECEC;
				padding: 5px 15px 5px 15px;
				margin-right: 10px;
				border-radius: 5px;
			}

/*--------------------- MENU BURGER ---------------------*/
.slicknav_menu{
	display: none;
}
/*--------------------- NAV ---------------------*/
nav{
	position: absolute;
	bottom: 0;
	right: 20px;
	text-decoration: none;
}

#menu{
    display: flex; /* Transformation en flexbox */
    padding:0; /* Suppression des marges internes */
	justify-content: right; /* Alignements des liens dans le menu */
	list-style-type: none;
}

	#menu a {
		display:block;                /* Transformation en block */
		min-width: 160px;             /* Largeur minimale des liens */   
		margin: 0px 10px;               /* Marges externes (1 valeurs = 4 directions) */
		padding: 2%;            /* Marges internes (2 valeurs = haut/bas et gauche/droite)*/
		text-align: center;           /* Centrage du texte */   
		background-color: #ECECEC;    /* Couleur d'arrière-plan */
		color: #80809A;                  /* Couleur du texte */
		border-radius: 4px 4px 0px 0px;           /* Arrondis des bordures */
		font-size: 14px;
		text-decoration: none;
	}

		#menu a:hover{   
			background-color: #F535A0;    /* Couleur d'arrière-plan */
			color: white;                  /* Couleur du texte */
		}

			#menu li{
			 position: relative;
			}

				#menu li:hover .sous_menu{
				 display: block;
				}

#menu .sous_menu{
	display: none;
	position: absolute;
}

	#menu .sous_menu a{
		border-radius: 0px;           /* Arrondis des bordures */
		border-top: dotted 1px #80809A;
	}


/*--------------------- CONTENU ---------------------*/
#fondgris{
	min-height: 100px;
	background: #EDEDED;
}

.col-left{
	display: block;
	width: 700px;
	float: left;
	padding:30px;
}

	.col-left ul{
		margin: 0 0 25px 10px;
	}

		.col-left li{
			/*list-style: disc;*/
			padding-bottom: 5px;
		}

.col-right{
	width: 280px;
	display: block;
	float: left;
	padding-top: 50px;	
}

				
span{ /*--------------------- li 0 notre garantie ---------------------*/
	font-weight: 500;
	color:#F44395; 
	padding-right: 10px;
}

.col3 p{
	text-align:justify;
	line-height: 25px;
}

/*--------------------- POLES COL 3 ---------------------*/
	.savoirplus1{
		float: right;
		margin-top: 25px;
		text-decoration: none;
		color:#F44395;
		font-weight: 500;
		font-size: 14px;
	}

	.savoirplus2{
			float: right;
			padding-top: 20px;
			text-decoration: none;
			color:#F44395;
			font-weight: 500;
			font-size: 14px;
		}

		.savoirplus3{
				float: right;
				padding-top: 50px;
				text-decoration: none;
				color:#F44395;
				font-weight: 500;
				font-size: 14px;
			}

/*--------------------- FOOTER ---------------------*/
footer{
	background: white;
}

	.footerleft{
		display: block;
		float: left;
		margin: 50px 0 20px 20px;
		font-size: 13px;
	}

		.footerright{
			display: block;
			float: right;
			margin: 50px 20px 20px 0;
			font-size: 13px;
		}

/*--------------------- CONTACT ---------------------*/

#contact h2{
	text-transform: uppercase;
	color: #F44395;
	font-size:17px;
	font-weight: 500;
	text-align: center;
	margin-top: 100px;
}

#form{
	padding-left: 50px;
}

fieldset p{
	padding-bottom: 10px;
}

#coordonee label{
	display: block;
	width: 100px;
	float: left;
}

	#coordonnees input{
		display: block;
		float: left;
		width: 50px;
	}

#form input[type="submit"] {
	background:  #F44395;
	width: 130px;
	border: 1px #EDEDED;
	color:#EDEDED;
}

	#form input[type="submit"]:hover {
		background: #EDEDED;
		width: 130px;
		color:#F44395;
	}

		#bouton-left{ /*--------------------- envoyer ---------------------*/
			display: block;
			float: left;
			width:100px;
			padding: 20px 15px 20px 100px;
			margin-left:20px;
		}

			#bouton-right{ /*--------------------- annuler ---------------------*/
				display: block;
				float: left;
				width:100px;
				padding: 20px 15px 20px 0px;
				margin-left:20px;
			}

 #mail, #sujet, #adresse{
	width: 200px;
}


#nom, #prenom, #cp, #ville {
	width:100px;
}

textarea{
	width: 300px;
}
