#MenuConnexionOF a {
    font-size: 0.6rem;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v15-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat-v15-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('inter-v12-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,
body,
#BoxArticleText article,
#ContenairHomePageOF article,
#MenuConnexionOF a {
    font-family: 'inter';
}

#BoxArticleText article {
    color: #222222;
    font-size: 13px;
}

CommentArticle {
    font-size: 12px;
}

#BoxArticleText iframe {
    width: 818px;
    height: 450px;
}

p {
    margin-bottom: 10px;
}

#BoxArticleText article h2 {
    font-size: 18px;
    color: rgb(32, 124, 124);
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
}

li {
    padding: 5px;
}

#ContenairHomePageClassic {
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    width: 900px;
}

p li,
article li a:link {
    text-decoration: underline;
}

.ArticleTitleFrontPage {
    font-size: 13px;
}

table {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    width: 50%;
}

td {
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    width: 50%;
    padding: 10px;
}

#HomePageOF {
    justify-content: flex-end;
    font-size: 11px;
    height: 72px;
    background-color: white;
    margin-bottom: 10px;
}

#OpenProfilMenu {
    top: 20px;
}

#ContenairHomePageOF p {
    padding: 0px;
    margin-bottom: 5px;
}

#ContenairHomePageOF #Category {
    color: #333333;

}

blockquote {
    margin-left: 0;
    font-size: 14px;
}

.ViewCount2 {
    display: inline-block;
    /* Permet au span de respecter la hauteur et la largeur définies */
    height: 15px;
    /* Hauteur du cercle */
    width: 15px;
    /* Largeur du cercle - doit être identique à la hauteur pour un cercle parfait */
    border-radius: 50%;
    /* Arrondit les bords pour créer un cercle */
    text-align: center;
    /* Centre le texte horizontalement */
    line-height: 14px;
    /* Centre le texte verticalement */
    background-color: #777white777;
    /* Couleur de fond du cercle */
    font-weight: normal;
    color: #555555;
    /* Couleur du texte */
    border: 1px solid silver;
}

.search-box {
    position: relative;
    width: 300px;
    height: 27px;
}

.search-input {
    font-size: 12px;
    line-height: unset;
}

.search-button {}

/* Style optionnel pour enlever les styles par défaut du bouton */
.search-button:focus {
    outline: none;
}

.search-button:hover {
    color: #333;
}

input {
    background-color: #ffffee;
}

textarea {
    background-color: #ffffee;
}
#carousel_home img {
    width: 900px;
    height: fit-content;
    object-fit: cover;
    object-position: center top;
    border-radius: 5px;
}