* {
	font-family: 'Avenir LT Std', sans-serif;
}

.deconnect_cli {
	position: absolute;
    left: 60px;
    top: 17px;
}

#deconnect {
	border-radius: 18px;
    padding: 7px;
	cursor: pointer;
}

.nav_client {
	position: fixed; 
	background-color: #ffffff;
	width: 100%;
	height: 50px;
	text-align: left;
	border-bottom: 4px solid #ebd810;
    padding: 10px 10px;
    top: 0;
    left: 0;
}

.na_client {
	width: 100%;
    height: 72px;
}

#logo_kormatik {
	width: 450px;
	margin-bottom: 15px;
}

.logo {
	position: absolute;
    right: 60px;
    top: 15px;
}

#form_connexion {
	width: 50%; 
	margin: auto;
	text-align: center;
	margin-top: 10%;
}

#form_connexion > input[type=text], #form_connexion > input[type=password]  {
	margin: 10px;
	padding: 8px; 
	border-radius: 15px; 
	border: 1px solid #999797;
	font-size: 17px;
}

#form_connexion > label {
	font-family: Avenir LT Std;

}



.liste_kormatik {
	width: 100%;
	text-align: center;
	grid-template-columns: repeat(2, 1fr);
	display: grid;
}

.btn {
	text-decoration: none;
	padding: 12px;
    border-radius: 25px;
	border: 0px; 
    font-size: 20px;
	color: white;
	background: rgb(239,213,30);
	background: linear-gradient(135deg, rgba(239,213,30,1) 20%, rgba(226,182,21,1) 100%);
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5); 
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	cursor: pointer;
	text-shadow: 1px 1px 3px black;
	font-family: Calibri;
	margin: 0 15px;
}


.save_nom_kor {
	width: 20px;
	cursor: pointer;
}

.save_nom_kor > svg {
	width: 20px;
}

.nom_site > input {
	margin: 10px;
	padding: 8px; 
	border-radius: 15px; 
	border: 1px solid #eeeeee;
	font-size: 17px;
}

.nom_site {
	font-size: 35px;
}

.Iframe_kormatik {
	border:0px;
	width: 800px;
	height: 700px; 
}


#bloc_kormatik {
	text-align: center;
}

.kormatik > a {
	text-decoration: none;
	padding: 12px;
    border-radius: 25px;
	border: 0px; 
    font-size: 20px;
	color: white;
	background: rgb(239,213,30);
	background: linear-gradient(135deg, rgba(239,213,30,1) 20%, rgba(226,182,21,1) 100%);
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5); 
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	cursor: pointer;
	text-shadow: 1px 1px 3px black;
	margin: 0 15px;
}

.error {
	border:  1px solid #ff1100 !important; 
}

.msg_err {
	color: red; 
	font-size: 16px;
}

/* PAGE INSCRIPTION */

.form_inscription {
	margin:auto;
	width: fit-content;
	text-align: center;
	margin-top: 50px;
	width:30%;
}

.form_inscription table {
	margin: auto;
	text-align: right;
	border-spacing: 13px;
	width: 100%;
}

.input_inscription{
	border-radius: 10px;
	border: 1px solid #aaaaaa;
	width: 100%;
	text-align: left;
	font-size: 18px;
}

.edit_nom_kor {
	cursor: pointer; 
	margin-left: 10px;
}

.form_inscription #btn_inscription { 

	margin-top: 15px;
}

label {
	font-size: 17px;
}

.btn_base{
	border-radius: 18px; 
    padding: 7px;
    cursor: pointer;
	position: absolute;
	top:-5%;
}

#img_retour {
	width:65px;
}

.explication_inscription {
	color:grey;
}
/* FIN PAGE INSCRIPTION */


/* VERSION MOBILE */
@media screen and (max-width: 1000px) { 
	.Iframe_kormatik {
		width: 699px;
		height: 1000px; 
		transform: scale(1.5);
		
		margin-top: 235px;

	}

	.deconnect_cli {
		position: absolute;
		right: 65px;
		top: 5px;
	}


	#deconnect {
		border-radius: 35px;
		padding: 13px;
		cursor: pointer;
		font-size: 25px;
	}

	#logo_kormatik {
		width: 90%;
		margin-bottom: 10%;
	}

	#form_connexion {
		width: 100%;
		margin-top: 70%;
	}

	#form_connexion > label {
		font-size: 6vw;
	}

	#form_connexion > input[type=text], #form_connexion > input[type=password] {
		font-size: 5vw;
		margin-bottom: 5%;
	}

	.btn {
		font-size:6vw;
		padding: 20px;
		margin: 0vw 2vw 0vw 2vw;
		border-radius: 30px;
		text-shadow: 1px 1px 5px black;
	}

	.msg_err {
		font-size: 4vw;
	}

	.nav_client {
		border-bottom: 0px;
	}

	.form_inscription > h1 {
		font-size: 6vw;
	}

	.input_inscription {
		text-align: center;
		font-size: 3vw;
	}
	.form_inscription {
		width:80%;
	}

	.explication_inscription {
		font-size: 15px;
	}

}

@media screen and (max-width: 1600px) { 
	.liste_kormatik {
		grid-template-columns: repeat(1, 1fr);
	}
}


/* FIN MOBILE */