#ville-alert{
	color: ghostwhite;
	font-family: roboto,sans-serif;
	text-align: center;
}
.english-mode{
	width: 370px;
	display: flex;
	justify-content: space-between;
	margin:auto;
}
#lang
{
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	width: 60px;
	height: 30px;
	-webkit-appearance: none;
	background: #c6c6c6;
	outline: none;
	border-radius: 20px;
	box-shadow: inset 0 0 5px rgba(0,0,0,,.2);
}
#lang:checked{
	background-color: #03a9f4;
	transition: 0.5s;
}
#lang:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 0px;
	left: 0px;
	background: ghostwhite;
	transition: 0.5s;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	transform: scale(1.1);
}
#lang:checked:before{
	left: 30px;
}
#indic-langue
{
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 50px;
	color: ghostwhite;
	font-family: sora,sans-serif;
}
@font-face {
  font-family: 'sora';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/sora/v1/xMQOuFFYT72X5wkB_18qmnndmSdgnk-DKQRDA8i1P4xdNw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
	font-family: roboto;
	src: url(src/font/roboto.ttf);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}


body
{
	margin:0px;
	background-color: #4098b8;
}



header
{
	display: flex;
	justify-content: space-around;
	border-bottom: 5px solid orange;
	background-color: #242323;
	margin-top: auto;
	margin-bottom: auto;
}
.first
{
	display: flex;
	justify-content: space-around;
	width: 470px;
}
.cercle {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: orange;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    animation: 2.5s linear infinite live;
}
.infos-city-div{
	display: flex;
	font-family: sora,sans-serif;
	margin-top: auto;
	margin-bottom: auto;
	color: white;
	background-color: #03a9f4;
	padding-left: 6px;
	padding-right: 10px;
	border-radius: 5px;
	justify-content: space-between;
	margin-right: 50px;
}
.img-loc{
	width: 25px;
	height: 25px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}
.input-recherche{
	width: 450px;
	display: block;
	margin:auto;
	font-family: sora, sans-serif;
}
#h1-recherche{
	text-align: center;
}
#recherche{
	width: 300px;
	outline: none;
	height: 25px;
	border: 1px solid black;
	border-radius: 3.5px;
	padding-left: 5px;
}
#validate{
	width: 100px;
	outline: none;
	height: 35px;
	border: 1px solid black;
	border-radius: 3.5px;
	background: none;
}
.div-recherche{
	display: block;
	margin:auto;
	width: 415px;
}
#pays-result
{
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	background-color: orange;
	padding: 7px;
	border-radius: 15px;
	color: white;
	font-family: sora, sans-serif;
	font-size: 15px;
}
#ville-result
{
	font-family: sora, sans-serif;
	font-size: 30px;
	margin-top: 20px;
	color: #071b36;
	padding-right: 5px;
}
#date-result
{
 margin-left: 40px;
 margin-top: -20px;
 font-family: sora, sans-serif;
 font-size:16px;
 color: black;
}
#temp-result
{
	font-family: sora, sans-serif;
	font-size: 25px;
	text-align: center;
	color: black;
}
#image-result
{
	width: 70px;
	height:auto;
	display: block;
	margin:auto;
}
#apparence-result
{
	font-family: roboto, sans-serif;
	text-align:center;
	font-size: 20px;
	color:#3b3a37;
	margin:auto;
}















