html,
body {
	padding: 0;
	margin: 0;
	background-image: url("../img/background/background_sm.jpg");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

select,
option,
input,
textarea {
	opacity: 0.7;
}

.modal {
	overflow: auto !important;
}

#erreurs {
	border: 1px solid #0025BB;
	width: 50%;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 10px;
}

#erreurs ul {
	margin: 0 auto;
	color: red;
	font-style: oblique;
	list-style: none;
}

#reussite {
	border: 1px solid #32CD32;
	width: 50%;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #32CD32;
}

#reussite p {
	margin: 10px;
	color: white;
}

body {

	font: 13px 'trebuchet MS', Arial, Helvetica;
}

legend {
	color: #212529;
	text-shadow: 1px 1px 10px white, 0 0 10em white, 0 0 0.5em white;
}

h1 {
	text-align: center;
	color: black;
	text-shadow: 0 1px 0 #fff;
}

p {

	color: black;
	text-shadow: 0 1px 0 #fff;
}

a {
	color: #2A679F;

}


#menu,
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.erreur {
	color: red;
}

#menu {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #0025BB;
	background-color: #0025BB;
	background-image: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background-image: -webkit-linear-gradient(#444, #111);
	background-image: -o-linear-gradient(#444, #111);
	background-image: -ms-linear-gradient(#444, #111);
	background-image: linear-gradient(#0025BB, #0025BB);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}


#menu li {
	float: left;
	-moz-box-shadow: 1px 0 0 #0025BB;
	-webkit-box-shadow: 1px 0 0 #0025BB;
	box-shadow: 1px 0 0 #0025BB;
	position: relative;
}

#menu a {
	color: white;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover>a {
	color: rgb(175, 175, 175);
}

*html #menu li a:hover {
	/* IE6 only */
	color: black;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0;
	/*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: px;
	left: 0;
	z-index: 9999;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#menu li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0;
	/*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0;
	/*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}


#menu ul a {
	padding: 10px;
	width: 130px;
	_height: 10px;
	/*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-image: -moz-linear-gradient(#04acec, #0186ba);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background-image: -webkit-linear-gradient(#04acec, #0186ba);
	background-image: -o-linear-gradient(#04acec, #0186ba);
	background-image: -ms-linear-gradient(#04acec, #0186ba);
	background-image: linear-gradient(#04acec, #0186ba);
}

.dropdown-menu {
	color: black;
	background-color: #0186ba;
}

.dropdown-item:hover {
	background-color: #0025BB;
}

#page {
	width: 80%;
	margin: auto;
	padding: 0.1em;
	margin: 0px auto;
}

#form_observation .row {
	margin-top: 20px;
}

#form_mesObservations a {
	opacity: 0.8;
	border-radius: 180px;
}

#resultat {
	margin-top: 10px;
	margin-bottom: 10px;
}

#form_connexion {
	width: 50%;
	margin: 0 auto;
}

#form_mdp_oublie {
	width: 50%;
	margin: 0 auto;
}

fieldset {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	border-radius: 8px;
	box-shadow: 0 0 10px #666;
	margin-top: 20px;
}

fieldset select {
	margin-bottom: 15px;
}

fieldset label {
	font-weight: bold;
}

textarea {
	resize: none;
}

#connexion {
	background-color: #4682B4;
	padding: 30px;
	width: 450px;
	margin: 0 auto;
	color: black;
	text-align: left;
}

#consultation {
	border: 1px solid #0025BB;
	border-radius: 15px;
	margin: 0 auto;
	width: 80%;
	box-shadow: 0 0 10px #666;
}

.info_consultation {
	padding-top: 10px;
	border-top: 1px solid #0025BB;
}

#consultation #to_heure {
	font-size: 50px;
}

#section_carousel figure {
	width: 50%;
	margin: 0 auto;
	height: auto;
}

#section_carousel button {
	margin: 10px;
}

label {
	width: 110px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}

#login,
#mdp {
	margin: 0 auto;
	margin-bottom: 20px;
}

input[type=submit] {
	width: 100px;
	padding: 6px;
	margin-top: 30px;
}

.fa-clipboard,
.fa-list {
	font-size: 20px;
}

#obsAValider a {
	font-size: 20px;
	text-decoration: none;
	color: white;
}

/*!*css footer*!*/


.contain {
	margin-top: 5.5px;
	font-family: 'Poppins';
	font-size: 13.5px;
	color: black;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 991px) {
	body {
		width: 900px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {

	html,
	body {
		background-image: url("../img/background/background_xm.jpg");
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	body {
		width: 700px;
	}

	#page {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 479px) {
	body {
		width: 300px;
		font-size: 20px;
	}

	#entete {
		width: 100%;
	}

	#entete .col-sm-12 {
		width: 100%;
	}

	#form_connexion {
		width: 100%;
		margin: 0 auto;
	}

	#form_mdp_oublie {
		width: 100%;
	}
}

/* CARTE OBBSERVATIONS */
.card {
	padding: 0;
	border: 1px solid #0025BB;
	border-radius: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: black;
	opacity: 0.9;
}

.card>* {
	background-color: beige;
}

.card .card-text {
	height: 75px;
	width: 100%;
}

.card img {
	margin-top: 5px;
	border-bottom: 1px solid #0025BB;
	border-radius: 15px;
	max-width: 100%;
	height: auto;
}

.VA {
	color: forestgreen;
}

.MD {
	color: cornflowerblue;
}

.ER {
	color: red;
}

#plus_filtre i {
	font-size: 15px;
	color: black;
}

figure {
	margin: 0px 0 -1rem !important;
}

figure-img {
	margin-bottom: 0rem !important;
}

body {
	margin-top: 20px;
	color: #1a202c;
	text-align: left;
	background-color: #e2e8f0;
}

.main-body {
	padding: 15px;
}

.card {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1rem;
}

.gutters-sm {
	margin-right: -8px;
	margin-left: -8px;
}

.gutters-sm>.col,
.gutters-sm>[class*=col-] {
	padding-right: 8px;
	padding-left: 8px;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.bg-gray-300 {
	background-color: #e2e8f0;
}

.h-100 {
	height: 100% !important;
}

.shadow-none {
	box-shadow: none !important;
}

.checkbox-wrapper-2 {
	padding-top: 5px;
}

.checkbox-wrapper-2 .ikxBAC {
	appearance: none;
	background-color: #e8f4f8;
	border: 1px solid #a9aeb3;
	border-radius: 72px;
	flex-shrink: 0;
	height: 22px;
	margin: 0;
	position: relative;
	width: 30px;
}

.checkbox-wrapper-2 .ikxBAC::before {
	bottom: -6px;
	content: "";
	left: -6px;
	position: absolute;
	right: -6px;
	top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
	transition: all 300ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
	background-color: #111;
	border-radius: 50%;
	content: "";
	height: 14px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 14px;
}

.checkbox-wrapper-2 input[type=checkbox] {
	cursor: pointer;
}

.checkbox-wrapper-2 .ikxBAC:hover {
	background-color: #aab5b9;
	transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
	background-color: #2688f5;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
	background-color: #fff;
	left: 13px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
	outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
	background-color: #2688f5;
}