/* FONT RULES */
@font-face {
    font-family: "Helvetica";
    src: url("../webfonts/Helvetica.woff") format("woff");
    src: url("../webfonts/Helvetica.woff2") format("woff2");
}
@font-face {
    font-family: "Helvetica Bold";
    src: url("../webfonts/Helvetica-Bold.woff") format("woff");
    src: url("../webfonts/Helvetica-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../webfonts/HelveticaNeue.woff") format("woff");
    src: url("../webfonts/HelveticaNeue.woff") format("woff2");
}
@font-face {
    font-family: "Helvetica Neue Bold";
    src: url("../webfonts/HelveticaNeue-Bold.woff") format("woff");
    src: url("../webfonts/HelveticaNeue-Bold.woff") format("woff2");
}
@font-face {
    font-family: "Helvetica Neue Light";
    src: url("../webfonts/HelveticaNeue-Light.woff") format("woff");
    src: url("../webfonts/HelveticaNeue-Light.woff") format("woff2");
}

/* COMMON */

html a, p, span, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica" !important;
    color: #FFFFFF !important;
}

.yiu-text-red {
    color: var(--yahad-red) !important;
}

.yiu-page-title-container {
    text-align: center;
    width: 100%;
    background-color: rgb(0 0 0 / 70%);
}

.yiu-page-title-red {
    font-family: "Prata", serif !important;
    font-style: italic;
    color: var(--yahad-red) !important;
    font-size: 40px;
}

.yiu-page-title-white {
    font-weight: bold;
    text-transform: uppercase;
}

.yiu-page-subtitle {
    margin-top: 16px;
}

.yiu-vertical-path {
    position: absolute;
    background-image: url("../img/website/common/vertical-path-dev.png");
    background-position: center;
    background-repeat: repeat-y;
    /*opacity: 58%;*/
    opacity: 70%;
    filter: invert(15%);
}

.yiu-lettrine {
    font-family: "Helvetica", serif !important;
    font-weight: bold;
    font-size: 48px;
}

/* HOME PAGE */

.home-container {
    height: 553px;
}


.patrick-desbois-title {
    left: 170px;
    bottom: 18px;
}

.yiu-home-video {
    background-color: var(--yahad-black);
}

.yiu-pdb-title-container {
    position: absolute;
    bottom: 0;
    line-height: 15px;
    left: 232px;
    width: 260px;
}

.yiu-pdb-title {
    font-weight: bold;
    font-size: 24px;
}
.yiu-pdb-subtitle {
    font-size: 16px;
}

.yiu-home-btn-inevidence {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid var(--yahad-white);
    padding: 16px 50px;

}

.yiu-home-btn-inevidence:hover {
    background-color: var(--yahad-white);
    color: var(--yahad-black) !important;
    border: 1px solid var(--yahad-black);
}

.yiu-home-btn-inevidence:focus {
    background-color: var(--yahad-white);
    color: var(--yahad-red) !important;
    border: 1px solid var(--yahad-red);
}

.yiu-home-text-newsletter {
    font-size: 1.25rem !important;
}

.yiu-home-btn-newsletter {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid var(--yahad-white);
    padding: 16px 50px;

}

.yiu-home-btn-newsletter:hover {
    background-color: var(--yahad-white);
    color: var(--yahad-black) !important;
    border: 1px solid var(--yahad-black);
}

.yiu-home-btn-newsletter:focus {
    background-color: var(--yahad-white);
    color: var(--yahad-red) !important;
    border: 1px solid var(--yahad-red);
}

.actions-logo-box {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 32px;
}

.actions-logo-box-mobile {
    background-color: rgba(0, 0, 0, 0.5);
}

