@import url('https://fonts.googleapis.com/css?family=Open+Sans');


html{
	height: 100%;
	min-height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	padding:0px;
	margin:0px;
	height: 100%;
	min-height: 100%;	
	color:#333;
	background:#fff;
	font-size:14px
}

/*** HEADER ***/

header{
	padding:20px;
	color:#00A3CE;
}

header #baseline{
	color:#00A3CE;
	text-align:left;
	font-size:28px;
}

header #logo{
}

header #logo img{
    width: 120px;
}


@media (max-width: 767px) {
	header #baseline{
		text-align:center;
	}
	header #logo{
		text-align:center;
	}
}

/*** MENUS ***/

.button_menu_mobile {
	top:-30px;
}

.navbar-default {
    background-color: #3B5A6E;
    border-bottom:1px solid #e7e7e7;
	padding-top:0;
	padding-bottom:0;
}	


.nav-1 li{
	position:relative;
}
.sidebar .nav-1 li{
	border-bottom: 1px solid #eee;
}
.sidebar .nav-1 .nav-second-level li{
	border-bottom: none;
}

.nav-1 a{
	display:block;
	padding:.8rem 1rem !important;
	color:#EEEEEE;
	text-transform:uppercase;
}

.nav-1 a:hover,.nav-1 a:focus,.nav-1 a.active{
	background:#EEEEEE;
	text-decoration:none;
	color:#3B5A6E;
}
.nav-1 .nav-second-level a{
	padding:.4rem .4rem .4rem 37px;
	font-size:0.9rem;
}

.nav-2 li{
	position:relative;
}
#mainMenu .nav-2 a{
	color:#3B5A6E !important;
	display:block;
	padding:.4rem;
}
.nav-2 li a:hover,.nav-2 li a:focus{
	background:#EEEEEE;
	text-decoration:none;
}

header .nav-1 a{
	display:block;
	padding:.8rem;
	color:#3B5A6E;
	text-transform:none;
}

/*** CONTENU ***/
#main-contain{
	padding:30px 15px;
	border-radius:5px;
	margin-top:1rem;
	/*background:#FFF;*/
}

form{
	border-radius:5px;
	background:#FFF;
	clear:both;
}

form .panel-header{
    display: block;
    padding: 15px;
    background-color: #f7f7f7;
    font-size: 1.3rem;
    font-weight: 700;
	text-align:center;
	margin:0;
	border-radius:5px 5px 0 0;
}

.panel{
	border-radius:5px;
    border: 1px solid #CECECE;
    padding:0;
	margin-bottom:20px;
}
.panel>.panel-header{
    border-bottom: 1px solid #CECECE;
}
.panel>.panel-body{
    padding:30px;
    background-color: #eee;
	border-radius:5px;
}

#page-wrapper{
	margin-left:200px;
	padding: 10px 30px;
	border-left: 1px solid #eeeeee;
	min-height:100vh;
}
#page-wrapper.full{
	margin-left:0;
	border-left: none;
}

footer{
	background:#37383A;
	color:#eeeeee;
	padding-top:30px;	
	padding-bottom:30px;	
}

.photo_trombi {
	/*width:200px;*/
	height:135px;
	background-image:url("/phototheque/photos/charte/logo_filigrane.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}

/*******/
.bloc-form{
	padding:10px;
	margin-top:20px;	
}

.bloc-action{
	float:right;	
}
.bloc-action+*{
	clear:both;
}

.table{
	width:100%;
	margin-top:20px;	
}

.well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.form-group{
	    margin-bottom: 0.2rem;
	}
	
	.btn.active{
	box-shadow: 0 0 0 4px rgba(2,117,216,.35);
	}