.description p {
	margin-bottom: 30px;
	color: #54595f;
}

p.bold {
	font-weight: 700;
    color: #7a7a7a;
}

p.italic {
    font-style: italic;
}

.description a {
    color: #ab9165;
    font-size: 15px;
}

.img {
    text-align: center;
}

.img img {
    width: 90%;
    margin-bottom: 30px;
}

.description ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
	font-family: "Martel Sans";
	font-size: 15px;
	color: rgb(84, 89, 95);
}

@media screen and (max-width: 1450px) {
	.row {
		max-width: 80% !important;
	}
}

@media screen and (max-width: 1350px) {
	.img img {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
	.links ul {
		padding-left: 0;
	}
}

@media screen and (max-width: 580px) {
	.row {
		max-width: 100% !important;
	}

	.text-page {
		max-width: 100% !important;
		margin-left: 2%;
	}

	.container-responsive .fond_blanc img {
		width: 100%;
		margin-left: 0;
		padding: 3%;
	}

	.navbar-nav {
		padding-top: 0 !important;
	}

	header .my-5 {
		margin-top: -35px !important;
	}

	.description {
		max-width: 100% !important;
		margin-left: 50px !important;
		font-weight: 800;
	}
}