html, body{
	min-height : 100vh;
	padding: 0;
    margin: 0;
	overflow : hidden;
}
*{
	box-sizing: border-box;
    font-family: Barlow;
}
#bandeau-haut {
	height : 50px;
	z-index : 2;
	background: linear-gradient(40deg, #41312C, #4f3e39);
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 5px 0 120px;
	position: absolute;
    top: 0;
    left: 0;
	z-index : 100001;
}
.btn-haut{
	margin-top : 9px;
	margin-bottom : 9px;
    display: block;
	padding: 0 15px;
}
.btn-haut:nth-child(2){
	border-left : 2px solid #fff;
}
#input-recherche-sp{
	background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    width: 318px;
    color: #fff;
    border-bottom: 1px solid #fff;
	position : relative;
}
#input-recherche-sp::placeholder {
  color: #859048;
 font-weight : normal;
  opacity: 1 !important;

}
#input-recherche-sp:after{
	content: url('../images/fleche-btn.png');
	position : absolute;
	width : 20px;
	height : 20px;
	top : 0;
	left : 0;
}


#listeinput-recherche-sp{
	width : 370px;
	font-size : 16px;
	border : 0;
}
#listeinput-recherche-sp li {
	background: #83944a;
    border-top: 1px solid #4b3a36;
    padding: 10px 10px;
    cursor: pointer;
    color: #ffffff;
}
#listeinput-recherche-sp li:hover{
	background: #614a43 !important;
}


#observatoire{
	top: -10px;
    cursor: pointer;
    position: absolute;
    z-index: 100002;
    left: 110px;
    transform: rotate(358deg);
	background: #ffffff;
    padding: 10px 20px 0 20px;
}
#observatoire-txt{
	font-size : 20px;
	margin : 0 5px -8px 21px;
	color: #fff;
    font-weight: bold;
    text-shadow: 0 -4px 9px #000;
}
#type-observatoire{
	font-size : 25px;
	background: #ffffff;
    color: #8f150b;
    font-weight: bold;
    padding: 0px 20px;
    width: max-content;
    margin: 0;
}
#logos{
	display : none;
}
#btn-menu{
	/* top: 6px; */
    /* left: 11px; */
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 29px; */
    /* padding: 6px 7px; */
    /* letter-spacing: 4px; */
}

