.entete_tableau>tr {
    height: 40px;
}

.entete_tableau>tr {
    background-color: #B3C7E3;
}

.tableau_wrapper {
    border-radius: 30px;
    border: 2px solid #B3C7E3;
    padding: 0;
    overflow: hidden;
}

.corps_tableau>.tr_hover:hover {
    color: #F26430;
    cursor: pointer;
}

.corps_tableau>tr {
    position: relative;
}

.tableau_wrapper>table>tbody>tr, .tableau_wrapper>table>thead>tr{
    height: 60px;
}

.tableau_wrapper>thead>tbody>tr, .tableau_wrapper>table>tbody>tr:not(:last-of-type){
    border-bottom: 2px solid #B3C7E3;
}

.tableau_wrapper>table>tbody>tr>td, .tableau_wrapper>table>thead>tr>th{
    padding:0px 8px
}

.tableau_wrapper>table>tbody>tr>td:first-of-type, .tableau_wrapper>table>thead>tr>th:first-of-type{
    padding-left:15px;
}

.tableau_wrapper>table>tbody>tr>td:last-of-type, .tableau_wrapper>table>thead>tr>th:last-of-type{
    padding-right:15px
}

.tableau_wrapper>table{
    width: 100%;
}

.absolute_td {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px !important;
}

.div_talent_searchbar>input[type="button"] {
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 0 8px 8px 0;
    outline: none;
    border: 2px solid #4164E6;
    color: white;
    background-color: #4164E6;
    transition: all .2s ease;
}

.div_talent_searchbar {
    margin-bottom: 60px;
}

.div_talent_searchbar>input[type="text"] {
    border: 2px solid #B3C7E3;
    border-bottom-left-radius: 8px;
    padding: 0px 30px;
}

.div_talent_searchbar>input[type="text"]:focus {
    outline: none;
    border: 2px solid #4164E6
}

.div_talent_select_type {
    display: flex;
    gap: 2px;
}

.div_talent_select_type>input[type="button"], .div_talent_select_type>span {
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
    outline: none;
    border: 2px solid #4164E6;
    background-color: white;
    color: #4164E6;
    transition: all .2s ease;
}

.div_talent_select_type>input[type="button"]:hover, .div_talent_select_type>span:hover {
    background-color: #4164E6;
    color: white;
}

.div_talent_select_type>.active_button[type="button"], .div_talent_select_type>.active_button {
    color: white;
    background-color: #4164E6;
}

.orange_button {
    padding: 10px 30px;
    border-radius: 46px;
    margin: 0;
    background-color: rgb(242, 100, 48);
    border: 1px solid rgb(242, 100, 48);
    color: white;
    outline: none;
    transition: all .2s ease;
}

.blue_button {
    padding: 10px 30px;
    border-radius: 46px;
    margin: 0;
    background-color: #4164E6;
    border: 1px solid #4164E6;
    color: white;
    outline: none;
    transition: all .2s ease;
}

.orange_button:disabled, .blue_button:disabled, .orange_button[disabled], .blue_button[disabled], .orange_button.disabled, .blue_button.disabled{
    background-color: #e9ecef!important;
    border-color: #e9ecef!important;
    cursor: default!important;
}

.blue_button:hover, .blue_button_hover[type="button"]:hover{
    background-color: #3958c9;
    border-color: #3958c9;
}

.orange_button:hover{
    background-color: rgb(199, 83, 41);
    border-color: rgb(199, 83, 41);
}

.titre_page{
    color: rgb(65,100,230);
    font-size: 24px;
    font-weight: bold;
}

/* .entete_tableau>tr>th:first-child{
    border-top-left-radius: 30px;
}

.entete_tableau>tr>th:last-child{
    border-top-right-radius: 30px;
} */

/* .corps_tableau>tr>td:first-child{
    border-left:2px solid #B3C7E3;
}

.corps_tableau>tr>td:last-child{
    border-right:2px solid #B3C7E3;
} */