@media screen and (max-width: 1085px) {

    
  body {
    font-size: 14px;
  }
  .layout-mobile{
        min-height: 100%;
        display: flex;
        flex-direction: column;
  }
  h1,h2,h3,h4,h5,h6{
    text-align: center;
  }
  h1{
    font-size: xx-large;
  }
  h2{
    font-size: x-large;
  }
  #img-table{
    border-radius:0px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
#flyout_links {
    font-family: 'Vol';
    border-bottom-left-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc; /* Subtle grey border for a refined touch */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    display: block;
    box-sizing: border-box;
    z-index: 2;
    top: 0;
    right: -190px; /* Initial position off-screen */
    width: 190px;
    padding: 20px;
    transition: right 0.5s; /* Smooth slide effect */
}

#flyout_links h4 {
    font-family: 'Vol';
    font-weight: 100;
    color: white;
    margin: 5px 0;
    font-size: x-large;
    padding: 12px 10px 12px 3px;
    color: #333; /* Dark grey for an elegant text color */
text-decoration: none;
font-size: 16px;
padding: 10px 0;
display: block;
border-bottom: 1px solid #eee; /* Light border between links for structure */
transition: color 0.3s ease;

}



.top_bar {
    width: 100%;
    top: 0;
    left:0;
    position: fixed;
    height: 50px; /* Use pixels for consistent height */
    background-color: #0A74DA;
    border-bottom: 2px solid grey;
    display: flex;
    align-items: center; /* Center align items vertically */
    padding: 0 10px; /* Add padding for spacing */
    box-sizing: border-box;
    z-index: 1; /* Ensure it's higher than other elements */
}


.top_bar_div {
    width: 100%;
    left:0;
    top: 0;
    position: relative;
    height: 50px; /* Use pixels for consistent height */
    background-color: transparent;
    display: flex;
    padding: 0 10px; /* Add padding for spacing */
    box-sizing: border-box;
    z-index: 0; /* Ensure it's lower than the top bar */
}
  
  
  .mobile {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    font-size:x-large;
  }
  
  .share-container {
    display: flex;
    margin-top:15px;
    justify-content:space-around;
    width: 100%;
}
.share-text {
    margin-right: 10px;
    margin-top: 5px;
    font-family: Vol;
    font-size: 14px;
    color:white;
}
.share-icons img {
    width: 30px; /* Adjust the size as needed */
    height: 30px; /* Adjust the size as needed */
    margin:25px;
    cursor: pointer;
}



  input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: larger;
    }
  .rdv{
    width: 100%;
    margin-top:3.5%;
}
.agenda{
    width: 100%;
}
.rdvitem{
    display:block;
    width: 100%;
    background-color: #16acde;
    text-align: left;
    border-radius: 5px;
    margin-top:1%;
}
.output
  .rdv-container {
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column; /* Arrange children in a column */
}

.rdv-container-left{
    position: relative;
    width: 100%;
    clear: both;
    margin: 0; /* Reset any margin that might push elements apart */
}


.rdv-container-right {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0; /* Reset any margin that might push elements apart */
} 

.layout-site, .outputsite, .contact{
    display:none !important;
  }
  .outputmobile{
    
    flex:1;
  }

  
  .vertical-center{
    position:relative;
    transform: none;
    margin: 0 auto;
    top: auto;
    left: auto;
}
.connect{
    width:100%;
}  

  
a:hover{
    background-color: transparent;
} 
    .copyright {
        display: none;
    }

    .copyright_vertical {
        float: right;
        margin-right: 2%;
        width: 10%;
        height: 20%;
        color: white;
        writing-mode: vertical-lr;
    }
   

    .AlbaMeza {
        left: 3%;
        bottom: 25%;
        z-index: 2;
        color: white;
    }

    .hamburger {
        position:absolute;
        right: 5%;
        z-index: 100;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 24px;
    }

    .hamburger a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .bar1, .bar2 {
        width: 30px;
        height: 4px;
        transition: all 0.3s ease;
    }

    .bar1 {
        background-color: white;
    }

    .bar2 {
        background-color: transparent;
    }


    .link_index {
        font-family: Koho;
        text-decoration: none;
        font-weight: 100;
        font-size: 1.2em;
    }

    
    p {
        font-size: x-large;
    }

    .creneau{
        display:inline-flex;
    }
    
    
    .arrow-down{
        display:none;
    }
    .layout-logo{
        align-content: center;
        padding-left: 2%;
        background: linear-gradient(to right,
        #16acde 0% , #16acde 78% ,
        white 78%, white 100%);
        
    }
.vertical-center{
    display: none;
}    
    
    
    .img{
        position: fixed;
        background-image: url("/static/img/bg6.webp");
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: auto;
        top:0;
        z-index: -1;
    }
    .rdv{
        width: 100%;
        display: grid;
        margin-top:3.5%;
        grid-template-columns: repeat(1, 1fr); /* 3 columns */
    }
    .rdvitem{
        display:inline-flex;
        background-color: rgb(232, 231, 231);
        text-align: left;
        border-radius: 5px;
        margin-top:1%;
    }
    .contact{
        width: 100%;
        margin-left: 1.5%;
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 columns */
    }
    .contactitem{
        background-color: rgb(232, 231, 231);
        text-align: center;
        border-radius: 5px;
        margin:1%;
    }
    .block{
    
        display: block;
    }
   

} 