@font-face {
  font-family: "linotype-tradegothiclt-bold";
  src: url("/fonts/Linotype-TradeGothicLTStd-Bold.otf");
}

@font-face {
  font-family: "linotype-tradegothiclt-regular";
  src: url("/fonts/Linotype-TradeGothicLTStd.otf");
}



body
{
  background-color: #FFFFFF;
  font-family: "linotype-tradegothiclt-regular", sans-serif;
}

h1 
{
  color: var(--color-second);
  font-family: "linotype-tradegothiclt-bold", sans-serif;
  font-size: 23px;
}

h2
{
  color: var(--color-second);
  font-family: "linotype-tradegothiclt-bold", sans-serif;
  font-size: 18px;
  margin: 0;
}

h3
{
  color: var(--color-second);
  font-family: "linotype-tradegothiclt-bold", sans-serif;
}

a, b, .bold
{
  font-family: "linotype-tradegothiclt-bold", sans-serif;
}

#back-button
{
  margin: 0px;
}

#back-button a, #back-button i
{
  color: var(--color-second);
  font-family: "linotype-tradegothiclt-bold", sans-serif;
  padding-left: 0;
}



.menu-lang-button .bi-chevron-down
{
  -webkit-text-stroke: 2px;
}

.menu-lang-button .bi-globe
{
  margin-right: 2px;
}

#current-lang
{
  color: var(--color-button-secondary);
  font-family: "linotype-tradegothiclt-bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 2px;
}

.menu-lang-button
{
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color:  #fefefe;
  margin-top: 0px;
}

.menu-lang-content {
  border: 0;
  background-color:  #fefefe;

}

.lang-card
{
  align-items: var(--align-lang-back-button);
}

.lang-card-element
{
  min-width: 0;
  width: fit-content;
  height: fit-content;
  min-height: 13px;
  align-self: flex-start;
}

.header_separator
{
  margin:auto;
  width: 60vw;
  height: 1px;
  background-color: #aaaaaa;
}

#header-logo
{
 	background-image: url('/images/rddm/header.png'), url('/images/rddm/banner_back_tiny1_2.png') ;
 	background-size: contain;
	width: 100vw;
	margin: auto;
	height: 300px;
	background-repeat: no-repeat, repeat-x;
}


#header-logo-mobile
{
  display: none;
}


.header-title
{
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  font-family: "linotype-tradegothiclt-bold", sans-serif;
  min-width: 0;
}

.header-title-mobile
{
  display: none;
}

.header-title-desktop
{
  display: var(--card-image-title-header);  
  font-size: 26px;
  color: #000000;
  line-height: 43px;
  width: 100%;
}

.header-body
{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 60vw;
  min-width: 0px;
  display: var(--page-header);
  flex-direction: row-reverse;
  justify-content: space-between;
}

.header-body-element
{
  margin: 0px;
}


#footer 
{
  width: 60vw;
}

#footer-links a 
{
  font-family: "linotype-tradegothiclt-regular", sans-serif;
}



#footer img
{
  margin-bottom: 47px;
  height: 57px;
  width: fit-content;
  
}



@media (max-width: 1700px)
{  
  .header-title-desktop
  {
   width: 100%;
  }
}


@media (max-width: 1200px)
{  
  #header-logo
  {
    height: 90px;
  }

  .header-title-desktop
  {
   width: 100%;
  }

  
  #process-right-body-panel
  {
    display: none;
  }
}

@media (max-width: 800px)
{  


  #header-logo
  {
    display: none;
  }

  #header-logo-mobile {
    display: flex;
    margin: auto;
    height: 165px !important;
    margin-bottom: 15px;
    justify-content: center;
    background-image: url("/images/rddm/header.png"), 
    linear-gradient(to top, white, transparent),
    url("/images/rddm/banner_back_tiny1_2.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 60%, 100% 100%, 50%;
    background-position-y: center, center, center;
    background-position-x: center, center, center;
  }

  #header-logo-mobile img
  {
    max-width: 100%;
    width: 100%;
  }

  .header-body
  {
    width: 90vw;
    margin-bottom: 30px;
    margin-top: 0;
    margin-top: 10px;
  }

  .header-title-mobile
{
  display: var(--card-image-title-header);;
  font-size: 19px;
  line-height: 26px;
  width: 100%;
}

.header-title-desktop
{
  display: none;
}

  .header-body-element
  {
    margin-bottom: 0;
  }

  .lang-card
  {
    justify-content: space-between;
    flex-direction: var(--mobile-direction-lang-back-button);
    align-self: flex-center;
    margin-top: 5px;
  }

  .lang-card-element
  {
    width: fit-content;
  }

  .language-selector
  {
    width: fit-content;
  }

.header-body > * {
  width: 50%;        /* ← Chaque enfant = 50% de header-body */
}


  #footer img
  {
    max-width: 50%;
    width: auto;
  }

  h1{
    font-size: 20px;
  }

  h3
  {
    font-size: 20px;
  }


.reservation-element, #footer
{
  width:85vw;
  display: flex;
  flex-direction: column;

}

.reservation-element #card-and-discount
{
  width: 100%;
}

#translation_copyright 
{
  font-size: 12px;
}


}