body {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	background-color: #FAFAFA;
}
h1,h2,h3,h4,h5,h6,a {color: #108867;}
a:hover {color: #007857;}
h1 {font-size: 2rem;}
.fin-de-page {clear:both; visibility: hidden;}
.espace10 {height: 10px; line-height: 10px;}
.container-fluid {padding-top: 10px;}
.champsInvalides {background-color: #FFEEEE;}
.actif {font-weight:bold;}

input, select, textarea {
	box-shadow: -1px 1px 6px #DDDDDD !important;
}
::placeholder {
	color: #33DDBB !important;
}

.laPage {
	margin-top: 60px;
	padding-left: 220px;
}

.navV {
	position: fixed;
	display: block;
	width: 200px;
	min-height: 100%;
	top: 62px;
	overflow-x: hidden;
	background-color: #F3F3F3;
	box-shadow: 10px 0 8px -5px #e7e7e7;
}
#menu_gauche ul {
	margin-left: 6px;
}
#menu_gauche ul a {
	font-size: 0.7rem !important;
}
.navV a {
	text-decoration: none;
	font-size: 0.8rem;
	color: #108867 !important;
}
.navV li {
	display: block !important;
	white-space: nowrap;
}

.nav-haut, .modal-header, footer {background-color: #40b897; background-image: linear-gradient(#60d8b7, #30a887);}

footer {
	font-size: .8rem;
}

@media screen and (max-width: 700px) {
	h3 {font-size: 1.5em;}
	.laPage { padding-left: 15px; }
	.ordinateur {display: none;}
	.navbar-toggler { display: inline !important; }
	.navbar-brand {
		width:60px;
		overflow-x: hidden;
	}
	.navV {
		display: none;
		position: absolute;
		z-index: 999;
		left: 1%;
		width: 98%;
		height: 100%;
		background-color: #108867;
		font-size: 1.3rem;
		color: #EEEEEE !important;
	}
	.navV a {
		color: #EEEEEE !important;
		font-size: 1.3rem;
	}
	#menu_gauche ul a {
		font-size: 1rem !important;
	}
}
@media screen and (min-width: 701px) {
	.navV {
		display: block;
	}
}
@media (orientation: portrait) {
	.navbar {padding: .3rem .3rem !important;}
	.card-body {padding: .6rem; font-size: .9rem;}
}
@media print {
	.navV {
		display: none;
	}
	.laPage { padding-left: 15px; }
}

.editable {
	cursor: pointer;
}
.editable:hover {
	opacity: .6;
}

.modal-content {
	border: none !important;
}
button:not(.navbar-toggler), .modal-header {
	background-color: #50c8a7;
	color: #333333 !important;
}
.modal button:hover {
	background-color: #5675A1;
}
.modal-header {
	padding: 0.6rem;
}
.modal .close {
	background-color: transparent !important;
	padding: 0.6rem;
	margin: -.6rem -.6rem -.6rem auto;
}

.audio_hauteur {
	height: 80px;
}

.material-icons.md-14 { font-size: 14px; vertical-align: middle; margin-right: 2px; }
.material-icons.md-16 { font-size: 3rem; vertical-align: middle; margin: auto auto; }
.material-icons.md-48 { font-size: 5rem; vertical-align: middle; margin: auto auto; }
.material-icons.md-bleu { font-size: 3rem; color:#5599CC; opacity:0.6; }
.material-icons.md-bleu:hover { opacity:1; }
.material-icons + small { position:relative; top:-10px; font-size:.7rem; }
h6 > .material-icons { cursor:pointer; }
h6 > .material-icons + small { cursor:pointer; }
.navbar-brand {
    position: relative;
    background: url(/images/logo.png);
    background-color: #FFFFFF;
    height: 40px;
    padding-right: 10px;
    background-position: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    text-indent: 60px;
    color: #000000 !important;
    font-size: .9em;
    line-height: 2em;
}

.card .logo {
	height: 30px;
	margin-right: 4px;
}

.carte {
	padding: 3px 5px;
	font-size: .8rem;
	height: 5rem;
}

.lien-plus {
	position: relative;
	font-size: .8rem;
	top: -1rem;
	margin: 0;
	padding-left: 15px;
}
.lien-plus:before {
	content: '-> ';
}

.bloc {
	padding: 8px 12px;
}

.sondage {
	position: relative;
	width: 200px;
	height: 14px;
	margin: 0 auto;
	background-color: #adf;
	border:#9ac 1px solid;
}
.sondage:hover {
	background-color: #9cf;
}
.sondage_curseur{
	position: absolute;
	width: 1px;
	height: 14px;
	border-left: #f55 2px solid;
}

.annuler {background-color: #E295AD !important;}
#panier_btn {font-size: 30px; line-height: 42px; color: #FFF;}

.clignoter {
	animation: clignoteur 1s step-start infinite;
}
@keyframes clignoteur {
	50% {
		opacity: 0.4;
	}
}
