/* PARTIE GENERAL */

h1, h2, h3, h4 {
    font-family: "Walter Turncoat", sans-serif;
}

h4 {
    font-size:22px;
}

p, h5, h6{
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    letter-spacing: 1.5px;
    text-align:justify;
}

div {
    margin:0;
    padding:0;
}

#idBoutonRemonter{
    position:fixed;
    bottom : 1vw;
    right:1vh;
    z-index: 9999;
    scroll-behavior: smooth;
}

#idBoutonRemonter svg{
    color: #43C3D7;
}


/* PARTIE CRITERES FILTRE */

#divFiltreRecherche{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .08);
    border-radius:10px;
    border:1px solid #e9ecef;
    padding:1%;
    margin:1%;
    display:flex;
    flex-direction: column;
}

#idTitreFiltre button{
    font-size:1.5em;
    color:cadetblue;
    letter-spacing: 1.5px;
    font-weight: 500;
}

#boutonFlecheFiltre {
    background-color: white;
    border:1px solid #e9ecef;
}

#boutonFlecheFiltre:after{
    background-color: white;
    border:1px solid #e9ecef;
    flex-shrink: 0;
}

#idContenuFiltre{
    display:flex;
    flex-direction:column;
    gap:10px;
}

#titreListeEdition{
    font-weight: 500;
}

#listeEdition {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    margin:0;
    width:100%;
}

#listeEdition label{
    font-weight: 200;
}

#titreListeCategorie{
    font-weight: 500;
}

#listeCategorie{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    margin:0;
    width:100%;
    font-weight: 200;
}

#idDivBoutonFiltre{
    display:flex;
    flex-direction:row;
}

#listeCategorie label{
    font-weight: 200;
}


#boutonFiltre {
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    padding:4px 20px 4px 20px;
    color: #43C3D7;
    background-color: white;
} 

#boutonFiltre:hover{
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    padding:4px 20px 4px 20px;
    color: white;
    background-color: #43C3D7;
}

/* PARTIE GRAPHIQUES */

#chiffresPassem{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 2%;
    /* padding:0 2%; */
}


.classeGraphique{
    /* width:30%; */
    min-width:350px;
    padding:1%;
    margin:0% 1%;
    font-size:0.8em;
    text-align: center; 
}


#chiffresPassem h5{
    font-size:1em;
    text-align: center;
    margin-bottom:10%;
    font-weight: 600;
}

.classeGraphiqueTexte{
    font-size:0.9em;
    text-align: center; 
    margin-top:5%;
}


/* PARTIE EDITIONS ET CARTOGRAPHIE */
#idContenuParcours {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0;
    margin-top:1%;
    padding:0;
}

#idDivParcoursTexte{
    width:48%;
    min-width:350px;
    padding:1%;
    margin:1%;
    font-size:0.8em;
    text-align:start;
    max-height: 500px;
    overflow: auto;
}

/* #idDivParcoursTexte::-webkit-scrollbar {
    width: 0.5rem;
}

#idDivParcoursTexte::-webkit-scrollbar-button {
    width: 0.5rem;
    background-color: rgba(0,0,0,.15);
}


#idDivParcoursTexte::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.15);
} */

.classeContenuEdition {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}

.classeEditionOC, .classeEditionFR {
    width:48%;
    margin:1%;
    min-width:300px;
}

#map {
    height: 500px;
    width:50%;
    min-width:350px;
}

#maDivInfo * {
    margin:3%;
}

#maDivInfo {
    background-color: white;
    padding:5%;
}

#maDivInfo p {
    text-align: center;
}

#maDivFond{
    display:flex;
    flex-direction: column;
    align-items: center;
    
}

#maDivLegende {
    width:150px;
    line-height: 22px;
    display:flex;
    flex-direction: column;
}


#maDivLegende input {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    opacity: 0.7;
}

#maDivLegende label {
    font-weight: 600;
}

#maDivLegende i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    opacity: 0.7;
}

#maDivInfo span {
    font-weight: 600;
}

.my-button-class {
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    padding:1px 10px 1px 10px;
    color: #43C3D7;
    background-color: white;
} 

