@font-face{
    font-family: "TheNautigal Bold";
    src: url("../fonts/TheNautigal-Bold.ttf") format("truetype");    
}

/************** COMMONS **************/

body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 17px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.page-contain {
    background-image: url("../img/bg-lp-lamine.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    padding: 0 0 50px;
}

/************** HEADER **************/
.header {
    position: relative;
    z-index: 1;
}

/************** BODY **************/
.main {
    background: #ffffff;
    position: relative;
    z-index: 2;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 100px;
}

.text-description p {
    color: #6c4700;
    text-align: justify;
}

.img-voyant {
    margin-top: -100px;
}

.voyant-name {
    font-family: "TheNautigal Bold", Arial, sans-serif;
    font-size: 4.5em;
    line-height: 1em;
    color: #6c4700;
}

.col-voyant-name {
    display:flex;
    align-items: flex-end;
    justify-content: center;
}

.ligne-x-spacing {
    padding: 0 3em;
}

.ligne-y-spacing {
    padding-top: 3em;
    padding-bottom: 1.5em;
}

.img-border {
    position:absolute;
    bottom: 0;
}

/************ Tarification ************/

.voyant-tarification {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 3em;
	padding: 0 3em;
}

.consultation-CB, .consultation-CI, .consultation-tchat {
	background-color: #e7eaf1;
	width: 32%;
}

.consultation-CB .cb-header {
	background-color: #000000;
	background-image: url("../img/img-lune-1.jpg");
	background-position: center left;
	background-size: 75px;
	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: #700477;
}

.free-link:hover {
	background: #000000;
}

.cb-content_detail {
	margin-bottom: 1.5rem;
}

.info-tarifs {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #6c4700;
}

.ml-title {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #6c4700;
}

.ml-content p, .ml-content address{
    color: #6c4700;
}

.ml-content h2, .ml-content h3{
    color: #ad8332;
    font-weight: 700;
}

.ml-content h2 {
    font-size: 1.5em;
}

.ml-content h3 {
    font-size: 1.3em;
}

.ml-content ul {
    list-style-type: none;
    padding-left: 0px;
}

.ml-content ul li{
    text-align: left;
    position: relative;
    padding-left: 20px;
    color: #6c4700;
}

.ml-content ul li::before{
	position: absolute;
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    background-color: #ad8332;
    border-radius: 5px;
}



/************** FOOTER **************/
.footer p {
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.footer {
    width: 100%;
    height: 50px;
    background-color: #ad8332;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #6c4700;
}


/************** RESPONSIVE **************/

@media (max-width: 1199px) {
	.voyant-tarification {
		flex-direction: column;
		width: 90%;
		padding: 0px;
	}

	.consultation-CB, .consultation-CI, .consultation-tchat {
		width: 100%;
		margin: 20px auto;
	}

	.header-title {
		padding-left: 0px;
	}
}

@media (max-width: 768px) {
    .img-voyant {
        margin-top: -50px;
    }

    .ml-content p {
        text-align: justify;
    }

    .main {
        border-radius: 0px 0px 5px 5px;
    }
}

@media (max-width: 460px) {
    .img-voyant {
        margin-top: 20px;
    }

    .voyant-name {
        text-align: center;
    }

    .ligne-x-spacing {
        padding: 0 1.5em;
    }

    .ligne-y-spacing {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .ml-title {
        font-size: 1.5em;
    }

    .ml-content h2 {
        font-size: 1.3em;
    }

    .ml-content h3 {
        font-size: 1.2em;
    }
}
