@charset "utf-8";

/* ------------------------------------------------------------------------------------
CSS Bootstrap pour lequel on a modifié des choses
------------------------------------------------------------------------------------ */

.carousel {
	height: 500px;
	margin-bottom: 60px;
}

.carousel-inner > .item {
	height: 500px;
	background-color: #3366CC;
}

.carousel-caption p {
	margin-bottom: 40px;
	font-size: 21px;
	line-height: 1.4;
}

@media (min-width: 480px) {
	.adapt_menu {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.adapt_menu {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.adapt_menu {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.lead {
		font-size: 20px;
	}
}

.text-center, .text-center > thead > tr > th {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.align-top {
	vertical-align: top;
}

.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.img-circle:hover {
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}

.py-2 {
	padding: 10px 0;
}

.mb-1 {
	margin-bottom: 5px;
}

.mt-1 {
	margin-top: 5px;
}

.pt-1 {
	padding-top: 5px;
}

.bg-light {
	background-color: #DCDCDC;
}

/* ------------------------------------------------------------------------------------
CSS créé en plus pour DMFSH
------------------------------------------------------------------------------------ */

.normal {
	font-weight: normal;
	color: #333399;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.valide {
	color: #008000;
	font-weight: bold;
}

.blink {
	color: #FFA500;
	font-weight: bold;
}

.draft {
	color: #808080;
	font-weight: bold;
}

.pending {
	color: #4682B4;
	font-weight: bold;
}

.red {
	color: red;
}

.blue1 {
	color: #3399FF;
}

.blue2 {
	color: #3366CC;
}

.blue3 {
	color: #333399;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.percent {
	width: 100%;
}

.pin {
	font-family: "Menlo", monospace;
}

.incomplet {
	color: red;
	text-decoration: underline;
}

.border-right {
	border-right: solid 1px #DDDDDD;
}

.border-left {
	border-left: solid 1px #DDDDDD;
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	margin-bottom: 0;
	cursor: pointer
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: 2.5rem;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0
}

/* Eléments bootstrap-table
--------------------------------------*/

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #1e2125;
	text-decoration: none;
	background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #39f;
}

.table.table-sm>tbody>tr>td {
	padding: 5px;
}

.table.table-sm {
	font-size: 10pt;
}

.detail-icon, .detail-icon:hover, .detail-icon:focus {
	color: inherit;
	display: block;
	text-align: center
}

/* Eléments formulaires
--------------------------------------*/

label {
	font-weight: normal;
	margin-bottom: 0;
}

input[type=radio], input[type=checkbox] {
	margin: 2px 10px 2px 2px;
	font-size: 14px;
}

select {
	text-align: center;
	margin: 2px;
	font-size: 14px;
}

select[disabled] {
	background-color: #F0F8FF;
	margin: 2px;
	font-size: 14px;
}

select.contact {
	text-align: left;
	margin-bottom: 10px;
}

/* Table contenant des input espacés
--------------------------------------*/

.table_input td, .table_input th {
	margin-bottom: 10px;
}

.table-padding > tbody > tr > td {
	padding: 8px;
}

.table_bottom td {
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 10px;
}

/* Listes
--------------------------------------*/

.icons-list {
	padding: 0;
	list-style: none;
}

.icons-list > li > span {
	color: #3399FF;
}

.list-esp > li {
	margin-bottom: 1em;
}

/* Titres des pages
--------------------------------------*/

.titre {
	background-color: #3366CC;
	color: #FFFFFF;
	height: 75px;
}

/* Questionnaires
--------------------------------------*/

.active-primary {
	border: 3px solid #006EDB;
}

.btn-warning {
	color: #FFFFFF;
	background-color: #283038;
	border-color: #000000;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
}

.active-warning {
	border: 3px solid #000000;
}

.btn-opt {
	color: #000000;
	background-color: #F8F8F8;
	border-color: #C0C0C0;
}

.btn-opt:hover,
.btn-opt:focus,
.btn-opt:active,
.btn-opt.active {
	color: #000000;
	background-color: #E8E8E8;
	border-color: #999999;
}

.active-opt {
	border: 3px solid #999999;
}

@media (min-width: 768px) {
	.question_content {
		min-height: 400px;
	}
}

/* Contenu + Menu
--------------------------------------*/

.content {
	margin-top: 30px;
	font-size: 15px;
}

.menuc {
	max-width: 300px;
}

/* Menu du footer
--------------------------------------*/

.menuf {
	color: #000000;
	background-color: #F8F8F8;
	margin-top: 50px;
}

.menuf a {
	color: #000000;
	font-size: 11px;
}

.menuf h3 {
	font-size: 14px;
}

/* Code permettant d'ajuster le footer quand on redimensione la page
--------------------------------------*/

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page_content {
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* Footer contenant les partenaires
--------------------------------------*/

.footer {
	padding: 10px 0;
	color: #FFFFFF;
	background: #1D2429;
	border-top: 1px solid #37424D;
	font-size: 11px;
}

.footer-nav > li > a {
	padding: 0;
	display: inline;
}

/* Tooltip permettant d'afficher un message lors du passage de la souris
--------------------------------------*/

.tooltip-target {
	position: relative;
	display: inline-block;
}

.tooltip-target .tooltip-text {
	position: absolute;
	z-index: 1;
	left: 100%;
	margin-left: 10px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s;

	width: 350px;
	background-color: #DDDDDD;
	text-align: center;
	padding: 5px 2px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	-mox-box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 10px rbga(0, 0, 0, 0.4) pointer-events: none;
}

.tooltip-target .tooltip-text::after {
	content: "";
	position: absolute;
	top: 5%;
	left: 0%;
	margin-left: -10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #555555 transparent transparent;
}

.tooltip-target:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

/* Page statistiques : tooltip
--------------------------------------*/

#tooltip {
	position: absolute;
	width: auto;
	height: auto;
	padding: 10px;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	-mox-box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 10px rbga(0, 0, 0, 0.4) pointer-events: none;
	opacity: 0;
}

#tooltip p {
	margin: 0;
	font-size: 10pt;
}

/* Icons ajoutés
--------------------------------------*/

@font-face {
	font-family: 'icons';
	src: url('../fonts/icons.eot');
	src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf') format('truetype'),
		url('../fonts/icons.woff') format('woff'),
		url('../fonts/icons.svg#icomoon') format('svg');
}

.icons {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pdf-file:before {
	content: "\f1c1";
}

.icon-question:before {
	content: "\e604";
}

.icon-users:before {
	content: "\f0c0";
}

.icon-physician:before {
	content: "\f0f0";
}

.icon-stethoscope:before {
	content: "\f0f1";
}

.icon-physician-briefcase:before {
	content: "\f0fa";
}

.icon-patient:before {
	content: "\f007";
}

.icon-newspaper:before {
	content: "\e600";
}

.icon-warning:before {
	content: "\f071";
}

.icon-database:before {
	content: "\f1c0";
}

.icon-bar-chart:before {
	content: "\f080";
}

.icon-area-chart:before {
	content: "\f1fe";
}

.icon-pie-chart:before {
	content: "\f200";
}

.icon-happy:before {
	content: "\e9df";
}

.icon-smile:before {
	content: "\e9e1";
}

.icon-sad:before {
	content: "\e9e5";
}

.icon-confused:before {
	content: "\e9f5";
}

.icon-neutral:before {
	content: "\e9f7";
}

.icon-files-empty:before {
	content: "\e925";
}

.icon-stats-dots:before {
	content: "\e99b";
}

.icon-line-chart:before {
	content: "\f201";
}