
.sf-menu,
.sf-menu * 
{
	margin:0;
	padding:0;
	list-style:none;
}

.sf-menu li 
{
	position:relative;
}

.sf-menu ul 
{
	left:0;
	top:100%;
	z-index:99;
	display:none;
	position:absolute;
}

.sf-menu>li 
{
	float:left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul 
{
	display:block;
}

.sf-menu a 
{
	display:block;
	position:relative;
}
.sf-menu ul ul 
{
	top:0;
	left:100%;
}


/* MODIFS ----------------------------------- */
body .template-header-top,
body .tp-caption.tp-resizeme.tp-texte{
	background:rgba(0,0,0,0.5);
}
body .tp-caption.tp-resizeme.tp-texte{
	/*border-radius:20px;*/
	padding:30px 20px !important;
	text-align:center;
}

body .tp-caption.tp-resizeme.tp-bouton,
body .tp-caption.tp-resizeme.tp-bouton a.template-component-button.template-color-white{
	border-color:#555555 !important;
	color:#555555 !important;
}
	body .tp-caption.tp-resizeme.tp-bouton a.template-component-button.template-color-white{
		background-color:#ffffff !important;
	}
	body .tp-caption.tp-resizeme.tp-bouton a.template-component-button.template-color-white:hover{
		background-color:#555555 !important;
		color:#ffffff !important;
	}

body .tp-caption.tp-resizeme.tp-texte{
	line-height:25px !important;
	padding:25px 35px !important;
}
body .tp-caption.tp-resizeme.tp-texte span{
	font-size:35px !important;
	line-height:45px !important;
}
body .tp-caption.tp-resizeme.tp-texte .text_uppercase{
	font-weight:bold !important;
	text-transform:uppercase;
}
body .tp-caption.tp-resizeme.tp-texte span.soustitre{
	font-size:18px !important;
	line-height:40px !important;
}

body .template-component-menu-default > .sf-menu{
	float:right;
}

body .background_processus{
	background:center top no-repeat url('../media/image/background-image/iso.jpg') !important;
	background-size: cover;
	padding:20px 0px !important;
}

body .background_processus span,
body .background_processus h2,
body .background_processus h5,
body .background_processus div{
	border-color:#555555 !important;
	color:#555555 !important;
}

body span.fa{
	font-size:45px;
}


body .background_processus .template-component-header-subheader{
	margin-bottom:0px;
}

/* MODIFS ----------------------------------- */