﻿#headerbar {
    height: 3px;
    background-color: #334e9b;
}

.footerbar {
    background-color: #334e9b;
    height: 15px;
}

.footerimg {
    float: right;
    padding-right: 20px;
}

.titleheader {
    text-align: center;
}

.contact-form .form-field {
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding-left: 50px;
    padding-right: 50px;
}

.contact-form .label {
    width: 200px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #334e9b;
}

 .label_nombre_employes {
    width: 300px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #334e9b;
}

.contact-form .label1 {
    width: 200px;
    margin-right: 10px;
    /*font-size: 18px;
            line-height: 26px;
            font-weight: 400;*/
}

.contact-form .input-text {
    flex: 1;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #334e9b;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .input-text1 {
    flex: 1;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #334e9b;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}


.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text1:focus {
    outline: none;
}

.input-checkbox {
    background-color: #334e9b;
    margin-right: 5px;
}

.checkbox-label {
    color: #334e9b;
}

h5 {
    padding: 3px;
    display: inline-block;
    position: relative;
}

.rectangle {
    display: flex;
    width: 20px;
    border: 1px solid #ccc;
}

.couleur1 {
    background-color: blue;
    flex: 2;
}

.couleur2 {
    background-color: rgba(200, 200, 200, 0.5);
    flex: 1;
}

.title {
    display: flex;
    background-color: #F5F5F5;
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.table {
    margin-top: 15px;
}

.form-field {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.input-text {
    width: 50px; /* Ajuste la largeur selon tes besoins */
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-text1 {
    /*width: 50px;*/ /* Ajuste la largeur selon tes besoins */
    /*margin: 0 5px;*/
    padding: 5px;
    border: 1px solid #ccc;
    color: #334e9b;
}

.input-checkbox {
    margin-left: 10px;
}

.checkbox-label {
    margin-left: 5px;
    cursor: pointer;
}

label {
    margin-right: 5px;
}

span {
    color: #334e9b;
}

.souscription_title {
    width: 300px;
}

.souscription_plage {
    width: 250px;
    text-align: center;
}

#souscription_commercial_code {
    width: 200px;
    /*margin-top: 0px;
    margin-bottom: 0px;*/
}

.asterix {
    color: #e44002;
}

#Souscription_CmbPays {
    background-color: white;
    color: #334e9b;
}

a {
    text-decoration-line: none;
}

/*#Btn_Souscription_Add {
    display: none;
}*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #334e9b;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#validationButton{
    display:flex;
    float:right;
}

#Btn_Index_Add{
    margin-left: 5px;
}

#Index_checkbox_conditions {
    height: 20px;
    width:30px;
}