@charset "utf-8";
/*

    ## #####  ##     ##
    ## ##  ## #### ####
    ## #####  ## ### ## --- CSS Document
##  ## ##  ## ##  #  ##
  ##   #####  ##     ##     JB Simon MARTINEZ © 2022 - jb.martinez.free.fr


							--> conception Mobile First : du Mobile vert les grands écrans
*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

header {
	padding-top: 0.5rem;
	background-color: blue;
	text-align: center;
}

header h1 {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 320px;
	font-size: 14px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

header h1 div {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 20px;
	color: #000;
	bottom: 0;
	left: 0;
	padding-top: 0.5rem;
	width: 150px;
	height: 1.1rem;
}

header h1 span {
	padding-top: 0.25rem;
	padding-right: 0.5rem;
	font-size: 10px;
  font-weight: lighter;
}

main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
}

#app {
  position: relative;
  display: block;
  width: 320px;
  height: auto;
  min-height: 400px;
  background: linear-gradient(to bottom right, rgba(0,0,255,0.5), #fff);
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

#app .img_temp {
	
}

#app .city {
	position: absolute;
	z-index: 2;
	display: block;
	top: 3rem;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 100%;
}

#app .degree {
	position: absolute;
	z-index: 2;
	display: block;
	top: 5rem;
	color: #fff;
	font-size: 70px;
	text-align: center;
	width: 100%;
}

#app .medium {
  position: relative;
  display:flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  width: calc(100% - 2rem);
  justify-content: space-between;
}

#app .text {
	position: relative;
	padding: 1.5rem 0;
}

#app .fa-cloudscale, #app .fa-droplet {
	font-size: 25px!important;
}

#app .status {
	font-size: 25px;
}

form input[type="text"] {
	font-size: 16px;
	padding: 0.5rem 1rem;
	width: 70%;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
	border: none;
	text-align: center;
}

form  button {
	margin-top: 1rem;
	padding: 0.25rem 1rem;color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;
}

form  button:hover {
	color: blue;
	border: 1px solid blue;
	background-color: rgba(255,255,255,0.5);
}

form  button:active {
	color: #fff;
	border: 1px solid blue;
	background: linear-gradient(to bottom right, rgba(0,0,255,0.5), #fff);	
}

footer {
  color: #fff;
  background-color: blue;
  text-align: center;
  padding: 3rem 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}
