.fancybox-slide--ajax .wrap {
    padding-left: 15px;
    padding-right: 15px;
}

div#add_offre {
    display: none;
    width: 80%;
    max-width: 992px;
    min-width: 320px;
}

form div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
}

@media screen and (min-width: 768px) {
    .single-offres-de-mission fieldset {
        display: inline-block;
        width: 49%; vertical-align: top;
    }

    .single-offres-de-mission fieldset + fieldset {
        margin-left: 1%;
    }
    .single-offres-de-mission fieldset input[type="text"] {
        display: inline-block; width: auto;
    }
}

.entry-content a.btn-detail-pdf {
    display: inline-block;
    padding: 0.25rem 1.0rem;
    background-color: #5a7ee0;
    color: #fff; font-weight: 700;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.entry-content a.btn-detail-pdf:hover,
.entry-content a.btn-detail-pdf:focus {
    background-color: #e30613;
}

.single h1 a[href="#remove"]:before {
    font-family: dashicons; vertical-align: middle;
    content: "\f182"; margin-right: 5px;
}

.single h1 a[href="#remove"] {
    float: right; font-size: 0.75rem;
    display: inline-block;
    background-color: #e30613;
    color: #fff;
    border-radius: 3px;
    padding: 0.25rem 0.625rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}


.single h1 a[href="#remove"]:hover,
.single h1 a[href="#remove"]:focus {
    background-color: #9f0a13;
}


.acceptance-departement {
    /*display: none !important;*/
}