html
{
    font-size: 12px;
}

body
{
    background-image: url(/public/IMG/background-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: Helvetica, sans-serif;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.viewport
{
    display: none;
}

*
{
    margin: 0;
    padding: 0;
}


h3
{
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

h1
{
    color: #0C3031;
    text-align: center;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 5px;
}


h6
{
    color: #0C3031;
    text-align: center;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 5px;
}


p
{
    margin: 20px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    text-align: justify;
}

a
{
    text-decoration: none;
    color: #ECE4E1;
}

a:hover
{
    cursor: pointer;
}

.lato-regular 
{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.areas
{
    display: flex;
    flex-direction: column;
    width: 100vw;
}

header
{
    flex: 2 1 235px;
    color: #ECE4E1;
    min-width: 1200px;
}

#top
{
    background-color: #080808;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}


#logo img
{
    position: relative;
    left: 15px;
    height: 100px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 90px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index: 2;
    transition: 0.3s;
}

#logo img:hover
{
    transform: scale(1.03);
}

#companyname
{
    flex: 0 0 auto;
    display: flex;
    place-items: center;
}

#companyname h2
{
    left: -50px;
    font-size: 20px;
    text-shadow: 1px 1px 0px black;
    padding: 15px 40px 15px 40px;
    background: rgba(0, 0, 0, 0.351);
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index: 1;
}

#companyname h1
{
    transform: scale(0);
}

#hello
{
    padding: 25px;
    font-style: italic;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

#contact
{
    flex: 0 0 auto;
    display: inline-flex;
    position: absolute;
    top: 160px;
    left: 90vw;
    width: min-content;
    height: min-content;
    place-items: center;
    justify-content: center;
    z-index: 3;
}

#contact h2
{
    font-size: 6px;
    padding: 0;
    margin: 0;
    color: #1C1F22;
    opacity: 0.001;
}

#top figure
{
    width: 80px;
    height: 80px;
    position: absolute;
    top: -120px;
    right: -5px;
    text-align: center;
    align-content: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 30px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    transition: 0.3s;
}

#top figure:hover
{
    padding: 1px;
}

#contactInfo
{
    position: absolute;
    top: -75px;
    right: 60px;
    cursor: pointer;
    width: 150px;
    height: 80px;
    text-align: center;
    align-content: center;
    color: #ECE4E1;
    font-size: 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px black;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur( 1.5px );
    -webkit-backdrop-filter: blur( 1.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index: -1;
    transition: 0.3s;
}

#contactInfo:hover
{
    padding: 3px;
    z-index: 1;
}

#RDST
{
    position: absolute;
    align-content: center;
    text-align: center;
    width: 145px;
    height: 145px;
    background: radial-gradient(circle at 50% 50%, rgba(213, 181, 52, 0.05), rgba(222, 193, 90, 0.05), rgba(231, 204, 124, 0.07), rgba(238, 216, 157, 0.07), rgba(245, 230, 189, 0.15), rgba(251, 242, 222, 0.15), rgba(255, 255, 255, 0.2));
    color: rgba(213, 181, 52, 0.6);
    font-size: 18px;
    text-decoration: none;
    text-shadow: 1px 1px 0px black;
    border-radius: 50%;
    border: 2px solid rgba(213, 181, 52, 0.4);
    z-index: -2;
}

#menuSections
{
    
    background: linear-gradient(180deg, rgba(28,31,34,1) 3%, rgba(12,48,49,1) 6%);
    display: grid;
    align-items: center;
    height: 50px;
    grid-template-columns: 77px 15% 15% auto auto;
    column-gap: 1px;
    text-align: center;
    text-shadow: 1px 1px 0px black;
    align-content: center;
    border-bottom: solid;
    border-color: #D5B534;
    font-size: 14px;
    width: 100%;

}

.sectionName
{
    padding: 2% 0% 2% 0%;
    border-left: solid hsla(16, 22%, 64%, 0.250);
    border-width: 2;
    min-width: 100px;
    overflow: hidden;
    text-transform: uppercase;

}


#menu-sections
{
    
    background: linear-gradient(180deg, rgba(28,31,34,1) 3%, rgba(12,48,49,1) 6%);
    display: grid;
    align-items: center;
    height: 50px;
    grid-template-columns: 77px 15% 15% 15% auto auto;
    column-gap: 1px;
    text-align: center;
    text-shadow: 1px 1px 0px black;
    align-content: center;
    border-bottom: solid;
    border-color: #D5B534;
    font-size: 14px;
    width: 100%;

}

.section-name
{
    padding: 2% 0% 2% 0%;
    border-left: solid hsla(16, 22%, 64%, 0.250);
    border-width: 2;
    min-width: 100px;
    overflow: hidden;
    text-transform: uppercase;

}

#log-in
{
    z-index: 5;
    transition: 1s;
}

#log-in:hover 
{
    background-color: rgba(253, 253, 253, 0.9);
    border-radius: 15px;
    margin: 2px;
    border: none;
    transition: 600ms;
}

#log-in a
{
    padding: 2% 15% 2% 15%;
}

#log-in:hover a
{
    color: #080808;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: none;
    transition: 600ms;
}

#menuDrop
{
    position: relative;
    top: -50px;
    display: grid;
    grid-template-columns: 77px 15% 15% auto auto;
    column-gap: 1px;
    height: 50px;
    background: none;
    background-color: none;
    min-width: 1200px;
}

#menuDrop .menu a
{
    color: #1C1F22;
    text-decoration: none;
    font-weight: 600;
}


.menu li
{
    list-style-type: none;
    width: 100%;
    height: 50px;
}

.menu > li > a
{
    opacity: 0;
}

.submenu
{
    cursor: pointer;
    position: absolute;
    background: rgba( 255, 255, 255, 0.4 );
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    width: 15%;
    display: none;
    border-radius: 0 0 3px 3px;
    border-width: 5;
    z-index: 10;
    text-transform: uppercase;
}

.submenu li
{
    align-content: center;
    padding-left: 5%;
    width: 95%;
    border-bottom: solid hsla(288, 29%, 97%, 0.5);
    border-width: 2;
}

.submenu a
{
    display: block;
}

.menu:hover .submenu
{
    display: block;
}

.submenu li:hover
{
    background-color: #F8F4F9;
}

.middleArea
{
    flex: 5 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav
{
    text-transform: uppercase;
}

.menuSide1 a, .menuSide2 a
{
    color: black;
    text-decoration: none;
}

#menuSide li, .menuSide li
{
    list-style-type: none;
}

#menuSide
{
    cursor: pointer;
    position: fixed;
    top: 258px;
    left: 0;
    width: 100px;
    height: 60px;
    display: block;
    text-align: center;
    align-content: center;
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    color: #ECE4E1;
    border-radius: 0px 50px 50px 0px;
    transition: 0.7s cubic-bezier(0,1,.95,.84);
    z-index: 5;
}

#menuSide:hover
{
    width: 210px;
    height: 350px;
    text-align: center;
    align-content: normal;
    display: block;
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    border-radius: 0px 25px 15px 0px;
}

#menuSide:hover #menuSide-header
{
    padding-top: 6%;
}

.menuSide1 a, .menuSide2 a
{
    display: block;
}

.menuSide1
{
    background: rgba( 255, 255, 255, 0.5 );
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    display: none;
    text-align: left;
    border-width: 3;
}

.menuSide2
{  
    background: rgba( 255, 255, 255, 0.5 );
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    text-align: left;
    display: none;
    border-bottom: solid hsla(16, 22%, 64%, 0.20);
    border-width: 3;
}

.menuSide1 > li
{
    padding: 10% 0% 10% 5%;
    font-weight: 900;
}

.menuSide2 > li
{
    padding: 10% 0% 10% 5%;
    font-weight: 900;
}

.submenuSide1, .submenuSide2
{
    background: rgba( 255, 255, 255, 0.4 );
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    display: none;
}

.submenuSide1 li, .submenuSide2 li
{
    padding: 10% 0% 10% 5%;
    border-width: 2;
    font-weight: 400;
    font-size: 12px;
}

.submenuSide1 a, .submenuSide2 a
{
    display: block;
}

#menuSide:hover .menuSide1 
{
    display: block;
}

#menuSide:hover .menuSide2
{
    display: block;
}

.menuSide1:hover .submenuSide1
{
    display: block;
}

.menuSide1:hover .submenuSide2
{
    display: none;
}

.menuSide2:hover .submenuSide1
{
    display: none;
}

.menuSide2:hover .submenuSide2
{
    display: block;
}

.submenuSide1 li:hover
{
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    display: block;
}

.submenuSide2 li:hover
{
    background: rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    display: block;
}

.textIndex
{
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin: 7.5%;
    align-content: center;
    justify-content: center;
    padding: 50px;
    font-size: 16px;
    line-height: 1em;
    min-height: 95vh;
}

.textIndex h1
{
    font-size: 30px;
}

@media screen and (min-width: 2500px)
{
.textIndex h1
{
    font-size: clamp(3.75rem, 2.8571rem + 0.5714vw, 5rem);
    line-height: 1.5em;
}

.textIndex h2
{
    font-size: clamp(2.5rem, 1.3393rem + 0.7429vw, 4.125rem);
    line-height: 1.5em;
}

}

.textIndex a
{
    color: rgb(0, 128, 128);
}

.textIndex p
{
    font-size: 16px;
    text-align: justify;
}

#gov
{
    margin-top: 8vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#gov img
{
    padding: 10px;
    height: 5vh;
}

@media screen and (min-width: 2500px)
{
.textIndex p
{
    font-size: clamp(2.5rem, 1.3393rem + 0.7429vw, 4.125rem);
    line-height: 1.5em;
}
}

.textIndex li
{
    list-style-type: upper-roman;
    margin: 20px;
    margin-left: 10px;
}

@media screen and (min-width: 2500px)
{
.textIndex li 
{
    font-size: clamp(2.5rem, 1.3393rem + 0.7429vw, 4.125rem);
    line-height: 1.5em;
}
}

.textIndex ol li
{
    list-style-type: decimal;
    margin-left: 35px;
}

.textIndex ul li
{
   list-style-type: disc;
   margin-left: 50px;
}


#welcome
{
    text-align: center;
    font-size: 2.8vh;
    margin: 50px 0px 50px 0px;
    line-height: 1.8em;
}

#goToTop
{
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 0;
    width: 40px;
    height: 55px;
    display: block;
    text-align: center;
    align-content: center;
    background: rgba( 255, 255, 255, 0.04);
    backdrop-filter: blur( 6px );
    -webkit-backdrop-filter: blur( 6px );
    border: 1px solid rgba( 255, 255, 255, 0.1 );
    color: #ECE4E1;
    border-radius: 50px 0px 0px 50px;
    transition: 0.4s cubic-bezier(0,1,.95,.84);
    z-index: 5;
    transition-timing-function: ease-out;
}

#goToTop:hover
{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba( 255, 255, 255, 0.5);
    transform: scale(1.5) translateX(-15px);

}

footer
{
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 40% 20% auto;
    height: min-content;
    width: 100vw;
    color: #ECE4E1;
    text-shadow: 1px 1px 0px black;
    background: linear-gradient(180deg, rgba(28,31,34,1) 3%, rgba(12,48,49,1) 6%);
    align-items: center;
    line-height: 1.5em;
    z-index: 4;
}

footer h2
{
    margin-top: 30%;
    font-size: 8px;
}

.footerLeft
{
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.8em;
}

address
{
    font-style: normal;
}

.footerMiddle
{
    text-align: center;
    margin-top: 8%; 
}

footer h2
{
    font-size: 8px;
    color: rgba(255,255,255,0.01);
    text-shadow: none;
    margin-top: 50px;
}

.footerRight
{
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.footer-links
{
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    justify-content: left;
    justify-items: left;
    padding-right: 30px;
}

.footerRight div
{
    margin: 5px;
}

#footerContact
{
    display: flex;
    flex-direction: column;
}

footer img
{
    height: 75px;
    box-shadow: 0 8px 32px 0 rgba(8, 8, 8, 0.9);
    border-radius: 50%;
    margin: 20px;
}

.logos 
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logos img
{
  border-radius: 0;
  scale: 0.6;
  margin: 0;
}

.payment-online-logo
{
    box-shadow: none;
}

#protected
{
    border-radius: 10px;
}

#locationInfo
{
    visibility: hidden;
}

.cookie-accept
{
    opacity: 0;
    visibility: hidden;
}

#cookieBanner
{
    cursor: pointer;
    position: fixed;
    display: grid;
    grid-template-columns: auto 10%;
    height: 50px;
    align-items: start;
    overflow: hidden;
    bottom: 0px;
    width: 100%;
    color: #ECE4E1;
    background-color: hsla(0, 0%, 3%, 0.300);
    transition-duration: 2s;
    animation-timing-function: ease-in-out;
    z-index: 5;
}

#cookieNotice
{
    text-align: justify;
}
#cookieInfo
{
    position: relative;
}

#cookieBanner p
{
    font-size: 12px;
}

#cookieBanner:hover
{
    height: 100px;
    background-color: hsla(0, 0%, 3%, 0.800);
}

#cookieBanner:hover #cookieInfo
{
    display: block;
}


#cookieBanner:hover #buttonCookie
{
    opacity: 1;
    transform: translateY(25px);
    transition-delay: 100ms;
    animation-timing-function: linear;
    transition-duration: 1900ms;
}

#cookieBanner p
{
    text-align: justify;
}

#cookieBanner a
{
    color: #D5B534;
    font-weight: 900;
}

.button {
    align-items: center;
    margin: 5px;
  appearance: none;
  background-color: #ECE4E1;
  opacity: 0.4;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #080808;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  height: 40px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  transition-duration: 1800ms;
  transition-delay: 200ms;
  animation-timing-function: linear;
}

.button:hover {
  background: white;
  color: teal;
}

.button:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

@media screen and (min-width: 300px) and (max-width: 680px)
{

body
{
    margin-bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll;

}
*
{
    margin: 0;
    padding: 0;
    font-size: clamp(0.75rem, 0.4286rem + 1.7143vw, 1.5rem);
}


h3
{

    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

h1
{
    color: #0C3031;
    text-align: center;

    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 5px;
}


h6
{
    color: #0C3031;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 5px;
}


p
{
    margin: 20px;
    font-family: Helvetica, sans-serif;
    text-align: justify;
}

a
{
    text-decoration: none;
    color: #ECE4E1;
}

a:hover
{
    cursor: pointer;
}

.lato-regular 
{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.areas
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header
{
    flex: 2 1 235px;
    color: #ECE4E1;
    min-width: 100vw;
    height: min-content;
    margin-bottom: 5%;
}

#top
{
    background-color: #080808;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    height: 12vh;
    padding: 10px;
    margin: 0 auto;
}

#logo img
{
    position: relative;
    left: 15px;
    height: 10vw;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 90px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index: 2;
    transition: 0.3s;
}

#logo img:hover
{
    transform: scale(1.03);
}

#companyname
{
    flex: 0 0 auto;
    display: flex;
    place-items: center;
}

#companyname h2
{
    min-width: max-content;
    text-shadow: 1px 1px 0px black;
    padding: 2vw 5vw 2vw 5vw;
    background: rgba(0, 0, 0, 0.351);
    box-shadow: 0 8px 32px 0 rgba(12, 48, 49, 0.360);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index: 1;
    font-size: clamp(0.75rem, 0.4286rem + 1.7143vw, 1.5rem);
}

#companyname h1
{
    transform: scale(0);
}

#contact
{
    display: none;
}

.sectionName
{
    display: none;
}

.section-name
{
    display: none;
}

#menuDrop
{
    display: none;
}


#menuSide
{
    display: none;
}

.textIndex h1
{
    font-size: clamp(1.25rem, 1.0526rem + 1.0526vw, 1.5rem);
    line-height: 1.5em;
}

.textIndex h2
{
    font-size: clamp(1rem, 0.8026rem + 1.0526vw, 1.25rem);
    line-height: 1.5em;
}

.textIndex .part
{
    margin: 0vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.textIndex p
{
    min-width: none;
    min-height: none;
    text-align: justify;
    font-size: clamp(1rem, 0.7857rem + 1.1429vw, 1.5rem);
    padding: none;
    border-radius: 25px;
}

#goToTop
{
    display: none;
}

footer
{
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    height: min-content;
}

.footerLeft
{
  order: 0;
  justify-content: stretch;
}

.footerRight
{
    order: 1;
}

.logos img
{
  scale: 0.5;
  padding: 0;
  margin: 0;
}

.logos
{
  order: 1;
  display: flex;
  flex-direction: row;
}

.footerMiddle
{
    order: 2;
}

.footer-links
{
    display: none;
}

#locationInfo
{
    visibility: hidden;
}

/* cookieBanner */

.cookieAccept
{
    opacity: 0;
}

#cookieBanner
{
    cursor: pointer;
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 25vh;
    align-items: start;
    overflow: hidden;
    bottom: 0px;
    width: 100vw;
    color: #ECE4E1;
    background-color: hsla(0, 0%, 3%, 0.300);
    transition-duration: 2s;
    animation-timing-function: ease-in-out;
    z-index: 5;
}

#cookieNotice
{
    text-align: justify;
}
#cookieInfo
{
    position: relative;
}

#cookieBanner p
{
    font-size: 12px;
}

#cookieBanner:hover
{
    height: 25vh;
    background-color: hsla(0, 0%, 3%, 0.800);
}

#cookieBanner:hover #cookieInfo
{
    display: block;
}


#cookieBanner:hover #buttonCookie
{
    transform: none
}

#cookieBanner p
{
    text-align: justify;
}

#cookieBanner a
{
    color: #D5B534;
    font-weight: 900;
}

.button {
    align-items: center;
    margin: 5px;
  appearance: none;
  background-color: #ECE4E1;
  opacity: 1;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #080808;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  height: 40px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  transition-duration: 1800ms;
  transition-delay: 200ms;
  animation-timing-function: linear;
}

.button:hover {
  background: white;
  color: teal;
}

.button:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
}

@media screen and (max-width: 950px) and (orientation:landscape)
{
*
{
    visibility: hidden;
}

body
{
    background-image: url(/public/IMG/logo-nov-2024-500x500.png);
    background-size: 35%;
    background-position: center;
    overflow: hidden;
}
}