/* CSS Document */
/*HUMANA*/
.retour{
	clear: both;
}

img{
	display: block;
	} /*Occupe toute la largeur disponible. Lorsque 2 éléments blocs se suivent dans une page, ils sont positionnés (par défaut) l'un sous l'autre.*/

body{
	background: #DCD1CA;
	font-family: 'Verdana';
	color: #80809A;
	font-size: 13px;
	line-height: 150%;
}

a:link 
{ 
	text-decoration:none; 
}     

a{
	transition:all 0.3s;
}

h1{
	color: #F535A0;
	font-size: 30px;
	text-transform: uppercase;
	padding: 15px 0px 30px 0px;
}

h2{
	color: #F535A0;	
	font-size: 20px;
	padding: 40px 0px 10px 0px;
}

h3{
	color: #F535A0;	
	font-size: 25px;
	margin: 40px 0 10px 0;
}

.principal{
	height: 100%;
	width: 1200px;
	background: white;
	-webkit-box-shadow: 1px 6px 17px 3px rgba(0,0,0,0.46);
	margin: 4% auto;
	border-radius: 10px;
	position: relative;
	overflow: hidden
}

/*HEADER*/
header{
	margin-top: 10px;
}

header .col_left {
    width: 305px;       
    float: left;
}

header .col_right {
    width: 885px;
    float: left;
	height: 165px;
	background: url("images/Header.jpg") no-repeat center;
    /*height: 300px;/* NECESSAIRE ? */
}

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

#bouton_top_left {
	padding: 5px 15px 5px 15px;
    background: #F535A0;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 175px;
}

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

#bouton_top_right {
	padding: 5px 15px 5px 15px;
	margin-right: 20px;
    background: #ff9d26;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 0px;
}

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

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

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

/*NAV*/

nav{
	position: absolute;
	top: 142px;
	right: 20px;
}

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

#menu a {
    display:block;                /* Transformation en block */
    min-width: 160px;             /* Largeur minimale des liens */   
    margin: 0px 4px;               /* Marges externes (1 valeurs = 4 directions) */
    padding: 4px;            /* 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: 13px;
}

#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;
}


/*MAIN*/

main{
	margin : 0px 10px 0px 10px;
}

/*MAIN SECTION PRESENTATION*/
#border_top {
    background: url("images/Top_barre2.png") no-repeat center;
    height: 45px;
    background-size: 1200px;
}

#border_bottom {
    background: url("images/Bottom_barre2.png") no-repeat center;
    height: 45px;
    background-size: 1200px;
}
#presentation{
	background-color : #ECECEC;
}

#presentation ul li{
list-style-type: circle; /* style de la puce */
list-style-position : inside; /* position de la puce */
list-style-image: url("images/Ellipse 1.png"); /* image de la puce */
padding-top : 5px;
}

#presentation .col_left {
    width: 60%;
    float: left;
    margin: 2%;
}

#presentation .col_right {
    width: 30%;
    float: right;
    margin: 2%;
}

#presentation .col_right img {
    border: grey 1px solid;
	margin-top: 70px;
}
	
/*MAIN SECTION POLE*/

.col3 {
	width: 30%;
	margin: 0 1.5%;
	float: left;
}

.col3 img {
	width: 100%;
}

.col3 p {
	text-align: justify;
	padding: 15px 0px;
}

/*------------------------BOUTON SUITE--------------------------------------------*/
.textsuite1, .textsuite2, .textsuite3{
	display: none;
}

.btnsuite1, .btnsuite2, .btnsuite3{
	color: #F535A0;
	text-align: center;
	font-size: 40px;
}

.btnsuite1 a, .btnsuite2 a, .btnsuite3 a{
	font-size: 40px;
	color: #F535A0;
	display: inline-block;
	height: 50px;
	width: 50px;
}

.retourner{
	transform: rotate(180deg);
}

/*FOOTER*/

footer{
	padding: 30px 38px 28px 33px;
}

footer a{
	font-size: 13px;
	padding: 0px 5px;
	font-family: 'Verdana';
	color: #80809A;
	line-height: 150%;
}

footer a:hover{
	color: #F535A0;
}

.col2_left {
	float: left;
	width: 50%;
}

.col2_right {
	float: right;
	width: 50%;
	text-align: right;
}

/*CONTACT*/
#contact{
	background-color: #ECECEC; /*NE FONCTIONNE PAS*/
}

#contact h1{
	padding-bottom: 0px;
}

#contact .col_right_contact h2{
	padding-top: 90px;
	padding-left: 30px;
}

#contact a{
	font-weight: bold;
}

#contact .col_left_contact .mail{
	color: #F535A0;
}

.nom{
	font-weight: bold;
	padding-top: 10px;
}

.col_left_contact{
	width: 35%;
	margin: 3%;
	float: left;
}

.col_right_contact{
	width: 50%;
    margin: 2%;
    float: left;
}

#col_formulaire {
    width: 80%;
	border-left: solid grey;
}

label{
	display: inline-block;
	width: 150px;
	padding-left: 30px;
}

textarea{
	padding: 5px;
	margin-top: 10px;
	width: 255px;
}

#monForm input[type="text"] {
    padding: 5px;
    margin-top: 10px;
    width: 255px;
}

#btn_form input{
    float: left;
    border-radius: 15px;
    background: white;
    color: #80809A;
    border: none;
    padding: 5px;
    width: 40%;
    margin: 20px;
}

#btn_form input:hover{
    background: #F535A0;
	color: white;
}

/*VEGAS*/

#bground{
	
}