body {
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    width: 100%;
}

/* #header {
    background-image: url("../images/tech1.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 748.81px;
    min-height: 748.81px;
    padding-top: initial;
} */


.nav-link.active, .nav-link:hover {
    background-color: #0dcaf0;
    color: #053053;
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../images/tech1.jpg");
    background-position: center center;
    background-size: cover;
}

section {
    padding: 3rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #0dcaf0;
}

.service-box {
    max-width: 400px;
}

.service-box-lg {
    max-width: 90%;
}

.carousel-cell {
    width: 35%;
    height: auto;
}

.responsive-img
{
    width: 20%;
    max-width: 82px;
    margin: 0 1rem 1rem;
}

.responsive-img2
{
    width: 20%;
    max-width: 182px;
    margin: 0 1rem 1rem;
}

.text-muted
{
    color: #6c757d !important;
}

.icone-co
{
    color: #0dcaf0
    ;
}

#contact {
    background-image: url('../images/tech1.jpg');
    background-position: center center;
    background-size: cover;
}

.navbar-bg
{
    background-image: url("../images/tech1.jpg");
    background-position: top top;
    background-size: cover;
}

/* Mobile Styles */
@media (max-width: 576px) {
    .name {
        font-size: 15px !important;
    }
    header.masthead {
        padding-top: 5rem;
        padding-bottom: calc(5rem - 56px);
    }

    header.masthead h1 {
        font-size: 2rem !important;
    }

    .colM{
        margin-bottom: 0px !important;
        height: 8rem !important;
        margin-top: 20px;
    }

    header.masthead p {
        font-size: 13px !important;
    }

    #hard-skills img {
        
    }

    #soft-skills p {
        font-size: 13px !important;
    }

    #formations p {
        font-size: 13px !important;
    }

    #experiences p {
        font-size: 13px !important;
    }

    #experiences ul {
        font-size: 13px !important;
    }

    #loisirs p {
        font-size: 13px !important;
    }

    #contact p {
        font-size: 13px !important;
    }

    section {
        padding: 10px !important;
    }
    .card {
        margin: 1rem auto;        
    }

    .card p {
        font-size: 13px !important;
    }

    .card a {
        font-size: 13px !important;
    }
    .card img {
        width: 50%;
    }

    .icone-co {
        font-size: 2rem;
    }

    .service-box {
        max-width: 100%;
    }

    .service-box-lg {
        max-width: 100%;
    }

    /* .responsive-img {
        width: 50%;
    } */

    .responsive-img2 {
        width: 75%;
    }
}

/* Tablet Styles */
@media (min-width: 577px) and (max-width: 768px) {
    header.masthead {
        padding-top: 7rem;
        padding-bottom: calc(7rem - 56px);
    }

    header.masthead h1 {
        font-size: 3rem;
    }

    header.masthead p {
        font-size: 1.25rem;
    }

    .card img {
        width: 75%;
    }

    .icone-co {
        font-size: 3rem;
    }

    .service-box {
        max-width: 80%;
    }

    .service-box-lg {
        max-width: 85%;
    }

    .responsive-img {
        width: 40%;
    }

    .responsive-img2 {
        width: 65%;
    }
}

/* Desktop Styles */
/* @media (min-width: 769px) {
    header.masthead {
        padding-top: 10rem;
        padding-bottom: calc(10rem - 56px);
    }

    header.masthead h1 {
        font-size: 4rem;
    }

    header.masthead p {
        font-size: 1.5rem;
    }

    .card img {
        width: 100%;
    }

    .icone-co {
        font-size: 4rem;
    }

    .service-box {
        max-width: 400px;
    }

    .service-box-lg {
        max-width: 90%;
    }

    .responsive-img {
        width: 25%;
    }

    .responsive-img2 {
        width: 55%;
    }
} */