* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    height: 100vh;
}

html body {
    font-family: "Red Hat Display", sans-serif;
}

.none-display {
    color: transparent;
}

li, ul {
    list-style-type: none;
}

label {
    font-weight: bold;
}


/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper {
    max-height: 350px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

/* Style de la barre de défilement pour qu'elle soit plus élégante */
.table-wrapper::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper {
    max-height: 600px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

.icon-social {
    color: blue;
}

.custom-masthead {
    background-blend-mode: overlay;
}

.bg-adherent-fiche {
    background: rgba(2, 2, 154, 0.82);
    color: white;
}

.bg-adherent-fiche-2 {
    background: rgba(184, 184, 215, 0.82);
    color: black !important;
}

.up-to-header {
    background-color: gray !important;
    color: white;
    padding: 20px 0 40px;
    height: 100px;
}

.image-eye:hover {
    border-radius: 50px;
    background-color: white;
}

.image-eye-2:hover {
    border-radius: 50px;
    background-color: #e9d7d7;
}

.container-parametre {
    height: 600px;
}

.btn-outline-danger {
    border-radius: 50px;
}

h1, h2, .nothing {
    font-family: "Nothing You Could Do", sans-serif;
    font-weight: 800;
}

.nothing {
    font-family: "Nothing You Could Do", sans-serif;
    font-weight: 800;
}

.permanent-marker-regular {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
}

.icon-param {
    transition: transform 0.2s ease;
}

.icon-param:hover {
    transform: translateY(-1px);
}

.text-deco-none {
    text-decoration: none;
}

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

label {
    margin-top: 10px;
}

.cheque {
    display: none;
}

.payment-summary {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1em;
    border: 1px solid rgba(2, 2, 154, 0.82);
    border-radius: 8px;
    background-color: #f9f9f9;
}

.payment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
}

.payment-row .label {
    font-weight: bold;
    text-align: left;
    flex: 1;
}

.payment-row .value {
    text-align: right;
    flex: 1;
    color: #007BFF; /* Bleu pour les montants */
    font-weight: bold;
}


.param-param-passage-de-grade,
.param-param-gallery,
.param-param-adherent,
.param-param,
.param-team,
.param-passage-config,
.param-activités,
.param-stats,
.param-session,
.param-adherent,
.param-competitions {
    border: solid 1px blue;
    border-radius: 5px;
    padding: 0 15px 15px 15px;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
}

.param-activités {
    border: solid 1px blue;
    margin: 10px;
    box-shadow: 2px 2px 2px 1px rgba(124, 124, 212, 0.2);
 }

.param-param {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 600px;
}

.param-param-passage-de-grade {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.param-param-gallery {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.param-param-adherent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.param-add-row {
    max-width: 1200px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.param-stats {
    margin: 10px;
 }

.param-session {
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
 }

.param-adherent {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
 }

.param-competitions {
    margin-left: auto;
    margin-right: auto;
 }

.param-passage-config {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}

.param-licence-config,
.param-policy-config,
.param-inscription-config,
.param-param-config,
.param-param-config-price,
.param-team-config,
.param-config,
.param-session-config,
.param-address-config,
.param-dojo-config,
.param-adherents-config,
.param-liste-adherents-competitions-config,
.param-competitions-config,
.param-session-listes-adherents,
.param-session-config-detail,
.param-team-details-config,
.param-activités-config {
    position: relative;
    right: 0;
    background: white;
}

.param-policy-config {
    top: -25px;
    min-width: 300px;
    max-width: 350px;
}

.param-param-config-price {
    top: -40px;
    min-width: 200px;
    max-width: 300px;
}


.centrage-detail-config {
    margin-left: auto;
    margin-right: auto;
    width: 400px
}

.param-activités-config {
    top: -40px;
    width: 300px;
}

.param-team-details-config {
    top: -60px;
    left: 30px;
    max-width: 400px;
    text-align: center;
}

.param-param-config {
    top: -60px;
    max-width: 550px;
    text-align: center;
}

.param-team-config {
    top: -50px;
    max-width: 300px;
    text-align: center;
}

.param-session-config-detail {
    top: -22px;
    width: 300px;
}

.param-session-listes-adherents {
    top: -22px;
    width: 320px;
}

.param-competitions-config {
    top: 0;
    left: 15px;
    width: 170px;
    text-align: center
}

.param-liste-adherents-competitions-config {
    top: -20px;
    left: 15px;
    max-width: 150px;
    text-align: center;
}

.param-adherents-config {
    top: -34px;
    left: 15px;
    max-width: 150px;
    text-align: center;
}

.param-dojo-config {
    top: -20px;
    left: 15px;
    max-width: 250px;
    text-align: center;
}

.param-licence-config {
    top: -20px;
    left: 15px;
    max-width: 200px;
    text-align: center;
}

.param-inscription-config {
    top: -20px;
    left: 15px;
    max-width: 300px;
    text-align: center;
}

.param-address-config {
    top: -20px;
    left: 15px;
    max-width: 300px;
    text-align: center;
}

.param-session-config {
    top: -18px;
    left: 5px;
    max-width: 280px;
    text-align: center;
}

.param-config {
    top: -30px;
    left: 25px;
    width: 500px;
    text-align: center;
}

.scroll-bar {
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-wrapper-adherents-details {
    height: 150px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

.height-name{
    height: 200px;
}

.img-border {
    border: solid 1px gray;
}



.link-index-2 {
    background-color: #ffffff;
    color: black;
    border-color: #6c757d;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.link-index-2:hover {
    background-color: #cde5f6;
    color: black;
    border-color: #6c757d;
}

.a-decoration {
    text-decoration: none;
    color: blue;
}

.a-decoration-name-adherent {
    text-decoration: none;
    color: white;
}

.a-decoration-name-adherent:hover {
    text-decoration: none;
    color: white;
}

.large {
    width: 150px;
}

.a-decoration:hover {
    text-decoration: none;
    color: #1d2945;
}


.cadre-adherents-name {
    padding: 10px;
    border: solid 1px darkgray;
    background-color: #cde5f6;
}

.icon-plus:hover {
    background-color: #4646e0;
    border-radius: 50px;
}

.btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 8px;
    transition: 0.5s;
    line-height: 1;
    background: #4646e0;
    margin: 10px;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #83cbe2;
    text-decoration: none;
    text-align: center;
    width: auto;
    box-shadow: 0 0 2px 1px rgba(0, 0, 255, .2);
}

.button-ajouter {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 255, .2);
    background: #4646e0;
}

.button-ajouter:hover {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 255, .2);
    background: blue;
}

.btn-get-started:hover {
    background: #7bd4e0;
    color: blue;
    text-decoration: none;
    border: 2px solid blue;
}

.session-item {
    transition: background-color 0.3s ease;
}

.session-item:hover {
    background-color: #f1f1f1; /* Effet hover doux */
}

.card-header {
    font-size: 1.5rem;
}

.card {
    border: none;
}

.centrage-création-session {
    margin-right: auto;
    margin-left: auto;
}

.button-delete {
    background-color: #df5959;
    margin-left: 30px;
}

.centrage-col {
    margin-left: 0;
    margin-right: 0;
}

.centrage-col-2 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}


.button-delete:hover {
    background-color: #d4cbcb;
}

.adherent-detail-session {
    margin-left: auto;
    margin-right: auto;
}

.index-liste-adherents {
    margin-right: auto;
    margin-left: auto;
}

.with-adh-details-label {
    width: 130px;
}

.with-adh-details {
    width: 100px;
}

@media (max-width: 1200px) {
    .centrage-col {
        width: 100%;
    }
    .navbar {
        text-align: center;
    }
    .param-team-details-config {
        text-align: center;
    }
    .image-team-detail {
        border: solid 1px blue;
        width: 280px;
    }
    .index-liste-adherents {
        margin-right: auto;
        margin-left: auto;
        width: 300px;
    }
}

@media (max-width: 1030px){
    .param-activités {
        width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
    .index-liste-adherents {
        margin-right: auto;
        margin-left: auto;
    }

}

@media (max-width: 991px) {
    .header-menu-no-connected {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

@media (max-width: 700px) {
    .container-marge-top {
        margin-top: 20%;
    }
    .cache {
        display: none;
    }
    h5, h2, h1, h5 {
        font-size: 90%;
    }
    .param-activités {
        width: 300px;
    }
    .param-param-config-price {
        top: -55px;
    }
    .param-team-details-config {
        top: -60px;
        left: 0;
        max-width: 400px;
        text-align: center;
    }
    .param-param-passage-de-grade {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }
}

@media (max-width: 768px) {
    .param-activités {
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
        min-width: 350px;
    }
    .index-liste-adherents {
        width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .centrage-col-2 {
        margin-left: 10px;
        margin-right: auto;
    }
    .centrage-detail-config {
        margin-left: auto;
        margin-right: auto;
        width: 320px
    }
    .table-activity {
        max-width: 380px;
    }
    .image-carousel {
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        max-width: 100%;
    }
    .param-param {
        margin-top: 110px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        min-width: 350px;
    }
}

.session-item {
    transition: background-color 0.3s ease;
}

.session-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.centrage-col {
    margin-left: auto;
    margin-right: auto;
}

/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper {
    max-height: 400px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

/* Style de la barre de défilement pour qu'elle soit plus élégante */
.table-wrapper::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Limite la hauteur des tableaux et ajoute une barre de défilement */
.table-wrapper-adherents {
    max-height: 600px; /* Ajustez la hauteur selon vos besoins */
    overflow-y: auto; /* Barre de défilement verticale */
}

/* Style de la barre de défilement pour qu'elle soit plus élégante */
.table-wrapper-adherents::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper-adherents::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.table-wrapper-adherents::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

.test {
    color: rgba(215, 195, 71, 0.77);
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
}

.trait-titre-portrait {
    min-height: 1px;
    background-color: black;
}

.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    border-radius: 4px;
    overflow: hidden;
}

.team .member img {
    transition: all ease-in-out 0.4s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.image_team{
    width: 320px;
    height: 350px;
}

.container-img {
    border-radius: 10px;
}

.team .member .member-info {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    background: white;
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.team-icon {
    width: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #587B9F;
    position: relative;
    padding-bottom: 10px;
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #0d12fc;
    bottom: 0;
    left: calc(50% - 25px);
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #01036f;
}

.team .member .social {
    margin-top: 10px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #01036f;
}

.team .member .social a:hover {
    color: #587B9F;
}

.image-team-detail {
    border-radius: 200px;
    border: solid 1px blue;
    padding: 2px;
    width: 300px;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.card-home {
    color: white;
    font-size: 30px;
}

/*--------------------------------------------------------------
# Blog:Prices
--------------------------------------------------------------*/

.table-prices {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.text-white {
    color: white;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #32627b;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #68A4C4;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #dddddd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 15px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #aaaaaa;
  font-size: 14px;
  display: inline-block;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #68A4C4;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #32627b;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #32627b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #90c0d8;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #68A4C4;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #72afce;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #68A4C4;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #32627b;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #72afce;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a2cce3;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a2cce3;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  background-color: #32627b;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #68A4C4;
}

.blog .blog-pagination {
  color: #7b9bab;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #68A4C4;
  border: 1px solid #68A4C4;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #32627b;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #32627b;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #68A4C4;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #3f8db5;
}

.blog .sidebar .categories ul a:hover {
  color: #68A4C4;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #0d2735;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #68A4C4;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #72afce;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #32627b;
  background: #32627b;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

/* Styles for Carousel */
/* Styles pour masquer les éléments non actifs */
#carousel-home .carousel-info {
    background-color: rgba(0, 21, 255, 0.53);
    padding: 80px;
    border-radius: 15px;
}

header.masthead .bandeaux-pages-home {
    background-size: cover; /* L'image remplit l'arrière-plan */
    background-position: center center; /* Centrage */
    background-attachment: scroll; /* Défilement normal pour éviter les problèmes */
}

@media (max-width: 768px) {
    header.masthead, .bandeaux-pages-home {
        background-attachment: scroll;
        background-size: cover;
    }
}

/* Masquer toutes les diapositives inactives */
#carousel-home .carousel-item {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 1s ease-in-out;
}

/* Afficher uniquement la diapositive active */
#carousel-home .carousel-item.active {
    display: block;
    opacity: 1;
    position: relative;
    animation: fadeSlideIn 1s ease-in-out;
}

/* Style du texte */
h4 {
    font-size: 1.5rem;
    color: #ffffff;
}

/* Style de l'image */
#carousel-home .image-carousel {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    max-height: 450px;
}

#carousel-home .carousel-box-img {
    margin-left: -60px;
}

/* Ajustements responsive pour mobile */
@media (max-width: 768px) {
    #carousel-home .carousel-item .col-lg-6 {
        text-align: center;
    }
    #carousel-home .carousel-box-img {
        margin-left: 20px;
        width: 100%;
    }
    .image-carousel {
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        height: auto;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
    #carousel-home .carousel-info {
        background-color: rgba(0, 21, 255, 0.53);
        padding: 20px;
        border-radius: 15px;
        margin-left: 20px;
    }
}

/* Animation de fondu et glissement */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px); /* Glissement depuis le bas */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bandeaux-pages-home {
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

.table-activity {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

/*----------INSCRIPTIONS-----------*/
.clear {
    clear: both;
}

.wrapper {
    width: 800px;
    margin: 0 auto;
    padding: 0 10px
}

#activity {
    background-color: #efefef;
}

#activity article {
    width: 100%;
    height: 340px;
    float: left;
    border-radius: 8px;
}

#activity article:first-child {
    margin-right: 20px;
}

.overlay {
    background: rgba(255,255,255, 0.80);
    height: 100%;
    width: 350px;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

#activity h4 {
    border-bottom: 1px solid #cda9a9;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}

#activity small {
    font-size: 13px;
    font-style: italic;
}

#activity p {
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

/*----------Gallery--------*/

#gallery .image-carousel-gallery {
    width: 100%;
    max-height: 700px;
    object-fit: cover; /* Pour que l'image remplisse le conteneur tout en gardant ses proportions */
    object-position: center; /* Centrer l'image si elle est recadrée */
    display: block; /* Supprime tout espace blanc autour de l'image */
}

#gallery .image-gallery {
    width: 100%;
    height: 300px; /* Fixez une hauteur spécifique pour l'image. Ajustez selon vos besoins */
    object-fit: cover; /* L'image va couvrir toute la zone sans déformation */
    object-position: center; /* Centre l'image si elle est recadrée */
    display: block; /* Enlève les marges ou espaces par défaut autour de l'image */
    border-radius: 8px 8px 0 0;
}

.card-gallery {
    padding: 0; /* Enlève tout le padding pour que l'image occupe tout l'espace */
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #1d2945;
    float: left;
    width: 50px;
    height: 50px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1d2945;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #1d2945;
}

.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #87a5c4;
    color: #fff;
    margin-bottom: 20px;
}

.border-title-team,
.border-title-medias,
.border-title {
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #0d12fc;
    padding: 20px;
}

.border-title-medias {
    width: 400px;
}

.border-title {
    width: 300px;
}

.border-title-team {
    width: 500px;
}
/*--------------------------------------------------------------
# Messagerie
--------------------------------------------------------------*/

.messagerie-message-block {
    border: solid 1px #a4b0bb;
    padding: 15px;
    border-radius: 5px;
    background-color: #ede5e5;
}

.texte-messagerie {
    font-size: 15px;
}

.messagerie-message {
    border: solid 1px #a4b0bb;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
}
