* {
	box-sizing: border-box;
	font-family: arial, sans-serif;
}

body {
	max-width: 1140px;
	margin: auto; 
	background-color: #D6EAF8;
}

/* Header Tempus Voyance */

header {
	max-width: 740px;
	margin: auto;
}

header .image-brand .logo-tempus-voyance {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgb(1 14 40 / 5%);
}

/* Block principal */

main {
	max-width: 100%;
	margin-top: 4px;
	display: flex;
	border-radius: 10px;
	border: 1px solid #85C1E9;
	background-color: #AED6F1;
	box-shadow: 0 2px 4px rgb(1 14 40 / 5%);
}


main img {
	max-width: 100%;
	display: block;
	margin: auto;
}


/* Style menu gauche */

nav.navigation-gauche {
	width: 13%;
	height: 1000px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: #AED6F1;
	border-radius: 10px 0 0 10px;
}

nav.navigation-gauche div.section {
	margin: auto;
	border: solid #fff;
	border-width: 0 0 1px 0;
	background-color: #fff;
}

nav.navigation-gauche .section .titre-section {
	display: flex;
	padding: 10px;
	background-color: #85c1e9;
	color: #1b4f72;
	letter-spacing: 0.2rem;
	font-size: 0.9rem;
}

nav.navigation-gauche .section .titre-section .titre {
	display: block;
	margin: auto;
	font-weight: bold;
}

nav.navigation-gauche .section a {
	width: 100%;
	background-color: #d20f26;
	border-radius: 3px;
	color: #ECF0F1;
	padding-left: 4px;
	border: solid #fff;
	border-width: 1px 1px 0 1px;
	padding: 3px;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.1rem;
	font-size: 0.8rem;
}

nav.navigation-gauche .section a:hover {
	background-color: #F39C12;
	cursor: pointer;
	color: #fff;
}

/* Block contenu */

.content {
	width: 74%;
	flex-direction: column;
	padding: 5px;
	background-size: contain;
	background-image: url('../img/voyance_fond.jpg');
	background-repeat: repeat-y;
	background-size: contain;
	box-shadow: 0 2px 4px rgb(1 14 40 / 5%);
}



.content p, ul, ol, li, h1, h2, h3 {
	color: #1F618D;
	font-weight: lighter;
}


/* Style menu droit */

nav.navigation-droite {
	width: 13%;
	height: 1000px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: #AED6F1;
	border-radius: 0 10px 10px 0;
}

nav.navigation-droite div.section {
	margin: auto;
	border-width: 0 0 1px 0;
}

nav.navigation-droite .section .titre-section {
	display: flex;
	padding: 10px;
	background-color: #85c1e9;
	color: #1b4f72;
	letter-spacing: 0.2rem;
	font-size: 0.9rem;
}

nav.navigation-droite .section .titre-section .titre {
	display: block;
	margin: auto;
	font-weight: bold;
}

nav.navigation-droite .section a {
	width: 100%;
	display: inline-block;
	padding: 3px;
	background-color: rgb(3, 37, 83);
	border-radius: 3px;
	color: #ECF0F1;
	padding-left: 4px;
	border: 1px solid #fff;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1rem;
	font-size: 0.8rem;
}

nav.navigation-droite .section a:hover {
	background-color: #F39C12;
	cursor: pointer;
	color: #fff;
}



/* Style index.html */

.content .introduction h2, p {
	text-align: center;
	line-height: 1.5;
}

.content .introduction h2 {
	color: #1B4F72;
}

/* Style articles */

.content .article p  {
	text-align: justify;
	padding: 4px;
}

.content .article ul {
	color: #1F618D;
	line-height: 1.5;
}

.content .article ol {
	color: #1F618D;
	line-height: 1.5;
}

.content .article h2 {
	color: #1B4F72;
	text-align: center;
}

/* Style audiotel */


.audiotel {
	max-width: 100%;
	border-radius: 0.2em;
}


.content .image-voyance-gratuite {
	margin: 1rem auto auto auto;
	border-radius: 0.2em;
}

.content .image-voyance-majore {
	margin-top: 1rem;
	border-radius: 0.2em;
}

/* Block footer */
footer {
	margin-top: 14px;
	width: 100%;
	height: 50px;
}

footer ul {
	margin: auto;
	max-width: 960px;
	text-align: center
}
footer ul li {
	display: inline;
	padding: 10px;
	color: #1b4f72
}

footer ul li a {
	color: #2471A3;
	text-decoration: none;
}

footer ul li a:hover {
	color: #1B4F72;
}

/* Bouton acceuil */

.bouton-acceuil a:hover {
	color: #FF3333;
	background-color: #F7DC6F;
	text-decoration: none;
	font-weight: bold;
}

.bouton-acceuil a {
	color: #FF3333;
	text-decoration: none;
	display: block;
	border: 1px solid #F4D03F;
	background-color: #F9E79F;
	padding: 4px;
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 0.3rem;
}

.news {
	display: flex;
	flex-wrap: wrap;
	justify-items: center;
}

.news article {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-items: center;
	border: 0.2em solid #ffff;
	border-radius: 0.4em;
	background-color: #ffff;
	box-shadow: 0 2px 4px rgb(1 14 40 / 5%);
	border: 1px solid #e5e8ed;
}

.illustration {
	width: 270px;
	display: flex;
	flex-direction: column;
	margin: auto;
}

.illustration img {
	width: 90%;
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to left, #2471A3, #85C1E9);
}


.text-article {
	width: 540px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.text-article {
	display: flex;
	text-align: center;
	margin: auto;
}

hr {
	width: 100%;
	opacity: 0;
}

.iframe-audiotel {
	box-shadow: 0 2px 4px rgb(1 14 40 / 5%);
	border: 1px solid #e5e8ed;
	background-color: #ffff;
}

/* Horoscope quotidien */

.container {
	margin-top: 1em;
	display: flex;
	flex-direction: column;
  color: #1B4F72;
	border: 0.2em solid #ffff;
	border-radius: 0.4em;
	background-color: #ffff;
	box-shadow: 0 2px 4px rgb(1 14 40 / 5%);
	border: 1px solid #e5e8ed;
	padding-bottom: 1em;

}

.container .header {
	display: flex;
	flex-direction: column;
}

.container .horoscope-table {
	display: inline-flex;
	flex-direction: column;
}

.container .horoscope-table .row {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

.container .horoscope-table .header {
	align-items: center;
	font-weight: bold;
}

.container .horoscope-table .cell {
	display: flex;
	width: 16%;
	min-width: 16%;
	height: 61px;
  justify-content: center;
	text-decoration: none;
	overflow: hidden;
	padding: 1em;
	cursor: pointer;
}

.container .horoscope-table span.horoscope-complet {
	display: block;
}
.container .horoscope-table .cell:hover>span {
	width: 150px;
	position: absolute;
	background-color: #ffff;
	padding: 1em;
	border: 1px solid grey;
	text-align: center;
	padding: 4px 2px 4px 2px;
}

.signes {
  max-width: 650px;
  margin: auto;
}

.signes img {
  display: inline;
}

.astro-couple {
  max-width: 650px;
  margin: auto;
}

.selection-signe {
  height: 50px;
}

.info {
  width: 650px;
  margin: auto;
  text-align: center;
  color: #C12957;
}

.coeur, .nuage {
  cursor: pointer;
}

.lunaire {
  text-align: center;
  padding: 2em;
}

.lunaire img {
  margin-bottom: 1em;
}
