@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
.logo-site {
    width: 120px;
    height: auto;
}
.navbar {
    background-color: #ffffff00;
    padding: 10px 20px;
}
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6;
    color:#333
}
.services-list li {
    margin-bottom: 10px;
}
body {
    background-image: url('../images/background/3.webp');
    background-color: #f0f0f0;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
.img-fluid2 {
    border-radius: 20px;
    width: 400px;
    height: auto;
}
.pennylane-logo {
    max-width: 200px;
    border: 2px solid #245360;
    padding:10px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pennylane-logo:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.nav-link {
    font-size: 18px;
    color: #333;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-link.active {
    background-color: #e0e9eb86;
    border-radius: 10px;
}
.navbar-nav .nav-item {
    margin-right: 15px;
}
.bi-search {
    font-size: 20px;
    color: #333;
    cursor: pointer;
}
.bi-search:hover {
    color: #245360;
}
/* Footer*/
.btn-custom {
    background-color: white;
    color: #245360;
    border-radius: 30px;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Playfair Display', serif;
    border: 2px solid #245360;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    margin: 0 auto;
}
.btn-custom:hover {
    background-color: #245360; 
    color: white;
}
.footer {
    background-color: #fff;
    padding: 30px 0; 
    color: #333; 
}
.footer .container {
    max-width: 1200px; 
    margin: 0 auto;
}
.row {
    display: flex;
    justify-content: space-between;
}
.footer-col {
    flex: 1;
    margin: 0 15px;
}
.footer-col h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif; 
    color: #245360; 
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
}
.footer-links a:hover {
    text-decoration: underline;
    color: #245360;
}
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9rem;
    color: #333;
}
.footer-separator {
    border: none;
    border-top: 2px solid #245360;
    margin: 0;
}
/* Section avec bord arrondi et couleur personnalisée */
section {
    position: relative;
    padding: 20px 0;
    margin-top: -25px;
}
.bulles {
    background-color: #245360;
    border-radius: 35px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    background-color: transparent;
}
.text-container {
    background-color: #245360;
    border-radius: 30px;
    padding: 30px;
    color: #fff;
    position: relative;
}
.text-container h1 {
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.text-container p {
    font-size: 1.2rem;
}
.logos {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
h2 {
    font-size: 2rem;
    font-family: 'Playfair Display', serif; 
    font-weight: 700;
    color: #245360;
}
.logo-img {
    width: 100px;
    height: auto;
    margin: 0 10px;
}
.scroll-down {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-down i {
    font-size: 40px;
    color: #292626;
    animation: bounce 2s infinite; 
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    font-size: 2.7rem;
    display: none;
    z-index: 1000;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.scroll-to-top i:hover {
    color: #f9a825;
    transform: translateY(-5px);
}
.scroll-to-top.show {
    display: block;
}
.scroll-to-top i {
    font-size: 2.7rem;
    color: #67909b;
}
.decoration-graphic {
    position: absolute;
    top: 0%;
    right: -1%;
    width: 80px;
    height: auto;
    z-index: 1;
    animation: fadeIn 1.5s ease-in-out;
}
/* Section Cartes/Bulles */
.custom-bubble-section {
    padding: 50px 0;
}
.bubble-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 0;
}
.bubble-card {
    flex: 1;
    border-radius: 20px;
    background-color: #fff;
    border: 3px solid;
    color: #333;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 40px;
}
.bubble-card h3 {
    font-size: 1.5rem;
    margin-left: 40px;
    font-family: 'Playfair Display', serif;
    padding : 5px 20px;
    color : white;
    border-radius: 30px;
    margin-top:20px;
    display: inline-block;
}
.bubble-card p {
    font-size: 1rem;
    margin-left: 40px;
    margin-right:40px;
    margin-bottom: 40px;
    margin-top:15px;
}
.bubble-blue {
    border-color: #5ABBC4;
}
.sur-blue{
    background-color: #5ABBC4 ;   
}
.sur-green {
    background-color: #15ec88;
}
.sur-orange {
    background-color: #f79e38;
}
.sur-red {
    background-color: #822ed1;
}
.sur-purple {
    background-color: #245360;
}
.bubble-green {
    border-color: #15ec88;
}
.bubble-orange {
    border-color: #f79e38;
}
.bubble-red {
    border-color: #822ed1;
}
.bubble-purple {
    border-color: #245360;
}
.bubble-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.accordion-button {
    color: #333;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #245360;
    outline: none;
    transition: background-color 0.3s ease;
}
.accordion-button:hover {
    background-color: #1E4A52;
    color : white;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #1E4A52;
    color: #FFF;
}
.accordion-header {
    border-bottom: 2px solid #245360;
}
.text-link {
    color:  #5ABBC4;
    text-decoration: underline;
    cursor: pointer;
}
.text-link:hover {
    color: #F8B133;
}
.scroll-down {
    position: relative;
    top: 2vh;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.lead{
    text-align: justify;
}
@media (max-width: 1024px) {
     p, h1, h2, h3, h4, h5, h6, .text-container, .bulle-text, .services-list, .lead, .decouverte-text, .accordion-body {
        text-align: left !important;
    }
    .services-list li{
        font-size: 1rem;
    }
    .responsive_img{
        width: 100% !important;
    }
    .scroll-down {
        top: 6vh; 
    }
    .scroll-down i {
        font-size: 2.5rem;
    }
    .bubble-row {
        flex-direction: column;
        gap: 15px;
    }
    .btn-custom {
        font-size: 0.9rem;
        padding: 8px 30px;
    }
    .bubble-card {
        padding: 10px;
    }
    .navbar-brand img {
        width: 90px;
    }
    .nav-link {
        font-size: 16px;
        padding: 5px 15px;
    }
    .text-container{
        padding : 20px !important;
    }
    .footer-phrase{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .text-container h1 {
        font-size: 2rem;
    }
    .text-container p {
        font-size: 1rem;
    }
    .col-lg-6, .custom-image, .img-fluid2 {
        max-width: 100%;
        padding: 15px;
    }
    .services .section-title {
        font-size: 1.31rem;
        margin-bottom: 10px;
        margin-left:none;
        text-align: left;
    }
    .services {
        font-size: 0.9rem;
        padding-left: 0px;
    }
    .services .col-lg-6 {
        padding: 10px;
    }
    .services .col-lg-6:nth-child(2) {
        width: 100%;
        text-align: justify;
    }
    .container {
        padding: 5px;
        background-color: transparent;
    }
    .img-fluid2 {
        margin-top: -10px;
        border-radius: 40px !important;
        display: block;
        margin: 0 auto;
    }
    body {
        background-color: #ffffff !important;
        background-image: none !important;
    }
    .footer-col {
        margin-bottom: 20px;
    }
    .footer-col h3 {
        font-size: 1.2rem;
    }
    .footer .footer-col:nth-child(3) {
        order: 3;
        text-align: center;
        margin-top: 20px;
    }
    .footer-bottom {
        text-align: left;
        width: 100%;
    }
    .text-container h1,
    .text-container2 h1,
    .section-title {
        text-align: left !important;
    }
}