a {
    color: black;
}
#booksteps {
    background: #F8F6F7;
    padding:6px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.step {
    background: white;
    display:block;
    float:left;
    width:20%;
    height:75px;
    position: relative;
    padding-left: 10px;

}
.title {
    text-align: center;
    color: #CDCDCD;
    font-weight: bold;
}
.number {
    border-radius:30px;
    color: #6c757d;
    background: #FFFFFF;
    display: inline-block;
    width:30px;
    height:30px;
    text-align: center;
    padding-top: 2px;
    margin-left:auto;
    margin-right:auto;
    border: 2px solid #6c757d;
}
.step .title {
    padding-left: 10px;
    padding-right: 10px;
}
.line-book {
    border-bottom: 4px solid #CDCDCD;
    margin-top: -14px;
    z-index: 1;
    position: relative;
}
.book-steps {
    background-color: #FFFFFF;
    position: relative;
    z-index: 999;
}
.step.validate .title {
    border-color: black;
    color: black;
}
.step.validate .number {
    background: black;
}
.step.active .number {
    background: #000000;
    color: #FFFFFF;
    border : unset;
}
.step.active .title {
    color : #000000;
}

.book-title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}
.errorMsg {
    background-color: #dfdfdf;
}
.panel-book {
    border-radius: 0px;
}
.panel-book>.panel-heading {
    color: black;
    border-color: #f5f5f5;
    border-radius: 0px;
}
.panel-book>.panel-heading .panel-title {
    font-family: 'Nunito', sans-serif; !important;
}
.panel-book>.panel-body {
    background: white;
}
.sejour_info_block {
    border: 1px solid lightgrey;
    border-radius: 5px;
}
.registerContent .input-group-text, #formAccount .input-group-text, #formRepresentant .input-group-text {
    padding:0px !important;
}
.registerContent .form-floating .form-control, #formAccount .form-floating .form-control, #formRepresentant .form-floating .form-control {
    max-height : 40px;
    padding: 0px 5px;
}
.country-code-block {
    max-width: 75px;
}
.panel-book>.panel-body .table thead tr th, table th {
    margin: 6px;
    background: white!important;
    color: black !important;
}

table.ui-datepicker-calendar th {
    color:white !important;
}

.panel-book.panel-bookblue>.panel-heading {
    color: #000000;
}

.panel-bookblue .row {
    margin-bottom: 10px;
    color:#000000;
}

.panel-bookblue .row.even {
    background: #F8F6F7 !important;
}
.panel-bookblue .row.odd {
    background: #EAE8E9 !important;
}

.panel-bookblue .row p {
    color:black;
}

.panel-bookblue .row .nom {
    font-size: 16px;
	vertical-align: middle;
	padding-top:1px;
}

.panel-bookblue .row .prix {
    font-size: 18px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.radio {
    margin-top: 0px;
}

.divhalf {
    float:left;
    width:50%;
    padding:5px;
}

#tableParticipant tr.disabled {
    background:#CDCDCD;
}

.btn-sejour-retour:hover {
    color: #41587b !important;
    background-color: transparent !important;
}

td.noBorder, .noBorder td, .noBorder th {
    border-color:transparent !important;
}

.table td {
    color: black !important;
}

.paiement-active
{
    background-color: lightgrey;
}
#imgSejour {
    position: absolute;
    margin-top: 109px;
	padding-bottom:15px;
	height:260px;
}

.panel-payment {
    border-radius: 0px;
    background: #cccccc;
    border: #cccccc 8px solid;
}
.panel-payment>.panel-heading {
    color: black;
    background-color: white;
    border-color: #cccccc;
    border-radius: 0px;
}
.panel-payment>.panel-heading .panel-title {
    font-family: 'Nunito', sans-serif; !important;
    font-weight: bold;
}
.panel-payment>.panel-body {
    background: white;
}
.boxCodePromo{
	color:black;
	padding : 0;
	margin : 0;
	margin-left: 9px;
}
.blockRadioHospitalisation {
	padding:5px;
	margin-top:-5px;
	width:auto;
    font-weight: 600;
    float:left;
}
.errorcheckForm{
    margin-right:10px;
    display:none;
}
#tableParticip_wrapper .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.dataTables_wrapper {
    overflow-x: scroll;
}
.editParticipant {
    cursor: pointer;
}
.non-eligible {
    color: #000000;
    text-decoration: none;
}


.pagination > li > a {
    text-align: center;
    padding:6px !important;
    font-size: 15px !important;
}

.pagination {
    border-radius: 0 !important;
    display: inline-block !important;
    height: 35px !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    line-height: 1.42857143;
    color: #172983 !important;
    text-decoration: none;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    margin: 0px 1px !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color:  #fff !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #AFAFAF !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #fff !important;
    cursor: not-allowed;
    background-color: #606060 !important;
}
.filtres{
    float:left;margin-left: -5px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a:hover
{
    background-color: #5CB85C;
}
.pagination > li > span:hover {
    background-color: #5CB85C;
}
.pagination > li > a:focus {
    background-color: #5CB85C;
}
.pagination > li > span:focus {
    background-color: #5CB85C;
}

.book-main-container {
    background-color: white !important;
}

.tableParticip {
    color: black;
}
#tableParticip .selectRepresentant, #part_table_noneligible .selectRepresentant {
    padding-left: 7px;
}
#tableParticip .selectRepresentant:enabled {
    border: 2px solid #4A4B4D;

}
#ValidPromo {
    height: 34px !important;
}
/* xx large*/
@media (min-width: 1400px) {

}
/* x large*/
@media (min-width: 1200px) and (max-width: 1399px){

}
/* large */
@media (min-width: 992px) and (max-width: 1199px) {

}

/*medium*/
@media (min-width: 768px) and (max-width: 991px) {
    #tableParticip td, #part_table_noneligible td {
        padding: 4px;
    }
    #tableParticip, #part_table_noneligible {
        font-size: 12px;
    }
    .book-main-container {
        max-width: 900px;
    }
    #tableParticipant *, #part_table_noneligible *{
        font-size: 14px;
    }
}

/* small */
@media (min-width: 576px) and (max-width: 767.9px) {
    .book-main-container {
        max-width: 750px;
    }
    #tableParticipant *, #part_table_noneligible *{
        font-size: 14px;
    }
    #tableParticip, #part_table_noneligible {
        padding-left: 5px;
        padding-right: 5px;
    }
    #age-col {
        max-width: 30px !important;
    }
    #check-col {
        max-width: 15px !important;
    }
    #tableParticip td, #part_table_noneligible td {
        padding-left: 4px;
        padding-right: 4px;
    }
    .selectRepresentant {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/*extra small*/
@media (max-width: 575px) {
    #tableParticip td:nth-child(3)
    {
        display: none;
    }
    #tableParticip_wrapper .col-sm-12 {
        padding-left: 10px !important;
        padding-rigth: 10px !important;
    }
    #tableParticipant *, #part_table_noneligible *{
        font-size: 14px;
    }
    #tableParticip thead, #part_table_noneligible thead {
        display: none;
    }
    #tableParticip td, #part_table_noneligible td {
        padding-left: 3px;
        padding-right: 3px;
    }
    #tableParticip .selectRepresentant, #part_table_noneligible .selectRepresentant {
        padding-left: 5px;
        padding-right: 5px;
    }

}
@media (max-width: 767px) {
    .loginboxex {
        padding: 0px;
    }



    .blockLogin a {
        font-family: "Nunito", sans-serif;
        text-transform: none;

    }

    .loginContent {
        padding-left: 0px;
        padding-right: 0px;
    }
    .codesp {
        font-size: 14px;
    }
}
