[lang="ar"] .desc{
	direction:ltr;
}
.validation-error-msg{
		margin-top:20px;
		color:red;
		font-weight:bold;
	}
#form_success,#form_error{
		display:none;
	color: #333;
    margin: 0 auto 24px;
    padding: 15px 15px;
}
#form_success{
	background: #e0ffc7;
    border: 1px solid #b4d39b;
}
#form_error{
    background: #f4433670;
    border: 1px solid #ff0000;
}
	.radio-err,.mail-err{
		width:100%;
		color:red;
		font-weight:bold;
		font-size: 12px;
	}
 .cevital-candidature-form{
       position:relative;
   } 
  .overlaypr {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(255 255 255 / 50%);
    z-index: 1111;
}  
.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.spinner-emp {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #1359A1;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}	
.title-bg{
    clip-path: ellipse(72% 80% at 50% 19%);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;  
}
.go-back-btn {
    margin: 30px 0;
}
.go-back-btn a {
    border-radius: 10px;
	text-transform:uppercase;
    font-weight: bold;
    color: #7AB529;
    font-size: 17px;
    padding: 7px 30px;
    position: relative;
}
.go-back-btn a:before {
    content: "\2039";
    position: absolute;
    left: 10px;
    font-size: 30px;
    line-height: 22px;
    color: #7AB529;
    font-family: var(--bodyfontfamily),var(--nv-fallback-ff);
}
	[lang="ar"] .go-back-btn a:before {
   left: auto;
   right: 10px;
	line-height: 26px;	
}
.btnpost a:focus, .btnpost a:hover {
    color: #ffffff !important;
}
.line-s{
    width: 100%;
    margin: 10px auto 40px auto;
    background: #ddd;
    height: 1px;
}
.emploi-info-main{
        margin-top: 30px;
}
.emploi-desc{
        padding-top: 50px;
}
.timpl {
    padding: 0 0 20px 0;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    min-width: 200px;
    justify-content: center;
}
.pl{
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}
[lang="ar"] .pl {
    padding-left: 0px;
	padding-right: 30px;
}
.pl:before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height:22px;
    background-repeat: no-repeat;
    background-size: contain;
}
[lang="ar"] .pl:before {
    left: auto;
	right:0;
}
.tim{
    padding-left: 30px;
    position: relative;
}
[lang="ar"] .tim {
    padding-left: 0px;
	padding-right: 30px;
}
.tim:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../img/Frameclock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}
[lang="ar"] .tim:before {
    left: auto;
	right:0;
}

.emploi-recap p {
	margin-bottom: 10px;
}

.btnpost{
width: fit-content;
float:right;
margin-top: -40px;
}
[lang="ar"] .btnpost{
 float: left;
}
.btnpost a{
 color:#fff; 
 background-color:#7AB529;
 border-radius:10px;
 padding: 13px 50px; 
 text-transform: capitalize;	
}
button:hover {
	background: #7AB529 !important;
}
button {
	font-weight: 600 !important;
}
.emploi-desc ul li::before {
    transform: scale(1.8);
    content: "\2022";
    color: #7AB529;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.emploi-desc ul li{
    line-height: 3;
}
.emploi-desc ul li{
    margin-left: 30px;
}
.emploi-desc h3{
    color:#004F9E; 
}
.emploi-desc .line-s {
    margin: 40px auto;
}

#postuler input , #postuler textarea{
    background-color:#F0F0F0;
    border:none;
    border-radius:10px;
}
#postuler textarea{
    min-height:130px;
}
#postuler input[type="file"] {
    min-height:50px;
    padding: 15px;
}
#postuler select {
    border-width:0;
    border-radius:10px;
    background: url(../img/fleche.svg) right 15px center/10px no-repeat;
    background-color:#F6FBFF;
}
[lang="ar"] #postuler select {
    background-position: left 15px center;
}
.form-field-container{
    display:flex;
    margin-bottom:20px;
    flex-wrap: wrap;
}
.form-field-container label{
    width:20%;color:#303030;padding: 15px 0;font-weight:600;
}
.form-field-container input[type="text"],.form-field-container input[type="file"],.radio-field-container,.form-field-container textarea , #postuler select{
    width:80%;
	background-color: #F0F0F0;
	
}
#enquiry_form{
padding:5% 8%;
}
.submit-container{
    text-align: right;
    padding-top: 50px;  
}
.submit-container button {
    font-weight: 100;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 5px;
}

@media (max-width:767px){
	.form-field-container input[type="text"], .form-field-container input[type="file"], .radio-field-container, .form-field-container textarea, #enquiry_form select,.form-field-container>label {
		width: 100%;
	}
    #enquiry_form {
   padding:0;
}
.emploi-info-main, .emploi-desc {
    padding: 30px 20px;
}
.templ {
    font-size: 30px;
}

}
@media (max-width:500px){
    .emploi-info-main{
      padding-bottom:60px;
    }
    .btnpost {
    margin-top: 0;
}
.submit-container button {
    font-size: 18px;
    padding: 15px 60px;
}
.form-field-container label {
    font-size: 13px;
}
}
