body{
    font-family: "Nunito";
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: url(../img/main-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    }
    
.logo{
    width: 200px;
}

#app{flex-grow: 1;}
.form-candidatures label{
    font-weight: 700; 
    margin-bottom:0px   
}

.l-checkbox{
    font-weight: 500 !important;
    color: #529a0b;
}
.btn-submit{
    background-color: #529a0b !important;
    width: 300px !important;
    border-color: #a2daf3 !important;
}
.c-form{
    border-radius: 15px;
}
.s1-footer{
    background-image: url(../img/motif.png);
    background-color: rgb(162 218 243 / 78%);
    padding-top: 10px;
    /* font-weight: 600; */
    background-blend-mode: overlay;
    color: white;
}
main{
    margin-bottom: 150px;
    /*margin-top: 50px;*/
}
.leftRegistrationBox{
    background: url(../img/bg.png);    
    background-size: cover;
    background-position: center;    
}
.leftRegistrationBox:before{
    content: '';
    background:#529a0b;    
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    opacity:0.8;
}
.bg-primary, .btn-primary,.custom-control-input:checked ~ .custom-control-label::before {
    background-color:#529a0b !important;
    color:white;
    font-weight: 700;
}
.leftRegistrationText{
    color:#fff;
    z-index: 111111;
    position: relative;
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
      
    }
    50% {
        -webkit-transform: translate(0, 10px);
       
    }
    100% {
        -webkit-transform: translate(0, 0);
        
    }
}
.leftRegistrationText img{
    width: 250px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
a{
    /*color: #529a0b !important;*/
}
.tx-12{
    font-size: 12px;
}


h1 {
    font-weight: 800;
}



.field-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.field {
    /*flex-basis: calc(50% - 10px);*/
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #a2daf3;
    text-align: center;
}

.field-label {
    font-weight: bold;
}

.field-value {
    margin: 0;
}

.title-bg{
   
    padding:50px;
    /*text-align: center;*/
    
}
.banner-head{
    background: url(../img/banner.png);
}
fieldset 
{
    
    margin: 20px 0;
    padding: 10px;
    position: relative;
    /* border-radius: 4px; */
    /* background-color: #60f1a17a; */
    padding-left: 10px!important;
    background: aliceblue;
}	

    legend
    {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0px;
        width: 35%;
        /* border: 1px solid #ddd; */
        /* border-radius: 4px; */
        padding: 5px 5px 5px 10px;
        background-color: #529a0b29;
    
    }
    .section-first-title{
        font-size: 90px;
        margin-top: 20px;
       /* top: 50px;
        position: relative;*/
        /* top: -116px;*/
    }

    .section-second-title{
       
            font-size: 90px;
            opacity: 0.2;
           /* position: relative;
            top: -11px;*/
            color: #529a0b;
            z-index: 1111111;
            text-align: center;
            margin-top: -70px;
    margin-bottom: 40px;
       
    }

  


/* Style the main content area */
.content {
    margin-left: 220px; 
    padding: 20px;
}

.btn-style{
    color: white;
    border-radius: 40px;
}

.table td img{
    width: -webkit-fill-available;
    height: 60px;
}
.icon-st{
    font-size:20px;
    display: inline-block;
}

.modal-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: auto;
    
  }


  /*form style*/
  
  .indicateur ,.domaine {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background-color: #529a0b; 
    color: #fff; 
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0.8, 0.2, 0.4, 0.5);
}
#indContainer{
    margin-bottom:40px;
}

.sub-title{
    color: #9b9393;
    font-size: 13px;
}

.table thead th{
    padding: 17px 10px !important;
}
.dataTables_length select{
    display: inline-block;
    width: auto;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
    border: 1px solid #ced4da;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    background-size: 8px;
}

.custom-file-label{
    top: 32px !important;
}

.custom-file-label::after{
    content:'Choisir un Fichier' !important;
  
}
.custom-file-input{
    cursor: pointer;
}

.custom-file-label.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


/* Small screens (smartphones) */
@media (max-width: 375px) {
    .section-second-title {
        font-size: 36px;
        opacity: 0.2;
        /* position: absolute; */
        /* top: 20px; */
        color: #529a0b;
        z-index: 1111111;
        text-align: center;
        left: 8px;
        font-weight: bold;
        margin-bottom: 40px;
        margin-top: -38px;
        margin-left: 35px;
    
    }
}

@media (max-width: 375px) {
    .section-first-title {
        font-size: 48px;
       
    }
}

button{
    height: 50px;
    border-radius: 22px;
}

.info{
    color:#727272;
    font-size: 10px;
    font-weight: bold;
}
.disabled{
   background:#dcebce;
   cursor: auto;
}
.form-error{
   color:red;
   font-weight: bold;
}

.fileSizeErrorCertificat,.fileSizeErrorCv,.fileSizeErrorLettre{
    display: none;
    color:red;
    font-weight: bold;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fadeIn {
    animation: fadeIn 1.2s ease-in;
}



.ft-page{
    color: #30b728;
    font-weight: bold;
}
.fp-page{
    font-weight: 600;
    text-align: justify;
}

.ft-pagepH1{
    color: #a33757;
    margin-bottom: 70px !important;
}
.f-main{
    border-left:8px solid #a33757;
    border-radius: 20px;
    padding:20px;


}

.top-bar {
    color: white;
    padding: 4px 0;
    font-size: 14px;
    background: linear-gradient(to right, #76d2b8, #88b957);
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fl-page{
    position: relative;
    font-size: 11px;
    text-align: justify;
    position:relative;
}
.fl-page p{
    margin: 0px;
}
.fl-page ul{
    padding: 0px 8px;
}
.support-email, .support-tel {
    margin: 0;
}

/*.sidebar .nav .nav-item.active > .nav-link {
    background: #5fb20d!important;
    position: relative;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
}*/

/*.sidebar .nav .nav-item.active > .nav-link i, .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link .menu-arrow {
    color: #ffffff;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #5fb20d;
    background: transparent;
}*/

.check-responsive{
    margin:0px !important;
    
}
.check-table{
    background: #d8efba59;
    padding: 8px 19px 16px 20px;
    /* border-radius: 10px; */
    margin-left: 0px;
    /* width: 100%; */
    margin-right: 0px;
    /* max-width: 100%; */
    min-width: auto;
}

.row{
    margin-top: 10px;
}

.form-check-label {
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 14px;
}


.custom-file-label{
    top: 32px !important;
}

.custom-file-label::after{
    content:'Choisir un Fichier' !important;
  
}
.custom-file-input{
    cursor: pointer;
}

.custom-file-label.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.fileSizeErrorAttestation,.fileSizeErrorCv{
    display: none;
    color:red;
    font-weight: bold;
}
 