/* Personnalisation du template. */

/* Suppression haut de page */

#back-top {display:none;}

/* Aligne la description par rapport au logo - YF Computing - 27-04-2020 */
.brand {
	float: none;;
}

.header-inner {
	text-align: center;
}

/* Couleur lien sous-menu */
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none;
	color: #000;
	background-color: #f4dd1d;
	background-image: linear-gradient(to bottom,#f4dd1d,#f4dd1d);
	background-repeat: repeat-x;
}

/* Couleur lien menu survol */
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	color: #000;
	background-color: #f4dd1d;
}

/* Couleur menu page actuelle */

.nav-pills > .active > a {
    color: #000;
	background: #f4dd1d !important;
}

/* Couleur fond */
.backcolor {
	color: #fff;
	background-color: #2d2d2d;
}

/* Texte espace bord */
.textspace {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Taille police */

.fontstyle {
	font-size: 12pt;
	line-height: 16pt;
}

/* li La Belle Vidange 2 */
li.lbv2 {
	font-size: 12pt;
	line-height: 16pt;
	word-wrap: break-word;
}	

/* Texte espace bord */
.picturespace {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Arrondi */
.span1, .span4, .span6, .span8, .span12 {
        border-radius: 10px;
}

/* Politique Cookies */
/* Taille police titre */
.yfccookietitle {
	color: #0000ff;
	font-size: 22pt;
	line-height: 26pt;
	text-align: center;
}

/* Taille police sous-titre */
.yfccookiesubtitle {
	color: #0000ff;
	font-size: 18pt;
	line-height: 22pt;
}

/* Taille police texte */
.yfctexte {
	color: #000000;
	font-size: 12pt;
	line-height: 16pt;
}

/* Clipart cookie */
li.cookie {
	list-style-image: url("/images/li_cookie.png");
	font-size: 12pt;
	line-height: 16pt;
	word-wrap: break-word;
}	
