


.col-xs-12 h2 {
  margin-bottom: 2px;
}

.content {
	margin-left: 0;
	padding-left: 15px;
}

@media (min-width: 500px) and (max-width: 767px) {
	.col-sm-6 {
		width: 50%;	
	}
	.jumbotron h1, .jumbotron .h1 {
		margin-left: 20px;
	}	
}

@media (min-width: 300px) {
	.col-sm-6 {
	  /*min-width : 200px;*/
	}
	.col-xs-12 {

	}
	.jumbotron h1, .jumbotron .h1 {
		margin-left: 20px;
	}	

}

@media (max-width: 767px) {
	.picto-swap {
		display: none;
	}	
}

@media (min-width: 500px) and (max-width: 767px) {
	.col-sm-6 {
	
	}
}

@media (min-width: 768px) {
	.jumbotron h1, .jumbotron .h1 {
		margin-left: -47px;
	}
}
@media (min-width: 1200px) {
	.jumbotron h1, .jumbotron .h1 {
		margin-left: -46px;
	}
}
@media (min-width: 992px) {
	.jumbotron h1, .jumbotron .h1 {
		margin-left: -48px;
	}
}

.list-group.panel > .list-group-item {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}
.list-group-item-level-2 {
	margin-left: 12px;
}

.multiple {
	background-image: url(/img/pointe.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.jumbotron {
  padding: 0 0 0 0;
  color: inherit;
  background-image: url("/img/bandok3a.png");
  background-repeat:no-repeat;
  margin-top: -38px;
  margin-bottom: 25px!important;
}

.jumbotron h1,.jumbotron .h1 {
	color: inherit;
	font-size: 33px;
	color: black;
	padding: 132px 0 0 0px;
	color: #cb1804;
	text-shadow: 1px 1px 1px #aaa;
	letter-spacing: -0.05pt;
}

.content .col-xs-12 p{
padding-left: 0px;
padding-right: 0; 

}
.content {

	padding-right: 0px;
	text-align: justify;
}

.content .col-xs-12, .content .col-lg-3,  .content .col-lg-4, .content .col-lg-2,
.content .col-lg-5,  .content .col-lg-6, .content .col-lg-7, .content .col-sm-6
 {
	text-align: justify; 
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}


.menu-btn {
    margin-bottom: 0;
    margin-top: -25px;
} 

ul li {
	text-align: left;
}

@media print {
#sidebar,header[role="banner"],footer,#comments,#respond {
        display: none;
    }
    #container #content #main {
        width: 90%;
        margin: 0px;
        padding: 0px;
    }
    * {
        color: #000;    
        background-color: #fff;
        @include box-shadow(none);
        @include text-shadow(none);
    }
    a:after {
        content: "( "attr(href)" )";
    }
}





	
} 