body{
	color:#1a1a1a;
	font-size:17px;
	line-height:25px;
	font-family: 'Montserrat', sans-serif;
	background:url('/data/images/fond2.jpg');
	background-size:100%;
}

#global{
	background:transparent;
}

.main-content {
	background:transparent;
}


.navbar.navbar-dark .navbar-nav .nav-link{
	text-transform: uppercase;
	font-size:13px;
	font-weight:500;
	border-right:1px solid #BFA1A9;
	padding:5px 25px;
	margin:0;
}


header .navbar .navbar-brand .default-logo{
	max-height:100px;
}

header .navbar .navbar-brand .logo-qualiopi{
	max-height:50px;
	margin-left:20px;
}

section{
	padding:40px 0;
}

a:hover{
	color:#EBDCAE;
	text-decoration:underline;
}

a.lien{
	color:#892F4D;
	font-weight:600;
	border-bottom:1px dotted #892F4D;
}

.typo{
	font-family: 'Rosmatika Regular';
	font-weight:bold;
	color:#000;
}

i.puce{
	margin-left:25px;
	font-size:8px;
}

h2.titre{
	font-family: 'Rosmatika Regular';
	font-size:26px;
	line-height: 38px;
	color:#E7D279;
	text-transform: uppercase;
}

h2.titre.violet{
	color:#892F4D;
}

p.titre-sous{
	color:#fff;
	font-size:21px;
	line-height:30px;
}

p.texte{
	padding-left:20px;
}

#piedpage{
	background: url("/data/images/fond-piedpage.jpg") #FBF7F3 top center no-repeat;
	background-size:100%;
	padding-bottom:30px;
}

#piedpage, #piedpage a{
	color:#892F4D;
}

#piedpage .titre{
	font-family: 'Rosmatika Regular';
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding-right:15px;
	margin-top:40px;
	background:url("/data/images/textures/texture-12.png") no-repeat 15px -5px;
	display:inline-block;
}

#piedpage .titre i{
	margin-right:12px;
}

#piedpage .feature-box-content p{
	line-height:22px;
	padding-left:20px;
}

footer{
	font-size:13px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

footer i.fa-circle{
	font-size:5px;
	margin:0 7px;
}

.pointeur{
	cursor:pointer;
}

.souligne{
	text-decoration:underline;
}

.violet{
	color:#892F4D;
}

.fond-violet{
	background:#892F4D;
}

.btn-violet{
	background:#892F4D;
	color:#fff;
	border:#892F4D;
	padding:10px 20px;
}

.btn-inverse{
	background:transparent;
	color:#892F4D;
	border:2px solid #E7D279;
	padding:10px 20px;
}

.logo img{
	margin-bottom:20px;
}

.logo .titre{
	display:block;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

.logo .slogan{
	display:block;
	font-size:21px;
	font-weight:bold;
}

.blanc{
	color:#fff;
}

.fond-blanc{
	background:#fff;
}

.violet{
	color:#6B2B83;
}

.fond-violet{
	background:#6B2B83;
	color:#fff;
}

.orange{
	color:#FBB418;
}

.fond-orange{
	background:#FBB418;
	color:#fff;
}

.mobile-home{
	display:none;
}

/********************/

@media screen and (max-width: 576px) {
	
	body{
		padding:0;
		margin:0;
	}
	
	section{
		padding:5px;
	}
	
	header{
		display:none;
	}
	.logo-piedpage{
		display:none;
	}
	
	
	.mobile-masque{
		display:none;
	}
	
	.mobile-home{
		display:block;
		position:absolute;
		top:10px;
		left:10px;
	}
	
	.mobile-home a{
		font-size:12px;
		color:#fff;
		opacity:0.8;
		font-weight:500;
	}
	
	.page-home .mobile-home{
		display:none;
		border:1px solid red;
	}
	

}