#heure
{
	font-family: sora, sans-serif;
	font-size: 18px;
	color: white;
	background-color: #0f3596;
	width: 60px;
	padding: 5px;
	text-align: center;
	border-radius: 30px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 60px;
}
#titre
{
	font-size: 40px;
	font-family: sora, sans-serif;
	text-align: center;
	color: #faf9f7;
}
.top
{
	display: flex;
	justify-content: space-between;
}
.refresh
{
	width: 50px;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#jour-nuit
{
	width: 80px;
	height: 80px;

}
.indications
{
	display: flex;
	justify-content: space-between;
	width: 120px;
	padding: 10px;
}
figure
{
	text-align: center;
	font-family: roboto;
	text-decoration: underline orange;
}
#day-night
{
	font-family: sora, sans-serif;
	color: white;
	background-color: #24728f;
	padding: 10px;
	border-radius: 30px;
	display: block;
	margin-top: auto;
	margin-bottom: auto; 
}
.all
{
	display: flex;
	flex-direction: column;
}
#infos
{
	width: 450px;
	display: block;
	margin:auto;
	border-radius: 10px;
	background-color: ghostwhite;
	padding-top: 10px;
	padding-bottom: 20px;
}
#infos-result
{
	width: 450px;
	display: block;
	margin:auto;
	border-radius: 10px;
	background-color: ghostwhite;
	padding-top: 10px;
	padding-bottom: 20px;
}
.ville-pays
{
	display: flex;
	justify-content: flex-start;
	margin-left: 40px;
}
#pays
{
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	background-color: orange;
	padding: 7px;
	border-radius: 15px;
	color: white;
	font-family: sora, sans-serif;
	font-size: 15px;
}
#ville
{
	font-family: sora, sans-serif;
	font-size: 30px;
	margin-top: 20px;
	color: #071b36;
	padding-right: 5px;
}
#date
{
 margin-left: 40px;
 margin-top: -20px;
 font-family: sora, sans-serif;
 font-size:16px;
 color: black;
}
.top-infos
{
	display: flex;
	justify-content: space-between;
}
#temp
{
	font-family: sora, sans-serif;
	font-size: 25px;
	text-align: center;
	color: black;
}
.div-temp
{
	border-right: 2px solid silver;
	padding-right: 50px;
	height: 70%;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}
.img-app
{
	height: 90px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
#image
{
	width: 70px;
	height:auto;
	display: block;
	margin:auto;
}
#apparence
{
	font-family: roboto, sans-serif;
	text-align:center;
	font-size: 20px;
	color:#3b3a37;
	margin:auto;
}


.fore-date
{
	display: flex;
	justify-content: space-around;
	margin-bottom: 0px;
	margin:auto;
	border:2px solid red;
}
.forecast
{
	display: flex;
	justify-content: space-around;
}
#fore-date-1
{
	background-color: #2f2f30;
	color: white;
	padding: 5px;
	width: auto;
	text-align: center;
	width: 45px;
	border-radius: 10px;
	display: block;
	margin:auto;
	font-family: roboto, sans-serif;
}
#fore-date-2
{
	background-color: #2f2f30;
	color: white;
	padding: 5px;
	width: auto;
	text-align: center;
	width: 45px;
	border-radius: 10px;
	display: block;
	margin:auto;
	font-family: roboto, sans-serif;
}
#fore-date-3
{
	background-color: #2f2f30;
	color: white;
	padding: 5px;
	width: auto;
	text-align: center;
	width: 45px;
	border-radius: 10px;
	display: block;
	margin:auto;
	font-family: roboto, sans-serif;
}
#fore-date-4
{
	background-color: #2f2f30;
	color: white;
	padding: 5px;
	width: auto;
	text-align: center;
	width: 45px;
	border-radius: 10px;
	display: block;
	margin:auto;
	font-family: roboto, sans-serif;
}
.fore
{
	background-color: #dadfe3;
	width: 75px;
	height: 150px;
	padding-bottom: 20px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: 4px solid #071b36;
	border-radius: 0px 0px 3px 3px;
}

	#indic-fore-1
	{
		text-align: center;
		font-family: sora, sans-serif;
	}
	#img-fore-1
	{
		display: block;
		margin:auto;
	}
	#temp-fore-1
	{
		text-align:center;
		font-family: roboto;
		color:#3b3a37;
	}
#indic-fore-2
{
	text-align: center;
	font-family: sora, sans-serif;
}
#img-fore-2
{
	display: block;
	margin:auto;
}
#temp-fore-2
{
	text-align:center;
	font-family: roboto;
	color:#3b3a37;
}
	#indic-fore-3
	{
		text-align: center;
		font-family: sora, sans-serif;
	}
	#img-fore-3
	{
		display: block;
		margin:auto;
	}
	#temp-fore-3
	{
		text-align:center;
		font-family: roboto;
		color:#3b3a37;
	}
#indic-fore-4
{
	text-align: center;
	font-family: sora, sans-serif;
}
#img-fore-4
{
	display: block;
	margin:auto;
}
#temp-fore-4
{
	text-align:center;
	font-family: roboto;
	color:#3b3a37;
}

.reste
{
	display: flex;
	justify-content: center;
	padding: 30px;
}
.img-app
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 50px;
	padding-bottom: 20px;
}



.more-informations
{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin:auto;
	font-family: sora, sans-serif;
	align-items: start;
}
.indic
{
	color: #071b36;
	font-size: 20px;
}







#link
{
	font-size: 20px;
	font-family: monospace;
	color: #0b1738;
	text-decoration: none;
	padding: 15px;
	position: fixed;
	bottom: 0px;
}



@media screen and (min-width: 100px) and (max-width: 980px)
{
	header
	{
		display: flex;
		flex-direction: column;
		padding: 3%;
	}
	.first
	{
		width: 100%;
	}
	.cercle
	{
		width: 30px;
		height: 30px;
		border-radius: 50px;
	}
	#titre
	{
		font-size: 80px;
	}
	#heure
	{
		text-align: center;
		font-size: 50px;
		width: 170px;
	}
	.english-mode{
		width: 90%;
		display: flex;
		justify-content: center;
	}
	#indic-langue{
		font-size: 35px;
		display: block;
		margin-top: auto;
		margin-bottom: auto;
	}
	.img-loc{
		width: 50px;
		height: 50px;
	}
	#ville-alert
	{
		font-size: 45px;
		margin: 45px
	}
	#lang{
		width: 150px;
		height: 80px;
		border-radius: 50px
	}
	#lang:before{
		width: 75px;
		height: 75px;
	}
	#lang:checked:before
	{
		left: 75px;
	}
	.indications
	{
		width: 190px;
		display: flex;
		justify-content: space-between;
	}
	#jour-nuit
	{
		width: 150px;
		height: 150px;
		padding: 20px;
	}
	.refresh
	{
		width: 100px;
		height: 100px;
	}
	#day-night
	{
		font-size: 40px;
	}
	figure
	{
		font-size: 30px;
	}
	#infos-city{
		font-size: 35px;
	}
	.input-recherche{
		width: 100%;
	}
	.div-recherche
	{
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	#h1-recherche{
		text-align: center;
		font-size: 65px;
	}
	#recherche{
	width: 60%;
	outline: none;
	height: 60px;
	font-size: 35px;
	padding-left: 30px;
	}
	#validate{
		font-size: 30px;
		width: 25%;
		height: 80px;
	}
	#ville-result
	{
		font-size: 90px;
		margin-left: 20px;
	}
	#pays-result
	{
		font-size: 40px;
		margin-top: 55px;
		margin-left: 10px;
		border-radius: 35px;
		padding: 10px;
	}

	#infos
	{
		width: 90%;
		border-radius: 40px;
	}
	#infos-result
	{
		width: 90%;
		border-radius: 40px;
	}
	#ville
	{
		font-size: 90px;
		margin-left: 20px;
	}
	#pays
	{
		font-size: 40px;
		margin-top: 55px;
		margin-left: 10px;
		border-radius: 35px;
		padding: 10px;
	}
	#date
	{
		font-size: 40px;
		margin-top: -70px;
		margin-left: 60px;
	}
	#date-result
	{
		font-size: 40px;
		margin-top: -70px;
		margin-left: 60px;
	}
	.img-app
	{
		display: flex;
		flex-direction: column-reverse;
		height: 230px;
	}
	.fore
	{
		width: 170px;
		height: 300px;
	}

