/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: Aurélien SEGUIN (aseguin@crescent-communication.com)
*/

/* Woohoo! Let's customize! */

/* Adaptation de l'affichage iframe recrutement Foederis */
.iframe-wrapper {
    max-width: 100%;
    overflow-x: hidden;
    margin-top: 2rem;
    margin-left: 2rem;
}

/* --- Fixes style pages recrutement dynamiques --- */

/* Police Inter partout */
body, h1, h2, h3, h4, h5, h6, p, a, li, span, strong, em {
    font-family: 'Inter', sans-serif !important;
}


.tf_fa {
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    overflow: visible;
    /* fill: currentColor; */
    pointer-events: none;
    text-rendering: optimizeSpeed;
    buffered-rendering: static;
}

.page-title {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #19005B; /* Couleur du violet foncé SDIS */
  margin-bottom: 30px;
}


/* Titre “Module recrutement” en bleu */
.entry-title,
h1.entry-title,
h3.montserrat.weight-regular {
    color: #19005B !important;
}




#iframe-recrutement-afficher-offre,
#iframe-recrutement-postuler-offre,
#iframe-recrutement-cs {
    width: 100%;
    height: 100%;
    border: none;
}

a, abbr, acronym, address, b, bdo, big, blockquote, body, br, button, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, form, h1, h2, h3, h4, h5, h6, html, i, img, ins, kbd, legend, li, map, ol, p, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif !important;
}

h4 {
    font-family: "Inter";
    font-weight: 700;
    text-transform: uppercase;
    color: #19005B;
}

#footer .footer-widgets .widgettitle {
    color: #19005B;
    font-family: "Inter";
    font-weight: 700;
    text-transform: uppercase;
}


.iframe-wrapper iframe {
    width: 100%;
    min-height: 2200px;
    border: none;
    display: block;
}

@media screen and (max-width: 768px) {
  .iframe-wrapper iframe {
    min-height: 2600px;
  }
}

