/*
Theme Name: Patti Offres - Optavis
Description: Theme enfant du theme Patti.
Author: Optavis
Author URI: https://www.optavis.fr
Template: patti
Version: 1.0
*/

.liste-offres .bold, .single-offres .bold {
    font-weight: 400;
}
.liste-offres .red, .single-offres .red {
    color: #e1472f;
    background: transparent;
}
.liste-offres span.dash, .single-offres span.dash {
    margin: 0 10px;
}
.liste-offres .date {
    font-style: italic;
}
.liste-offres h3 {
    margin-bottom: 10px;
}

.single-offres .post-meta .single-extra {
    margin-left: 20px;
}
.single-offres section#offre {
    margin-bottom: 50px;
}
.liste-offres .specs, .single-offres .specs {
    display: flex;
}
.liste-offres .spec, .single-offres .spec {
    float: left;
    /*margin-right: 20px;*/
}
.single-offres .description {
    margin: 10px 0;
}
.single-offres .postuler-bar {
    display: flex;
    justify-content: space-between;
}
.single-offres .postuler-bar, .single-offres .back {
    margin: 30px 0;
}
.single-offres .postuler-bar a.compte {
    float: right;
    padding: 10px 0;
}
.single-offres .postuler-bar a.postuler {
    border: solid 1px #e1472f;
    padding: 10px;
    float: left;
}
.single-offres .postuler-bar a.postuler:hover {
    background: #e1472f;
    color: white;
}
