/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    display: flex;
    justify-content: center;
}
#outil {
    margin:10px;
    border: 1px solid #00000047;
    max-width: 430px;
    min-width: 340px;
    padding: 10px;
    font-family: Arial;
    box-shadow: 2px 2px 5px 0px #0000004a;
    background-color: #94aadc1c;
    max-height: calc(100vh - 22px);
    box-sizing: border-box;
    overflow-y: auto;
}
#header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
#header img{
    width: 120px;
    height: 63px;
}
#header h1 {
    font-size: 22px;
    font-weight: bold;
    margin-left:  10px;
    text-shadow: 1px 1px 1px #a3a6b9;
}
.etape{
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: 10px;
}
.etape h3{
    font-size: 14px;
    text-decoration: underline;
}
.etape_nb{
    display:flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 12px;
    margin-right: 5px;
}
#formulaire_mail{
    display: flex;
    flex-direction: column;
}
#email{
    margin: 5px 20px;
    height: 30px;
    padding: 0 0 0 5px;
    border: 1px solid #949494;
    border-radius: 3px;
    background-color: white;
    color: black;
    box-shadow: 1px 1px 2px 0px #0000006b;
}
#import{
    padding: 10px 0 10px 20px;
    opacity: 0.3;
    pointer-events: none;
}
#analyse{
    min-height: 45px;
    background-color: #ffffff;
    margin: 0 0 15px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #80808085;
}
.ok{
    color:#4caf50;
    font-weight: bold;
    text-shadow: 1px 1px #b7b7b773;
}
.notok{
    color: #ff4949;
    font-weight: bold;
    text-shadow: 1px 1px #b7b7b773;
}
#champs_generaux{
    display: flex;
    flex-direction: column;
}
#champs_generaux > input{
    margin: 5px 20px;
    height: 30px;
    padding: 0 0 0 5px;
    border: 1px solid #949494;
    border-radius: 3px;
    background-color: white;
    color: black;
    box-shadow: 1px 1px 2px 0px #0000006b;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#888888;
    font-style: italic;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888888;
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #888888;
    font-style: italic;
}
.exporter {
    display:flex;
    align-items: center;
    margin: 5px 20px;
    pointer-events: none;
    opacity: 0.3;
}
#export p{
    font-size: 12px;
    cursor: pointer;
}
#export label{
    font-size: 12px;
    padding-left: 5px;
    cursor: pointer;
}
#export img{
    width: 20px;
    height: 20px;
}
#export_xlsx {
    width: 30px;
    height: 30px;
    background-size: 25px;
    background-position: center;
    background-image: url(../images/excel.png);
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    flex-direction: column;
}
#export_geojson {
    width: 30px;
    height: 30px;
    background-size: 25px;
    background-position: center;
    background-image: url(../images/geojson.png);
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    flex-direction: column;
}
#fichiers_xlsx, #fichier_zip{
    min-height: 45px;
    background-color: #ffffff;
    margin: 0 0 15px 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px dashed #80808085;
    pointer-events: none;
    opacity: 0.3;
}
#certif{
    display:flex;
    align-items: center;
    margin: 5px 20px 25px 20px;
    pointer-events: none;
    opacity: 0.3;
}
h5{
    font-size: 8px;
}
#notice{
    flex: 1;
    padding: 10px;
    max-width: 800px;
    margin-left: 50px;
}
#notice iframe{
    height: 100%;
    width: 100%;
}