
/* pour rendre réellement RESPONSIVE le module showplus utilisé dans la page "Milan et la Scala - avril 2011" */
.showplusx-item {
  background-size : contain;
  background-repeat : no-repeat;
}
/* Module avec le giglio dessous 
._giglio {
	background: url(../images/giglio_s.png) 40% 100% no-repeat;
	margin-bottom: 10px;
	padding: 0px 0px 25px;
}
*/

/* largeur maxi colonne droite*/
.row-fluid .span3 {
	max-width: 250px;
}



/* Séparateur 3 giglio pour blog 1ere page */
div[class^="leading"]:after {
	Content: url(../images/giglio_76x44_trans.png); display :block;
	text-align : center;
	
}
/* Span strega pour afficher traduction des mots */
span.strega {
	cursor: url(http://www.dante-limoges.fr/images/stories/divers/b.gif),auto;
}
/*
body {
		color:#000;
		background-color: #F7E9C2;
} */
body.site.fluid {
	max-width :80%;
	background-color: #F7E9C2;
	margin: auto;
}

body.site {
	max-width :80%;
	background-color: #F7E9C2;
	margin: auto;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
/*
.breadcrumb {
	padding: 8px 15px;
	margin: 0 0 18px;
	list-style: circle inside;
	background-color: #f5f5f5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
*/

.breadcrumb {
  padding: 0 0.5rem;
  	background-color: #f5f5f5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: end;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "→";
}


body.site.fluid {
	background-color: #F7E9C2;
}
.body .container {
	background-color: #F7E9C2;
}
.item-title {
	margin-bottom: 9px;
	text-align: center;
	border-color: coral;
    border-style: ridge;
    border-radius : 5px;
	border-width : 5px;
}
.search span.highlight {
    background-color: #29E31E;
}
/*.pull-right {width: 40%}*/
.diglielo {float:right; display: inline-block; margin-left: 15px;}
.searchbox {float:right; display: inline-block; margin-left: 15px;}
.dj-mobile-open-btn {float:right; display: inline-block; margin-left: 30px;}
.navigation  .pull-left {display: none;}
 
 .dj-mobile-open-btn:before{
   content:"MENU";
   height : 20px;
   background-color : #C90916;
	  font-size : 13px;
	  color :white;
	  font-weight: bold;
 }	
 .dj-megamenu-classic li{
        font-size: 13px !important;
		background-color : #C90916;
 }
