@font-face {
font-family: 'Work Sans';
src: url(/fonts/WorkSans-Regular.ttf);
}

html {
	min-height: 100vh;
}
body {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	background-color: #FAFAFA;
	min-height: 100%;
}
h1,h2,h3,h4,h5,h6,a {color: #55b;}
a:hover {color: #007857;}
h1 {font-size: 2rem;}
.fin-de-page {clear:both; visibility: hidden;}
.espace10 {height: 10px; line-height: 10px;}
.champsInvalides {background-color: #FFEEEE;}
.actif {font-weight:bold;}
.cellulaire {display: none;}

input, select, textarea {
	box-shadow: -1px 1px 6px #DDDDDD !important;
}
::placeholder {
	color: #adb2d2 !important;
}

.winbox {
	z-index: 3000 !important;
}

.modal-header {
	background-color: #A1D4FF;
	background-image: linear-gradient(#A1D4FF, #C1F4FF);
}

footer {
	background-color: #008B80;
	background-image: linear-gradient(#40cBc0, #008B80);
}

footer, footer a {
	font-size: .8rem;
	color: white !important;
}

.navbar-brand {
	position: relative;
	background: url(/images/cclacc.gif);
	width: 150px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-color: #bdc2e2;
}

#espace_haut {
	width: 100%;
	height: 120px;
	background-color: #ffffff;
}
.navbar {
	background-color: #A1D4FF;
	background-image: linear-gradient(#A1D4FF, #C8E9FF);
}
#image_haut {
	height: 220px;
	font-family: 'EB Garamond';
	font-size:1.2em;
}
.navbar a {
	color: black !important;
}
.boutons li, div.boutons {
	background-color: #A1D4FF;
	color: black !important;
	margin-bottom: 5px;
	list-style-type:none;
	border-radius: 10px;
	box-shadow: 4px 4px 10px #ddd;
}
.boutons li:hover, div.boutons:hover {
	background-color: #C8E9FF;
}
.boutons a {
	color: black !important;
	padding-left: 20px;
	padding-right: 20px;
}
.boutons a:hover {
	text-decoration: none !important;
}
#laPage {
	min-height: 40vh;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width: 700px) {
	h3 {font-size: 1.5em;}
	.ordinateur {display: none;}
	#image_haut {
		height: auto;
		font-size: 12px;
	}
	#image_haut ul {
		padding-left: 0px;
	}
	.navbar {top: 0;}
	#espace_haut {height: 70px;}
	.navbar-toggler { display: inline !important; }
	.navbar-brand {
		width:70px;
		height: 50px;
		background: url(/images/cclacc.gif);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.cellulaire {display: block;}
}
@media (max-width: 1200px) {
	.container {max-width: inherit !important;}
}
@media (min-width: 1300px) {
	.container {max-width: 1300px;}
}

@media (orientation: portrait) {
	.custom-container {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar {padding: .3rem .3rem !important;}
	.card-body {padding: .6rem; font-size: .9rem;}
}

.editable {
	cursor: pointer;
}
.editable:hover {
	opacity: .6;
}

.modal-content {
	border: none !important;
}
button:not(.navbar-toggler), .modal-header {
	background-color: #bdc2e2;
	color: #333333 !important;
}
.modal button:hover {
	background-color: #cdd2f2;
}
.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:#bdc2e2; 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; }
.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;
}

.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;
	}
}

.card.shadow-sm {
	background: linear-gradient(#ffffff 60%, rgba(209,214,246,.1));
}

.shadow-sm {
	transition: box-shadow ease 0.2s;
}

.shadow-sm:hover {
	box-shadow: 0 .125rem 1rem rgba(0,0,0,.2)!important;
}

.btn-annuler {background-color: #FAB5CD !important;}
.btn-accpter, .btn-succes {background-color: #85F8AD !important;}
#panier_btn {font-size: 30px; line-height: 42px; color: #FFF;}