/* popup */
#blanc{
	width: 100%;
    height: 100%;
    background: #ffffffab;
    position: fixed;
    top: 0;
    left: 0;
	display : none;
	z-index: 100019;
}
.popupsaisie{
	display : none;
	z-index: 100020;
	width: 865px;
    height: 470px;
    /* min-height: 410px; */
    padding: 0 0 50px 0;
    margin: 0;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    background: #ffffff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .5);
}
#popupsaisie-fermer{
	position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    z-index: 2010;
    background: #849249;
    border-radius: 50%;
}
#popupsaisie-fermer::after{
	content: "";
    transform: rotate(45deg);
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 7px;
    right: 8px;
}
#popupsaisie-fermer::before{
	content: "";
    transform: rotate(-45deg);
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 7px;
    right: -1px;
}
.saisie-contenu{
	width: 100%;
    height: 100%;
	padding: 0 25px 0 25px;
}
#infos-etapes{
	display : flex;
	margin: 0 0 10px 0;
	height : 5px;
}
#infos-etape-progress{
	background : #849249;
	width : 0;
}
.infos-etape{
	width : 25%;
	display : flex;
	padding: 0;
	align-items : center;
	justify-content : left;
	font-size : 12px;
	height : 5px;
	color : #434343;
}
.infos-etape:nth-child(1){
	background : #d1d1d1;
}
.infos-etape:nth-child(2){
	background : #e1e1e1;
	padding-left: 10px;
}
.infos-etape:nth-child(3){
	background : #ededed;
	padding-left: 10px;
}
.infos-etape:nth-child(4){
	background : #f7f7f7;
	padding-left: 10px;
}
.infos-etape img{
	height: 40px;
    width: 40px;
    object-fit: cover;
}
.infos-etape span{
	padding-left : 10px;
}
#saisie-sp{
	display: flex;
    flex-wrap: wrap;
}
.saisie-contenu .sp-titre{
	border-radius : 0;
}
.saisie-contenu .sp{
	height : auto;
	width : 110px;
	margin : 10px 4px;
	box-shadow : none;
}
.saisie-contenu .sp-phenomene{
	height : 30px;
	font-size : 10px;
	font-weight : normal;
	display : flex;
	align-items : center;
	justify-content : center;
	line-height : 12px;
}
.saisie-contenu h2{
	color: #4b4b4b;
    margin: 16px 0 0 0;
    font-size: 19px;
}
.saisie-contenu #popupbas{
	height : 50px;
	position: absolute;
    bottom: 5px;
    width: 100%;
    right: 0;
	display : flex;
}
.saisie-contenu #saisie-erreur{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bf0c0c6b;
    margin: 5px 23px;
    padding: 0;
    font-size: 13px;
    height: 35px;
	opacity : 0;
	text-align: center;
    line-height: 13px;
}
.saisie-contenu #saisie-erreur a{
	color : #000;
}
.saisie-contenu #saisie-btns{
	height: 35px;
	margin: 5px 30px 0 0;
	display: flex;
    gap: 15px;
}
.saisie-contenu p{
	margin: 10px 13px 0 0;
    font-size: 13px;
}
#saisie-btns button{
	border: 0;
    background: #4f4f4f;
    color: #fff;
    font-size: 17px;
    padding: 4px 20px;
	/* display : none; */
	cursor : pointer;
	width : max-content;
	height: 35px;
}
#btn-precedent{
	display : none;
}

/* carto */
#map{
	width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed !important;
    top: 0;
    left: 0;
	overflow : hidden;
}
.curseur-crosshair{
	cursor : crosshair !important;
}
#btn-maposition{
	display : none;
}

/* choix sp */
.sp {
    background: #fff;
    border-radius: 5px;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    position: relative;
    width: 115px;
    margin: 10px;
}
.sp-titre {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background: linear-gradient(40deg, #41312C, #4f3e39);
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.sp-phenomene {
    font-weight: bold;
    text-align: center;
    background: #d9d9d9;
    padding: 3px;
    margin: 0;
    color: #616161;
	height: 26px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    display: block;
}

/* obs */
#saisie-obs{
	padding : 0 15px;
}
input, textarea, select{
	border : 1px solid #5b5b5b;
	border-radius : 2px;
	margin-left : 1px;
	padding : 5px 10px;
	display : block;
}
input:focus, textarea:focus {
	outline: none;
}
textarea{
	display : block;
	width : 100%;
	height : 55px;
}
.saisie-label{
	font-size: 13px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    color: #859048;
    padding: 0px 0px 3px;

}
.saisie-ligne{
	display: flex;
    flex-wrap: wrap;
    border-left: 7px solid #de6f59;
    padding: 0px 10px;
    margin: 15px 0;
}
.saisie-ligne-remarque{
	width : 100%;
	display : block;
}

.saisie-ligne-observateur{
	justify-content: space-between;
	margin-top: 7px;
}
.saisie-ligne-observateur .saisie-ligne-champ{
	width : 30%;
}
.saisie-ligne-observateur .control2:first-child{
	margin-top : 5px;
}
.saisie-ligne-champ{
	margin-right: 15px;
    width: auto;
    margin-top: -2px;
}
#spfr1, #spsci1{
	width : 250px;
}
#effectif1{
	width : 120px;
}
#satutobs{
	width: 270px;
    padding: 4px 10px;
}
.saisie-control{
	    width: 100% !important;
    margin-left: 2px;
    margin-top: 4px;
    margin-bottom: 4px !important;
    color: #2d2d2d !important;
}
input::placeholder {
  color: #859048;
 font-weight : bold;
  opacity: 0;
}
.zone-photo{
	display : flex;
	margin : 0 0 0 0;
}
.btns_photo {
    background: #e3e3e3;
    padding: 10px 0 5px 0;
    width: 95px;
	height : 105px;
    text-align: center;
    border-radius: 10px;
    color: #424242;
    font-weight: bold;
    display: inline-block;
    margin: 0 20px 0 0;
    border: 1px solid lightgrey;
	cursor : pointer;
	font-size: 13px;
    line-height: 15px;
}
.btns_photo:hover{
	background : #cbcbcb;
}
.btns_photo img{
	display : block;
	margin : 0 auto 10px auto;
}
#fichier {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#progress-wrp {
    position: relative;
    border-radius: 3px;
    margin: 20px 0 0 13px;
    text-align: left;
    background: #e8e8e8;
    height: 3px;
    width: calc(100% - 26px);
	display : none;
}
#progress-wrp .progress-bar{
	height: 3px;
    border-radius: 3px;
    background-color: #bd0014;
    width: 0;
}

