@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Regular.ttf");
}

body {
    background: #FDFDFE;
	font-family: Open Sans;
	min-height: 100vh;
  display:flex; 
  flex-direction:column; 
}

p {
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 44px !important;
}

section p a {
    text-decoration: underline;
}

table tr {
	height: 82px;
}
tfoot td {
	border: none;
}
tfoot th {
	border: none;
}

input, textarea {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 3px #0000001A;
	border: none;
	border-radius: 4px;
	opacity: 1;
}
textarea.form-control {
	border: none;
	border-radius: 4px;
}

input::placeholder {
	font: 14px/19px Open Sans;
	color: #8898AA;
}

.custom-select {
	color: #143D93;
	box-shadow: 0px 1px 3px #0000001A;
	border-radius: 4px;
}

.search-select {
	box-sizing: border-box;
}
.search-select button {
	text-align: left;
	font: Regular 14px/19px Open Sans;
	letter-spacing: 0;
	color: #143D93;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 3px #0000001A;
	border-radius: 4px;
}

.search-select input {
	margin-bottom: 1rem;
	text-align: left;
}

.plus::before {
	right: 25px;
	margin-right: 0.255em;
	content: "+";
	vertical-align: center;
}
.search-select::after {
	color: #143D93;
	display: block;
	position: absolute;
	top: 25%; 
	right: 25px;
	transform: translateY(-50%);	
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.btn-primary {
	background: #143D93 0% 0% no-repeat padding-box;
	border-color: #143D93;
	box-shadow: 0px 4px 6px #32325D1C;
	border-radius: 4px;
	font: Bold 14px/19px Open Sans;
	padding-left: 2em;
	padding-right: 2em;
}
.btn-primary::hover {
	background: #436DC7 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 6px #32325D40;
	opacity: 1;
}
#content .btn-primary {
	width: 225px;
}

.btn-outline-primary {
	color: #143D93;
	border-color: #143D93;
	border-radius: 4px;
	font: Bold 14px/19px Open Sans;
}
.btn-outline-primary:hover {
	background: #143D93 0% 0% no-repeat padding-box;
	border-color: #143D93;
}

#topbar {
	background: #FDFDFE 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 1px #00000029;
}

@media (min-width: 768px) {
	.cover-container {
		   margin-top: 4em;
	}
	.lead {
		   margin-left: 85px;
	}
	#btn_acheter {
		position:absolute; 
		left:260px; 
		bottom: 10px;
	}
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
	footer .inner a {
		display: block;
	}
	#btn_acheter {
		position:absolute; 
		left:50%; 
		bottom: 10px;
	}
	h1 {
		margin-top: 1em;
	}
}

#btn_acheter sub {
	font-size: 1.5em;
}

#sidebar {
    min-width: 230px;
    max-width: 230px;
	min-height: 100vh;
}

#links {
    position: sticky;
	top: 290px;
}

#upload_block {
    position: sticky;
	top: 90px;
}

#sidebarCollapse {
	margin-left: 25px;
}

#sidebar.active {
    margin-left: -250px;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar {
	background: #FFFFFF;
	box-shadow: 3px 0px 6px #00000029;
	opacity: 1;
    transition: all 0.3s;
}

#sidebar ul, #upload_block {
	color:  #8898AA;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li {
	margin: 15px 0;
}
#sidebar ul li a {
    padding: 10px;
	padding-left: 30px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
	color: #143D93;
    background: #fff;
}

#sidebar ul li.active {
	border-left: 4px #143D93 solid;
    color: #0D1729;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
}
.table td {
	vertical-align: middle;
}

.table td i {
	color: green;
	font-style: normal;
}
.table td:nth-child(1) {
	font-weight: bold;
}

.table th {
	color: #0D1729;
	opacity: 0.3;
	border: none;
}

.numerique {
	text-align: right;
}

#content {
	width: 100%;
	margin-left: 2em;
	margin-top: 60px;
}
h1 {
	color: #0D1729;
	margin-bottom: 30px;
	font-weight: bold;
}
h2 {
	color: #0D1729;
	font: Bold 2rem Open Sans;
}
#inscription h2 {
	font-size: 1rem;
	color: #8898AA;
	margin-bottom: 30px;
}
#inscription label {
	font: Bold 1rem Open Sans;
	color: #0D1729;
}
#inscription .btn {
	float: right;
	min-width: 160px;
	margin-top: 30px;
}
#inscription input {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 1px 3px #0000001A;
	border: none;
	border-radius: 4px;
}

#content h1 {
	color: #0D1729;
	margin-top: 1em;
	margin-bottom: 0.5rem;
	font: Bold 32px/43px Open Sans;
}
#upload_block {
	margin-top: 15px;
	padding: 15px;
}
#upload_block button {
	margin-top: 1em;
	width: 100%;
}
#upload_block dl {
	margin-left: 18px;
	font-size: 0.9em;
}
#nom_fichier label {
	color: #172B4D;
	margin-top: 24px;
	font-weight: bold;
	font-size: 1.5em;
	margin-left: 18px;
}
#nom_fichier label.fichier-ajour {
	color: #59BF26;
}
#nom_fichier label.fichier-vide {
	color: #172B4D;
}
#topbar .nav-item {
	margin-right: 35px;
}
#topbar .nav-link {
	color: #143D93;
}

