*,
::after,
::before {
    box-sizing: border-box;
}

:root {
    --bleu-fonce: #182540;
    --bleu-clair: #233559;
    --vert-fonce: #406473;
    --vert-clair: #86a694;
    --vert-fonce: #8d9c71;
    --marron-clair: #bfb39b;
    --texte: rgb(71 85 105);
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

/*html {
    scroll-behavior: smooth;
}*/

body {
    font-size: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #32373c;
    background-color: #fff;
    /*-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;*/
}

img,
picture,
svg {
    max-width: 100%;
    display: block;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wrapper {
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    max-width: 80rem;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}

main {
    padding-bottom: 3rem;
}

#main-content {
    display: grid;
    grid-gap: 2rem;
    padding-top: 4.5rem;
}

@media (min-width: 1185px) {
    #main-content {
        grid-template-columns: 1fr 300px;
        grid-auto-flow: column;
    }
}

.my-container,
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

[x-cloak] {
    display: none !important;
}

#myBtn {
    position: fixed;
    right: 1.9rem;
    bottom: 2rem;
    background-color: transparent;
    border: none;
    z-index: 2;
    -webkit-animation: pulse 2s 3s ease-out infinite;
    animation: pulse 2s 3s ease-out infinite;
    text-align: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bleu-clair);
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
    margin-top: 3rem;
}

.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}

.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}

.home-title {
    border-bottom: 3px solid var(--bleu-clair);
    margin-top: 4rem;
}

@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px solid;
    opacity: 0.25;
}

.text-center {
    text-align: center;
}

.flex-gap1 {
    display: flex;
    gap: 1rem;
}

.alert {
    margin-top: 1rem;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

/************************************************************/
/***** HEADER *****/

/*main.my-container {
    padding: 2rem 1rem 3rem;
}*/

#blog-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);*/
    align-items: center;
    padding: 1rem 0 1rem 0;
    width: 100%;
}

@media (min-width: 1027px) {
    #blog-header {
        margin-bottom: 1rem;
    }
}

#header-left {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    color: var(--bleu-fonce);
}

[x-cloak] {
    display: none;
}

a#blog-header-logo {
    /*color: rgba(33, 37, 41, 1);*/
    color: var(--bleu-clair);
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-family: "Fuggles", cursive;
    font-weight: 600;
    /**/
}

li.hide-big-device {
    display: none;
}

button#show-search {
    display: none;
}

#header-right {
    display: flex;
    gap: 1rem;
    justify-content: end;
    align-items: center;
}

#header-right a {
    color: var(--bleu-fonce);
    transition: all 0.3s;
}

#header-right a:hover {
    color: var(--vert-clair);
}

@media (min-width: 1027px) {
    #blog-header {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

ul#mobile-nav {
    position: absolute;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.375rem;
    border-color: transparent;
    transform-origin: top right;
    width: 12rem;
    margin-top: 0.5rem;
    z-index: 10;
    right: 0;
}

ul#mobile-nav a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    padding-right: 1rem;
    padding-left: 0.75rem;
    width: 100%;
    display: block;
    border-left-width: 4px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 390px) {
    a#blog-header-logo {
        font-size: 2.2rem;
    }
}

@media (min-width: 500px) {
    a#blog-header-logo {
        font-size: 2.5rem;
    }
}

@media (min-width: 1027px) {
    a#blog-header-logo {
        font-size: 3.5rem;
    }
}

@media (max-width: 1027px) {
    #header-left {
        display: none;
    }
    a#blog-header-logo {
        justify-self: start;
        line-height: 1;
    }

    li.hide-big-device,
    button#show-search {
        display: block;
    }
}
/*
#blog-header a {
    color: rgba(108, 117, 125, 1);
    text-decoration: none;
}

#img-logo {
    border-radius: 50%;
    width: 50px;
    height: auto;
}*/

@media (min-width: 1200px) {
    a#blog-header-logo {
        /*font-size: 2rem;*/
        font-size: 4rem;
    }
}

#search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

#search-form2 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

input#search {
    flex: 1;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.5rem;
}

nav ul#main-nav {
    display: flex;
    align-items: center;
    overflow-x: auto;
    text-align: center;
    list-style: none;
    gap: 1rem;
    background: var(--vert-clair);
    padding: 1rem;
    width: 100%;
}

@media (min-width: 768px) {
    #mobile-nav-show .md\:hidden {
        display: block;
    }
}

@media (min-width: 768px) {
    .connection .md\:hidden {
        display: block;
    }
}

@media (max-width: 1027px) {
    .connection ul.md\:flex {
        display: none;
    }
}

#mobile-nav-show {
    display: none;
}

@media (max-width: 1027px) {
    #mobile-nav-show {
        display: block;
    }
    nav ul#main-nav {
        display: none;
    }
}

