.btn-danger {
    color: #fff;
    background-color: salmon;
    border-color: salmon;
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fff7b6 !important;
}

footer {
    font-size: 1.2em; /* Augmenté pour mobile */
}

.btn-warning {
    color: black;
    background-color: #ffe491;
    border-color: #ffe491;
}

#search {
    margin-bottom: 20px;
}

#navtop {
    background: pink; /* fallback for old browsers */
    background: -webkit-linear-gradient(right, pink, blue);
    background: -moz-linear-gradient(right, pink, blue);
    background: -o-linear-gradient(right, pink, blue);
    background: linear-gradient(to left, pink, blue);
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#navtop a {
    color: white !important;
}

.jumbotron form {
    border: none; border: 0px;
}

.containerxxx #pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.containerxxx img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.containerxxx .white-panel {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

/* Stylize any heading tags within white-panel below */
.containerxxx .white-panel h1 {
    font-size: 1.2em; /* Augmenté pour mobile */
}

.containerxxx .white-panel h1 a {
    color: #A92733;
}

.containerxxx .white-panel:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body {
    font-family: 'Cabin', sans-serif !important;
    font-size: 1.2em; /* Augmenté pour mobile */
    margin: 0;
    padding: 0;
}

.formlab {
    width: 90%; /* Augmenté pour mobile */
    margin: 0 auto;
}

.adder img {
    max-width: 100%; /* Adapté pour mobile */
}

.navbar, .search {
    margin-bottom: 20px; /* Restauré */
}

.container {
    padding: 5%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

#custom-search-input .search-query {
    width: 100%;
    padding-right: 3px;
    padding-left: 15px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
}

#custom-search-input button {
    border: 0;
    background: none;
    /* belows styles are working good */
    padding: 10px 20px; /* Augmenté pour mobile */
    margin-top: 2px;
    position: absolute;
    right: 0;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
    cursor: unset;
    z-index: 2;
}

.search-query:focus {
    z-index: 0;
}

.band {
    max-width: 100px; max-height: 100px;
}

.image {
    width: 100%; /* Adapté pour mobile */
}

*:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

section {
    float: left;
    width: 100%;
    background: #fff; /* fallback for old browsers */
    padding: 30px 0;
}

/* Profile Card 5 */
.profile-card-5 {
    margin-top: 20px;
}

.profile-card-5 .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 1.5em; /* Augmenté pour mobile */
    padding: 10px 20px; /* Augmenté pour mobile */
}

.profile-card-5 .card-img-block {
    width: 100%; /* Adapté pour mobile */
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.profile-card-5 .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.profile-card-5 h5 {
    font-weight: 600;
    font-size: 1.5em; /* Augmenté pour mobile */
}

.profile-card-5 p {
    font-size: 1.5em; /* Augmenté pour mobile */
    font-weight: 300;
}

/* Media query for mobile screens */
@media screen and (max-width: 1000px) {
    .left {
        display: none !important; /* Retire la bannière sur mobile */
    }

    footer, 
    .profile-card-5 p, 
    .profile-card-5 h5, 
    .btn-danger, 
    .btn-warning, 
    .containerxxx .white-panel h1,
    .container,
    #custom-search-input .search-query,
    .search-query:focus {
        font-size: 1.5em; /* Augmenté pour mobile */
        width: 100%;
        box-sizing: border-box;
    }

    .btn-danger,
    .btn-warning {
        padding: 1.5em; /* Augmenté pour mobile */
    }

    .profile-card-5 .btn {
        font-size: 1.5em; /* Augmenté pour mobile */
    }

    #custom-search-input button {
        font-size: 1.5em; /* Augmenté pour mobile */
    }

    .container {
        padding: 5%;
        width: 100%;
        box-sizing: border-box;
    }

    .profile-card-5 .card-img-block {
        width: 100%;
    }

    .profile-card-5 .card-img-block img {
        width: 100%;
    }

    .containerxxx .white-panel h1 {
        font-size: 1.5em; /* Augmenté pour mobile */
    }
}
