.bando{

	background-color: #00558b;

}
.lerma{
	background-color:#246d9a;
}
/* Menu */
.navbar {
    background-color: #4883B0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;}
    
    
.card-header{
	background-color: #28a745;
	background-color: #00558a;
	color: #fff;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
        padding-top: 0.25rem;
        padding-right: 1.25rem;
        padding-bottom: 0.25rem;
        padding-left: 1.25rem;
}
.dropdown-menu{
	font-size: 1.5rem;
}
.on{
	color: red;
}
.nav-link .on {
    font-weight: bold;
    color: #aa1111;


}
.droit {
    background-color: #e5e4e4;
    padding-left: 10px;
    padding-right: 10px;
}

.droit h3{
  font-size: 1.75rem; /* =17.5px */
  line-height: 1.2;
  margin-bottom: .5rem;
}
.droit ul{
	font-size: 1.5rem;
	}

.titremots {
    background-color: #aa1111;
    font-size: 1.7rem;
    padding-left: 1rem;
    color: #fff;
    text-transform: uppercase;
    padding-right: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.haut2 {
    min-height: 3rem;
}
.haut1{
	font-size: 2rem;
	text-transform: uppercase;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



p.bloc_accueil{
	font-size: 30px;
}

.bloc_accueil h2 a{
font-size: 2rem;
color: #E26111;
/*text-transform: uppercase;*/
}
@media (min-width: 576px) {
  .marge{
	margin-left: 0px; margin-right: 0px;
	}
}
@media (min-width: 768px) {
  .marge{
	margin-left: 0px; margin-right: -15px;
	}
}

.bando2{
	/*background-image: url("http://brunog.fr/mc/fondlivre.jpg");
	background-repeat: repeat;*/
}
.bando3{
	background-image: url("http://brunog.fr/mc/IMG/jpg/bannie_re2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.item-2:hover
{
    
      transition:all 0.6s; /* Change Speed */
    -ms-transform: scale(2, 2); /* IE 9 */
    -webkit-transform: scale(2, 2); /* Safari */
    transform: scale(2, 2); /* Change Size */
    overflow:visible;
    /*z-index:1 !important; /* you can change it, but better let this in default */
}

