/*modification de la hauteur de la photo en HP*/
#ytb_row_slider {
	height: 350px;
}

/*Modification du style du menu*/
#ytb_row_menu {
  height: 35px;
  margin-top: 10px;
  background-color: #ccc;
}

/*gras du menu*/
ul.slimmenu li a {
  font-weight: bold; 
}

/*alignement menu*/
.content_18292 {
  margin-left: 25px;
  padding-top: 5px;
}

/*Mise en gras des titres des blocks de la HP*/
#ytb_group_homepage h2 {
	font-weight: bold;
	text-align: center;
}

/*Mise en lettre majuscule des textes des blocks de la HP*/
#ytb_row_multibloc .basicArticleSuperListArticleTitle {
	text-transform: uppercase !important;
}


#ytb_block_multibloc_1 .y_title {
	font-weight: bold;
	text-transform: uppercase;
 	text-align: center;
}

/*suppression du carré vert à côté du H1 dans les textes*/
.article-view h1:before {
	display: none!important;
}

/*suppression du margin-left du H1*/
.article-view h1 {
	padding-left: 0px!important;
}


ul.slimmenu li a {
	font-size: 19px!important;
}

/*Mise en gras du texte dans contact et devis*/
.contact-form-description {
	font-weight: bold;
}

/*centrage titre Bloc HP "Nos réalisations"*/
.content_29511 p {
	text-align: center; 
	padding-bottom: 15px;
}

/*style contenu bloc HP "Nos réalisations"*/
.content_29511 ul {
	list-style-type: disc;
    padding-left: 50px;
}

#ytb_row_multibloc li {
	list-style-type: disc !important;
}

/*centrage titre Bloc HP "Nos Savoir Faire"*/
.content_29512 p {
	text-align: center; 
	padding-bottom: 15px;
}

/*style contenu bloc HP "Savoir Faire"*/
.content_29512 ul {
	list-style-type: disc;
    padding-left: 50px;
}

#ytb_row_multibloc_3 li {
	list-style-type: disc !important;
}