body{
    color: #1B3C53;
    font-family: 'Montserrat', sans-serif;
}

.nav-link{
    color: #1B3C53;
    font-size:14px;
    margin-left: 10px;
    margin-right:10px;
}

.nav-link:hover{
    color: #F5005E
}

.tab-title{
    font-size: 16px;
    color: #1B3C53 !important;
    font-weight: 500;
}

.btn-custom-primary {
    transition: background 0.2s ease-in;
    background-color:#F5005E !important;
    color: #fff;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight:600;
}

.btn-custom-primary:hover {
    cursor: pointer;
    transition:all 0.3s;
    transform: scale(1.05);
}

.btn-custom-secondary {
    transition: background 0.2s ease-in;
    background-color:white !important;
    color: #102331;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight:600;
}

.btn-custom-secondary:hover {
    cursor: pointer;
    transition:all 0.3s;
    transform: scale(1.05);
}

.btn-custom {
    text-align: center;
    border-radius: 50px;
    margin:0px 5px;
    padding: 10px 25px;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 13px;
    cursor: pointer;
}

.presencia-title {
    color: #102331;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
}

.img-features{
    border-radius: 16px;
    object-fit: cover;
}

.my-6{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.subsize {
    font-size:24px !important;
    margin:0;
    line-height: 20px;
}

.subsize3 {
    font-size:22px !important;
    margin:0;
    line-height: 20px;
}

.subsize2 {
    font-size:30px !important;
    line-height:35px !important;
}

.rouge{
    color: #F5005E !important;
}

.accordion-button:not(.collapsed) {
    background-color:white !important;
}

.subtitle{
    font-size: 17px;
    color:#103C55;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 25px;
    font-weight:400;
}

.custom-input{
    border-radius: 50px !important;
    height:45px;
}

label{
    font-size: 17px !important;
    color: #180C47;

}

.custom-textarea{
    border-radius: 20px !important;
    height:200px;
}

.mt-6{
    margin-top: 6rem !important;
}

.bg-geswork2{
    background: transparent linear-gradient(125deg, #F5005E 42%, #0f2841 100%) 0% 0% no-repeat padding-box !important;
}

.sticky-top {
    top: 0;
    z-index: 1020;
}

.stepCard{
    border: 1px solid #e6e8f5;
    border-radius: 15px;
    background-color: white;
    min-height: 220px;
    padding: 20px;
}

.card-subtitle{
    font-size: 19px;
    color: #180C47;
    margin-bottom: 10px;
}

.card-subtitle-2{
    font-size: 15px;
    color: #F5005E;
    margin-top: 0px;
}

.customcard-text{
    font-size: 16px;
    color: #180C47;
    text-align:center;
}

.custom-avatar{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logo{
    margin-left:12px;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.bg-geswork{
    background-image:url('https://geswork.fr/assets/img/bg_hero2.png');
    background-position: center;
    background-position-y: -300px;
}

header{
    .navbar{
        position:sticky;

        .container{
            height:70px;
            box-shadow: 0px 3px 6px #00000029;
            border-radius: 66px;
            background-color:white;
        }
    }
}

.geswork-hero{
    margin-top:100px;
    padding-bottom:100px;

    .blocBtn{
        display:flex;
        justify-content:center;
        margin-top:30px;
    }

    h2{
        font-size:30px;
        margin-bottom:0px;
    }

    h1{
        font-size:40px;
        margin-bottom:0px;
    }

    p{
        margin-top:20px;
    }
}

.geswork-packs{
    img{
        box-shadow: 0px 3px 6px #00000029;
        border-radius:16px;
        height:200px;
        text-align:center;
        margin-top:30px;
    }

    img:hover {
        cursor: pointer;
        transition: all 0.3s;
        transform: rotate(-3deg) scale(1.05);
    }

    img {
        transition: all 0.3s;
        transform: rotate(0deg) scale(1);
    }

    .geswork-more-infos{
        display:none;
    }

    img:hover .geswork-more-infos{
        display:flex;
        justify-content:center;
        align-items: center;
        font-size:20px;
        position:relative;
        width:100%;
        height:100%;
        z-index:1000;
    }
}

.geswork-nospacks{
    margin-top:60px;
}

.geswork-bg-dark{
    background-color:#F9FAFB;
    padding-top:100px;
    padding-bottom:100px;
}

.geswork-bg-light{
    background-color:white;
    padding-top:50px;
    padding-bottom:50px;
}

.ges-apps>.container{
    img{
        margin-top:70px;
    }
}

.img-frame{
    box-shadow: 0px 3px 6px #00000029;
    padding:16px;
    border-radius:16px;
    background-color:white;
}

footer{
    background-color: #103C55;
    color:white;
    padding:20px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;

    a{
        color:white;
    }
}

@media (max-width: 768px) {
    .geswork-packs{
        img{
            height:auto;
        }
    }

    .geswork-hero{
        margin-top:140px;

        h2{
            font-size:15px;
        }

        h1{
            font-size:26px;
        }
    }

    .blocBtn{
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-direction: column;

        .btn-custom-primary{
            margin-bottom: 10px;
        }
    }

    .navbar{
        position: fixed !important;
        width: 96vw;
        left: 2vw;
    }

    .navbar-collapse{
        background-color:white;
        border-radius: 10px;
        box-shadow: 0px 3px 6px #00000029;
    }

    .nav-item{
        margin-top: 10px;
        margin-bottom: 10px;
        text-align:center;
    }
}

/* ------------------------------------------------------------------------------------------------- */

.icon-commerciale {
    display: flex;
    gap: 20px;
}

.card-header {
    display: flex;
}

.card-commerciale {
    border-radius: 15px;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 6px #00000029(0, 0, 0, 0.1);
    width: 20em;
    font: normal normal 600 18px/25px Poppins;
}

.card-commerciale:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-commerciale .icon img {
    width: 50px;
    height: auto;
}

.card-commerciale h3 {
    font-size: 18px;
    color: #f5005e;
}

.card-commerciale h4 {
    font-size: 23px;
    color: #333;
    margin-bottom: 1rem;
}

.card-commerciale p {
    text-align: left;
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0px;
    color: #103C55;
    opacity: 1;
}

.card-commerciale ul {
    padding-left: 20px;
    list-style: none;
}

.card-commerciale ul li {
    position: relative;
    letter-spacing: 0px;
    font: normal normal normal 20px/30px Poppins;
    opacity: 1;
    color: #103C55;
}

.card-commerciale ul li::before {
    content: '•';
    color: #f5005e;
    position: absolute;
    left: -15px;
    top: 0;
}

.card-gestion-commerciale {
    width:569px;
    display: grid;
    font: normal normal 600 18px/25px Poppins;
}

.geswork-commerciale .row {
    margin-right: 60;
    justify-content: space-between;
}

.full-icons {
    display: flex;
    justify-content: center;
}

.blocBtn {
    padding-bottom: 30px;
}

.title-commerciale {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
}

.geswork-commerciale {
    text-align: center;
    margin-bottom: 20px;
    margin-top:100px;
    padding-bottom:100px;
}

.geswork-commerciale h2 {
    font-size: 22px;
    font-weight: 600;
    color: #103C55;
}

.geswork-commerciale h2 .rouge {
    color: #F5005E;
    font-size: 35px;
}

.geswork-commerciale h1 {
    font-size: 45px;
    font-weight: 600;
    color: #103C55;
}

.card-gestion-commerciale {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    width: 400px;
}

.card-gestion-commerciale h5 {
    margin-bottom: 5px;
    font: normal normal 600 27px/39px Poppins;
}

.card-gestion-commerciale h3 {
    font-weight: 600;
    color: #103C55;
    margin-bottom: 15px;
}

.card-gestion-commerciale .d-flex img {
    margin: 0 8px;
    padding: 5px;
    border-radius: 5px;
}

.card-gestion-commerciale ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.card-gestion-commerciale ul li {
    font-size: 16px;
    font-weight: 600;
    color: #103C55;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.card-gestion-commerciale ul li:last-child {
    border-bottom: none;
}

/* Price section */
.card-gestion-commerciale .price-section {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #F5005E;
}

.card-gestion-commerciale h3.text-danger {
    font-size: 24px;
    font-weight: bold;
    color: #212529;
    margin-top: 5px;
}

.card-gestion-commerciale h3.text-danger span {
    font-size: 16px;
    font-weight: normal;
    color: #F5005E;
}

.card-gestion-commerciale .btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.blocBtnComm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.blocBtnComm .btn {
    width: 100%;
    max-width: 400px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.module-item {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

/* RESPONSIVE DESIGN */

/* TABLETTES (max-width: 768px) */
@media (max-width: 768px) {
    .geswork-commerciale {
        margin-top: 60px;
        padding-bottom: 60px;
    }

    .geswork-commerciale h1 {
        font-size: 22px;
    }

    .card-gestion-commerciale {
        padding: 20px;
        max-width: 350px;
    }

    .icon-commerciale {
        gap: 10px;
    }

    .icon-commerciale img {
        width: 85px;
        height: 85px;
    }

    .card-gestion-commerciale ul li {
        font-size: 14px;
        padding: 10px 0;
    }

    .blocBtnComm {
        max-width: 350px;
    }

    .blocBtnComm .btn {
        font-size: 14px;
        padding: 10px;
    }
}

/* MOBILES (max-width: 576px) */
@media (max-width: 576px) {
    .geswork-commerciale {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .geswork-commerciale h1 {
        font-size: 20px;
    }

    .card-gestion-commerciale {
        padding: 15px;
        max-width: 100%;
    }

    .icon-commerciale {
        flex-wrap: wrap;
        gap: 8px;
    }

    .icon-commerciale img {
        width: 80px;
        height: 80px;
    }

    .card-gestion-commerciale ul li {
        font-size: 13px;
        padding: 8px 0;
    }

    .blocBtnComm {
        max-width: 100%;
    }

    .blocBtnComm .btn {
        font-size: 14px;
        padding: 8px;
    }
}

/* GRAND ÉCRAN (max-width: 1024px) */
@media (max-width: 1024px) {
    .geswork-commerciale {
        margin-top: 10em;
        padding-bottom: 80px;
    }

    .card-gestion-commerciale {
        max-width: 90%;
    }

    .blocBtnComm {
        max-width: 420px;
    }
}
