/* TM Toolbar */
.tm-toolbar .uk-grid-divider>:not(.uk-first-column)::before {
    content: "•";
    color: #f39201;
    border-left: 0px solid #f39201;
}

h1 {
    font-style: italic;
    text-transform: uppercase;
}

/* Titre */
@font-face {
    font-family: 'StormCatcher';
    src: url('fonts/StormCatcherStraight.eot');
    src: url('fonts/StormCatcherStraight.eot?#iefix') format('embedded-opentype'),
        url('fonts/StormCatcherStraight.woff2') format('woff2'),
        url('fonts/StormCatcherStraight.woff') format('woff'),
        url('fonts/StormCatcherStraight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITCBold';
    src: url('fonts/ITCAvantGardeStd-Bold.eot');
    src: url('fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
        url('fonts/ITCAvantGardeStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITCBook';
    src: url('fonts/ITCAvantGardeStdb.eot');
    src: url('fonts/ITCAvantGardeStd.eot?#iefix') format('embedded-opentype'),
        url('fonts/ITCAvantGardeStd.woff2') format('woff2'),
        url('fonts/ITCAvantGardeStd.woff') format('woff'),
        url('fonts/ITCAvantGardeStd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fond noir et texte blanc sur les blocs "Ce qui vous attend" */
#bloc-height .uk-card-secondary.uk-card-hover:hover {
    background-color: #000; /* si le fond noir ne s’applique pas déjà */
}

#bloc-height .uk-card-secondary.uk-card-hover:hover .el-title,
#bloc-height .uk-card-secondary.uk-card-hover:hover .el-content,
#bloc-height .uk-card-secondary.uk-card-hover:hover .el-content p {
    color: #ffffff !important; /* forcer le titre et le paragraphe en blanc */
}

/* Conserver la couleur orange du numéro, on ne le surcharge pas */

.red-overlay-effect {
  position: relative;
  overflow: hidden;
}

.red-overlay-effect img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.red-overlay-effect::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
background: rgba(243, 146, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}

/* Démarrer l’animation quand UIkit ajoute .play-overlay */
.red-overlay-effect.play-overlay::after {
  animation: slideOverlay 2.5s ease-out forwards;
}

@keyframes slideOverlay {
  to { left: 100%; }
}

/* Formulaire de contact */

input#wpforms-57-field_1,
input#wpforms-57-field_1::placeholder,
input#wpforms-57-field_4,
input#wpforms-57-field_4::placeholder,
select#wpforms-57-field_39,
select#wpforms-57-field_39::placeholder,
textarea#wpforms-57-field_2,
textarea#wpforms-57-field_2::placeholder
{
    color: #fff!important;
}