@font-face {
	 font-family: "Arbalest";
	 src: url("../font/Arbalest.ttf") format("truetype");
}

@font-face {
	 font-family: "Avenir Roman";
	 src: url("../font/AvenirLTStd-Roman.otf") format("opentype");
}

body{
	font-family: "Avenir Roman", sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

header{
	width: 100%;
	height: 165px;
	background: #122119;
	border-bottom: 2px solid #f3bd03;
}

.site-header{
	width: 1140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
}

.xv_title-h1{
	font-family: "Arbalest", sans-serif;
	font-size: 30px;
	color: #f3bd03;
}

.page-container{
	background-image: url("../img/bg_xavier-medium.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 50px 0px 100px;
}

.site-container{
	width: 1140px;
	margin: 0px auto;
	background-color: rgba(251,251,251,0.7);
	border-radius: 3px;
	padding: 40px 35px;
	margin-bottom: 50px;
}

.voyant-identity{
	text-align:center;
	padding-bottom: 40px;
}

.xv_specialite, .xv_specialite-detail{
	font-size: 20px;
	font-style: italic;
	color: #000000;
	margin-bottom: 0px;
}

.xv_specialite-detail{
	text-transform: uppercase;	
}

.voyant-description p{
	font-size: 18px;
	color: #000000;
	text-align: justify;
}

.xv_last-text{
	width: 80%;
	margin: 0px auto;
	padding-top: 30px;
	font-style: italic;
	font-weight: 600;
	text-align: center !important;
}

.voyant-tarification{
	width: 1140px;
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
}

.consultation-CB, .consultation-CI, .consultation-tchat{
	background-color: #e7eaf1;
	width: 350px;
}

.consultation-CB .cb-header{
	background-color: #000000;
	background-image: url("../img/img-lune-1.jpg");
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	height: 58px;
}

.consultation-CI .cb-header{
	background-color: #000000;
	background-image: url("../img/img-lune-2.png");
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	height: 59px;
}

.consultation-tchat .cb-header{
	background-color: #000000;
	background-image: url("../img/img-lune-3.png");
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	height: 60px;
}

.header-title{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #ffffff;
	padding-left: 20px;
}

.header-title p{
	margin-bottom: 0px;
}

.text-grand{
	font-size: 28px;
	padding-left: 5px;
}

.title-tchat{
	font-size: 28px;
}

.cb-content{
	text-align: center;
	padding: 20px 0px;
}

.color-vert{
	color: #87be3d;
	font-weight: 700;
}

.color-violet{
	color: #700477;
	font-weight: 700;
}

.color-rouge{
	color: #ff0000;
	font-weight: 700;
}

.tel-link{
	text-decoration: none !important;
	font-size: 30px;
}

.free-link{
	text-decoration: none !important;
	background: #700477;
	color: #ffffff !important;
	font-size: 18px;
	padding: 15px 20px;
	border-radius: 5px;
}

.tel-link:hover{
	color: #000000;
}

.free-link:hover{
	background: #000000;
}

.cb-content_detail{
	margin-bottom: 1.5rem;
}


footer{
	background: #122119;
	padding: 30px 0px;
}

footer p{
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	/*margin-bottom: 0px;*/
}

.text-info-voyance{
    font-style: italic;
}

.footer-link{
	text-decoration: none !important;
	color: #f3bd03;
}

.footer-link:hover{
	color: #700477;
}

/*******************Mentions légales*****************/

.xv_ml-title{
	font-family: "Arbalest", sans-serif;
	font-size: 40px;
	text-align: center;
	margin-bottom: 2rem;
	color: #162326;
	font-weight: 700;
}

.voyant-description address{
	font-size: 18px;
}

.voyant-description h3{
	font-size: 24px;
	font-weight: 600;
	color: #162326;
}

.voyant-description h4{
	font-size: 20px;
	font-weight: 600;
	color: #162326;
}

.voyant-description ul{
	list-style-type: none;
	padding-left: 0px;
}

.voyant-description ul li{
	font-size: 18px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.voyant-description ul li::before{
	position: absolute;
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    background-color: #162326;
    border-radius: 5px;
}



/*==========RESPONSIVITE===================*/

@media (min-width: 769px) and (max-width: 1200px){
	.site-container{
		width: 720px;
	}

	.site-header{
		flex-direction: column;
		width: 720px;
	}

	header{
		height: auto;
	}

	.xv_last-text{
		width: 90%;
	}

	.voyant-tarification{
		flex-direction: column;
		width: 720px;
	}

	.consultation-CB, .consultation-CI, .consultation-tchat{
		width: 100%;
		margin: 20px auto;
	}
}


@media (max-width: 768px){
	.site-container{
		width: 95%;
		padding: 40px 20px;
	}

	header{
		height: auto;
	}

	.site-header{
		flex-direction: column;
		width: 95%;
	}

	.xv_title-h1{
		font-size: 25px;
		text-align: center;
	}

	.voyant-tarification{
		flex-direction: column;
		width: 100%;
	}

	.consultation-CB, .consultation-CI, .consultation-tchat{
		width: 95%;
		margin: 20px auto;
	}

	.xv_last-text{
		width: 100%;
	}

	.xv_specialite, .xv_specialite-detail{
		font-size: 16px;
	}

	footer{
		padding: 30px;
	}

}