@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Gilgongo';
	src: url('../fonts/gilgongo.eot');
    src: local('☺'),
		url('../fonts/gilgongo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gilgongo.woff') format('woff'),
		url('../fonts/gilgongo.otf') format('opentype'),
		url('../fonts/gilgongo.svg#Gilgongo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Quadranta';
	src: url('../fonts/quadrantad41d.eot?') format('eot'),
		url('../fonts/quadranta.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {padding-top: 90px;}
ul, ol, dl {padding: 0; margin: 0;}
h1, h2, h3, h4, h5, h6, p {padding: 0; margin: 0; color: #4c3f37;}
th, td, li, label {color: #4c3f37;}
h1, h2, h3, li {font-family: Gilgongo, Arial, Helvetica, sans-serif; font-weight: normal;}
h4, th {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
h5, h6, td, p, label {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}
a, img {border: none;}
a > span, .btn > span {color: #4c3f37;}
input, textarea, select, option {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #4c3f37;}

#header {
	z-index: 2;
	position: fixed;
	background-color: #fff;
	width: 100%;
}

#entete {
	top: 0px;
	height: 90px;
	position: fixed;
	background-image: url(../images/baby-foot-blanc.png);
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: 30px 0px;
	background-color: #8c0004;
	width: 100%;
	padding-top: 10px;
}

#entete .btn {
	margin-top: 6px;
	background-color: #e2c499;
	border: solid 2px #e8a735;
}

#entete .btn:hover,
#entete .btn:focus,
#entete .btn:active {
	background-color: #e8a735;
	border: solid 2px #4c3f37;
}

#menu {
	top: 90px;
	margin: -20px 0px;
	position: fixed;
	width: 100%;
}

.navbar {
	border-radius: 20px 0px 0px 20px;
}

.navbar-brand {
	font-family: Gilgongo, Arial, Helvetica, sans-serif;
	color: #e2c499;
}

.bg-dark {
    background-color: #4c3f37!important;
}

.navbar-dark a {
	padding: 7px 5px;
	margin: 5px;
}

.navbar-dark a > span, .navbar-dark a, .navbar-dark .navbar-nav .nav-link {
	color: #ebd6b7;
}

.navbar-dark .navbar-nav .nav-link > span {
	margin-left: 20px;
	margin-right: 10px;
}

.navbar-dark a:hover > span, .navbar-dark a:hover, .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark a:focus > span, .navbar-dark a:focus, .navbar-dark .navbar-nav .nav-link:focus {
	color: #e8a735;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #ebd6b7;
}

.navbar-dark .navbar-toggler {
    border-color: #ebd6b7;
}

.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
    border-color: #e8a735;
}

.navbar-dark .disabled > span, .navbar-dark .disabled,
.navbar-dark .disabled:hover > span, .navbar-dark .disabled:hover,
.navbar-dark .disabled:focus > span, .navbar-dark .disabled:focus {
	color: #aaa;
}

.nav-tabs {
  border-bottom: 1px solid #e8a735;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li:first-child {
	margin-left: 20px;
}

.nav-tabs > li > a:hover {
	border-bottom-color: #e8a735;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	font-family: Gilgongo, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	color: #4c3f37;
	border-radius: 7px 7px 0 0;
}

.nav-tabs > li > a:hover {
	background-color: rgba(226, 196, 153, 0.3);
	border: 1px solid #e8a735;
	border-bottom-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e8a735 #e8a735 #e8a735;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #4c3f37;
	border: 1px solid #e8a735;
	border-bottom-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #4c3f37;
    background-color: #fff;
    border-color: #e8a735 #e8a735 #fff;
	border-radius: 7px 7px 0 0;
}

#bande {
	top: 90px;
	height: 80px;
	position: fixed;
	background-color: #fff;
	width: 100%;
}

#content {
	z-index: 1;
	margin-top: 80px;
	background-color: #fff;
	bottom: 0;
}

#liste {
	margin-bottom: 100px;
}

footer{
	background-color: #4c3f37;
	width: 100%;
	padding-top: 10px;
	height: 100px;
}

footer h1 {
	font-size: 18px;
	color: #efe3e3;
}

footer p {
	font-size: 12px;
	color: #efe3e3;
}

.btn {
	font-family: Gilgongo, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 5px;
	background-color: rgba(232, 167, 53, 0.7);
	color: #4c3f37;
	border: none;
	text-align: center;
}
	
