/*
Theme Name: FNSO
Author: Webmaster Inist-CNRS
Version: 1.0
*/

.background-blanc-violet {
    background: linear-gradient(to right, #fff 0%,#fff 50%,#fff 50%,rgb(94,69,152) 50%,rgb(94,69,152) 100%);
}
.rondVertFnsoHome {
    background-image: url(images/rvht.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 0  top 0;    
}
.headFnso2, .headFnso, .headSort, .headPrix {
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 60px;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
}
.aapiniTitle {
    width: 59%;
    min-width: 400px;
}
.headFnso {
    padding-top: 50px;
}
.headSort {
    padding-top: 75px;
}
.rondVertFnso, .rondVioletFnso, .rondBleuFnso, .rondJauneFnso {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0 bottom 0;
}
.rondVertFnso {
    background-image: url(images/fnso-vert.svg);    
}
.rondVioletFnso {
    background-image: url(images/fnso-violet.svg);
}
.rondJauneFnso {
    background-image: url(images/fnso-jaune.png);
}
.rondBleuFnso {
    background-image: url(images/fnso-bleu.png);
}
.fnsoSort {
    padding-top: 75px;
    padding-bottom: 60px;
    justify-content: space-between;
    gap: 50px;
}
.fnsoHeader, .fnsoSubtitle {
    width: 59%;
    min-width: 400px;
    margin-bottom: 50px;
}
.fnsoSubtitle {
    margin-bottom: 30px;
}
.fnsoContent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 40px;
    justify-content: space-between;
}
.fnsoContact {
    border-top: 1px solid #141414;
    margin-top: 40px;
    padding-top: 20px;
}
.encartJauneRight {
    position: relative;
}
#projiniMenu {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 70px;
    min-height: 8.7rem;
    border-bottom: 1px solid #141414;
}
#resourcesProjet, #resourcesInitiative {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
#searchProjets, #searchInitiatives {
    margin-top: 50px;
    width: 100%;
}
#searchFormProjets, #searchFormInitiatives {
    width: calc(100% - 300px);
    height: 60px;
    border: 2px solid #000;
    margin-left:auto; 
    background-color: #fff;   
    position: relative;
}
#searchFormProjets input, #searchFormInitiatives input {
    height: 100%;
    width: calc(100% - 50px); 
    border: none;
    padding-left: 20px;
    font-size: 1.4rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
