/* ===== Google Font Import - Poppins ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    margin:0;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background: #4070f4;
}
.iti-mobile{
	margin:0;

}
#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    visibility:visible;
}
.container{
    position: relative;
    max-width: 900px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding: 30px;
    margin: 0 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.container header{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.container header::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 27px;
    border-radius: 8px;
    background-color: #4070f4;
}


.container form{
    position: relative;
    margin-top: 5px;
    min-height: 550px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
}
.container form .form{
    position: absolute;
    background-color: #fff;
    transition: 0.3s ease;
}

.container form .form.second,
.container form .form.third {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
}
form.secActive .form.second {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}
form.secActive .form.first {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
}
form.thirdActive .form.third {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}
form.thirdActive .form.second {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
}
.container form .title{
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
    margin: 2px 0;
    color: #333;
}

.container form .fields{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:3px;
}
form .fields .input-field{
    display: flex;
    width: calc(100% / 3 - 15px);
    flex-direction: column;
    margin: 0px 5px;
}
.input-field label{
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
}
.input-field input, select{
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 0 15px;
    height: 42px !important;
    margin: 6px 0;
}
.input-field input :focus,
.input-field select:focus{
    box-shadow: 0 3px 6px rgba(0,0,0,0.13);
}
.input-field select,
.input-field input[type="date"]{
    color: #707070;
}
.input-field input[type="date"]:valid{
    color: #333;
}



.container form button, .backBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    margin: 25px 0;
    background-color: #4070f4;
    transition: all 0.3s linear;
    cursor: pointer;
}
.container form .btnText{
    font-size: 14px;
    font-weight: 400;
}
form button:hover{
    background-color: #265df2;
}
form button i,
form .backBtn i{
    margin: 0 6px;
}
form .backBtn i{
    transform: rotate(180deg);
}
form .buttons{
    display: flex;
    align-items: center;
}
form .buttons button , .backBtn{
    margin-right: 14px;
}

@media (max-width: 750px) {
    .container form{
        overflow-y: scroll;
 	height: 70%;
    }
	.container{
		margin:0;
		height: 100%;

    	}
        body{
            justify-content: top;
            background: #ededee;
	    height: 100vh;
            align-items: start;
      
        }
        #video-background {
            visibility: hidden;
        }

    .container form::-webkit-scrollbar{
       display: none;
    }
    form .fields .input-field{
        width: calc(100% / 2 - 15px);
    }
}

@media (max-width: 550px) {
    form .fields .input-field{
        width: 100%;
    }
}
@media (max-height: 760px) {
    .container form{
    min-height: 450px;
    overflow-y: scroll;
   
	}

}




:root {
	--blue: #0071FF;
	--light-blue: #B6DBF6;
	--dark-blue: #005DD1;
	--grey: #f2f2f2;
}
.img-content {
    display: flex;
    justify-content: space-between;
}

.content {
    min-width: 160px; /* Diminuer la taille */
    width: 50%;
    background: #fff;
    padding: 4px;
    margin:0 10px; /* Ajouter un espace */
    border-radius: 30px;
}

.img-area {
    position: relative;
    width: 80%;
    height: 150px; /* Diminuer la hauteur */
    background: var(--grey);
    margin-bottom: 5px; /* Réduire l'espace en bas */
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.img-area .icon {
    font-size: 80px; /* Diminuer la taille de l'icône */
}

.img-area h3 {
    font-size: 14px; /* Diminuer la taille de la police */
    font-weight: 500;
    margin-bottom: 6px;
}

.img-area p {
	color: #1172d35f;
}
.img-area p span {
	font-weight: 600;
}
.img-area img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 100;
}
.img-area::before {
	content: attr(data-img);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	transition: all .3s ease;
	z-index: 200;
}
.img-area.active:hover::before {
	opacity: 1;
}
.select-image {
	display: block;
	width: 100%;
	padding: 16px 0;
	border-radius: 15px;
	background: var(--blue);
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: all .3s ease;
}
.select-image:hover {
	background: var(--dark-blue);
}
.dropdown{
    background-color:#fff;
}

.validation-error{
    color: #dc3545 !important;
    margin:1px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 4px;
    height: 42px !important;
  }