/*Page List offre*/
h4.title-filter {
    font-size: 22px;
    color: #2E3877;
    font-weight: 500;
}
.filter-input {
    border: solid 1px #FF860D;
    color: #2E3877;
    padding: 2px 10px;
    display: inline-flex;
    border-radius: 5px;
    margin-right: 15px;
}
.filter {
    width: 19%;
}

.filter select {
    width: 100%;
    font-size: 18px;
    height: 40px;
    border: solid 1px #2E3877;
    color: #2E3877;
    padding-left: 10px;
}
    
.show-filter {
    background: #e6e6e6;
    padding: 20px 0;
}

.show-filter .filter-form{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 2px;
}

.sumbit-filter input {
    background: #FF860D;
    color: white;
    font-weight: 600;
    padding: 0 20px;
    font-size: 16px;
    height: 100%;
}
.action-filter {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.init-filter {
    background: #2E3877;
    border: solid 1px white;
    padding: 5px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.init-filter a {
    color: white;
    font-weight: 400;
}
    
.submit-init {
    display: flex;
}

.sumbit-filter {
    margin-right: 15px;
}
    
.filter-order label input {
    display: none;
}
    
.filter-order label {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
}

.filter-order label i {
    margin-right: 5px;
}
    
.filter-order label input:checked ~ * {
    color: #2E3877;
    font-weight: 600;
}
    
.view-job-offer > a > span:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
}
    
.view-job-offer > a > span {
    display: block;
}
    
span.icon-whishlist:before {
    background: url(/wp-content/themes/havana-child/images/offre/icon_whishlist.png);
    background-size: cover;
}

span.icon-whishlist:hover:before{
    background: url('/wp-content/themes/havana-child/images/offre/icon_whishlist_hover.png');
    background-size: cover;
}
    
span.icon-send:before {
    background: url(/wp-content/themes/havana-child/images/offre/icon_mail.png);
    background-size: cover;
}

span.icon-send:hover:before{
    background: url('/wp-content/themes/havana-child/images/offre/icon_mail_hover.png');
    background-size: cover;
}
    
.info-hover {
    display: none;
    position: absolute;
    background: #565656;
    color: white;
    font-size: 13px;
    padding: 2px 7px;
    width: 260px;
    text-align: center;
    left: -115px;
    bottom: -30px;
}

span.fleche {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
    
span.fleche::before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    position: relative;
    background: #565656;
    top: -5px;
    margin: auto;
    transform: rotate(45deg);
}
.pos-relative{
    position: relative;
}
.message-no-offer {
    color: #2E3877;
    font-size: 16px;
    margin-bottom: 30px;
}
    
section.bloc-list-job {
    width: 70%;
    margin-bottom: 20px;
}

.flex-offer {
    display: flex;
}

/* Page Offre */

.page-title.offer h1 {
    font-size: 30px;
}
.trash-offer {
    padding: 20px 0px;
    text-align: center;
}
a#add-whishlist.fav {
    color: green;
}
  /****/  
.job-navigation {background: #e6e6e6;}
.job-navigation a{color:#2E3877;}
.job-navigation-container {padding: 20px 0;}
.back-list i {margin-right: 10px;}
.previous-job {
    float: right;
    margin-right: 30px;
}
.job-navigation-container > div {display: inline-block;}
.next-job {
    float: right;
    margin-left: 30px;
}
.next-job i {margin-left: 10px;}
.previous-job i {margin-right: 10px;}
.job-header {
    display: flex;
    padding: 50px 0;
    align-items: center;
    justify-content: space-between;
}
.job-title {
    margin: 0;
    color: #2E3877;
    font-weight: 400;
    font-size: 22px;
}
.job-offer .job-title {
    margin: 0;
    color: #2E3877;
    font-weight: 400;
    font-size: 18px;
}

.job-offer:last-child {
    border-bottom: solid 1px #b9b9b9;
}

.job-header-info {
    background: #FF860D;
    color: white; 
}
.job-header-info-content {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
}
.info-header {
    width: 33.333%;
    margin: 10px 0;
}
    
.info-value {
    font-weight: 600;
}
    
.info-header .info-name {
    color: #7a3d00;
}
    
.job-action > button {
    display: inline-block;
    background: white;
}

.job-action > button > span {
    display: block;
}

.job-action > button > span:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
}
.job-action > a {
    display: inline-block;
    background: white;
}

.job-action > a > span {
    display: block;
}

.job-action > a > span:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
}

span.icon-print:before {
    background: url('/wp-content/themes/havana-child/images/offre/icon_print.png');
    background-size: cover;
}

span.icon-print:hover:before{
    background: url('/wp-content/themes/havana-child/images/offre/icon_print_hover.png');
    background-size: cover;
}
.job-action {
    display: flex;
    align-items: center;
}

a#apply-button {
    height: 50px;
    display: flex;
    align-items: center;
    background: #FF860D;
    color: white;
    padding: 0 20px;
    text-transform: uppercase;
    margin-left: 10px;
}
    
a#apply-button i.fa {
    margin-left: 15px;
}
    
.job-footer .job-action {
    justify-content: flex-end;
}
.job-footer.auto-container {
    padding: 50px 0;
    align-items: center;
}
.map-location{
    overflow: hidden;
    height: 0;
}
div#show-map-location {
    cursor: pointer;
    color: #2E3877;
    font-size: 16px;
    margin: 10px 0;
}

/* Page Wishlist */

.info-wishlist {
    display: flex;
}

.texte-wishlist p strong {
    color: #2e3877;
}

.texte-wishlist h4 {
    color: #2e3877;
    font-weight: 600;
    font-size: 25px;
}

