﻿body {
    /* Text content */
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-style: normal;
    background-color: #f0f6f7;
}

.p {
    font-family: "Trebuchet MS", sans-serif;
    /*font-optical-sizing: auto;*/
    font-size: 14px;
    font-style: normal;
}

h1 {
    font-family: "Josefin Sans", "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.H1 {
    font-family: "Josefin Sans", "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.Hr1 {
    border: 1px solid #000000; /* Épaisseur de la bordure, couleur */
    height: 0; /* Supprime la hauteur par défaut */
    margin-top: 3px;
    margin-bottom: 15px;
}

h2 {
    font-family: "Josefin Sans", "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #1667d6;
    /*height: 18px;*/
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}
.H2 {
    font-family: "Josefin Sans", "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #1667d6;
    height: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}
.Hr2 {
    border: 1px solid #1667d6; /* Épaisseur de la bordure, couleur */
    height: 0; /* Supprime la hauteur par défaut */
    margin-top: 3px;
    margin-bottom: 5px;
}

h3 {
    font-family: "Josefin Sans", "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #1667d6;
}
.H3 {
    font-family: "Josefin Sans", "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #1667d6;
}
.Hr3 {
    border: 1px solid #1667d6; /* Épaisseur de la bordure, couleur */
    height: 0; /* Supprime la hauteur par défaut */
    margin-top: 3px;
    margin-bottom: 35px;
}

.Untranslatedtext {
    color: red;
    font-weight: bold;
    font-style: italic;
    background-color: yellow;
}

.LittleText {
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-size: 10px;
    font-style: normal;
}

.grayText {
    color: #C2C2C2;
}

.Star {
    cursor: pointer;
    /*width: 18px;
    height: 16px;*/
}

.NavigationPane {
    align-items: center;
    display: flex;
    gap: .5rem;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border: solid 2px #f0f6f7;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.NavigationPaneCrumbs {
    align-items: center;
    display: flex;
    margin-right: auto;
    /*border: solid 1px Green;*/
    flex: 100;
}

.NavigationPaneLanguage {
    margin-left: auto;
    /*border: solid 1px Blue;*/
    flex: 10 50px;
}
.NavigationPaneLogIn {
    flex: 1;
    /*border: solid 1px pink;*/
}

.MainDivBandot {
    /*border: 1px solid #000000;
    background-color: #000000;
    background-image: url('../Imgs/BandotFiller.jpg');*/
    border: 1px solid #a0abe8;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    background-repeat: repeat;
}
.MainDivPage {
    /*border: 1px solid #a0abe8;*/
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
}
.MainDivContent {
    /*border: 1px solid red;*/
    width: 90%;
}

.MainDivContainer {
    width: 100%;
    /*border: solid 1px green;*/
    color: #1667d6;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: .3rem;
    border: solid 2px #f0f6f7;
    overflow: hidden;
    border-radius: 3px;
    padding: 4px;
}
.MainDivItem {
    border: 2px solid #1667d6;
    /*flex: 1 1 auto;*/
    width: 30%;
    border-radius: 10px;
    padding: 4px;
}

@media (max-width: 768px) {
    .MainDivItem {
        width: calc(50% - 20px);
    }
}
@media (max-width: 500px) {
    .MainDivItem {
        width: 100%;
    }
}

.ExpandableDiv {
    width: 100%;
    color: #1667d6;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: .3rem;
    border: solid 1px #a0abe8;
    border-radius: 10px;
    overflow: hidden;
}


.MenuItemLink {
    text-decoration: none;
    font-family: "Josefin Sans", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.CategoriesTitle {
    text-decoration: underline;
    font-family: "Josefin Sans", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #1667d6;
}

.CategoriesText {
    /* Text content */
    text-decoration: none;
    font-family: "Josefin Sans", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
.CategoriesFooter {
    text-decoration: none;
    font-family: "Josefin Sans", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align: right;
}

.CategoryDiv {
    /*width: 30%;*/
    flex: 1 200px;
    /*border: solid 1px #000000;*/
    border-radius: 10px;
    padding: 5px;
}

.MicroPostTitle {
    text-decoration: underline;
    font-family: "Josefin Sans", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #1667d6;
    /*text-align: right;*/
}

.MicroPostContent {
    /* Text content */
    text-decoration: none;
    font-family: "Josefin Sans", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.PostImgContainer {
    width: 80%;
    /*max-height: 300px;*/
    max-width: 90%;
    margin: 0 auto; /* Centre le conteneur horizontalement */
    /*border: 1px solid black;*/
    overflow: hidden;
    text-align: center;
}

.PostImg {
    max-width: 100%;
    max-height: 100%;
    width: auto; /* L'image prend toute la largeur du conteneur */
    height: auto; /* La hauteur s'ajuste automatiquement en fonction de la largeur, conservant le ratio */
    object-fit: contain; /* Assure que l'image est entièrement visible dans le conteneur, sans déformation */
    border: 1px solid #1667d6;
    margin: 0px;
    /*display: block;  S'assure que l'image est un élément de bloc */
}
.PostImgTitleContainer {
    border: none;
    display: flex; /* Utilisation de flexbox */
    justify-content: center; /* Centre horizontalement l'élément */
    align-items: center;
    margin-top: -5px;
}

.PostImgTitle {
    background-color: #1667d6;
    color: white;
    /*padding: 1px;*/
    border-bottom-left-radius: 5px; /* Arrondi les coins inférieurs */
    border-bottom-right-radius: 5px;
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-size: 10px;
    font-style: normal;
    display: inline-block; /* Important: s'adapte à la largeur du texte */
    max-width: 100%; /* Important: ne dépasse pas la largeur de l'image */
    margin: 0px;
    padding: 2px;
    min-width: 100px;
    max-width: 300px;
    /*margin-top: -5px; important, colle le titre à l'image*/
}

.PostImportantText {
    border: 2px solid #1667d6;
    border-radius: 5px;
    padding: 10px;
    background-color: #f0f6f7;
}

.PostFooterName {
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}
.PostFooterTitle {
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-size: 10px;
    font-style: normal;
}
.PostFooterCompany {
    font-family: "Trebuchet MS", sans-serif;
    font-optical-sizing: auto;
    font-size: 10px;
    font-style: normal;
    color: #1667d6;
}

.TinyBar {
    display: flex;
    justify-content: flex-start;
    border: 1px solid black;
}
.TinyBarElement {
    margin-right: 10px;
    width: auto;
    flex-shrink: 0;
    margin-bottom: 10px;
    border: 1px solid red;
}

#txtSearch {
    color: gray; /* Couleur du texte par défaut */
}

#txtSearch:focus {
    color: black; /* Couleur du texte après le focus */
}