#searchFormProjets input[value=""] + .placeholder, #searchFormInitiatives input[value=""] + .placeholder {
   opacity:  .7; 
}
#searchFormProjets input:focus-visible + .placeholder, #searchFormInitiatives input:focus-visible + .placeholder {
  opacity:  0;
}
#searchFormProjets input:focus-visible, #searchFormIniiatives input:focus-visible {
    outline: none;
}
#searchFormProjets button, #searchFormInitiatives button  {
    border: none;
    background-color: #fff;
}
#searchFormProjets img, #searchFormInitiatives img {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}
.projetfnso, .initiativefnso {
    width: 270px;
    height: 400px;
}
.contentProjetIni {
    margin-top: 40px;
    gap: 10px;
}
.filtresopenin {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.resourceGroup, .initiativeGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 20px;
}
.noResponse {
    width: 100%;
    text-align: center;
}
.projiniItem {
    height: 100%;
    padding: 50px 30px 0px 30px;
    position: relative;
}
.projiniStatus, .projiniStatusAppel {
    position: absolute;
    height: 19px;
    border: 1px solid #000;
    border-radius: 9.5px;
    padding-left: 21px;
    padding-right: 12px;
    color: #fff;
    background-color: #000;
}
.projiniStatus {
    top: 10px;
    right: 10px;    
}
.projiniStatusAppel {
    top: 20px;
    right: 30px;
}
.classifnso {
    margin-top: 67px;    
}
.projiniTitle, .chiffresProjet {
    width: calc(50% - 25px);
    min-width: 400px;
}
.projiniStatusSingle {
    display: inline-block;
    height: 19px;
    border: 1px solid #000;
    border-radius: 9.5px;
    padding-left: 21px;
    padding-right: 12px;
    color: #fff;
    background-color: #000;
}
.typeFnso {
    display: inline-block;
    height: 19px;
    border: 1px solid #000;
    border-radius: 9.5px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;  
}
.resourceAcro {
    font-weight: 700;
    margin-bottom: 20px;
}
.resourceSubtitle {
    width: 90%;
    min-width: 350px;
    flex-grow: 1;
    margin-bottom: 15px;
}
.chiffresProjet {
    margin-top: 67px;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.15);
    padding: 27px 40px 27px 40px;
}
.titleChiffres {
    margin-bottom: 21px;
}
.chiffreChiffres, .chiffreTemps, .chiffreImages {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.chiffreTitle {
    font-weight: 700;
}
.chiffreTempsEuros {
    justify-content: space-between;
    margin-top: auto;
    gap: 20px;
}
.chiffreTemps {
    min-width: 140px;
}
.projiniCenter {
    flex-grow: 1;
}
.acro {
    font-size: 1.2rem;
    line-height: 2.6rem;
    font-weight: 700;
    padding-top: 6px;
}
.projiniFooter {
    height: 66px;
    border-top: 1px solid #000;
    font-weight: 700;
    padding-top: 6px;
}
.projiniMenu {
    margin-top: 50px;
}
.fnsoObjectifs ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 70px;
    margin-inline-start : 0px;
    padding-left:  30px;
}
#mission ul {
    row-gap: 34px;
}
.fnsoObjectifs li {
    width: calc(50% - 35px);
}
.fnsoResultats {
    min-width: 400px;
    width: 78%;
}
.fnsoCalendrier {
    gap: 40px;
    justify-content: space-between;
}
.agendaFnsoBox {
    width:calc(50% - 20px);
    min-width: 400px;
    align-items: center;
    gap: 20px;
    color: #141414;
    border-bottom: 2px solid #141414;
    padding-bottom: 40px;
}
.agendaFnsoTitle {
    width: calc(100% - 160px);
}
.agendaCircle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.agendaFnsoDay {
    font-size: 58px;
    line-height: 68px;
    font-weight: 700;
}
.agendaFnsoOnlyMonth {
    font-weight: 700;
    text-align: center;
}
.fnsoPublications {
    justify-content: space-between;
}
.publicationFnso {
    width: calc(50% - 20px);
    min-width: 400px;
    height: 114px;
    border-bottom: 1px solid #141414;
    justify-content: space-between;
    align-items: center;
}
.publicationFnso:nth-child(-n+2) {
    border-top: 1px solid #141414;    
}
.publicationIntitule {
    max-width: 72%;
    cursor: pointer;
}
.flecheBiais {
    width: 20px;
    height: 20px;
}
.contactItem {
    align-items: center;
}
.imgContact {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.texteContact {
    padding-left: 10px;
    margin-bottom: 10px;
}
.laureatSlider {
    justify-content: space-between;
    align-items: center;
}
.laureatSlider h2 {
    margin-bottom: 0;
}
.laureatButton {
    margin-bottom: 30px;
}
.laureatItems {
    padding-top: 34px;
    margin-bottom: 50px;
}
#postuler {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 50px;
}
.textePostuler {
    gap: 40px;
}
.texteEncadre {
    width: 46%;
    min-width: 400px;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.15);
    padding:  50px;
    font-weight: 700;
}
.texteEncadre ul {
    margin-top: 15px;
}
.autreTexte {
    width: 45%;
    min-width: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
    align-self: center;
}
.initiationFnso {
    padding-top: 76px;
    padding-bottom: 50px;
}
.fnsoDocuments {
    justify-content: space-between;
    gap: 28px;
}
.documentFnso {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    border-bottom: 1px solid #141414;
    min-width: 400px;
    width: calc(50% - 14px);
}
.documentFnso img {
    width: 60px;
    height: auto;
}
.presCandidater {
    width: 50%;
    min-width: 400px;
}
.texteCandidature {
    padding:  100px 50px 20px 50px;
}
.appelTelecharge {
    height: 60px;
    padding-left: 16px;
    justify-content: center;
    width: calc(100% - 84px);    
}
.appelsHeader {
    width: 83%;
}
.appelsHeader h1 {
    font-size: 6rem;
    line-height: 8rem;
    font-weight: 700;
}
.appelsDescription {
    max-width: 58%;
}
.appelsMenu {
    gap: 40px;
    justify-content: space-between;
    padding-top: 95px;
    padding-bottom: 95px;
    border-bottom: 2px solid #141414;
    margin-bottom: 50px;
}
.aapfnso {
    width: calc(50% - 20px);
    min-width: 400px;
    height: 300px;
}
.aapItem {
    height: 100%;
    padding: 50px 30px 43px 30px;
    position: relative;
    justify-content: space-between;
}
.aapTitle {
    width: 63%;
}
.aapLaureats {
    font-weight: 700;
    align-items: center;
}
.lauriers {
    height: 30px;
    width: auto;
}
.lauriersnb {
    padding-left: 20px;
}
#encours {
    margin-bottom: 80px;
}
.encoursTexte {
    margin-bottom: 20px;
    width: 71%;
    min-width: 400px;
}
#documentstel {
    padding-bottom: 100px;
}
.appelsFnso {
    gap: 40px;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 95px;
}
.appelTitle {
    max-width: 85%;
}
.appelThumb {
    width: 63%;
    max-width: 260px;
    max-height: 260px;
    border-radius: 50%;
    align-self: center;
}
.alignCenter {
    align-self: center;
}
.newsSubtitle {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.8rem;
    margin-bottom: 35px;
}
.hr {
    border-top: 2px solid #141414;
}
#initiatives {
    padding-bottom: 70px;
}
.introInitiatives {
    width: 73%;
    min-width: 400px;
}
.greyButton {
    background-color: #eeeeee;
}
.governanceItem {
    border-bottom:  1px solid #141414;
}
.governanceEntete {
    width: 100%;
    min-width: 350px;
    justify-content: space-between;
    height: 107px;
    align-items: center;
    cursor: pointer;
    gap: 20px;
}
.governanceTitle {
    font-weight: bold;
    width: calc(100% - 36px);
}
.governanceText {
    padding-bottom: 30px;
}
.governanceMoins {
    display: none;
}
#contactFnso {
    padding-bottom: 100px;
}
.textContactFnso {
    flex-wrap: wrap;
    color: #fff;
}
.contactLeft {
    padding: 60px 60px 80px 60px;        
}
.fnsoContactTitle {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.fnsoContactText {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 700;
}
.contactRight, .contactLeft {
    width: 50%;
    min-width:  400px;
}
.contactRight {
    padding: 60px;
    align-items: flex-end;
    justify-content: center;
}
.contactRight .seeCategoryLong {
    border: 2px solid #fff;
}
.contactRight a {
    color: #fff;
}
.exempleShort, .seeInitFilters {
    display: none;
}
#modaleInitiative, #modaleProjFnso {
    display: block;
}
.mobileInit, .mobileProjFnso {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4000;
    width: 100vw;
    height: 100wh;
}
.seeInitFilters, .seeProjFnsoFilters {
    padding: 16px 21px 16px 21px;
    border: 2px solid #141414;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: bold;
    height: 50px;
    width: 100%;
    justify-content: space-between;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
    display: none;
}
.fnsoContactUS {
    margin-top: 12px;
}
.fnsoTextContact {
    line-height: 3.2rem;
    margin-bottom: 11px;
}
@media screen and (max-width: 1158px) {
.background-blanc-violet {
        background: none;
    }
    .formLogo img, .formLogo {
        display: none;
    }
    .formText {
        width: 100%;
    }
}
@media only screen and (max-width: 1136px) {
    .fnsoObjectifs ul {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .fnsoObjectifs li {
        width: 100%;
    }
}
@media only screen and (max-width: 1128px) {
    .headFnso {
        flex-direction: column;
        align-items: center;
    }
    .resourceSubtitle {
        width: 100%;
    }    

}
@media screen and (max-width: 1080px) {
    .exempleShort {
        display: inline;
    }
    .exempleLong {
        display: none;
    }

}
@media screen and (max-width: 1067px) {
    .projiniTitle, .chiffresProjet, .aapiniTitle, .appelsHeader  {
        width: 100%;
    }
    .aapiniTitle, .fnsoHeader, .fnsoSubtitle {
        min-width: 360px;
    }
    .aapiniTitle .resourceSubtitle {
        width: 60%;
    }    
}
@media screen and (max-width: 1054px) {
    .appelsFnso, .appelsMenu {
        justify-content: center;
    }
    #aap .seeCategoryLong {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1037px) {
    .rowToColumn {
        flex-direction: column;
        align-items: center;
    }
    .widthChange {
        width: 100%;
        max-width: 560px;
    }
    .publicationFnso:nth-child(2) {
        border-top: none;    
    }
}
@media only screen and (max-width: 820px) {
    .seeInitFilters, .seeProjFnsoFilters {
        display: flex;
    }
    #modaleInitiative, #modaleProjFnso {
        display: none;
    }
    #searchFormProjets, #searchFormInitiatives, #results {
        width: 100%;
    }
    .filtersInit .seeCategoryLong, .filtersProjFnso .seeCategoryLong {
        position: absolute;
        bottom: 40px;
        width: 340px;
    }
}
@media only screen and (max-width: 709px) {
    .resourceGroup, .initiativeGroup {
        justify-content: center;
    }
}

@media only screen and (max-width: 630px) {
    #searchFormProjets input[value=""] + .placeholder {
        opacity: 0;
    }
}
@media only screen and (max-width: 630px) {
    .appelThumb {
        height: 200px;
        width: 200px;
    }
    .headRight .seeCategoryLong {
        width: 300px;
    }
}
@media only screen and (max-width: 600px) {
    .initiationHeader h1, .appelsHeader h1, .fnsoHeader h1 {
        font-size: 3.5rem;
        line-height: 5rem;        
    }
    .appelsDescription {
        max-width: 100%;
    }
    #projiniMenu {
        justify-content: center;
    }
    .projectMenuItem {
        padding: 20px 10px 20px 10px;
    }
}
@media only screen and (max-width: 590px) {
    .projiniMenu .stickyLine {
        padding-bottom: 20px;
    }
    .projiniMenu .stickyLine, .projiniMenu .menuStickyLine {
        height: auto;
    }
}
