html, body{
	min-height : 100vh;
	padding: 0;
    margin: 0;
	overflow : hidden;
}
*{
	box-sizing: border-box;
    font-family: Poppins;
}
#bandeau-haut {
	height : 50px;
	z-index : 2;
	background: linear-gradient(40deg, #8f150b, #b82014);
    width: 100%;
    display: flex;
    justify-content: left;
    padding: 0 0 0 120px;
	position: absolute;
    top: 0;
    left: 0;
}
#observatoire{
	top: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 110px;
    transform: rotate(358deg);
}
#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: 3px 6px;
}

/* 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: #b41e19;
    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 15px 0 15px;
}
#infos-etapes{
	display : flex;
	margin: 0 0 10px 0;
}
.infos-etape{
	width : 25%;
	display : flex;
	padding: 0;
	align-items : center;
	justify-content : left;
	font-size : 12px;
	height : 40px;
	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: 0 0 5px 16px;
    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: 0 13px;
    font-size: 12px;
}
#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, #8f150b, #b82014);
    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{
	border : 1px solid silver;
	border-radius : 2px;
	margin-left : 1px;
	padding : 10px;
	display : block;
}
textarea{
	display : block;
	width : 100%;
	height : 100px;
	margin-top : 20px;
}
.zone-photo{
	display : flex;
	margin : 20px 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 : 15px 10px 7px 0;
	padding-top: 0;
	cursor: pointer;
	font-size: 13px;
}
.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: #b82014;
}
.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 : 50%;
	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;
}


