@charset "UTF-8";
@import url(main.css);
.b-bloc-divider { height: 30px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

.lh-1.mb-5 { margin-bottom: 0rem !important; }

.navbar-brand { height: 8vh !important; width: 8vw !important; }

.logo_nav { height: 7vh !important; }

.fs-2.fw-700.titles.text-color-sixth:after { content: ""; display: block; width: 200px; height: 2px; background-color: #c27a88; margin: 11px auto 0; border-radius: 2px; }

.fs-2.fw-700.titles::after { content: ""; display: block; width: 200px; height: 2px; background-color: #c27a88; margin: 11px auto 0; border-radius: 2px; }

.fs-2.titles.text-color-sixth:after { content: ""; display: block; width: 200px; height: 2px; background-color: #c27a88; margin: 11px auto 0; border-radius: 2px; }

.svg-picto-card > svg { width: 55% !important; }

.animated-border-button:after { background-color: #C27A88; }

/*------------------------------------------Bouton Fixe en bas à droite------------------------------*/
.btnFixe { position: fixed; bottom: 20px; right: 20px; z-index: 10; width: 90px; transition: width 0.5s ease; }

.btnFixe:hover { width: 115px; transition: width 0.5s ease; }

@media screen and (max-width: 768px) { .btnFixe { display: block; position: fixed; bottom: 10px; right: 10px; z-index: 10; width: 70px; } }

/*---------Coins image----------------------*/
img.d-block.mx-lg-auto.img-fluid { border-radius: 20px; }

/*---------Ombres bloc image----------------------*/
.mx-auto.col-lg-11.px-4.py-4.mb-5.mt-5.text-color-primary.rounded-3.shadow-lg.bg-primaryColor.position-relative { box-shadow: none !important; }

/*---------Bloc SEO----------------------*/
.first-activity-div.shadow-lg { box-shadow: none !important; }

.second-activity-div.shadow-lg { box-shadow: none !important; }

.third-activity-div.shadow-lg { box-shadow: none !important; }

.col-12.col-sm-8.col-lg-5.my-0.order-2.order-lg-2.order-xl-2.order-xxl-2 { border: 2px solid #C27A88; border-radius: 30px; padding: 10px; }

@media (max-width: 767.98px) { .first-activity-div .col-lg-7 { text-align: center !important; } }

@media (max-width: 767.98px) { .second-activity-div .col-lg-7 { text-align: center !important; } }

@media (max-width: 767.98px) { .third-activity-div .col-lg-7 { text-align: center !important; } }

/*---------Cartes custom----------------------*/
.gpj-card-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; padding: 40px 20px; background-color: #fff1f2; box-sizing: border-box; }

.gpj-card { flex: 1 1 calc(25% - 20px); /* Au lieu de 33.333% */ max-width: calc(25% - 20px); /* 4 cartes par ligne sur écran large */ aspect-ratio: 2.8 / 2.8; /* Cartes un peu moins hautes */ border: 2px solid #C27A88; border-radius: 30px; padding: 10px; /* Réduit le padding interne */ background: transparent; box-sizing: border-box; }

.gpj-card-inner { width: 100%; height: 100%; position: relative; border-radius: 20px; overflow: hidden; }

.gpj-card-inner img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; display: block; }

.gpj-card-text { position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center; color: white; padding: 0 20px; box-sizing: border-box; transition: transform 0.4s ease; }

.gpj-card-text h3 { margin-bottom: 10px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }

.gpj-hover-content { transform: translateY(100%); opacity: 0; transition: all 0.4s ease; }

.gpj-card-inner:hover .gpj-card-text { transform: translateY(-40px); }

.gpj-card-inner:hover .gpj-hover-content { transform: translateY(0); opacity: 1; }

.gpj-hover-content p { font-size: 1.0rem; margin-bottom: 15px; background: rgba(20, 20, 20, 0.6); padding: 10px; border-radius: 10px; }

.gpj-hover-content button { background: #C27A88; border: none; padding: 10px 20px; color: white; font-weight: bold; border-radius: 20px; cursor: pointer; transition: background-color 0.3s ease; }

.gpj-hover-content button:hover { background: #AC6A77; }

/* Responsive layout */
@media (max-width: 1024px) { .gpj-card { flex: 1 1 calc(33.333% - 20px); max-width: calc(33.333% - 20px); } }

@media (max-width: 768px) { .gpj-card { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); } }

@media (max-width: 480px) { .gpj-card { flex: 1 1 100%; max-width: 100%; } }

/*# sourceMappingURL=custom.css.map */