*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: system-ui;
}
a{
	text-decoration: none;
	color: unset;
}
/********************/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	float: left;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
header .header-1 section{
	width: 20%;
	float: left;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
}
header .header-1 section img{
	width: 100%;
	height: 5vw;
	margin: auto;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
}
header .header-1 section h1 span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 1.1vw;
	letter-spacing: 0.4vw;
	font-weight: lighter;
	color: ;
}
header .header-1 section h1 strong{
	width: 100%;
	float: left;
	line-height: 2.5vw;
	font-family: system-ui;
	font-size: 3vw;
	color: ;
}
header .header-1 .ul-1{
	width: 10%;
	margin-top: 2%;
	float: right;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	list-style: none;
	text-align: right;
	cursor: pointer;
}
header .header-1 .ul-2{
	width: 15%;
	height: 100%;
	padding: 5%;
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}
header .header-1 .ul-2 li{
	width: 100%;
	padding-bottom: 12%;
	margin-bottom: 12%;
	float: left;
	border-bottom: 1px solid gray;
	list-style: none;
	text-align: center;
	font-family: system-ui;
	font-size: 1.3vw;
	font-weight: lighter;
}
header .header-1 .ul-2 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-2 i{
	width: auto;
	margin-top: 25%;
	margin-left: calc((100% - 3vw) / 2);
	float: left;
	font-size: 3vw;
}

/********************/
.connexion{
	width: 100%;
	height: 52vw;
	float: left;
	display: grid;
}
.connexion form{
	width: 20%;
	padding: 5%;
	margin: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.connexion form h2{
	width: 100%;
	margin-top: -15%;
	margin-bottom: 10%;
	float: left;
	font-size: 2vw;
	font-weight: lighter;
}
.connexion .error{
	width: 100%;
	margin-bottom: 10%;
	float: left;
	display: grid;
	grid-template-columns: 20% 80%;
}
.connexion .error i{
	width: 100%;
	margin: auto;
	font-size: 3vw;
	color: red;
}
.connexion .error p{
	width: 100%;
	margin: auto;
}
.connexion .error p strong{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px dashed red;
	font-size: 1.3vw;
}
.connexion .error p span{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	font-size: 1vw;
}
.connexion form label{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}
.connexion form label span{
	width: 100%;
	float: left;
	font-size: 1.1vw;
}
.connexion form label input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 1vw;
}
.connexion form button{
	width: 4vw;
	height: 4vw;
	margin-left: calc((100% - 4vw) / 2);
	background-color: darkred;
	float: left;
	border: none;
	border-radius: 100vw;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	font-size: 1.3vw;
	color: rgba(255, 255, 255, 1.0);
}
.connexion form section{
	width: 100%;
	margin-top: 20%;
	float: left;
}
.connexion form section p{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	border-bottom: 1px dashed gray;
	font-size: 1.1vw;
}
.connexion form section p:last-child{
	border-bottom: none;
}
.connexion form section p strong{
	float: left;
}
.connexion form section p span{
	float: right;
}


































/***************650px***************/
@media only screen and (max-width: 650px) {

header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	float: left;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
header .header-1 section{
	width: 35%;
	padding-bottom: 1%;
	float: left;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
}
header .header-1 section img{
	width: 100%;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
}
header .header-1 section h1 span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 3vw;
	letter-spacing: 0.45vw;
	font-weight: lighter;
	color: ;
}
header .header-1 section h1 strong{
	width: 100%;
	float: left;
	line-height: 2.5vw;
	font-family: system-ui;
	font-size: 6vw;
	letter-spacing: 0.3vw;
	color: ;
}
header .header-1 .ul-1{
	width: 10%;
	margin-top: 2%;
	float: right;
}
header .header-1 .ul-1 li{
	width: 100%;
	float: right;
	list-style: none;
	text-align: right;
	cursor: pointer;
	font-size: 6vw;
}
header .header-1 .ul-1 li:nth-child(1){
	display: none;
}
header .header-1 .ul-1 li:nth-child(2){
	display: none;
}
header .header-1 .ul-2{
	width: 70%;
	height: 100%;
	padding: 7%;
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}
header .header-1 .ul-2 li{
	width: 100%;
	padding-bottom: 7%;
	margin-bottom: 7%;
	float: left;
	border-bottom: 1px solid gray;
	list-style: none;
	text-align: center;
	font-family: system-ui;
	font-size: 5vw;
	font-weight: lighter;
}
header .header-1 .ul-2 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-2 i{
	width: auto;
	margin-top: 25%;
	margin-left: calc((100% - 3vw) / 2);
	float: left;
	font-size: 7vw;
}


/********************/
.connexion{
	width: 100%;
	height: 95%;
	float: left;
	display: grid;
}
.connexion form{
	width: 70%;
	padding: 5%;
	margin: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.connexion form h2{
	width: 100%;
	margin-top: -3%;
	margin-bottom: 10%;
	float: left;
	font-size: 6vw;
	font-weight: lighter;
}
.connexion .error{
	width: 100%;
	margin-bottom: 10%;
	float: left;
	display: grid;
	grid-template-columns: 20% 80%;
}
.connexion .error i{
	width: 100%;
	margin: auto;
	font-size: 6vw;
	color: red;
}
.connexion .error p{
	width: 100%;
	margin: auto;
}
.connexion .error p strong{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px dashed red;
	font-size: 3.5vw;
}
.connexion .error p span{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	font-size: 2.5vw;
}
.connexion form label{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}
.connexion form label span{
	width: 100%;
	float: left;
	font-size: 3vw;
}
.connexion form label input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	font-size: 2.5vw;
}
.connexion form button{
	width: 15vw;
	height: 15vw;
	margin-left: calc((100% - 15vw) / 2);
	background-color: darkred;
	float: left;
	border: none;
	border-radius: 100vw;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	font-size: 5vw;
	color: rgba(255, 255, 255, 1.0);
}
.connexion form section{
	width: 100%;
	margin-top: 20%;
	float: left;
}
.connexion form section p{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	border-bottom: 1px dashed gray;
	font-size: 3vw;
}
.connexion form section p:last-child{
	border-bottom: none;
}
.connexion form section p strong{
	float: left;
}
.connexion form section p span{
	float: right;
}











}














