
@font-face {
  font-family: 'Gotham Condensed Book';
  font-style: normal;
  font-weight: normal;
  src: local('fonts/webfonts/Gotham Condensed Book'), url('fonts/webfonts/gothamcondensed-book-opentype.woff') format('woff');
}


:root{




  /*--Color_variables_MOGI--
  
    --color-highlight: #0062AF;
    --color-font-highlight: #0062AF;  
    --color-background-header1: #4B4B4B;
    --color-background-header2: #004E8C;
    --color-background-nav: #0062AF;
    --color-background-nav-list: #B9D6F2;
    --color-background-light: #CCE9FF;
    --color-button-lighter:#0091ff;
  
  --Color_variables_MOGI_end--*/
    
  /*--Color_variables_ÉPGET--*/
  
    --color-highlight: #A40000;
    --color-font-highlight: #A40000;
    --color-background-header1: #4B4B4B;
    --color-background-header2: #870000;
    --color-background-nav: #C10000;
    --color-background-nav-list: #E9E9E9;
    --color-background-light: #dddddd;
    --color-line-light: #747474;
    --color-line-dark:#747474;
    --color-button-lighter:#cf0202;
  
  /*--Color_variables_ÉPGET_end--*/

  /*--Color_variables_GENERAL--*/
  /*
    --color-highlight: #282828;
    --color-font-highlight: #0062AF;
    --color-background-header1: #4B4B4B;
    --color-background-header2: #282828;
    --color-background-nav: #454545;
    --color-background-nav-list: #E9E9E9;
    --color-background-light: #dddddd;
    --color-line-light: #747474;
    --color-line-dark:#747474;
    --color-button-lighter:#808080;
  */
  /*--Color_variables_GENERAL_end--*/

    /*--Color_variables_GT3--*/
  /*
    --color-highlight: #0081c9;
    --color-font-highlight: #0081c9;
    --color-background-header1: #4B4B4B;
    --color-background-header2: #004E8C;
    --color-background-nav: #0081c9;
    --color-background-nav-list: #B9D6F2;
    --color-background-light: #CCE9FF;
    --color-button-lighter:#0091ff;
  */
  /*--Color_variables_GT3_end--*/
  
}


/*--Header--*/
  #tszknev{
    text-align: center;/*MOGI*/
  }
/*--Header_end--*/



/*--@media480Start_Mobile-landscape (and larger)--*/
@media only screen and (min-width: 480px){

  /*--Header--*/

    #tszknev{
     /* font-family: Palatino Linotype, 'EB Garamond', serif;/*MOGI*/
      font-family:'Gotham Condensed Book';/*ÉPGET*/
      /*font-weight: bold;/*MOGI*/
      font-weight: normal;
      text-align: left;
      font-size: 1.3rem;/*MOGI*/
      /*font-size: 1.7rem;*//*ÉPGET*/
      line-height: 1.4rem;/*MOGI*/
      letter-spacing: 2px;
    }

  /*--Header_end--*/

}/*--@media480End--*/