#indicateurs {
	margin-bottom: 30px;
}

#indicateurs .col-sm-3 {
	padding-right: 0;
}

#indicateurs .card {
	box-shadow: 0px 3px 6px #0000000D;
	border: 1px solid #7070701A;
}
.card .card-title {
	font: Bold 1em Open Sans;
	color: #0D1729;
	opacity: 0.3;
}
.card .card-text {
	font: Bold 1.5em Open Sans;
	color: #0D1729;
}

.card-text.disabled {
	text-align: center;
	color: #0D1729;
	opacity: 0.3;
	font-size: 0.9em;
}

.card .value {
	float: right;
}
.column-table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border: 1px solid #dee2e6;
	border-collapse: collapse;
}
.column-table th {
	border: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
}
.column-table tfoot td {
	border-left: 0;
	border-top: 1px solid #dee2e6;
}
.column-table tfoot th {
	border-right: 0;
	border-bottom: 0;
	text-align: right;
}
.column-table td {
	border: 1px solid #dee2e6;
	border-bottom: 0;
	border-top: 0;
}
.column-table tr.data {
	cursor: pointer;
}

#modal_csv .modal-dialog {
	max-width: 950px;
}
caption {
	text-align: center;
	color: #8898AA;
}
#modal_csv td {
	border-bottom: 1px solid #dee2e6;
	border-top: 0;
}
#modal_csv .table tbody tr td {
	padding-left: 25px;
	color: #8898AA;
}
#modal_csv .table thead tr td {
	border-top: 0;
	border-bottom: 0;
}
#modal_csv .custom-select {
	border: none;
	font: Regular 14px/19px Open Sans;
	letter-spacing: 0;
	box-shadow: 0px 1px 3px #0000001A;
	border-radius: 4px;
	opacity: 1;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23143D93' d='M2 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
	min-width: 5em;
}

.modal .btn {
	border-radius: 4px;
	font: Bold 14px/19px Open Sans;
	letter-spacing: 0.32px;
	padding: 12px 20px;
}
.modal .btn-secondary {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-color: #FFFFFF;
	box-shadow: 0px 4px 6px #32325D1C;
	color: #143D93;
}
.modal-title {
	font: Bold 20px/27px Open Sans;
	color: #0D1729;
	margin: 14px;
}

#modal_fichier .modal-body {
	background: #F7F8F8 0% 0% no-repeat padding-box;
	border-radius: 5px;
	margin: 0px 32px;
	padding: 15px;
}

.modal-body fieldset {
	border: 1px dashed #143D93;
	border-radius: 5px;
	height: 220px;
}

#fileempty svg {
	margin-top: 40px;
	color: #143D93;
}
#fileempty > div > label {
	margin-top: 15px;
	margin-bottom: 30px;
	display: block;
	color: #8898AA;
}

#fileprogress {
	text-align: center;
	font: Bold 20px/27px Open Sans;
	letter-spacing: 0;
	color: #143D93;
	margin: 1em;
}

#fileprogress label {
	text-decoration: underline;
	margin-top: 40px;
}
#fileprogress .progress {
	margin-top: 15px;
	margin-bottom: 15px;
}

.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
}

footer {
	background: #0D1729 0% 0% no-repeat padding-box;
}

footer .inner {
	padding: 10px;
}
footer .inner .right-content {
	height: 44px;
	padding: 11px;
}
footer .inner a {
	color: white;
}

footer .inner p {
	color: white;
}

.card h1.card-title {
	margin-top: 50px;
	margin-bottom: 50px;
	font: Bold 3em Open Sans;
	color: #172B4D;
	opacity: 1;
}
.card h1.card-title sub {
	display: block;
	font-size: 0.2em;
	opacity: 0.5;
}
section {
	padding: 2em;
}
#panier .card-footer {
	background-color: inherit;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
#panier .card-header {
	background-color: inherit;
	border: none;
	font-size: 0.7em;
	opacity: 0.5;
}
#panier ul {
	margin-top: 2em;
	margin-bottom: 2em;
}
#panier ul li {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}

#tarifs .card, #panier.card {
	box-shadow: 0px 4px 6px #0000001C;
	border: none;
	border-radius: 2px;
	margin-bottom: 2rem;
}
#tarifs .card ul {
	margin-top: 2em;
}
#tarifs .card .card-text {
	height: 15em;
	font: 1em Open Sans;
	text-align: left;
	color: #8898AA;
}
#tarifs .btn {
	margin-top: 30px;
	padding-left: 2em;
	padding-right: 2em;
}
#services img {
	box-shadow: 10px 23px 36px #0000001A;
}
#services p {
	color: #0D1729;
}
#services .row {
	padding-bottom: 5em;
}
#services .row .texte {
	padding-top: 5em;
}
.inactive {
	opacity: 0.3;
}
#btn_essayer.btn-lg sub {
	display: block;
}
#btn_essayer.btn-lg {
	padding-left: 2em;
	padding-right: 2em;
}
.popover {
	letter-spacing: 0;
	box-shadow: 0px 3px 6px #00000029;
	border: none;
	border-radius: 4px;
	opacity: 1;
}
