/*____________________________________________________________________________*/
/* Texte de l'author box justifié */

.ts-fab-text .ts-fab-content div {
    text-align: justify !important;
}

/*____________________________________________________________________________*/
/* Alignement horizontal boutons FB et LKDN */

.RSP div {
    display: inline-block;
}

.RSP {
    text-align: center !important;
}

.IN-widget {
    vertical-align: text-top !important;
}

/*____________________________________________________________________________*/
/* Customisation modal box conditions coopation */

.cooptation div#titre {
    text-align: justify !important;
    line-height: 1.3 !important;
}

.cooptation div#corps {
    text-align: justify !important;
    line-height: 1.3 !important;
}

.cooptation div#conditions {
    text-align: justify !important;
    font-size: 11px !important;
    line-height: 1 !important;
}

/*____________________________________________________________________________*/
/* Cacher l'author box sur les descriptifs de jobs */

.single-job_listing .ts-fab-wrapper { display: none; }

/*____________________________________________________________________________*/
/* Cacher la date sur les descriptifs de jobs */

.single-job_listing .date-posted { display: none; }


.l-subfooter.at_top {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 0px;
}
.l-subfooter.at_bottom {
  margin: 0;
  padding: 5px;
}

/*____________________________________________________________________________*/
/* Modification modal boxes dans page job */
/* https://help.us-themes.com/zephyr/tickets/9434/ */
.my-inline-modal-box .wpb_wrapper p,
.my-inline-modal-box .wpb_text_column,
.my-inline-modal-box .ult-modal-input-wrapper,
.my-inline-modal-box span.ult-align-center,
.my-inline-modal-box .wpb_wrapper{
    margin-bottom: 0;
    display: inline;
}