@media (min-width: 1027px) {
    .connection .md\:hidden {
        display: none;
    }
}

ul#main-nav a {
    /*color: rgba(0, 0, 0, 1);*/
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 0.5rem 0;
    border-bottom: 0.125rem solid transparent;
    transition: all 0.2s;
}

ul#main-nav a:hover {
    color: var(--bleu-clair);
}

ul#main-nav li.active a {
    color: var(--bleu-clair);
    font-weight: 700;
}

#blog-header a.active,
ul#mobile-nav li.active a {
    color: var(--vert-clair);
    font-weight: 700;
    border-bottom: 1px solid var(--vert-clair);
}

/*
header#blog-header #header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}

#header-right .loupe {
    padding-top: 0;
}

#header-right .btn-header {
    font-size: 0.875rem;
    padding: 0.5rem 0.25rem;
    color: #6c757d;
    background: transparent;
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
    text-decoration: none;
}

#header-right .btn-header:hover {
    color: #fff;
    background: #6c757d;
}
*/
.blog-post {
    margin-bottom: 4rem;
}

/************************************************************/
/***** FORMS *****/
.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
}

.remarque_form {
    display: none;
}

/***** LOGIN *****/
#wrapper.login,
#wrapper.register {
    align-items: center;
    justify-content: center;
}

#wrapper.login h1,
#wrapper.register h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

#wrapper.login form,
#wrapper.register form {
    max-width: 600px;
    margin-inline: auto;
}

/**FORM CREATE**/
#create-form {
    margin: auto;
    max-width: 800px;
}

#create-form input,
#create-form textarea,
#create-form select {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /*border: 2px solid #484e66;*/
    border: 2px solid #ddd;
    color: #484e66;
    padding-left: 1.25rem;
    width: 100%;
    margin: 8px 0 0;
}

#create-form label {
    color: rgb(75 85 99 / 1);
}

#create-form input[type="file"] {
    border: none;
    padding-left: 0;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.gap-2 {
    gap: 0.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.px-6 {
    padding-left: 1.75rem; /* 32px */
    padding-right: 1.75rem; /* 32px */
}

.pl-4 {
    padding-left: 1rem;
}

.text-red-500 {
    color: rgb(239 68 68);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-orange,
button.btn-orange {
    color: #fff !important;
    background-color: #f7910b !important;
    border-color: #f7910b !important;
}

.text-orange-400 {
    color: rgb(251 146 60);
}

.text-red-500 {
    color: rgb(239 68 68);
}

.text-red-600 {
    color: rgb(220 38 38);
}

.my-fields {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1.125rem;
}

.my-fields input,
.my-fields textarea,
.my-fields select {
    border-radius: 0.25rem;
}

.my-fields label span {
    color: rgb(239 68 68);
}

.fields-error {
    color: rgb(220 38 38);
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.form-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    background: #e6e4e4;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

/************************************************************/
/*****ACCUEIL******/
.hero {
    position: relative;
}

@media (min-width: 1000px) {
    .hero {
        position: relative;
    }
}

.hero-pages {
    /*background: #8d9c71;*/
    background: var(--vert-clair);
    display: grid;
    place-items: center;
    height: 300px;
    margin-top: 1px;
}

.hero-pages h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff !important;
}

#hero-home {
    background-image: url("/assets/images/hero-home.jpg");
    background-size: cover;
    background-position: center;
    height: 400px; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero-home h1 {
    position: absolute;
    color: white;
    font-size: 34px; /* Adjust the font size as needed */
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    text-align: center;
}

@media (max-width: 999px) {
    .hero-pages {
        height: 150px;
    }
    .hero-pages h1 {
        font-size: 1.5rem;
    }
}

/*********************************/
/********BREADCRUMB**************/
#breadcrumb {
    margin-bottom: 3rem;
}

#breadcrumb ul {
    display: flex;
    gap: 1rem;
    padding-left: 1rem;
}

#breadcrumb ul a {
    color: #aaa;
    font-size: 0.8rem;
}

#breadcrumb ul li:last-child a {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid var(--bleu-clair);
    /*color: var(--bleu-clair);*/
}

@media (min-width: 1027px) {
    #breadcrumb {
        margin-bottom: 4rem;
        margin-top: 1rem;
    }
}

/*****************************************************************
*******ARTICLES DISPLAY*********
*****************************************************************/
#wrapper-search-articles,
#wrapper-last-articles {
    display: grid;
    justify-content: center;
    grid-gap: 2rem 1rem;
}

#wrapper-search-articles {
    background: #e7e4e4;
    padding: 1rem;
}

article.card-last,
article.card-search {
    display: flex;
    gap: 1rem;
}