#maDivScreen{
    margin-bottom: 15px;
    margin-right : 10px;
    background-color: white;
}
/* 
 PARTIE MESSAGES 

#idContenuMessages{
    padding:0;
    margin:2%;
}

#ligneMessage{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}

.classeMessages{
    display:flex;
    flex-direction: column;
    align-self: flex-start;
    flex-wrap: wrap;
    padding:0;
    margin:0;
    text-align: center;
    align-items:center;
    justify-content: center;
    width:450px;

    border-radius:10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .08);
    border:1px solid #e9ecef;
    overflow: hidden;  gestion dépassement contenu 
}

.classeNomMessages{
    min-height:2em;
}


.classeDivDescriptionMessages{
    text-align: justify;
    text-justify: inter-word;
    font-size:small;
    min-height:165px;
    padding:2%;
}

#ligneMessage .classeBoutonVoirPlus {
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    padding:1px 10px 1px 10px;
    color: #43C3D7;
    background-color: white;
} 

#ligneMessage .classeBoutonVoirPlus:hover{
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    
    padding:1px 10px 1px 10px;
    color: white;
    background-color: #43C3D7;
    transition: background-color 300ms, color 300ms;
    
}


.classeDivIllusMessages{
    width:100%;
}

.classeDivIllusMessages iframe{
    width:100%;
    aspect-ratio: 1.8;
} */


/* PARTIE VIGNETTES MESSAGES */

#conteneurMessages{
    padding:0;
    margin:0;
}

#ligneMessage{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}

.classeMessages {
    border-radius:10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .08);
    /* border-style:solid;
    border-color : rgba(0, 0, 0, .08);; */
    border:1px solid #e9ecef;
    overflow: hidden; /* gestion dépassement contenu */
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:350px;
    padding:0;
    margin:0;
}

.classeNomMessage{
    padding-left: 0.8em;
    padding-right: 0.8em;
    margin:0;
    height:5em;
    display:flex;
    align-items: center;
}

.classeConteneurImageMessage{
    margin:0;
    padding:0;
    display:flex;
    flex-direction: column;
    width:100%;
    height:200px;
    background-position: center;
    background-repeat: no-repeat;
}


.classeTexteRemplImageMessage{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font-style:italic;
    font-size:xx-large;
    font-weight: 600;
    line-height: 1.5em;
}

.classeDivRemplImage{
    margin:0;
    padding:0;
    height:100%;
}


.classeTexteSousImageMessage{
    margin:0;
    padding:0;
    padding-bottom:1%;
    display:flex;
    align-items:flex-end;
    flex-direction:row;
    text-align:end;
    justify-content:space-between;
}

.classeEditionMessage{
    margin: 0;
    padding:0 2%;
    font-weight: 400;
    color: white;
}

.classeIconesMessage{
    display:flex;
    flex-direction:row;
    align-items:center;
}

/* .classeVideoProjet{
    color:#43C3D7;
} */

.classePorteurMessage{
    margin:0;
    padding-left: 0.8em;
    padding-right: 0.8em;
    height:4.5em;
    display:flex;
    flex-direction: row;
    align-items: center;
    width:100%;
    font-weight: 500;
    justify-content: center;
    font-size:small;
    line-height: 1.5em;
}

.classeDivResumeMessageOC{
    margin: 0;
    height: 6em;
    overflow:hidden;
    padding:0.4em 0.9em 0.4em 0.9em;
    background-color:#f7f7f2;
    width:100%;
}

.classeResumeMessageOC{
    text-align: justify;
    text-justify: inter-word;
    font-size:small;
}

#ligneMessage .classeBoutonVoirPlus {
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    padding:1px 10px 1px 10px;
    color: #43C3D7;
    background-color: white;
} 

#ligneMessage .classeBoutonVoirPlus:hover{
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    
    padding:1px 10px 1px 10px;
    color: white;
    background-color: #43C3D7;
    transition: background-color 300ms, color 300ms;
    
}

.classeBasMessage{
    margin:0;
    padding:0;
    width: 100%;
    color: light-dark(#000, #fff);
    font-weight:600;
}

.classeCategorieMessage{
    margin:0;
    padding: 0.2em 0.8em;
    border-radius: 0.3%;
    color : white;
    font-weight: 400;
}



/* PARTIE POP UP DETAIL MESSAGES */
 
/* #idPopupDetailMessage {
    width :70%;
    min-width : 360 px;

} */

.classeNomAuteurMessage{
    font-weight: 500;
}

#fenetreDetailMessage{ 
    border:1px solid #e9ecef;
}

#ligne1DetailMessage{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding:2%;
}

#titreMessageDetail{
    font-size:20px;
}

.classeTitrePopUpMessage{
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1.5px;
    color:#000000;
    font-weight: 300;
    font-size:16px;
}

#idTiretMessage{
    border-bottom:1px solid #e9ecef;
}

