@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: local('Indie Flower'), local('IndieFlower'), url(./IndieFlower.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
	font-family: 'Indie Flower', cursive;
}

#cadreGlobal {
	background-color: #fbfbfb;
	border: 4px solid #25b889;
	border-radius: 2px;
	margin: 20px 0 10px 0;
	max-width: 60%;
	min-width: 500px;
	margin-left: 20%;
	margin-right: 20%;
	border-radius: 20px;
}

#dragandrophandler {
	border: 4px dotted lightgrey;
	border-radius: 4px;
	
	text-align: center;
	font-size: 42px;
	color: lightgrey;
	margin: 20px 20px 0px 20px;
	
}

#zoneButton {
    background-color: #B8E4D4;
    border-top: 2px solid #95CDB8;
	margin-top: 20px;
	display: table;
	width: 100%;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

#zoneButton button {
	margin: 20px;
	color: white;
	float: right;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	cursor: pointer;
	border: 0px solid transparent;
	font-family: 'Indie Flower', cursive;
}

#buttonReset {
	background-color: #ed5565;
}

#buttonCopier {
    background-color: #48cfad;
}

#zoneFichier {
		margin-top: 20px;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
}

.progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
	font-size: 20px;
	
	
}
 
.progressBar div {
    height: 100%;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    background-color: #B8E4D4;
	border-radius: 3px;
	color: #0ba1b5;
}

.unFichier {
	border: 1px solid #A9CCD1;
	min-height: 25px;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.abort {
	display:inline-block;
    background-color: #ed5565;
	color:#fff;
	cursor:pointer;
	border-radius: 6px;
	border: 0px solid transparent;
	font-family: 'Indie Flower', cursive;
}

.url {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#000;
    font-family:arial;font-size:13px;font-weight:normal;
    padding: 5px;
    vertical-align:top;
	height: 20px;
	display: none;
	width: 80%;
	text-align: center;
}

.miniature {
	position: relative;
}

.miniatureImage {
    width: auto;
    height: 200px;  /* you can use % */
}

#formSelectFile input[type=file] {
	display: none;
}

.chargement {
	display: none;
	height: 50px;
	width: 50px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 50%;
	margin-top: -45px;
	background-color: #fff;
	padding: 20px;
	opacity: 0.7;
}


#floatTopRight {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 300px;
}

#zoneUtilisateurDeconnexion, #zoneUtilisateurGalerie {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}


#zoneUtilisateur {
	right: 10px;
	background-color: #B8E4D4;
	border: 4px solid #25b889;
	padding: 10px;
	border-radius: 6px;
	float: right;
	width: 200px;
}

.inputAvecIcone {
	margin-top: 0px;
	/* background-color: #F00; */
	margin-bottom: 3px;
}

.inputAvecIcone img {
  position: absolute;
	
  background-color: #aaa;
  padding: 5px;
  transition: 0.3s;
  width: 21px;
  height: 21px;
  border-radius: 2px;
  margin-top: 2px;
  margin-left: 2px;
}


#zoneUtilisateur input[type="submit"] {
	margin: 0px;
	width: 100%;
	color: white;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	cursor: pointer;
	border: 0px solid transparent;
	font-family: 'Indie Flower', cursive;
	background-color: #48cfad;
}

#zoneUtilisateur input[type="text"], input[type="password"] {
  width: 100%;
  height: 35px;
  border: 2px solid #aaa;
  border-radius: 4px;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.6s;
  padding-left: 40px;
  
}

#zoneUtilisateur input[type="text"]:focus, input[type="password"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}







#notificationArea {
	float: right;
}

.alerte {
	padding: 10px 80px 10px 80px;
	margin-top: 10px;
	color: white;
	border-radius: 6px;
}

#afficherImage {
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
	color: #25b889;
	height: 100%;
	
}

#afficherImage img {
    max-height: 500px;
}

a {
	text-decoration: none;
	color: #25b889;
}