@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

.frenchmap_default_font {
	font-family:'Varela Round', Calibri, Verdana, sans-serif;
	color:black;
	font-size:0.95rem;
	line-height:1.0rem;
	overflow:hidden;
} @media (max-width: 768px) {
	.frenchmap_default_font {
		font-size:0.5rem;
		line-height:0.60rem;
	}
}

/*------------------------------------------------------------------------------------------------------------------------*/

.frenchmap_main_title {
	text-align:center;
	padding:20px;
	font-weight:bold;
	font-size:2.3rem;
	line-height:2.5rem;
	letter-spacing:1px;
} @media (max-width: 768px) {
	.frenchmap_main_title {
		font-size:1.0rem;
		line-height:1.2rem;
	}
}

.frenchmap_main_description {
	display:inline-block;
	text-align:center;
	padding:40px;
	margin:15px;
	max-width:650px;
	vertical-align:top;
	background-color:white;
	border:1px solid darkgray;
} @media (max-width: 768px) {
	.frenchmap_main_description {
		padding:10px;
	}
}

#frenchmap_output_box {
	padding:0px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #1565c0);
    background-color: #1565c0;
	max-width:100%;
	min-height:100%;
}

#frenchmap_output_form_config {
	display:inline-block;
	text-align:center;
	padding:40px 0px;
	vertical-align:middle;
	min-width:600px;
	background-color:rgb(241,241,241) !important;
} @media (max-width: 1600px) {
	#frenchmap_output_form_config {
		display:block;
		min-width:auto;
		width:100%;
		padding:0px;
	}
}

.frenchmap_error_box {
	line-height:15px;
	min-height:15px;
	padding:5px;
	border-bottom:3px solid #1565c0;
	font-family:'Varela Round', Calibri, Verdana, sans-serif;
	font-size:0.8rem;
	margin-bottom:10px;
} @media (max-width: 768px) {
	.frenchmap_error_box {
		line-height:20px;
		min-height:40px;
		font-size:1.1rem;
		border-bottom:5px solid #1565c0;
	}
}

.frenchmap-p-input {
    width: 100% !important;
	background-color:white  !important;
    font-family: 'Varela Round', Calibri, Verdana, sans-serif !important;
    font-size: 0.85rem !important;
    padding: 5px 10px !important;
    margin-bottom: 0 !important;
    color: black !important;
    vertical-align: middle;
    border: none !important;
    height: 35px !important;
    line-height: 1.0rem !important;
} @media (max-width: 768px) {
	.frenchmap-p-input {
		font-size: 0.55rem !important;
	}
}

/*------------------------------------------------------------------------------------------------------------------------*/

.frenchmap-button {
	cursor:pointer;
    min-width:130px;
    height:30px;
	padding:0px 20px;
	background-image:linear-gradient(90deg, rgba(255, 255, 255, 0), #1565c0);
    background-color:#1565c0;
    transition:.3s;
    border-radius:4px;
    color:#fff;
    font-size:0.90rem;
    border:0;
    font-family:Calibri, Verdana, sans-serif;
    text-decoration:none;
    align-items:center;
    justify-content:center;
} @media (max-width: 768px) {
	.frenchmap-button {
		font-size:0.5rem;
	}
}

.frenchmap-button:hover {
	background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.2), #1565c0);
    background-color:#1565c0;
}

/* --------------------------------------------------------------------------------- */

#frenchmap_application_layout {
	width:100%;
	height:100% !important;
	overflow:auto;
}

#frenchmap_application_window {
	font-family:'Varela Round', Calibri, Verdana, sans-serif;
	font-size:15px;
	width:100%;
	height:100% !important;
	margin:auto;
	overflow:auto;
	overflow-y:hidden;
	padding-top:15px;
}

.frenchmap_preview {
	font-size:14px;
	background-color:white;
	padding:25px;
	margin-bottom:30px;
	box-shadow:1px 1px 8px #555;
}

.frenchmap_textbox {
	display:inline-block;
	margin:5px;
}

.frenchmap_shortcode_wrapper {
	width:500px;
	margin:0 auto;
} @media (max-width: 768px) {
	.frenchmap_shortcode_wrapper {
		width:auto;
	}
}

.frenchmap_colors_form {
	position:absolute;
	max-width:300px !important;
} @media (max-width: 768px) {
	.frenchmap_colors_form {
		position:static;
		max-width:auto !important;
	}
}