.btn:hover,
.btn:focus,
.btn:active {
	background-color: #e8a735;
	color: #4c3f37;
}

.modal-footer {
	justify-content: center;
	padding: 5px;
    border-top: none;
}

.form-control {
	border-color: #e8a735;
	color: #4c3f37;
}

button.list-group-item {
    cursor: pointer;
}

.input-group {
	border-radius: 4px;
}

.input-group-text {
	border-color: #e8a735;
	background-color: #e8a735;
}

.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.invalid-feedback {
	text-align: right;
}

.is-invalid .input-group-text {
	border-color: #c8000a;
}

.glyphicons {
	color: #4c3f37;
	vertical-align: middle!important;
	margin: 5px;
}

a.disabled > span {
	color: #bbb;
}

.card {
	border-radius: 10px;
	margin-bottom: 20px;
}

.card-text > b {
	font-family: Gilgongo, Arial, Helvetica, sans-serif;
}

.alert-primary {
	background-color: #ebd6b7;
	border: 1px solid #e8a735;
	border-radius: 10px;
}

.alert-primary .card-header {
	background-color: rgba(232, 167, 53, 0.7);
	font-family: Gilgongo, Arial, Helvetica, sans-serif;
    color: #4c3f37;
}

.card-header:first-child {
	border-radius: 9px 9px 0px 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(226, 196, 153, 0.3);
}

.table-striped thead th {
    border-bottom: 2px solid #e8a735;
}

.table-striped td, .table-striped th {
    border-top: 1px solid #e8a735;
}

.table-hover thead th {
    border-bottom: 2px solid #e8a735;
}

a:hover > span,
a:focus > span {
	color: #e8a735;
}

.alert-warning {
	background-color: rgba(232, 0, 0, 0.1);
	border: 1px solid #e8a735;
	border-radius: 10px;
}

.alert-warning .card-header {
	background-color: rgba(232, 0, 0, 0.5);
	font-family: Gilgongo, Arial, Helvetica, sans-serif;
    color: #4c3f37;
}

.alert h1 {
	text-align: center;
	color: #4c3f37;
}

