
:root { --euro-blue: #1C4783; }
:root { --euro-green: #2D8851; }
:root { --euro-orange: #D2743D; }
button {
	background-color: var(--euro-blue);
	color: white; 
}
strong{
  color: #1C4783;
}
.btn {
	background-color: #F7A305;
	color: white; 
}
.btn:hover {
	color: gainsboro;
}
.btn-green {
	background-color: var(--euro-green);
}
.btn-orange {
	background-color: var(--euro-orange);
}
.btn-link {
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3 {
	color: var(--euro-blue);
}
h1 {
	font-size: 30pt;
	font-weight: bold;
}
h3, h4 {
	font-size: 18pt;
}
h5 {
	font-size: 18pt;
}

#mentions h3{
  font-size: 18px;
  font-weight: bold;
}

#mentions p{
  font-size: 15px;
 
}
.card-titre {
	color: var(--euro-blue);
	font-weight: bold;
}
.custom-switch label {
	color: white;
}
.custom-control-input:checked~.custom-control-label::before {
	border-color: var(--euro-blue);
	background-color: var(--euro-blue);
}
p, label, li {
	font-size: 14pt;
}

.jumbotron {
	background-color:#d9e5f7;
}

header, footer {
	width: 1366px;
	display: block;
	background-color: #eee;
	margin-left: auto;
	margin-right: auto;
}

.text-card {
	padding: 18px 18px 4px 18px;
	border-radius: 16px;
	color: white;
	background-color: rgba(28, 71, 131, 0.8);
}

.text-card:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: solid 20px rgba(28, 71, 131, 0.8);
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}


#tableExample * {
	text-align: center;
	vertical-align: middle;
}

.toast-success {
	background-color: var(--euro-blue);
}

.scroll-container {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100vh;
	padding: 0 !important;
}

.charts {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border-radius: 0;
}

.chart {
	flex: 33%;
	max-width: 33%;
	padding: 20px;
}

@media (max-width: 700px) {
	.chart {
	  flex: 50%;
	  max-width: 50%;
	}
}

@media (max-width: 500px) {
	.chart {
	  flex: 100%;
	  max-width: 100%;
	}
}


/* For select-pure */
.select-wrapper {
	margin: auto;
	max-width: 600px;
	width: calc(100% - 40px);
}

.select-pure__select {
	align-items: center;
	background: #f9f9f8;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	justify-content: left;
	min-height: 44px;
	padding: 5px 10px;
	position: relative;
	transition: 0.2s;
	width: 100%;
}

.select-pure__options {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	display: none;
	left: 0;
	max-height: 221px;
	overflow-y: scroll;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 5;
}

.select-pure__select--opened .select-pure__options {
	display: block;
}

.select-pure__option {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
	height: 44px;
	line-height: 25px;
	padding: 10px;
}

.select-pure__option--selected {
	color: #e4e4e4;
	cursor: initial;
	pointer-events: none;
}

.select-pure__option--hidden {
	display: none;
}

.select-pure__selected-label {
	background: #5e6264;
	border-radius: 4px;
	color: #fff;
	cursor: initial;
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
	margin-right: 0;
}

.select-pure__selected-label i {
	cursor: pointer;
	display: inline-block;
	margin-left: 7px;
}

.select-pure__selected-label i:hover {
	color: #e4e4e4;
}

.select-pure__autocomplete {
	background: #f9f9f8;
	border-bottom: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	border-top: none;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	padding: 10px;
	width: 100%;
}
