body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    height: 100%;
    margin: 0px;
    width: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background-image: url('medias/background-image.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center; 
    background-color: white; /* Fond semi-transparent */
}

header{z-index: 5;
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    filter: drop-shadow(0 0px 25px rgba(0,0,0,.25));
}

main {
    font-family: Montserrat, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 50px 0px;
    width: 100%;
    align-items: center;
    background-position: center center; background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */

}
h1 {
    text-align: center;
}

.title{display: none;
  }

.container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    flex-direction: row;
    align-items: center;
    min-height: 100%;
    justify-content: space-around;
    gap: 10px;
    width: 100%;
    height: 65vh;
}

.container-fr a ,.container-en a, .container-it a{ 
   color: white;
   padding-top: 20px ;
}

footer a{ 
    color: white;
    text-decoration: none;
 }

.container-fr,.container-en,.container-it { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 80%;
    height: 0px;
    overflow: hidden;
    font-weight: 700;
    max-width: 900px;
    transition: linear 300ms;
    opacity: 0;
}

.container-in-view { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; 
    opacity: 1;

}

button {
    transition: background-color .3s ease-in-out;
    display: flex;
    padding: 20px 0px;
    width: 100%;
    justify-content: center;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: none;
    background-color: #C4262E;
    color: white;
    text-transform: uppercase;
    transition: background-color 0.2s;
}

button:hover {
    background-color: #972127;
}
p{margin: 0px; margin-block-start: 0px;}

.logo{display:flex; 
    height: 150px; 
    width: 150px;
    flex: content; 
    object-fit: contain;  
    margin-bottom: -50px;
  
}

.lang-switcher{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap:0px;
}

.lang-switcher a {
    color: #000;
    letter-spacing: 1.47px;
    padding: 5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 13px;
    text-decoration: none;
    transition: color .2s;
    position: relative;
    overflow: hidden;
}

.lang-switcher a:hover {
    color: #972127;
}

.lang-switcher a.selected {
    color: #C4262E;
}



.modal {
    position: fixed;
    z-index: 999;
    justify-content: center ;
    align-items: center ;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
}

.modal-content {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    padding: 20px;
    justify-content: start;
    border: 1px solid #888;
    width: 80%; /* Largeur de la modale */
    height: 90%; /* Largeur de la modale */
    max-width: 900px;
    text-align: center;
    align-items: center;
    overflow-y: scroll;
}

.close {
    width: 100%;
    justify-content: flex-end;
    margin-top:-10px;
    display: flex;
    color: #aaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#modal-message{
    font-size: 22px;
    text-align: left;
}

footer{
    text-align: center;
    color: white;
    justify-content: center;
    display: flex;
    padding: 10px 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8); /* Fond semi-transparent */
}

.contact{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.rs-icon{
    display: flex;
    width: 50px;
    height: 50px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
}

.allergenetitle{
    color: #C4262E;
}