.ui-widget {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.ui-widget-content {
	border: 1px solid #e8a735;
	background: #ebd6b7;
	color: #4c3f37;
}

@media screen and (max-width:400px) {
	@-ms-viewport{width: 320px;}
}

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

@media (max-width: 767px) {
	.navbar span, .alert h1, .card-header {font-size: 16px;}
	.tab-content span {font-size: 20px;}
	
	h1, .nav-link {font-size: 13px;}
	h2 {font-size: 12px;}
	h3, li {font-size: 11px;}
	h4, label, th, .card-text > b {font-size: 13px;}
	h5, td, .ui-widget {font-size: 12px;}
	h6, p {font-size: 11px;}
}

@media (min-width: 768px) {
	.navbar span, .alert h1, .card-header {font-size: 18px;}
	.tab-content span {font-size: 22px;}
	
	h1, .nav-link {font-size: 14px;}
	h2 {font-size: 12px;}
	h3, li {font-size: 11px;}
	h4, label, th, .card-text > b {font-size: 14px;}
	h5, td, .ui-widget {font-size: 12px;}
	h6, p {font-size: 11px;}
}

@media (min-width: 960px) {
	.navbar span, .alert h1, .card-header {font-size: 20px;}
	.tab-content span {font-size: 24px;}
	
	h1, .nav-link {font-size: 15px;}
	h2 {font-size: 13px;}
	h3, li {font-size: 12px;}
	h4, label, th, .card-text > b {font-size: 15px;}
	h5, td, .ui-widget {font-size: 13px;}
	h6 {font-size: 12px;}
	p {font-size: 11px;}
}

@media (min-width: 1140px) {
	.navbar span, .alert h1, .card-header {font-size: 22px;}
	.tab-content span {font-size: 26px;}
	
	h1, .nav-link {font-size: 16px;}
	h2 {font-size: 14px;}
	h3, li {f, .card-text > bont-size: 13px;}
	h4, label, th {font-size: 16px;}
	h5, td, .ui-widget {font-size: 14px;}
	h6 {font-size: 13px;}
	p {font-size: 12px;}
}

@media (min-width: 992px) {
	#navbarText {display: none!important;}
}

td.col-1, th.col-1 {
  width: 8.33333%; }

td.col-2, th.col-2 {
  width: 16.66667%; }

td.col-3, th.col-3 {
  width: 25%; }

td.col-4, th.col-4 {
  width: 33.33333%; }

td.col-5, th.col-5 {
  width: 41.66667%; }

td.col-6, th.col-6 {
  width: 50%; }

td.col-7, th.col-7 {
  width: 58.33333%; }

td.col-8, th.col-8 {
  width: 66.66667%; }

td.col-9, th.col-9 {
  width: 75%; }

td.col-10, th.col-10 {
  width: 83.33333%; }

td.col-11, th.col-11 {
  width: 91.66667%; }

td.col-12, th.col-12 {
  width: 100%; }

td.col-sm-1, th.col-sm-1 {
  width: 8.33333%; }

td.col-sm-2, th.col-sm-2 {
  width: 16.66667%; }

td.col-sm-3, th.col-sm-3 {
  width: 25%; }

td.col-sm-4, th.col-sm-4 {
  width: 33.33333%; }

td.col-sm-5, th.col-sm-5 {
  width: 41.66667%; }

td.col-sm-6, th.col-sm-6 {
  width: 50%; }

td.col-sm-7, th.col-sm-7 {
  width: 58.33333%; }

td.col-sm-8, th.col-sm-8 {
  width: 66.66667%; }

td.col-sm-9, th.col-sm-9 {
  width: 75%; }

td.col-sm-10, th.col-sm-10 {
  width: 83.33333%; }

td.col-sm-11, th.col-sm-11 {
  width: 91.66667%; }

td.col-sm-12, th.col-sm-12 {
  width: 100%; }

td.col-md-1, th.col-md-1 {
  width: 8.33333%; }

td.col-md-2, th.col-md-2 {
  width: 16.66667%; }

td.col-md-3, th.col-md-3 {
  width: 25%; }

td.col-md-4, th.col-md-4 {
  width: 33.33333%; }

td.col-md-5, th.col-md-5 {
  width: 41.66667%; }

td.col-md-6, th.col-md-6 {
  width: 50%; }

td.col-md-7, th.col-md-7 {
  width: 58.33333%; }

td.col-md-8, th.col-md-8 {
  width: 66.66667%; }

td.col-md-9, th.col-md-9 {
  width: 75%; }

td.col-md-10, th.col-md-10 {
  width: 83.33333%; }

td.col-md-11, th.col-md-11 {
  width: 91.66667%; }

td.col-md-12, th.col-md-12 {
  width: 100%; }

td.col-lg-1, th.col-lg-1 {
  width: 8.33333%; }

td.col-lg-2, th.col-lg-2 {
  width: 16.66667%; }

td.col-lg-3, th.col-lg-3 {
  width: 25%; }

td.col-lg-4, th.col-lg-4 {
  width: 33.33333%; }

td.col-lg-5, th.col-lg-5 {
  width: 41.66667%; }

td.col-lg-6, th.col-lg-6 {
  width: 50%; }

td.col-lg-7, th.col-lg-7 {
  width: 58.33333%; }

td.col-lg-8, th.col-lg-8 {
  width: 66.66667%; }

td.col-lg-9, th.col-lg-9 {
  width: 75%; }

td.col-lg-10, th.col-lg-10 {
  width: 83.33333%; }

td.col-lg-11, th.col-lg-11 {
  width: 91.66667%; }

td.col-lg-12, th.col-lg-12 {
  width: 100%; }

td.col-xl-1, th.col-xl-1 {
  width: 8.33333%; }

td.col-xl-2, th.col-xl-2 {
  width: 16.66667%; }

td.col-xl-3, th.col-xl-3 {
  width: 25%; }

td.col-xl-4, th.col-xl-4 {
  width: 33.33333%; }

td.col-xl-5, th.col-xl-5 {
  width: 41.66667%; }

td.col-xl-6, th.col-xl-6 {
  width: 50%; }

td.col-xl-7, th.col-xl-7 {
  width: 58.33333%; }

td.col-xl-8, th.col-xl-8 {
  width: 66.66667%; }

td.col-xl-9, th.col-xl-9 {
  width: 75%; }

td.col-xl-10, th.col-xl-10 {
  width: 83.33333%; }

td.col-xl-11, th.col-xl-11 {
  width: 91.66667%; }

td.col-xl-12, th.col-xl-12 {
  width: 100%; }