/***************
*** MENU PRO ***
***************/

/* sidebar 2025 */

.sidebar {
  width: 100%;
  position: fixed;
  z-index: 10;
  max-width: 100%;
}

@media (min-width: 768px) {
  .sidebar {
    position: relative;
    width: 17rem; /* équivalent Tailwind w-64 */
  }
}

@media (min-width: 1024px) {
  .sidebar {
    width: 17rem; /* lg:w-64 = 16rem aussi */
  }
}

/**/

.stickyNav {
    position: fixed;
    top: 0;
    height: 100%;
}

.banner {
    background-image: url('../../img/bandeaupro.png') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 192px;
}

#newRegion{
    width: 100px;
}

.clickable_nav_responsive {
    display: none;
}

.clickable_nav li {
    width: 20%;
    text-align: center;
    font-style: italic;
    color: var(--dark-blue);
}

#whole_nav a:hover {
    font-size: larger;
    color: var(--light-blue);
    cursor: pointer;
}

#whole_nav form:hover {
    font-size: larger;
    color: var(--light-blue);
    cursor: pointer;
}

.container_logo {
    display: flex;
    align-items: center; /* Centrer verticalement */
}

#whole_nav {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.proNavButton:hover {
    transform: none;
    opacity: 0.5;
    border-radius: 0px;
}

.proNavButton {
    height: 60px;
    color: #fff;
    background-color: rgb(56 84 151);
    border-radius: 0px;
}
.closeIcon{
    display: none;
}
.menu{
    position: fixed;
    display: none;

}

.showMenu {
  display:block;
}

.normalContainer{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

/***************************/
/*** MENU PRO RESPONSIVE ***/
/***************************/
@media screen and (max-width: 800px) {
    .logo_nav {
        width: 40px;
        height: auto;
        margin-top: 50px;
    }

    .banner {
        height: 125px;
    }

    .clickable_nav {
        display: none !important;

    }

    .container_logo {
        display: flex;
        align-items: center;
    }
    .clickable_nav_responsive {
        display: revert;
        cursor: pointer;
    }

    .clickable_nav_responsive img {
        margin-left: 30px;
        padding-top: 10px;
    }

    .nav_responsive {
        background-color: #fff;
        z-index: 2;
        width: 170px;
        padding: 5px;
        margin-left: 15px;
        font-style: italic;
        font-size: small;
    }

    .nav_responsive ul li {
        padding-top: 5px;
    }

    #whole_nav a:hover {
        font-size: larger;
        color: var(--light-blue);
        cursor: pointer;
    }

    #whole_nav form:hover {
        font-size: larger;
        color: var(--light-blue);
        cursor: pointer;
    }
}
/*******************************************************/


/**********************/
/*** SECTION SLIDER ***/
/**********************/
.sliderPanel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: 1s;
    overflow: hidden;
}

.sliderPanel.slide
{
    width: 100%;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { right: 0; }
}

@keyframes slide {
    100% { right: 0; }
}


/*******************************************************/
audio {
    height: 40px;
    width: 250px;
}

/************/
/*** NOTE ***/
/************/
.swallow__icon {
    width: 2rem;
    height: 2rem;
    padding: .25rem;
    position: relative;
}

.swallow__icon span {
    width: 1.5rem;
    height: .563rem;
    position: absolute;
    top: calc(.25rem + .563rem - 1px);
    left: calc(.25rem - 1px);
    transition: transform 0.2s cubic-bezier(.86, 0, .07, 1),
                transform-origin 0.2s cubic-bezier(.86, 0, .07, 1);
}

.swallow__icon span:before,
.swallow__icon span:after {
    content: "";
    width: .75rem;
    height: .125rem;
    background-color: #253B6E;
    position: absolute;
    bottom: 0;
    transition: transform 0.2s cubic-bezier(.86, 0, .07, 1),
                transform-origin 0.2s cubic-bezier(.86, 0, .07, 1);
}

.swallow__icon span:before {
    right: 50%;
    border-radius: 2px 0 0 2px;
    transform-origin: 100% 100%;
    transform: rotate(40deg);
}

.swallow__icon span:after {
    left: 50%;
    border-radius: 0 2px 2px 0;
    transform-origin: 0 100%;
    transform: rotate(-40deg);
}

.swallow__icon.animate span {
    transform: translateY(-8px);
}

.swallow__icon.animate span:before {
    transform-origin: 100% 0;
    transform: rotate(-40deg);
}

.swallow__icon.animate span:after {
    transform-origin: 0 0;
    transform: rotate(40deg);
}

.hidden-note {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out,
                transform 0.5s scaleY(0);
    transform-origin: top;
}

.hidden-note.dropdown {
    display: block;
    opacity: 1;
    transition: transform 0.5s top,
                transform scaleY(1);
    animation: dropdownAnimation 0.5s ease-out;
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Home */

.buttons-color {
    background-color: #efa249;
}

/* Edit */

.proVille {
    margin-left: 30px;
    width: calc(100% - 30px);
}

.notes {
    font-style: italic;
}

.btn_modification_client {
    float: right;
}

/* calendar */

.creneaux-height {
    height: 30rem;
}

.eventColor {
    background: var(--accent1);
}

.flash-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: fadeOut 3s forwards;
}

.flash-message.error { background-color: #f44336; }
.flash-message.warning { background-color: #ff9800; }

/* rvDetails */

.height-info {
    min-height: 6rem;
}

/*******************************************************/
/*Partie admin sur le profil professionnel*/
input[type="submit"]{
    background-color: #253B6E;
    padding: 1% 2%;
    margin-bottom: 2%;
    color: white;
}

input[type="reset"]{
    background-color: #0077C0;
    padding: 1% 2%;
    margin-bottom: 2%;
    color: white;
}

.message_client {
    width: 30%;
}
