/*changement*/
/*.active-menu, .btn-danger, .navbar-cls-top, .bg-color-bleu, .back-dash{*/
/*    background-color: #001f5a  !important;*/
/*}*/
.active-menu, .btn-danger, .navbar-cls-top, .bg-color-bleu, .back-dash {
    /*background-color: #001f5a  !important;*/
}

.btn-danger {
    /*background-color: #001f5a  !important;*/
	padding: 0.5rem 2rem;
    background-color: #1a1d56;
    border-radius: 50px;
    color: #fff;
	display:inline-block;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    background-color: #1a1d56;
}

/*.icon-box:hover .fa {*/
/*    color:#001f5a  !important;*/
/*}*/
.icon-box:hover .fa {
    color: #fff !important;
}

/*changement*/
/*.sidebar-collapse .nav > li > a:hover, .sidebar-collapse .nav > li > a:focus {*/
/*    background:#001f5a  !important;*/
/*    color: #fff;*/
/*}*/
.sidebar-collapse .nav > li > a:hover, .sidebar-collapse .nav > li > a:focus {
    background: #1a1d56 !important;
    color: #fff;
    border-radius: 10px;
}

/*changement*/
/*.sidebar-collapse{*/
/*    background-color:#4b4b4b !important;*/
/*}*/
.sidebar-collapse {
    /*background-color:#4b4b4b !important;*/
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2); /* 5px de flou horizontal à droite pour l'ombre */
}

.collab-topic-titre {
    color: #001f5a !important;
}

.btn-primary {
    background-color: #001f5a !important;
    border-color: #001f5a !important;
}

.btn-rouge {
    background-color: #e40421 !important;
    border-color: #e40421 !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.ui-button {
    padding: 1em 1em !important;
    margin-top: -.2em !important;
}

.zone-top {
    background-color: #FFF;
    background-size: cover;
    /*background-image: url(../img/banniere-i-citya.jpg);*/

}

.logo-mycitya-mobile {
    max-height: 50px;
    @media (min-width: 768px) {
        display: none !important;
    }
}


/*.zone-top1 {
    background-color: #FFF;
    background-size: cover;
    background-image: url(https://media.sas-arche.com/apps_ban_mycitya/banniere-1.jpg);
    height: 281px !important;

}*/

/*changement*/
/*.zone-top2 {*/
/*    background-color: #FFF;*/
/*    background-size: cover;*/
/*    background-image: url(https://media.sas-arche.com/apps_ban_mycitya/banniere-2.jpg);*/
/*    height:281px !important;*/
/*}*/
.zone-top2 {
    /*background-color: #000;*/
    background-size: contain;
    background-image: url("../img/mycitya_homepage.png");
    height: 185px !important;
    /*border-radius: 2rem;*/
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 260px;

}

.derniere-connexion {
    color: #000 !important;
}

/* changement*/
/*.navbar-side {*/
/*    min-height:100% !important;*/
/*}*/

/*Changement / ajout */
.logo-mycitya {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 1rem;
    @media (max-width: 767px) {
        display: none !important;
    }
}

.logo-mycitya img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

.bienvenue-name {
    font-family: 'Edu SA Beginner', cursive;
    font-size: 2rem;
    font-weight: bold;
    color: #1a1d56;
    padding-bottom: 1rem;
}

.grey-icon {
    color: #4b4b4b;
}

.popup-in {
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem;
    max-width: 1366px;
    margin: 0 auto;
}

.popup-in p:first-of-type {
    font-weight: bold;
    color: #1a1d56;
}


.votre-compte {
    background-color: #1a1d56;
    width: fit-content;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    margin: 1rem auto;
    border-radius: 10px;
    gap: 1rem;

}

.votre-compte:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}


.fake-bg {
    background-color: #fff;
    height: 100vh;
    width: 260px;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1); /* Ombre sur le côté droit */
    padding: .25rem .5rem;
}

.navbar {
    background-color: #fff;
    padding: .25rem .5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 260px;
    z-index: 1;
    position: absolute;
}