#fore-date-1
{
	font-size: 30px;
	width: 80px;
}
#fore-date-2
{
	font-size: 30px;
	width: 80px;
}
#fore-date-3
{
	font-size: 30px;
	width: 80px;
}
#fore-date-4
{
	font-size: 30px;
	width: 80px;
}
#indic-fore-1
	{
		font-size: 30px;
	}
	#img-fore-1
	{
		width: 100px;
		height: 100px;
	}
	#temp-fore-1
	{
		font-size: 30px;
	}
#indic-fore-2
{
	font-size: 30px;
}
#img-fore-2
{
	width: 100px;
	height: 100px;
}
#temp-fore-2
{
	font-size: 30px;
}
	#indic-fore-3
	{
		font-size: 30px;
	}
	#img-fore-3
	{
		width: 100px;
		height: 100px;
	}
	#temp-fore-3
	{
		font-size: 30px;
	}
#indic-fore-4
{
	font-size: 30px;
}
#img-fore-4
{
	width: 100px;
	height: 100px;
}
#temp-fore-4
{
	font-size: 30px;
}




	.reste
	{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.div-temp
	{
		border-right: none;
	}
	#temp
	{
		font-size: 70px;
		margin-left: 12.5%;
	}
	#temp-result
	{
		font-size: 70px;
		margin-left: 12.5%;
	}
	.img-app
	{
		width: 50%;
		margin-left:auto;
		margin-right: auto;
		margin-top: -40px;
	}
	#image
	{
		width: 175px;
		height: auto;
	}
	#apparence
	{
		font-size: 40px;
	}
	#image-result
	{
		width: 175px;
		height: auto;
	}
	#apparence-result
	{
		font-size: 40px;
	}
	#link
	{
		font-size: 50px;
		position: relative;
		padding: 30px;
	}
	.indic
	{
		font-size: 40px;
	}
	.more-informations
	{
		font-size: 40px;
	}

}




@keyframes live
{
	0%{
		opacity: 0%;
	}
	50%{
		opacity: 100%;
	}
	100%
	{
		opacity: 0%;
	}
}