.actions-logo {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.actions-title {
    font-size: 18px;
}

/* PATRICK DESBOIS */

.yiu-patrick-img-grandfather {
    width: 400px;
}

.yiu-patrick-img-patrick {
    width: 729px;
}

.yiu-patrick-photos-legend {
    font-style: italic;
}

.yiu-patrick-books-picture {
    width: 300px;
}

.yiu-btn-book-link {
    padding-left: 8px;
    padding-right: 8px;
}

.yiu-pdb-story-paragraph {
    letter-spacing: 2px !important;
}

/* WHO WE ARE */

.yiu-wwa-lang {
    font-family: "Helvetica Neue Light", serif !important;
    letter-spacing: 8px;
    font-size: 20px;
}

.yiu-wwa-translate {
    font-family: "Helvetica Neue Light", serif !important;
    letter-spacing: 2px;
    font-size: 24px;
}

.yiu-wwa-heading-left {
    font-family: "Prata", serif !important;
    font-style: italic;
    font-size: 64px;
}

.yiu-wwa-heading-right {
    font-family: "Helvetica Neue Bold", sans-serif !important;
    font-weight: bold;
    font-size: 64px;
}

.yiu-wwa-text {
    letter-spacing: 2px;
}

@media only screen and (max-width: 620px) {
    .yiu-wwa-heading-left, .yiu-wwa-heading-right {
        font-size: 54px;
    }
}

@media only screen and (max-width: 533px) {
    .yiu-wwa-heading-left, .yiu-wwa-heading-right {
        font-size: 44px;
    }
}

@media only screen and (max-width: 449px) {
    .yiu-wwa-heading-left, .yiu-wwa-heading-right {
        font-size: 34px;
    }

    .yiu-wwa-translate {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 362px) {
    .yiu-wwa-heading-left, .yiu-wwa-heading-right {
        font-size: 24px;
    }

    .yiu-wwa-translate {
        font-size: 1rem;
    }
}

.yiu-row-the-goal-bg {
    background-image: url("../img/website/who-we-are/organization/wwa-goal-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.yiu-the-goal-logo {
    width: 200px;
}

.yiu-list-wwa-number {
    font-family: "Prata", serif !important;
    font-style: italic;
    padding-right: 16px;
}

.yiu-list-title {
    font-family: "Helvetica Bold" !important;
}

.yiu-list-wwa-title {
    font-family: "Helvetica", serif !important;
    font-weight: bold;
    letter-spacing: 2px;
}
.yiu-list-wwa-title-black span {
    font-family: "Helvetica", serif !important;
    font-weight: bold;
    color: #020202 !important;
    letter-spacing: 2px;
}


@media only screen and (max-width: 768px){
    .yiu-row-the-goal-bg {
        background: none;
    }
    .yiu-the-goal-logo-center {
        text-align: center;
        margin-bottom: 50px;
    }
}

.yiu-wwa-list-item-text {
    font-family: "Helvetica" !important;
    letter-spacing: 2px;
    font-size: 1.1rem;
}

.yiu-wwa-list-item-text-black {
    color: #000000 !important;
    letter-spacing: 2px;
    font-size: 1.1rem;
}

.yiu-row-mission-forest-bg {
    background-image: url("../img/website/who-we-are/organization/our-mission-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.yiu-row-mission-map-bg {
    background-image: url("../img/website/who-we-are/organization/wwd-map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.yiu-row-mission-forced-bg {
    background-image: url("../img/website/who-we-are/organization/the-forced-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.yiu-wwa-camera {
    position: absolute;
    width: 75% !important;
    opacity: 48%;
    z-index: 1;
}

@media only screen and (min-width: 1550px){
    .yiu-wwa-camera {
        width: 50% !important;
    }
}

.yiu-list-wwa-black-bg {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 100%;
}

.yiu-row-mission-requisitioned-bg {
    background-image: url("../img/website/who-we-are/organization/white-effect.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #FFFFFF;
    height: 750px;
}

.yiu-separator-title-negative {
    filter: invert(1);
    /* Firefox for Android */
    -webkit-filter: invert(1);
}

@media only screen and (max-width: 1024px) {
    .yiu-row-mission-requisitioned-bg {
        height: 500px;
    }
}


@media only screen and (max-width: 750px) {
    .yiu-wwa-camera {
        width: 110%;
    }
    .yiu-row-mission-requisitioned-bg {
        height: 1000px;
    }
}

@media only screen and (min-width: 768px) {
    .yiu-row-mission-forced-bg {
        height: 600px;
    }
}

.yiu-wwa-text-shadow {
    background-color: rgb(0 0 0 / 35%);
}

.yiu-card {
    width: 35rem;
    height: 12rem;
    /*background-image: url("../img/website/common/effet-reversed.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    background: none; /* Ajout pour s'assurer qu'aucun fond n'est appliqué */
    border: none; /* Ajout pour s'assurer qu'aucune bordure n'est appliquée */
    box-shadow: none;
}

.yiu-board-title {
    font-family: "Prata", serif !important;
    color: var(--yahad-red) !important;
    font-weight: 700 !important;
}

.yiu-board-name {
    color: #fff7f7 !important;
    font-weight: 700 !important;
}

.yiu-board-status {
    color: var(--yahad-red) !important;
}

.yiu-email-link {
    color: var(--yahad-white) !important;
    font-size: 1.3em;
    text-decoration: none;
}

.yiu-email-link:hover {
    color: var(--yahad-red) !important;
    font-style: italic !important;
}

.yiu-email-link:focus {
    color: var(--yahad-red) !important;
    font-style: italic !important;
}



/* OUR RESEARCH */

@media only screen and (max-width: 768px) {

    .yiu-research-row-bg-hbb,
    .yiu-research-row-bg-porajmos,
    .yiu-research-row-bg-guatemala,
    .yiu-research-row-bg-yazidi
    {
        background: none;
    }

}

.yiu-research-row-bg-effet {
    /*background: url("../img/website/our-research/effet.png") no-repeat center;*/
}

body {
    background: url("../img/website/our-research/effet.png");
    background-size: contain;
}

.yiu-research-paragraph-title {
    font-size: 22px;
    font-weight: bold;
}

.yiu-research-paragraph {
    font-family: "Helvetica" !important;
    letter-spacing: 1px !important;
    line-height: 28px !important;
    font-size: 18px !important;
}

.yiu-research-paragraph-picture-legend {
    font-style: italic;
}

.yiu-research-paragraph-signature {
    font-style: italic;
}

/* DONATIONS (Donate page, Our supporters etc...) */

.yiu-donate-paragraph {
    font-size: 1.1rem !important;
}

.yiu-donate-message-region {
    font-size: 1.15rem !important;
}

.yiu-donate-picture-legend {
    font-style: italic;
}

.yiu-our-supporters-logos {
    /*height: 100px;*/
    width: 100%;
    object-fit: contain;
    transition: transform .2s;
}

.yiu-our-supporters-logos:hover {
    transform: scale(1.05);
}

.yiu-our-supporters-logos-link {
    text-decoration: none;
}

/* PROJECTS */

.yiu-row-education-bg {
    background-image: url("../img/website/projects/white-effect.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #FFFFFF;
}

.yiu-educ-paragraph {
    letter-spacing: 2px;
    font-size: 1.1rem;
}

.yiu-educ-link {
    color: var(--yahad-red) !important;
}

.yiu-educ-link:hover {
    color: #FFFFFF !important;
}

.yiu-educ-link:active {
    font-style: italic;
    color: var(--yahad-red) !important;
}

.yiu-ul-sitemap li {
    color: var(--yahad-red);
}

.yiu-ul-sitemap li:hover {
    color: #FFFFFF;
}

.yiu-ul-sitemap a:hover {
    color: var(--yahad-red) !important;
}

.yiu-ul-sitemap a:active {
    color: var(--yahad-red) !important;
    font-style: italic;
}

.yiu-sub-ul-sitemap li {
    margin-left: 0 !important;
    list-style: inside;
}

.yiu-ul-sitemap .yiu-sitemap-list-title {
    list-style: none;
}

@media only screen and (min-width: 1400px) {
    .yiu-ul-sitemap li {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 1400px) {
    .yiu-ul-sitemap li {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 992px) {
    .yiu-ul-sitemap li {
        font-size: 1.1rem;
    }
}

/* UKRAINE */

.yiu-ukraine-container {
    background: #254671 !important;
}

.yiu-ukraine-btn-donate {
    background: linear-gradient(to bottom, #086F9B 0%, #086F9B 50%, #AD950A 50%, #AD950A 100%) !important;
    border: 2px solid #fff;
    font-size: 1.25rem !important;
}

.yiu-ukraine-btn-donate:hover {
    background: linear-gradient(to bottom, #4084CC 0%, #4084CC 50%, #EBCB48 50%, #EBCB48 100%) !important;
}


.yiu-ukraine-link {
    color: #E5E5E5 !important;
}
.yiu-ukraine-link:hover {
    color: #FFFFFF !important;
}
.yiu-ukraine-link:focus {
    color: #FFFFFF !important;
    font-style: italic !important;
}

.yiu-card-donate {
    background-color: #000000;
    border: 2px solid #FFFFFF;
    font-family: "Helvetica" !important;
    letter-spacing: 2px;
    font-size: 1.1rem;
    color: #000000;
}

.yiu-card-donate:hover {
    outline: 5px solid var(--yahad-red);
}

.yiu-card-donate p {
    font-family: "Helvetica" !important;
    font-size: 1.1rem;
}

.yiu-card-donate span {
    font-family: "Helvetica" !important;
    font-size: 1.1rem;
}

.yiu-card-donate-link {
    color: #ffffff !important;
}

.yiu-card-donate-link:hover {
    color: #fff3cd !important;
}

.yiu-card-donate-payment {
    background: var(--yahad-red);
}

.yiu-card-donate-payment:hover {
    background: #da2537;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.donors {
    font-family: "Helvetica" !important;
    font-size: 1.1rem;
}

.yiu-bg-red {
    background-color: var(--yahad-red);
    color: #FFFFFF;
}

/* PAGE OF BLOGS */
.btn-read-more {
    background-color: #A31D21; /* La couleur rouge similaire au bouton DONATE */
    color: white;
    border: none;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-read-more:hover {
    background-color: #87191b; /* Une teinte plus foncée pour l'effet hover */
    color: white;
}