#idPopUpContenuMessage{
    padding:2%;
    margin:0.7%;
}

#maDivDescriptionAuteurFR{
    color:grey;
    font-style: italic;
    margin-top:2%;
    padding-top:2%;
    border-top:1px solid #e9ecef;
}

#maDivDescriptionMessageFR{
    color:grey;
    font-style: italic;
    margin-top:2%;
    padding-top:2%;
    border-top:1px solid #e9ecef;
}


/* PARTIE VIGNETTES PROJETS */


#accordionItemProjet{
    margin:0;
    padding:0;
}

#collapseProjet{
    margin:0;
    padding:0;
}

#idContenuProjets{
    margin:0;
    padding:0;
}

#conteneurVignettes{
    padding:0;
    margin:0;
}

#ligneVignette{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0;
    margin:0;
}

.classeVignetteProjet {
    border-radius:10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .08);
    /* border-style:solid;
    border-color : rgba(0, 0, 0, .08);; */
    border:1px solid #e9ecef;
    overflow: hidden; /* gestion dépassement contenu */
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:350px;
    padding:0;
    margin:0;
}

.classeNomProjet{
    padding-left: 0.8em;
    padding-right: 0.8em;
    margin:0;
    height:5em;
    display:flex;
    align-items: center;
}

.classeConteneurImageProjet{
    margin:0;
    padding:0;
    display:flex;
    flex-direction: column;
    width:100%;
    height:200px;
    background-position: center;
    background-repeat: no-repeat;
}


.classeTexteRemplImage{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font-style:italic;
    font-size:xx-large;
    font-weight: 600;
    line-height: 1.5em;
}

.classeDivRemplImage{
    margin:0;
    padding:0;
    height:100%;
}


.classeTexteSousImage{
    margin:0;
    padding:0;
    padding-bottom:1%;
    display:flex;
    align-items:flex-end;
    flex-direction:row;
    text-align:end;
    justify-content:space-between;
}

.classeEditionProjet{
    margin: 0;
    padding:0 2%;
    font-weight: 400;
    color: white;
}

.classeIconesProjet{
    display:flex;
    flex-direction:row;
    align-items:center;
}

.classeVideoProjet{
    color:#43C3D7;
}

.classePorteurProjet{
    margin:0;
    padding-left: 0.8em;
    padding-right: 0.8em;
    height:4.5em;
    display:flex;
    align-items: center;
    width:100%;
    font-weight: 500;
    justify-content: center;
    font-size:small;
    line-height: 1.5em;
}

.classeDivResumeProjetOC{
    margin: 0;
    height: 6em;
    overflow:hidden;
    padding:0.4em 0.9em 0.4em 0.9em;
    background-color:#f7f7f2;

}

.classeResumeProjetOC{
    text-align: justify;
    text-justify: inter-word;
    font-size:small;
}

#ligneVignette .classeBoutonVoirPlus {
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    padding:1px 10px 1px 10px;
    color: #43C3D7;
    background-color: white;
} 

#ligneVignette .classeBoutonVoirPlus:hover{
    border:1px solid #43c3d7;
    border-radius:.25rem;
    font-weight: 500;
    
    padding:1px 10px 1px 10px;
    color: white;
    background-color: #43C3D7;
    transition: background-color 300ms, color 300ms;
    
}

.classeBasVignette{
    margin:0;
    padding:0;
    width: 100%;
    color: light-dark(#000, #fff);
    font-weight:600;
}

.classeCategorieProjet{
    margin:0;
    padding: 0.2em 0.8em;
    border-radius: 0.3%;
    color : white;
    font-weight: 400;
}

/* PARTIE POP UP DETAIL PROJETS */
 
/* #idPopupDetail {
     display: none;
    flex-direction: column;
    position:fixed;
    z-index: 99; 
    top:50%; 
    left:50%; 
    transform:translate(-50%,-50%); 
    border-radius:10px; 
    
     overflow:hidden; 
} */

#fenetreDetail{ 
    border:1px solid #e9ecef;
}

#ligne1Detail{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding:2%;
}

#titreProjetDetail{
    font-size:20px;
}

.classeTitrePopUp{
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1.5px;
    color:#000000;
    font-weight: 300;
    font-size:16px;
}

#idTiret{
    border-bottom:1px solid #e9ecef;
}

#idPopUpContenu{
    padding:2%;
    margin:0.7%;
}

#maDivDescriptionProjetFR{
    color:grey;
    font-style: italic;
    margin-top:2%;
    padding-top:2%;
    border-top:1px solid #e9ecef;
}
