<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.compte-content {
	width: 100%;
	margin:  0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}
.compte-content .wizard-heading {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 55px;
    padding-top: 160px;
    margin-left: -26.8%;
}
.wizard-v7-content   {
	background: #fff;
	width: 100%;

	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.wizard-v7-content .wizard-form {
    width: 100%;
}
.form-register .vertical {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.form-register .steps {
    float: left;
    width: 360px;
}
.form-register .steps ul {
    list-style: none;
    padding-left: 0;
    margin: 0 ;
   
    
}

.form-register .steps li {
    color: #b2b2b2;
}
.form-register .steps li:first-child,
.form-register .steps li.current:first-child {
    margin-top: 0px;
}
.form-register .steps li,
.form-register .steps li.current {
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    margin: 0 40px 0px 40px;

}
/* .form-register .steps li.done , */
.form-register .steps li hr
{ display: none;
    border: 2px solid #001F40;
    margin-left: 30%;
    margin-right: 30%;


}
.form-register .steps li.current
{
    

}
.form-register .steps li.current hr
{   display: block;
    border: 2px solid #001F40;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 0px;
    margin-bottom: 0px;


}
.form-register .steps li .current-info {
	display: none;
}
.form-register .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a .title {
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    text-align: center;
   
}


.form-register .steps li a .step-text {
    margin-top: 10px;
    /* padding-right: 50px; */
}
.form-register .steps li a .step-text span {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-register .steps li a .step-text .step-inner-1 {
    font-size: 16px;
    font-weight: 300;
    color:#001F40;
    border-top: 1px solid rgb(230, 230, 230);
}
.form-register .steps li.current a .step-text .step-inner-1{
    
    font-weight: 600;

}

.form-register .content {
  
    background: #fff;
}
.form-register .content h2 {
	display: none;
}
.form-register .content .inner {
   
    box-shadow: 0px 0px 10px 0px #001f40be;
    -o-box-shadow:  0px 0px 10px 0px #001f40be;
    -ms-box-shadow:  0px 0px 10px 0px #001f40be;
    -moz-box-shadow:  0px 0px 10px 0px #001f40be;
    -webkit-box-shadow:  0px 0px 10px 0px #001f40be;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;;
    padding: 0 30px 25px;
   
    margin-top: 50px;
}
.form-register .content .wizard-header {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
	padding: 9px 30px 11px;
    background: #ffffff;
    margin: 0 -30px 24px;

}
.form-register .content .wizard-header h3 {
    font-size: 22px;
    color: #001F40;
    font-weight: 700;
    margin: 0;
}
.inner .form-row {
    display: flex;
    margin: 0 -10px;
    position: relative;
}
.inner .form-row .form-holder {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 19px;
    position: relative;
}
.inner .form-row .form-holder.form-holder-1 {
    width: 65.3%;
}
.inner .form-row .form-holder.form-holder-2 {
	width: 100%;
	position: relative;
}
.inner .form-row .form-holder label {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 8px;
}
.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.inner .form-row .form-holder select {
	font-size: 14px;
    color: #666;
    font-weight: 600;
   
    z-index: 1;
    cursor: pointer;
    position: relative;
    border:  2px solid #e5e5e5;
    padding: 10.4px 13px;
}
input::placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999;
   font-size: 15px;
   font-weight: 400;
}

input::-ms-input-placeholder { /* Microsoft Edge */
   color: #999;
   font-size: 15px;
   font-weight: 400;
}
.inner .form-row .form-holder .content-inner {
    font-weight: 400;
    color: #666;
    font-size: 14px;
}
.inner .form-row .form-holder .content-inner p {
    margin: 0;
}
.inner .form-row .form-holder .form-checkbox {
    position: relative;
    padding-top: 55px;
}
.inner .form-row .form-holder .form-checkbox p {
    margin-left: 27px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.inner .form-row .form-holder .form-checkbox input {
    position: absolute;
    opacity: 0;
}
.inner .form-row .form-holder .form-checkbox .checkmark {
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
.inner .form-row .form-holder .form-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: 1px solid #33a7d7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.inner .form-row .form-holder .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.actions {
    display: none;
	float: right;
    width: 530px;
    background: #fff;
}
.actions ul {
    list-style: none;
    padding: 0 40px;
    margin-bottom: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.actions ul li.disabled,
.actions ul li:first-child {
	opacity: 0;
}
.actions ul li {
	padding: 0;
    border: none;
    display: inline-flex;
    height: 42px;
    width: 120px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background: #364cd2;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}
.actions ul li:hover {
	background: #28379e;
}
.actions ul li a {
	color: #fff;
	text-decoration: none;
    padding: 13px 19px;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .compte-content .wizard-heading {
        margin-left: 0;
        width: 100%;
    }
    .wizard-v7-content {
        width: 100%;
    }
    .form-register .steps {
        width: 100%;
        float: none;
    }
    .form-register .content,
    .actions {
        float: none;
        width: 100%;
    }
   
} 
@media screen and (max-width: 575px) {
	.inner .form-row {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0;
	}
	.inner .form-row .form-holder {
		width: 90%;
	}
	.inner .form-row .form-holder {
		padding: 0;
	}
    .form-register .steps {
        width: 90%;
        float: none;
    }
}
input.image-input{
    display: none;
}
.add-image label{
    cursor: pointer;

}
.image-profil img{
    margin-top: -55px;
    margin-right: -25px;
}
.image-inscription{
margin-top: 70px;
}
.image-inscription img{
    margin-top: -60px;
    /* padding-bottom: 20px; */
    margin-right: -25px;
}
.image-inscription label{
    margin-top: -55px;
    margin-right: -25px;;
}
@media screen and (min-width:750px) {
    .form-register .steps ul{
        margin-top: 100px;
    }
    .wizard-header .heading{
       padding-top: 50px;

    }
    .wizard-form .content{
    }
    .inner{
        /* min-height: 600px; */

    }
}
@media screen and (max-width:750px) {
    .form-register .steps ul{
        margin-bottom: -30px;
    }

}



      
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 14px;
    z-index: 1;
    top: 15px;
  }
  .avatar-upload .avatar-edit svg{
   margin-left: 8px !important;
   margin-top: 8px !important;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview &gt; div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

</pre></body></html>