article.card-search {
    background: #fff;
    padding: 0.5rem;
}

img.card-mini-thumbnail {
    border-radius: 12px;
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.card-last-content {
    display: flex;
    flex-direction: column;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-last-content h1 {
    font-size: 1.2rem;
    font-weight: bold;
    word-break: break-word;
    text-wrap: balance;
}

.card-last-content a {
    transition: all 0.3s;
}

.card-last-content a:hover {
    color: var(--vert-clair);
}

@media (min-width: 600px) {
    .card-last-content h1 {
        font-size: 1.3rem;
    }
}

.card-last-content a {
    margin-top: 0rem;
}

@media (min-width: 880px) {
    #wrapper-search-articles,
    #wrapper-last-articles {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: auto;
        grid-gap: 2rem 1.5rem;
    }

    article.card-last {
        display: flex;
        gap: 1.125rem;
    }

    /*article.card-last > img {
        max-width: 50%;
    }*/

    .card-last-content a {
        margin-top: auto;
        width: 180px;
    }
}

@media (min-width: 1630px) {
    #wrapper-last-articles {
        grid-template-columns: repeat(3, 1fr);
    }
}

p.article-date {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

article time {
    color: #cac5c5;
    font-size: 0.75rem;
    line-height: 1rem;
}

.calendar-svg {
    height: 15px;
    width: auto;
}

/******************/
#wrapper-articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-flow: row;
    gap: 2rem 1.5rem;
}

@media (min-width: 1300px) {
    #wrapper-articles {
        grid-template-columns: repeat(3, 1fr);
    }
}
/*
@media (min-width: 1100px) {
    #wrapper-articles {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1500px) {
    #wrapper-articles {
        grid-template-columns: repeat(4, 1fr);
    }
}*/

article.card {
    /*display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    margin-bottom: 1rem;*/
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px 10px;
}

.card img.card-thumbnail {
    margin-bottom: 1rem;
    height: 18.16rem;
    border-radius: 10px 10px 0 0;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 2000px) {
    img.image-article-home {
        width: 24rem;
        width: 100%;
        height: 24rem;
    }
}

.card h1 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
    flex-grow: 1;
    /*max-height: 64px;*/
}

.card p:first-of-type {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    padding: 0 0.5rem;
    color: rgb(71 85 105);
    margin-bottom: 1rem;
}

.card p:nth-child(2) {
    height: 96px;
}

.card p:last-child {
    text-align: right;
}

.card a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: auto;
    margin: 0 0.5rem 1rem 0.5rem;
}

.card a.btn-blue:hover {
    background: var(--vert-clair) !important;
    border-color: var(--vert-clair);
}

.card a img {
    width: 1.3rem;
    height: 1.3rem;
}

.px-card {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/*****************************************************************
*******SIDEBAR HOME*********
*****************************************************************/
#sidebar {
    margin-top: 4.5rem;
}

#sidebar h3 {
    font-size: 1.5rem;
    /*font-size: 2rem;*/
    font-weight: bold;
    margin-bottom: 1.125rem;
    background: var(--bleu-clair);
    color: #fff;
    padding: 0.5rem;
}

#sidebar ul {
    margin-bottom: 1.5rem;
    padding-left: 0.8rem;
}

#sidebar ul li {
    margin-bottom: 0.5rem;
}

#sidebar a {
    color: var(--bleu-clair);
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

#sidebar a:hover {
    color: var(--vert-clair);
    border-bottom: 2px solid var(--vert-clair);
}
/*===============================*/

.category-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.category-content a,
a.cat-single {
    color: #7181b1;
    font-weight: bold;
    padding: 0.25em 0.75em;
    border-radius: 1em;
    font-size: 0.75rem;
    border: 1px solid #7181b1;
    text-decoration: none;
}

/*===============================*/
a.cat-single {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/*======================================= */
/*
#jumbotron-accueil {
    padding: 1.5rem;
    border-radius: 0.375rem;
    background-color: rgba(33, 37, 41, 1);
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    #jumbotron-accueil {
        padding: 3rem;
    }
}

.blog-grid {
    position: relative;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    height: 100%;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    height: 100%;
}


.blog-grid-text h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
}
*/

.blog-grid-text h3 a {
    color: #575a7b;
    text-decoration: none;
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0;
    margin-bottom: 1rem;
}

.blog-grid-text .meta-style2 {
    padding-top: 15px;
}

.blog-grid-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0;
    margin-bottom: 0;
    font-weight: 500;
}

