body {
  background-image: url('background.jpg');
    background-repeat: repeat-x repeat;
    /*background-size: cover;*/
   background-attachment: fixed;
}

p {
	font-size:14px;
}

a {
	color: #2795E8;
	font-size: 14px;
	font-family: Trebuchet-MS;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, h14, h15, h16 {
	color: #7239b1;
	margin: 5px  0 10px  0;
	font-size: 20px;
	font-weight:bold;
}
#page_contact {
	width:60%; background-image:url('img/posts/photo-1545483656-1a34ae73add1.jpg'); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
	padding: 50px 50px 50px 40%;
}
#page_contact h1, #page_contact p, #page_contact label {
	color: balck;
}
/* DIV ID SITE */
#site {
	width: 70%;
	margin: 0 0 0 15%;
	padding:0 2% 0 2%;
	background:#ffffff;
}
#haut {
	width: 100%;
	margin: 0 0 0 0;
	
}
#logo {
	float:left;
	width:10%;
	margin: 0 20% 0 0;
	padding: 0 0 0 0;
	background:#ffffff;
}
#logo img {
	width: 140px;
	/*height: 50px;*/
}
#menu {
		float:left;
		width:70%;
		margin: 0 0 0 0;
		
	}
	#menu ul {
	  list-style-type: none;
	}
	#menu li {
	  float:left;
	  padding: 5px 10px; 5px 10px;
	  margin: 0 15px 0 0;
	  background: blue;
	}
#menu li a {
  color:white;
	  font-weight:normal;
	  font-size:12px;
	  font-family: Georgia;
	  border: 05px solid blue;
	  border-radius:2px;
}
#header-fin {
	clear:both;
}
#page {
	clear:both;
	width:100%;
	margin:0 0 0 0;
	
	background:#ffffff;
}

#footer {
  width: 100%;
  margin: 0 0 0 0;
}
#footer-logo {
		float:left;
		width:30%;
		height: 110px;
		margin: 0 0 0 0;
		padding: 10px 0 0 0;
		background:#ffffff;
}
#footer-right {
	float:left;
	width: 70%;
	height: 200px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	background:#ffffff;
}
#footer-fin {
	clear:both;
}
#recherchertitre{
	font-size: 18px;
	font-weight:bold;
	color:#2795E8;
	text-align:center;
}
#formrecherche {
	padding: 10px 10px 10px 10px;
	background:#fbfbfb;
	border:1px solid;
	border-radius:25px;
	width:45%;
}
#formrecherche input[type=text], #formrecherche input[type=submit] {
	/*padding:15px 30px 13px 30px;
	border-radius:15px;*/
}
.boutonrecherche {
	/*background-color:white;
	padding: 5px 15px 5px 15px;
	border-radius:3px;*/
}
.resultatrecherche {
	background-color: #F7FCFF;
	padding: 10px 10px 10px 10%;
	border-radius: 3px;
	margin: 0 0 5px 0;
}
.resultatrecherche p {
	color:blue;
}
.erreur {
	background:red;
	color:white;
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
}
.reussite {
	background:green;
	color:white;
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
}
#recrutement {
	background:#2795E8; padding: 5px; border-radius:2px;
}
#left p, #left h1, #left h2, #left ul li {
	color:white;
}
#right h2, #right ul li {
	color:white;
}
#recrutement #left {
	float:left; width:40%; margin: 0 5% 0 5%;
}
#recrutement #right {
	float:left; width:40%; 
}
.regionliste {
	float:left;
	width: 150px;
	padding: 5px 10px 5px 10px;
	margin: 0 20px 20px 0;
	background: #fbfbfb;
	border-color:#fbfbfb;
	border-radius: 5px;
}
.regionliste a {
	color:back;
}

.villeliste {
	display:block;
	width: 58%;
	margin: 0 0 20px 35%;
	background: #2795E8;
	padding: 10px 10px 10px 10px;
	border-color: #2795E8;
	border-radius: 5px;
}
.villeliste p {
	color:white;
}
.villeliste a {
	color:white;
}
#postuler {
	background: #2795E8;
	padding: 5%;
	width: 90%;
}
#postuler p, #postuler h2 {
	color:white;
}
#bouton-postuler {
	color:white;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

#nb_offres {
	font-size:14px;
	font-weight:bold;
	color:#2795E8;
}

.espace {
	width:100%;
	height: 50px;
}

/*FORMULAIRE CONTACT CONSULTATION PAYANTE*/
#conteneur_consultation_payante {
  float:left; width: 84%; margin: 0 1% 0 0;
}
#consultation_payante {
  background: #775093;
  border: 0.5px solid grey;
  border-radius: 1px;
  padding: 2%;
}
#consultation_payante label {
  color:#ffffff;
   min-width: 200px;
     display: inline-block;
}
#consultation_payante input[type=submit] {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius:2px;
  padding: 10px 15px 8px 15px;
}

/* ####################################*/
/* FORM VOYANCE*/
#formvoyance input[type=text] {
  border: 2px solid purple;
  border-radius: 7px;
  padding: 10px;
}
#formvoyance label {
  text-transform: uppercase;
  margin: 0 0 20px 20px;
}
#formvoyance input[type=submit] {
  border: 2px solid purple;
  border-radius: 7px;
  padding: 10px 25px 8px 20px;
}

.animation_tarot {
  /*opacity:0.50;*/
  transition-property: opacity, left, top, height;
  transition-duration: 3s, 5s, 3s, 5s;
}


/* ############################################## */
/* MEDIA SMARTPHONE ET TABLETTE PETITE*/
 @media (max-width: 1000px) {
  
  #site {
	  width: 95%;
	  margin: 0 0 0 1%;
	  padding:0 2% 0 2%;
	  background:#ffffff;
  }
  #logo {
    float:none;
  }
  #menu ul li {
    float:none;
	  padding: 0;
	  margin: 0;
	  background: none;
  }
  #menu ul li a {
    color:black;
    border:none;
  }
  #footer-logo {
      float:none;
  }
  #footer-logo img {
    width: 100%;
  }
  #footer-right {
    float:none;
  }

}