/* checkbox */
.control2 {
	color : #777777;
	display: block;
	position: relative;
	padding: 2px 0 0 30px;
	margin : 7px 10px 7px 0;
	padding-top: 0;
	cursor: pointer;
	font-size: 13px;
	text-align : justify;
}
.control2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control2_indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background: #c7c7c7;
	border: 0px solid #a1a1a1;
	border-radius: 0px;
}
.control2:hover input ~ .control2_indicator,
.control2 input:focus ~ .control2_indicator {
	background: #cccccc;
}
	
.control2 input:checked ~ .control2_indicator {
	background: #859048;
}
.control2:hover input:not([disabled]):checked ~ .control2_indicator,
.control2 input:checked:focus ~ .control2_indicator {
	background: #0e6647d;
}
.control2 input:disabled ~ .control2_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control2_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.control2 input:checked ~ .control2_indicator:after {
	display: block;
}
.control2-checkbox .control2_indicator:after {
	left: 7px;
	top: 2px;
	width: 4px;
	height: 9px;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.control2-checkbox input:disabled ~ .control2_indicator:after {
	border-color: #7b7b7b;
}

/*  */


/* observateur */
#saisie-observateur{
	padding : 0 15px;
}
#saisie-observateur input{
	width : 100%;
	/* margin : 10px 0; */
}

/* envoi */
#saisie-envoi{
	display : flex;
	align-items : center;
	justify-content : center;
	font-weight : bold;
	font-size : 15px;
	margin: 140px 0;
}
#saisie-envoi-encours{
	display : block;
}
#saisie-envoi-ok{
	display : none;
}

/* popupvisuobs */
.popupobs{
	position: fixed;
    top: 70px;
    left: 50%;
    background: #fff;
    color: #252525;
    font-size: 13px;
    padding: 20px 15px 10px 15px;
    z-index: 100;
    transform: translate(-50%, 0);
    border: 1px solid #b9b9b9;
    width: 530px;
    height: 150px;
    text-align: left;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, .5);
	justify-content: flex-end;
	flex-direction: row-reverse;
	display : none;
	z-index: 100001;
}
.obs-photo img{
	height : 80px;
	width : 80px;
	object-fit: cover;
}
.obs-ligne{
	margin-bottom: 10px;
}
.obs-ligne-label{
	background: #ba201b;
    color: #fff;
    padding: 0 5px 0px;
    margin-right: 5px;
	font-size : 12px;
}
.obs-photo{
	margin-right : 15px;
}
#btn-fermer-popupobs{
	border: 0;
    background: #4f4f4f;
    color: #fff;
    font-size: 15px;
    padding: 2px 20px;
    cursor: pointer;
    width: max-content;
    height: 29px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}