.navbar-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    gap: .25rem;

}

.navbar-links div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*align-items: center;*/
}

.navbar-links div a {
    text-decoration: none;
    color: #1a1d56;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 2rem;
}


.navbar-links div a i {
    margin-right: 1rem;
    font-size: 2rem !important;
}


.navbar-links div a:hover {
    background-color: #1a1d56;
    color: #fff;
    border-radius: 10px;
}

.toggle-input {
    display: none;
}

.toggle-label {
    display: none;
    cursor: pointer;
    font-size: 25px;
    color: white;
}

.toggle-input:checked ~ .navbar-links {
    display: flex;
}

.toggle-input:checked ~ .toggle-label .fa-bars {
    display: none;
}

.toggle-input:not(:checked) ~ .toggle-label .fa-xmark {
    display: none;
}

.coordonnees-agence {
    background-color: #fff;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column !important;
    border: 1px solid #1a1d5650;
    border-radius: 10px;
    padding: 1rem;
}

.coordonnees-agence p:first-of-type {
    font-weight: bold;
    color: #1a1d56;
    text-transform: uppercase;
}

.coordonnees-agence > :first-child {
    overflow: hidden;
    border-radius: 10px;
    padding: unset;
}


.coordonnees-agence a {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column !important;
    text-align: left;

}

.coordonnees-agence a:hover {
    background-color: #fff !important;
    color: #1a1d56 !important;
    font-weight: bold;

}

.right-card {
    /*box-shadow: #1a1d5666 0 0 0 2px, #1a1d56A6 0 4px 6px -1px, #eceef314 0 1px 0 inset;*/
    box-shadow: #1a1d5630 0 1px 2px 0, #1a1d5630 0 1px 3px 1px;
    margin: 1rem auto;
    width: inherit;
    border-radius: 10px;
    padding: 1rem 2rem;
    height: fit-content;
    max-width: 100%;
}

.right-card-link {
    /*box-shadow: #1a1d5666 0 0 0 2px, #1a1d56A6 0 4px 6px -1px, #eceef314 0 1px 0 inset;*/
    box-shadow: #1a1d5630 0 1px 2px 0, #1a1d5630 0 1px 3px 1px;
    margin: 1rem auto;
    width: inherit;
    border-radius: 10px;
    padding: 1rem 2rem;
    height: fit-content;
    max-width: 100%;
}

.right-card-link:hover {
    box-shadow: #1a1d5666 0 0 0 2px, #1a1d56A6 0 4px 6px -1px, #eceef314 0 1px 0 inset;
}

.paiement-btn {
    padding: .5rem 2rem;
    background-color: #1a1d56;
    border-radius: 50px;
    color: #fff;
}

.paiement-btn:hover {
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
}

.profil {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    font-size: 24px;
    color: #4b4b4b;
    font-weight: bold;
    text-transform: uppercase;

    max-width: 1366px;
    margin: 1rem auto;
}

/*ajout css*/ 
.custom-wrap { 
display: flex; 
    flex-wrap: wrap; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    gap: 1rem; 
} 

.custom-col-offset-1 { 
    margin: .5rem auto; 
} 

.page-inner { 
    width: 100%; 
    background-color: #fff !important; 
    border-radius: 2rem; 
    padding: 2rem; 
    max-width: 1366px; 
    margin: 1rem auto; 
} 



@media (max-width: 767px) {
    .fake-bg {
        display: none;
    }

    .navbar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .toggle-label {
        height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
		justify-content: space-between;
        padding: 0 1rem;
        color: #1a1d56;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .toggle-input:checked ~ .navbar-links {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        height: max-content;
    }

    .right-card {
        width: 100%;
    }

    .right-card-link {
        width: 100%;
    }


}


@media (max-width: 768px) {
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 95px !important;
    }

    .zone-top1 {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        height: auto !important;
    }

    .zone-top2 {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        height: auto !important;
    }

    .zone-top3 {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        height: auto !important;
    }

    .display-none-mobile {
        display: none;
    }
}