/* ------------------------ */
/* User customization style */
/* ------------------------ */
.form-control {
    border-radius: 0;
}
.btn-primary {
    border-radius: 24px;
    background-color: white;
    border-color: #F88B70;
    color: #F88B70;
    border-width: 2px;
}
.lancesearch {
    margin-bottom: 50px;
}
.panel-primary {
    border-radius: 0;
    border-color: #2b7c8f;
    margin-bottom: 40px;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2b7c8f;
    border-color: #2b7c8f;
    border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #F88B70;
    border-color: #F88B70;
}
.pagination > li > a, .pagination > li > span {
    color: #001871;
}
.panel-title.job {
    font-size: 20px;
}
.alert-info {
    background-color: #d5e5e9;
    border-color: #d5e5e9;
    border-radius: 0;
}



/* New */

.panel {
    border-radius: 0;
    box-shadow: none;
    font-weight: 300;
}
.panel-primary {
    border-color: transparent;
    font-size: 18px;
}
.panel-primary > .panel-heading {
    color: #2b7c8f;
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
}
.panel-body {
    border: 1px solid lightgray;
    border-left: 5px solid #001871;
    color: black;
    border-top-right-radius: 24px;
}
.panel-job .panel-body {
    border: 1px solid lightgray;
    border-left: 1px solid lightgray;
    text-align: justify;
    border-radius: 24px;
}
.panel-footer {
    padding: 10px 15px;
    color: black;
    border: 1px solid lightgray;
    border-top: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0;
    background-color: transparent;
    border-left: 5px solid #F88B70;
}
.panel-title {
    font-size: 20px;
    font-weight: 700;
}
.panel-title > a {
    color: #001871;
}
.btn-spont {
    color: #242829;
    background-color: #e1e1e1;
    font-weight: 300;
    border-color: #e1e1e1;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #F88B70;
    border-color: #F88B70;
}

.recherche .form-control {
    height: 46px;
}
.fullw {
    width: 100%;
}
.panel-job .job-profil {
    background-color: #F88B70;
    border-color: #F88B70;
    color: white;
    border-radius: 24px;
}
.panel-job .job-profil > h3 {
    color: white;
}

.panel-job h3 {
    font-size: 20px;
    font-weight: 700;
    color: #F88B70;
    padding-bottom: 10px;
}
.alert-info {
    background-color: #001871;
    border-color: #001871;
    border-radius: 24px;
    color: white;
}
.alert-info > p {
    color: white;
}

header .alert-info {
    background-color: #000;
}