.texte-wishlist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%
}

.texte-wishlist p {
    font-size: 20px;
}
      
.texte-wishlist span.icon-whishlist:before {
    background: url(/wp-content/themes/havana-child/images/offre/icon_whishlist_hover.png);
    background-size: cover;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
}
.texte-wishlist p span {
    display: inline-block;
    margin-bottom: -5px;
}
.info-wishlist .horizontal-sep {
    width: 5px;
    background: #FF860D;
    margin: 0 5px;
}

div#init-wishlist {
    margin-bottom: 10px;
    color: #ffffff;
    background: #FF860D;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}

.view-job-offer #rm-whishlist {
    background: #ff860d;
    color: white;
    height: 32px;
    width: 32px;
    border: solid 2px #ff860d;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-job-offer #rm-whishlist:hover{
    background: white;
    color: #ff860d;
}

.view-job-offer #rm-whishlist i.fa-trash {
    margin: 0;
}


/* POP UP SEND TO A FRIEND */
.send-friend-popup{
    display:none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.send-friend-popup-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
}

.send-friend-popup-container {
    top: 290px;
    width: 600px;
    background: white;
    border: solid 1px #FF860D;
}

.send-friend-popup-header {
    background: #FF860D;
    color: white;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.send-friend-popup-title {
    font-size: 16px;
}

.send-friend-popup-close {
    font-size: 12px;
    color: #ff860d;
    background: white;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
}
.send-friend-popup-core {
    display: flex;
    padding: 0 20px;
}

form#send-friend-popup-form label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

form#send-friend-popup-form textarea {
    border: solid 1px #afafaf;
    font-size: 14px;
    width: 100%;
}

form#send-friend-popup-form .form-group {
    margin-bottom: 2px;
}

form#send-friend-popup-form label span {
    color: #FF860D;
}

.send-friend-popup-right {
    width: 60%;
}

.send-friend-popup-left {
    width: 40%;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.send-friend-popup-left img {
    width: 100%;
    height: auto;
}

form#send-friend-popup-form .btn-submit {
    color: white;
    background: #FF860D;
    border-radius: 0;
    display: block;
    margin-left: auto;
}

form#send-friend-popup-form {
    margin-bottom: 10px;
}

form#send-friend-popup-form input,
form#send-friend-popup-form textarea {
    font-family: 'Verdana', sans-serif;
}

.send-friend-popup-left .message {
    background: #FF860D;
    color: white;
    margin-top: 20px;
    font-size: 14px;
    padding: 0 10px;
} 

/* Formulaire contact */
.contact-style-three .form-column .default-form {
    border: solid 1px #FF860D;
}
.contact-style-three h2 {
    color: #ffffff;
    background: #FF860D;
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}
    
.contact-style-three .form-block-container {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}

.contact-style-three .image-side {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}

.contact-style-three .image-side img {
    width: 100%;
}

.contact-style-three .form-side {
    width: 70%;
    margin: 15px 0;
}
    
.contact-style-three .caldera-grid .form-group {
    margin-bottom: 5px;
}
    
.contact-style-three .caldera-grid .row {
    margin: 0;
}
    
.contact-style-three .caldera-grid label {
    font-weight: 400;
    font-size: 16px;
}

.contact-style-three .caldera-grid.form-akkion input[type="text"],
.contact-style-three .caldera-grid.form-akkion input[type="email"],
.contact-style-three .caldera-grid.form-akkion textarea {
    border-color: lightgrey;
    border-radius: 4px;
    color: grey;
}

.contact-style-three .caldera-grid.form-akkion input[type="text"],
.contact-style-three .caldera-grid.form-akkion input[type="email"] {
    height: 40px;
}

.contact-style-three .caldera-grid.form-akkion input::-webkit-input-placeholder,
.contact-style-three .caldera-grid.form-akkion textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: grey;
}
.contact-style-three .caldera-grid.form-akkion input::-moz-placeholder,
.contact-style-three .caldera-grid.form-akkion textarea::-moz-placeholder { /* Firefox 19+ */
    color: grey;
}
.contact-style-three .caldera-grid.form-akkion input:-ms-input-placeholder,
.contact-style-three .caldera-grid.form-akkion textarea:-ms-input-placeholder { /* IE 10+ */
    color: grey;
}
.contact-style-three .caldera-grid.form-akkion input:-moz-placeholder,
.contact-style-three .caldera-grid.form-akkion textarea:-moz-placeholder { /* Firefox 18- */
    color: grey;
}
    
.contact-style-three .caldera-grid.form-akkion input.submit {
    border-color: #FF860D;
    background: #FF860D;
}

.contact-style-three .caldera-grid.form-akkion input.submit:hover {
    color: #FF860D;
    background: white;
}
/* Fin cormulaire contact */

/* POUR LES SOUS MENUS */

.header-style-three .main-menu .navigation > li:hover > a:before {
    content: '';
    position: absolute;
    background: #FF860D;
    height: 100%;
    width: 2px;
    left: -4px;
    top: 0;
}

.main-menu .navigation > li > ul {
    border-top: none;
    border-left: solid 2px #FF860D;
    left: -4px;
    background: #dcdcdc;
    width: 239px;
}

.main-menu .navigation > li.dropdown:hover > ul {
    top: 70px;
}

.main-menu .navigation > li.dropdown > ul li a {
    color: #2E3877;
    text-transform: none;
    padding: 8px 11px;
    font-size: 12px;
}

.main-menu .navigation > li.dropdown > ul li:hover a {
    background: #FF860D;
    color: white;
}