.blog-grid-text a {
    color: #575a7b;
    text-decoration: none;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

/************************************************************/
/***** ARTICLE *****/

/*#article-single-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
}

#posts.show h2 {
    font-size: 2rem;
}*/

article.single {
    padding-bottom: 2.5rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    article.single {
        padding-bottom: 3rem;
    }
}

article.single header {
    margin-bottom: 2rem;
    max-width: 728px;
}

/*.wrapper-single-article {
    display: grid;
    grid-gap: 2rem;
}*/

@media (min-width: 1280px) {
    .wrapper-single-article {
        display: grid;
        grid-template-columns: 1fr 20rem;
        grid-gap: 3rem;
    }
}

.img-single img {
    max-width: 625px;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 10px;
}

@media (min-width: 1024px) {
    .img-single {
        width: 41.666667%;
    }
}

.wrapper-single-article .content-single > div {
    width: 100% !important;
    max-width: 728px;
}

.note-editor,
.summernote-editor {
    max-width: 800px;
}

article.single h1 {
    font-size: 1.875rem;
    line-height: 1.25;
    font-weight: 800;
    margin: 1.5rem 0;
    text-transform: capitalize;
    text-wrap: balance;
}

@media (min-width: 1024px) {
    article.single h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    article.single h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
}

.single header p {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 1.125rem;
}

.single-content p {
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: rgb(71 85 105);
    max-width: 65ch;
    word-break: break-word;
    text-wrap: balance;
    margin-bottom: 1.125rem;
    padding-left: 0 !important;
}

ul li span {
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: rgb(71 85 105);
    max-width: 55ch;
    word-wrap: wrap;
}

ul li span,
p span {
    font-size: 1.2rem !important;
}

.author-wrapper {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1.125rem;
}

.single p.article-author {
    margin-bottom: 0.5rem;
}

.w-700 {
    width: 100%;
    max-width: 700px;
}

.w-800 {
    width: 100%;
    max-width: 800px;
}

/*******************************/
.aside {
    position: sticky;
    top: 30px;
    align-self: start;
}

aside section:last-child {
    margin-top: 2rem;
}

aside h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.125rem;
    text-wrap: balance;
}

aside img {
    border-radius: 12px;
    object-fit: cover;
}

aside p {
    text-wrap: balance;
}

/********/
/*comments*/

/************************************************************/
/***** CONTACT *****/

main#contact {
    margin: 12vh 1rem;
    max-width: 540px;
    margin-inline: auto;
}

#page-title-contact {
    margin-bottom: 3rem;
    text-align: center;
}

#subtitle_contact {
    text-align: center;
    margin-bottom: 4rem;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4c5250;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cacfd0;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 0.5rem;
}

textarea#comment-single {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
    width: 600px;
    border: 1px solid #cacfd0;
}

textarea#comment-single:focus {
    border: 1px solid #839269;
}

.btn {
    padding: 0.75rem 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    /*border-radius: 9999px;*/
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out;
}

.btn-primary {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;

    /*--bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;*/
}

.btn-primary:hover {
    background: #0b5ed7;
}

.btn-green {
    color: #fff;
    background: #8d9c71 !important;
    border-color: #8d9c71;
}

.btn-green:hover {
    background: #839269;
}

.btn.focus {
    box-shadow: rgb(49, 132, 253);
}

.btn-blue {
    color: #fff;
    background: var(--bleu-clair) !important;
    border-color: var(--bleu-clair);
}

hr {
    background-color: #8d9c71;
}

.text-4xl {
    font-size: 2.25rem; /* 36px */
    line-height: 2.5rem; /* 40px */
}

/************************************************************/
/***** FOOTER *****/
.comments-section form,
.comments-section alert {
    max-width: 800px;
}
/************************************************************/
/***** FOOTER *****/
footer {
    background: #ebe9e9;
    padding: 1rem;
    margin-top: auto !important;
}

footer.my-container {
    text-align: center;
    margin-top: auto;
    padding: 1rem;
}

footer p {
    text-align: center;
}

/*===========================================================*/
.container-cards {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 542px) {
    .container-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 800px) {
    .container-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 996px) {
    .container-cards {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

/************DASHBOARD***************/
/*#dashboard-page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    margin-top: 3rem;
}

#dashboard-page a {
    background: rgb(226 232 240);
    border-radius: 10px;
    padding: 1.5rem;
    font-size: 2rem;
    text-align: center;
}*/

/***********************************************/
/*********CKEDITOR**********/
.ck.ck-content {
    height: 500px;
}

/************************************************/
/***********CONNECTION FORMS*************/
.connection-forms {
    max-width: 600px;
    margin-inline: auto;
    margin-top: 3rem;
}

/**********************************************/
/*TO TOP*/
#top {
    position: fixed;
    right: 1.3rem;
    bottom: 2rem;
    background-color: transparent;
    border: none;
    z-index: 2;
    text-align: center;
}

@media (min-width: 2500px) {
    #top {
        right: 2.5rem;
    }
}

#arrow-upper {
    height: 50px;
}
