body {
	font-size: 14px;
	color: white;
	font-family: Montserrat, sans-serif;
	height: 100%;
}

.header {
	display: flex;
	height: 86px;
	width: 100%;
	align-items: center;
	border-color: gray;
}

.logo {
	position: relative;
	height: 71px;
	padding: 5px;
}

#logo-os {
	height: 55px;
}

#logo-ministere {
	margin-left: auto;
}


#map {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

.previsionsmeteo {
	position: relative;
	width: 391px;
	font-size: 16px;
	margin-top: 15px;
}

.cumulprecipitationsbg {
	position: relative;
	height: 86.51%;
	width: 391px;
	border-radius: 5px;
	margin-top: 5px;
}

.cumulprecipitationsbloc {
	position: relative;
	height: 33.29%;
	width: 393px;
	margin-top: 25px;
}

.previsionsprecipitationsbg {
	position: relative;
	height: 78.2%;
	border-radius: 5px;
	width: 391px;
	margin-top: 5px;
}

.previsionsprecipitationsbloc {
	position: relative;
	height: 20.61%;
	width: 391px;
	margin-top: 25px;
}

.alertesmeteobg {
	position: relative;
	height: 50px;
	border-radius: 5px;
	background-color: rgba(8, 40, 53, 0.9);
	width: 391px;
	margin-top: 5px;
}

.alertebody {
	position: relative;
	width: 356px;
	height: 29px;
	line-height: 29px;
	top: 10px;
	margin: auto;
	border-radius: 5px;
	background-color: rgba(150, 227, 161, 0.56);
	font-weight: 600;
	text-indent: 15px;
}

.alertesmeteobloc {
	position: relative;
	height: 9.28%;
	width: 391px;
	font-size: 13px;
	margin-top: 25px;
}

.rna-icon {
	position: relative;
	width: 35px;
	height: 35px;
}

.rna-text {
	position: relative;
	font-weight: 600;
	margin-left: 10px;
}

.rna-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rna-inner {
	position: relative;
	height: 60.68%;
	border-radius: 5px;
	background-color: rgba(8, 40, 53, 0.9);
	width: 391px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 18px 17px;
	box-sizing: border-box;
	margin-top: 5px;
}

.cropDistributionBg {
	position: relative;
	height: 83.92%;
	border-radius: 5px;
	background-color: rgba(8, 40, 53, 0.9);
	width: 391px;
	margin-top: 5px;
}

#cropDistributionNote {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

#totalCropArea {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 5px;
}

.cropdistributions {
	position: relative;
	height: 27.93%;
	width: 391px;
	font-size: 13px;
	margin-top: 35px;
}

.choixperimetre {
	position: relative;
	height: 50px;
	width: 391px;
	background-color: rgba(8, 40, 53, 0.9);
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin-top: 5px;
}

.dropdown {
	display: none;
	position: relative;
	background-color: rgba(8, 40, 53, 0.8);
	width: 100%;
	top: -50px;
	left: 392px;
	border-radius: 5px;
	z-index: 10;
}

.dropdown-item {
	cursor: pointer;
	text-align: left;
	text-indent: 15px;
}

.dropdown-item:hover {
	background-color: rgba(8, 40, 53, 0.9);
}

.choixperimetre.active .dropdown {
	display: block;
}

.choixperimetre:hover {
	background-color: rgba(8, 40, 53, 1);
}

#left-column {
	float: left;
	position: relative;
	height: 800px;
	width: 400px;
	padding-top: 20px;
	padding-left: 5px;
	margin-top: 30px;
	overflow: scroll;
	pointer-events: none;
	scrollbar-width: none;
}

#right-column {
	float: right;
	position: relative;
	height: 800px;
	width: 400px;
	padding-top: 20px;
	padding-right: 5px;
	margin-top: 30px;
	overflow: scroll;
	pointer-events: none;
	scrollbar-width: none;
}

.maskcereales {
	position: relative;
	background-color: rgba(8, 40, 53, 0.9);
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	width: 391px;
	text-indent: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 15px;
}

.footer {
	width: 100%;
	background-color: #082835;
	height: 34px;
	text-align: center;
	line-height: 34px;
}

.button {
	border-radius: 5px;
	background-color: rgba(8, 40, 53, 0.76);
	width: 163px;
	height: 49px;
	box-sizing: border-box;
	line-height: 49px;
	font-weight: 600;
	text-align: center;
}

.title {
	position: absolute;
	text-align: center;
	left: calc(50% - 235px);
	line-height: 28px;
	font-size: 24px;
	color: #082835;
}

.main {
	flex: 1;
	position: relative;
	z-index: 10;
}

.moduleTitle {
	border-radius: 8px;
	background: #082835 10%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}

.module {
	pointer-events: auto;
}

.moduleTitle.collapsed {
	margin-bottom: 15px;
}

.toggle-btn {
	background: none;
	border: none;
	font-size: 18px;
	color: #666;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.moduleMain {
	border-radius: 8px;
	background: #082835cc 20%;
	padding: 1px;
	margin-bottom: 15px;
}

.moduleMain.collapsed {
	padding: 0 20px;
	display: none;
}

.subModule {
	border-radius: 8px;
	background: #5fc1e7e5 10%;
	padding: 10px;
	color: black;
	margin: 15px;
}

.moduleTitle.left {
	background: #083520 10%;
}

.moduleMain.left {
	background: #083520cc 20%;
}

.subModule.left {
	background: #5fe7b0e5 10%;
}

.subModule.hidden {
	display: none;
	margin: 0;
}

.subModuleTitle {
	font-weight: 600;
	text-align: center;
}

.subModuleTitle.collapsed {
	margin-bottom: 0;
}

.subModuleContent {
	display: flex;
	justify-content: space-around;
	font-size: 13px;
	margin-top: 5px
}

.subModuleContent.layers {
	display: block;
}

summary {
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

summary:hover {
	font-weight: 800;
}

#cumulChart,
#forecastChart {
	border-radius: 5px;
}

label {
	display: flex;
	margin: 5px;
	align-items: center;
}

input[type="checkbox"] {
	margin-right: 10px;
	position: relative;
}

#cropDistributionContainer {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#calendar {
	margin-top: 15px;
	font-weight: 600;
}

.calendarBottom {
	display: flex;
	justify-content: space-between;
}

.info.legend {
	padding: 6px 8px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	line-height: 2;
	background: rgba(8, 40, 53, 0.54);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	top: 550px;
	left: 1100px;
	z-index: 999;
}

#zoneSelect {
	text-align: center;
}
