/*!
 * Ubik DZ
 */
/*! younes@ubik-dz.com */

@font-face {
	font-family: 'DIN NEXT™ ARABIC BOLD';
	src: url('fonts/DIN-NEXT-ARABIC-BOLD.otf') format('opentype');
}
@font-face {
	font-family: 'DG 3asomy Thin';
	src: url('fonts/alfont_com_DG-3asomy-Thin.ttf') format('opentype');
}

@font-face {
	font-family: 'Nexa-Black';
	src: url('fonts/nexa-black.otf') format('opentype');
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
form{
	margin-top: -25px;
}
form label{
	color: #fff;
	font-family: "DIN NEXT™ ARABIC BOLD";
	font-size: 1.1em;
}
.form-container {
	background: url('../img/bg-image.jpg') no-repeat center center fixed;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 400px;
	min-height: 100vh;
}

.form-container button {
	width: 100%;
}

.logo {
	display: block;
	width: 100%;
}

.title {
	display: block;
	width: 100%;
}

.form-container input {
	width: 100%;
	padding: 10px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 16px;
}

.form-container button:hover {
	background-color: #0056b3;
}
.validate{
	background-color:#ff0000;
	border:none;
	font-family: "DIN NEXT™ ARABIC BOLD";
	font-size: 1.3em;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.form-container select{
	width: 100%;
	padding: 10px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 16px;
	background-position: left .75rem center;

}

.form-container .error-validation{
	border: 2px solid #ff0000;
}

.rs-img{
	width: 79%;
}

.invalid-rule {
	display: block;
    margin-top: .25rem;
    font-size: .875em;
    z-index: 5;
    max-width: 100%;
	width: max-content;
	padding: .25rem .5rem;
    margin-top: .1rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}
.invalid-rule p{
	margin: 0;
}

.form-check input[type='checkbox']{
	width: auto;
}

.reglement{
	color:#fff;
}

#regles{
	width: 100%;
}

.img-checked{
	width:13%;
	position: absolute;
    top: 25%;
}

.label-text{
	color: #fff;
    font-family: "DG 3asomy Thin";
    font-size: 1.3em;
}

.confirm-text{
	color: #ff0000;
    font-family: "DG 3asomy Thin";
    font-size: 1.5em;
	text-align: center;
	font-weight: 200;
}
#btn-close{
	width: auto;
}
#btn-close:hover{
	color: #ff0000;
	background-color: #fff;
}

#Confirmmessage .modal-content{
	max-width: 325px;
}

#Confirmmessage .modal-dialog{
	justify-content: center;
}

/*
.rs-link{
	color:#063383;
	font-family: "DG 3asomy Thin";
	font-size: 1.8em;
}
*/
.lactel{
	font-family: 'Nexa-Black';
	text-decoration: none;
}

/*.link-text{
	z-index: 1;
    top: 30%;
    width: 100%;
    left: 0%;
	text-decoration: underline;
}
*/
.link-text{
	z-index: 1;
	text-align: center;
	top: 30%;
	width: 150%;
	font-family: "DG 3asomy Thin";
	left: 25%;
	font-size: 1.4em;
	text-decoration: underline;
	color: #063383;
}

.link-text:hover{
	color: #2388ca;
}

.fleche-g{
	width: 10%;
    left: 10%;
    top: -11%;
}

.fleche-d{
	width: 10%;
    top: 38%;
    right: 9%;
}


@media (max-width: 340px) {
  .rs-img{
	  width: 100%;
	}
}