@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre');


/*---General---*/

html, body {
	height:100%;
	width:100%;
	font-family: "Montserrat", sans-serif;
	background-color: #000;
}

h3 {
	font-family: "Frank Ruhl Libre", serif;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	color: #999;
}

h4 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #727272;
}

h5 {
	font-family: "Frank Ruhl Libre", serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding-top: 5.8px !important;
	color: #999;
}

p {
	font-family: "Frank Ruhl Libre", serif;
	font-size: 12px !important;
	font-weight: 900;
	line-height: 0.6;
	letter-spacing: 0.05em;
	color: #727272;	
	margin-bottom: 9.5px !important;
}

hr {
	width: 83%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color:#666;
	border: 0 none;
	margin-top: 10px;
	margin-bottom:10px;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/*--- Desktop ---*/

@media (min-width: 992px) {

.instagram {
	width: 32px;
	margin-top: 24px;
	margin-left: 9px;
}

.facebook {
	width: 32px;
	margin-top: 24px;
	margin-left: 16px;
}

.infolettre {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #727272;
	margin-left: 24px;
	position: relative;
	top: 14px;
}

.logo {
	width: 490px;
	float: right;
	margin-top: 35vh;
	margin-right: -25px;
}

.agence {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.3;
	color: #656565;
	text-align: right;
	float: right;
	position: absolute;
	top: 69vh;
	right: -2px;
}

.copyright {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 2.3;
	color: #4c4c4c;
	text-align: right;
	float: right;
	position: absolute;
	top: 94.8vh;
	right: -2px;
}

.artisans {
	margin-top: 10vh;
	margin-left: -23px;
	max-height: 80vh;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-color: #222;
}

.artisans::-webkit-scrollbar
{
	width: 6px;
	background-color: #000;
}

.artisans::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #222;
}

}

.lien1 {
	color: #727272;
}

.lien1:hover {
	color: #727272;
}

.lien2 {
	color: #656565;
}

.lien2:hover {
	color: #656565;
}


.reg {
	font-weight: 400;
}

.light {
	font-weight: 300;
}

.separateur {
	border-left: 1px solid;
	border-color: #727272;
	margin-top: 6vh; 
	height: 88vh;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 0;
}


/*--- mobile ---*/

@media (max-width: 992px) {

.reseaux {
	display:block;
    text-align: center;
}

.instagram {
	width: 32px;
	margin-top: 24px;
}

.facebook {
	width: 32px;
	margin-top: 24px;
	margin-left: 19px;
}

.infolettre {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #727272;
	display:block;
	text-align: center;
	margin-top: 20px;
}

.telephone {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #727272;
	display:block;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 35px;
}

.logo {
	width: 500px;
	max-width: 85vw;
	display:block;
    margin-left: auto;
    margin-right: auto;
}

.agence {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.3;
	color: #656565;
	display: block;
	text-align: center;
}

.copyright {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 2.3;
	color: #4c4c4c;
	display: block;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 5px;
}

.artisans {
	margin-top: 30px;
	text-align: center;
}

}


@media (max-width: 640px) {
	
h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 12px;
	letter-spacing: 0.05em;
}
	
}
