/**
 * GC20231017 - Utilisation de Map à la place de GeoChart 
 * GC20231025 - Export PDF
 *
 */

/*
 * Extra small devices (portrait phones, less than 576px) : This is the default in Bootstrap 4
 * Small devices (landscape phones, 576px and up)
 * Medium devices (tablets, 768px and up)
 * Large devices (desktops, 992px and up)
 * Extra large devices (large desktops, 1200px and up)
 *
 */

.page-custom-charts-titre {
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
	color: #005c29;
}

.page-custom-charts-block-structure,
.page-custom-charts-block-year {
	font-size: 14px;
	text-align: center;
}

.custom-charts-structure-form {
	display: inline-block;
}
.custom-charts-structure-form .form-select {
	min-width: auto;
	min-height: auto;
	font-size: 14px;
}
.custom-charts-structure-form label {
	display: none;
}
.custom-charts-structure-form input.form-submit {
	display: none; /* Submit >  CustomStatsStructureForm.php */
}

.custom-charts-year-form {
	display: inline-block;
}
.custom-charts-year-form .form-select {
	min-width: auto;
	min-height: auto;
	font-size: 14px;
}
.custom-charts-year-form label {
	display: none;
}
.custom-charts-year-form input.form-submit {
	display: none; /* Submit >  CustomStatsYearForm.php */
}

.page-custom-charts-no-data {
	margin-top: 25px;
	font-size: 20px;
	text-align: center;
	color: #005c29;
}

.page-custom-charts-datas {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 20px 10px 20px 10px;
}

.page-custom-charts-flexcontainer {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	gap: 200px;
}

.page-custom-charts-tableau-synthese {
	width: 100%;
	text-align: center;
}
.page-custom-charts-tableau-synthese .google-visualization-table {
	width: 100%;
	padding-left: 75px;
	padding-right: 75px;
}
.page-custom-charts-tableau-synthese table.google-visualization-table-table {
	font-family: "Ubuntu", sans-serif;
}
.page-custom-charts-tableau-synthese th.tableau-synthese-entete,
.page-custom-charts-tableau-synthese th.tableau-synthese-entete-indexe {
	border: none;
	padding: 10px;
	background-color: #e8f9e6;
	text-align: center;
	color: #005c29;
}
.page-custom-charts-tableau-synthese th.tableau-synthese-entete:nth-child(1),
.page-custom-charts-tableau-synthese th.tableau-synthese-entete-indexe:nth-child(1) {
	text-align: left;
}
.page-custom-charts-tableau-synthese th.tableau-synthese-entete-indexe:nth-child(2) {
	text-align: left;
}
.page-custom-charts-tableau-synthese .google-visualization-table-sortind {
	color: #005c29;
}
.page-custom-charts-tableau-synthese td.tableau-synthese-detail,
.page-custom-charts-tableau-synthese td.tableau-synthese-detail-indexe {
	border: none;
	border-bottom: 1px solid #d1d1d1;
	padding: 10px;
	text-align: center;
}
.page-custom-charts-tableau-synthese td.tableau-synthese-detail:nth-child(1),
.page-custom-charts-tableau-synthese td.tableau-synthese-detail-indexe:nth-child(1) {
	text-align: left;
}
.page-custom-charts-tableau-synthese td.tableau-synthese-detail-indexe:nth-child(2) {
	text-align: left;
}

.page-custom-charts-repartition-synthese {
	width: 100%;
	min-height: 60vh;
	text-align: center;
}

.page-custom-charts-repartition-barres-synthese {
	margin-top: -40px;
}

.page-custom-charts-carte-geo-synthese {
	margin: 30px auto;
	width: 50%;
}

.page-custom-charts-carte-map-synthese {
	margin: 30px auto;
	width: 75%;
}


/* Saisonnalité */
.page-custom-charts-tableau-saisonnalite {
	width: 50%;
	text-align: right;
}
.page-custom-charts-tableau-saisonnalite .google-visualization-table {
	width: 100%;
	padding-left: 100px;
	padding-right: 0;
}
.page-custom-charts-repartition-saisonnalite {
	width: 50%;
}
.page-custom-charts-courbe-saisonnalite {
	margin-top: 75px;
}

/* Export PDF */

.page-custom-charts-export-button {
	margin-top: 40px;
	text-align: center;
}
.page-custom-charts-export-button a.custom-charts-pdf-button {
	padding: 10px;
	min-width: 40px !important;
}
.page-custom-charts-export-button a.custom-charts-pdf-button::before {
    content: " ";
	background-image: url(../img/ffffff/pdf.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.page-custom-charts-export-content {
	display: none;
}

.page-custom-charts-pdf {
	width: 1024px;
	margin: 0px auto;
}

.page-custom-charts-pdf-structure {
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
	color: #005c29;
}

.page-custom-charts-pdf-titre {
	font-size: 18px;
	text-align: center;
}

.page-custom-charts-pdf-datas {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	margin: 20px 10px 0px 10px;
	padding: 10px 10px 20px 10px;
}

.page-custom-charts-pdf-image {
	text-align: center;
}
.page-custom-charts-pdf-image img {
	max-width: 100%;
	height: auto;
}
