* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Kanit SemiBold';
  src: URL('Kanit-SemiBold.ttf') format('truetype');
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.responsive {
  max-width: 100%;
  height: auto;
}

img.white_border {
  border:solid 4px white;
}

html {
  font-family: Tahoma, Verdana;
}

body { 
  background-image: url('../images/background_cross.jpg'), url('../images/background_cross.jpg');
  background-repeat: repeat-y, repeat-y;
  background-position-x: -180px,  center;
  background-position-y: 80px, 486px; 
  background-color: #100f51;
}

div.innerbody {
   padding-left:min(128px, 4%);;padding-right:min(128px, 4%);
   padding-top:0px;padding-bottom:50px;
}

#popup {
   display:none;
   background-image: url('../images/background_cross.jpg'), url('../images/background_cross.jpg');
   background-repeat: repeat-y, repeat-y;
   background-position-x: -180px,  center;
   background-position-y: 80px, 486px; 
   background-color: #100f51;
   border:solid 4px #ca9e67;
}

#popup_innerbody {
   margin-left: 40px;margin-right: 40px;
   margin-top: 24px;margin-bottom: 24px;
}


a.nounderline:link {text-decoration: none;}

a.whitelink:link {text-decoration: none; color:#FFFFFF;}

.pointer {cursor:pointer;}

p.textBlack { color:#000000; font-family:Tahoma, Verdana; font-size:13px; }
p.textBlack11 { color:#000000; font-family:Tahoma, Verdana; font-size:11px; opacity:0.7; }
p.textWhite11 { color:#FFFFFF; font-family:Tahoma, Verdana; font-size:11px; }
p.textWhite { color:#FFFFFF; font-family:Tahoma, Verdana; font-size:16px; }
p.textWhiteBold { color:#FFFFFF; font-family:Tahoma, Verdana; font-size:16px; font-weight:bold; }
p.textWhite16 { color:#FFFFFF; font-family:Tahoma, Verdana; font-size:18px; }
p.textWhiteBold16 { color:#FFFFFF; font-family:Tahoma, Verdana; font-size:18px; font-weight:bold; }
p.textWhiteBold18 { color:#FFFFFF; font-family:Tahoma, Verdana; font-size:20px; font-weight:bold; }
p.textWhite36 { color:#FFFFFF; font-family:Tahoma, Verdana; font-size:36px; font-weight:bold; }

.heading_title {
   color: #FFFFFF;
   font-family:"Kanit SemiBold";
}

span.heading_title_wrapper_extraendtext {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

div.top_banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100px;
  z-index: 100;
  background-color: #100f51;
  padding-left:5px;padding-right:5px;
  padding-top:24px;padding-bottom:24px;
  width: 100%;
  justify-content: center;
  border-bottom:solid 1px white;
}

div.top_banner #menu {
   display: inline-block;
   vertical-align: middle;
   width: 90%;
}

div.top_banner #menu ul {
  list-style: none;
}

div.top_banner #menu span {color:white; text-decoration:none; font-weight:500; font-size:16px; box-sizing:border-box; padding:10px 10px; line-height:0px; cursor:pointer;}
div.top_banner #menu span:hover {border:solid 1px #ca9e67;}

div.top_banner #menu li {width:16%;float: left;padding: 15px;}
div.top_banner #menu li span.current {border:solid 4px white;}
div.top_banner #menu li span.current:hover {border:solid 4px white !important;}
div.top_banner #menu li span img {width:30%;max-width:24px;height:auto;}

div.banner_logo {
   display: inline-block;
   vertical-align: middle;
   padding-right: 40px;
   cursor: pointer;
}

div.banner_twitter {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#menu_burger_icon {
    display: none;
    cursor: pointer;
}

#club_life_container {
  position: relative;
  display: inline-block;
}

#festivals_container {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 2px;
  background-color: #100f51;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content p.submenu {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border:solid 1px white;
  margin: 0px;
  cursor: pointer;
}

.dropdown-content p:hover {background-color: #ca9e67}

#club_life_container:hover #club_life_menu {
  display: block;
}

#festivals_container:hover #festivals_menu {
  display: block;
}


#menu_burger ul { list-style-type: none; margin: 0; padding: 0; }
#menu_burger li { padding: 24px 12px; margin-bottom: 3px; background-color: #100f51; color: #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); cursor:pointer; }
#menu_burger li span.current {border:solid 4px white;}
#menu_burger li span.current:hover {border:solid 4px white !important;}
#menu_burger li span img {width:30%;max-width:24px;height:auto;}
#menu_burger li a {text-decoration: none; color:#FFFFFF;}
#menu_burger li a img {margin-right: 10px;}

.burger-dropdown-content {
display: none;
margin-top: 10px;
background-color: #100f51;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.burger-dropdown-content p.submenu {
color: white;
padding: 12px 16px;
text-decoration: none;
display: block;
margin: 0px;
cursor: pointer;
}

.burger-dropdown-content p:hover {background-color: #ca9e67}

.footer {
  color: #ffffff;
  font-size: 12px;
  padding-left: 40px;padding-right: 128px;
  padding-top: 40px;padding-right: 40px;
  border-top:solid 1px white;
}

.footer div.logo_box {
   float: left;
}

.footer div.logo_box img {
   width: 100px;
   height: auto;
}

.footer div.wrapper_box {
   display: flex;
   padding-left: 40px;
}

.footer div.container_box {
   flex: 1;
   margin: 10px;
}

.footer div.container_box_first {
   flex: 0 0 30%;
}

.footer div.footer_icon_box {
   float: left;
   height: 56px;
   width: 56px;
   padding: 15px;
   position: relative;
}

.footer div.footer_text_box {
   height: 56px;
   margin: auto;
   width: 100%;
   padding-right: 10px;
}

.footer div.footer_text_box p {
    color:#FFFFFF;
    font-family:Tahoma, Verdana;
    font-size:13px;
	padding-bottom: 0px;
	padding-top: 10px;
}

span.page_title {
   color:#FFFFFF;
   font-family:"Kanit SemiBold";
   font-size:90px;/* 120px */
   line-height:90px;/* 120px */
}

span.page_title_smaller {
   color:#FFFFFF;
   font-family:"Kanit SemiBold";
   font-size:90px;/* 90px */
   line-height:90px;/* 90px */
}

span.page_title_much_smaller {
   color:#FFFFFF;
   font-family:"Kanit SemiBold";
   font-size:90px;/* 90px */
   line-height:90px;/* 90px */
}

div.titleimage_container {
  height: 500px;
  padding-left:15px;padding-right:15px;
  padding-top:0px;padding-bottom:0px;
  position: relative;
}

div.image_title1 {
   border:solid 4px white;
   max-width: 250px;
   width: 40%;
   height: auto;
   padding: 0px;
   position: absolute;
   bottom:0px;
   left:20px;
   z-index: 10;
}

div.image_title1 img {
   display: block;
}


div.image_title2 {
   border:solid 4px white;
   max-width: 250px;
   width: 40%;
   height: auto;
   padding: 0px;
   position: absolute;
   bottom:150px;
   left:170px;
   z-index: 5;
}

div.image_title2 img {
   display: block;
}

div.image_title3 {
   border:solid 4px white;
   max-width: 250px;
   width: 40%;
   height: auto;
   padding: 0px;
   position: absolute;
   bottom:300px;
   left:320px;
   z-index: 0;
}

div.image_title3 img {
   display: block;
}

div.image_title4 {
   width: 300px;
   height: 300px;
   padding: 0px;
   border:solid 4px white;
}

div.image_labelfeminin {
   width: 100px;
   height: 100px;
   background-image: url("../images/svg/label_feminin.svg");
   background-repeat: no-repeat;
   background-size: cover;
   position: absolute;
   bottom:20px;
   left:380px;
   z-index: 0;
}

div.text_container {
   border:solid 1px white;
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
}

div.table_like_container {
  display: table;
  width: 100%;
  border-spacing: 10px;
}

div.responsive_table_cell {
   display: table-cell;
}

div.permanent_table_cell {
   display: table-cell;
}

div.halfscreen_table_cell {
   width: 50%;
}

div.thirdscreen_table_cell {
   width: 33%;
}

div.quartercreen_table_cell {
   width: 25%;
}

div.stats_container {
   display: flex;
   border-top:solid 1px white;
   border-bottom:solid 1px white;
   width: 100%;
   height: 150px;
   padding-top: 25px;
}

div.stats_box {
   flex: 1;
   margin: 10px;
   border-left:solid 1px #ca9e67;
   height: 100px;
   margin-top:0px;
   margin-bottom:0px;
   padding-top: 0px;
   padding-left: 5px;padding-right: 5px;
   text-align: center;
}

div.stats_box p.textWhite36 {line-height:10px;margin-top:20px;margin-bottom:20px;}

div.stats_box_first {
   flex: 0 0 25%;
   border-left: 0;
}

.button_default {
   width: 170px;
   height: 48px;
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
   margin-right:50px;
   margin-top:40px;margin-bottom:40px;
   border:solid 1px #ca9e67;
   cursor: pointer;
   color:#FFFFFF !important; font-family:Tahoma, Verdana; font-size:13px;
   text-align: center;
}

.button_default:hover {
   background-color: #ca9e67;
   color:#000000;
}

.button_default_selected {
   width: 170px;
   height: 48px;
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
   margin-right:50px;
   margin-top:40px;margin-bottom:40px;
   border:solid 1px #ca9e67;
   cursor: pointer;
   background-color: #ca9e67;
   color:#000000; font-family:Tahoma, Verdana; font-size:13px;
   text-align: center;
}

.button_float_right {
   float:right;
   width: 170px;
   height: 48px;
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
   margin-right:0px;
   border:solid 1px #ca9e67;
   cursor: pointer;
   color:#FFFFFF !important;
   font-family:Tahoma, Verdana; font-size:13px !important; font-weight:normal;
   text-align: center;
}

.button_float_right:hover {
   background-color: #ca9e67;
   color:#000000;
}

.button_line_height {
   line-height:50px;
}

.no_margin {
   margin:0px !important;
}

.cursor_pointer {
   cursor: pointer;
}

.button_white {
   width: 170px;
   height: 48px;
   padding-left:12px; padding-right:12px;
   padding-top:12px; padding-bottom:12px;
   margin-right:50px;
   margin-top:40px;margin-bottom:40px;
   border:solid 1px #000000;
   cursor: pointer;
   color:#000000; font-family:Tahoma, Verdana; font-size:13px;
   text-align: center;
}

.button_white:hover {
   background-color: #ca9e67;
}

div.txt_box {
   min-height: 48px;
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
   margin-right:50px;
   margin-top:10px;margin-bottom:20px;
   border:solid 1px #ffffff;
   color:#ffffff; font-family:Tahoma, Verdana; font-size:13px;
   text-align: center;
}

span.txt_box2 {
   padding-left:12px; padding-right:12px;
   padding-top:12px; padding-bottom:12px;
   margin-right:5px;
   border:solid 1px #ffffff;
   color:#ffffff; font-family:Tahoma, Verdana; font-size:13px;
   text-align: center;
   line-height:50px;
}

div.txt_box_100pct {
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
   border:solid 1px #ffffff;
   margin-top:40px;margin-bottom:40px;
}

.padding_right {
   padding-right:50px;
}

.padding_left {
   padding-left:50px;
}

.margin_top {
   margin-top:100px;
}

#title_container {
   padding-right:80px;
}


#schedule_box_container {
   float: left;
   margin-top:40px;margin-bottom:10px;
   padding-left:10px;
}

#schedule_box_image {
   float: left;
   height: 56px;
   width: 56px;
   background-color: #FFFFFF;
   padding: 15px;
   position: relative;
}
#borderimg_left {
   position: absolute;
   top:0;
   left:-10px;
   z-index: 10;
}
#schedule_box_text {
   height: 56px;
   width: 330px;
   border: solid 1px white;
   padding-top: 12px;
   padding-left: 60px;
   color:#FFFFFF; font-family:Tahoma, Verdana; font-size:13px;
   line-height:15px;
   text-align: left;
}

#location_box_container {
   float: right;
   margin-top:10px;margin-bottom:40px;
   padding-right:10px;
}
#borderimg_right {
   position: absolute;
   top:0;
   right:-10px;
   z-index: 10;
}
#location_box_text {
   float: left;
   height: 56px;
   width: 330px;
   border: solid 1px white;
   padding-top: 12px;
   padding-left: 10px;
   color:#FFFFFF; font-family:Tahoma, Verdana; font-size:13px;
   line-height:15px;
   text-align: left;
}

.old_news_wrapper {
   width: 100%;
   height: auto;
}


div.newsbox {
  width:630px;
  height:480px;
  float: left;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}

.old_news_wrapper div.newsbox {
  height:500px  !important;
  margin-top: 50px !important;margin-bottom: 50px !important;
}

div.newsimg {
   width: 610px;
   height: 610px;
   background-repeat: no-repeat;
   background-size: 100%;
   float: top;
}

.old_news_wrapper div.newsimg {
   background-size: 100%;
   height: 400px !important;
}

div.newstext {
   background: #FFFFFF;
   color: #000000; font-family:Tahoma, Verdana; font-size:13px;
   width: 610px;
   height: 200px;
   padding: 10px;
   border-top: 15px solid transparent;
   border-bottom:0;
   border-left:0;
   border-right:0;
   border-image-source: url(../images/slots_white.png);
   border-image-repeat: repeat;
   border-image-slice: 30;
   border-image-outset: 10px 0px 0px 0px;
   position:absolute;
   top: 300px;
}

.old_news_wrapper div.newstext {
   top: 250px !important;
   height: 250px !important;
}

div.newstext h2 {
   margin-top: 0px;
}

img.newsimg_report {
   max-width: 100%;
   height: auto;
   float: top;
}

.block_align {
   vertical-align: middle;
   display: inline-block;
}


.carousel {
	overflow: hidden;
}
.carousel-tray {
	display: -webkit-flex;
	display: flex;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}
.carousel-tray div.carouselbox {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.carousel-tray div.slide-active {
	opacity: 1;
}
.button-active {
	background: black;
	color: white;
}
.controls { margin: 2rem auto; text-align: center; }

div.carousel_button_container {
   float:right;
   display:block;
   margin-right: 25px;
   margin-bottom: 20px;
}

button.carousel_asbtract {
   background-size: cover;
   background-color: #100f51;
   width: 30px;
   height: 30px;
   border:solid 1px #ca9e67;
   cursor: pointer;
}

button.carousel_before {
   background-image: url(../images/navigate_before_white.png);
}

button.carousel_next {
   background-image: url(../images/navigate_next_white.png);
}

button.carousel_frewind {
   background-image: url(../images/fast_rewind_white.png);
}

button.carousel_fforward {
   background-image: url(../images/fast_forward_white.png);
}

button.carousel_asbtract:hover {
   background-color: #ca9e67;
}

.media_link {
    display:flex;
    align-items:center;
    justify-content:center;
}

.media_link img {
   width: 150px;
   height: auto;
}

.logo_wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    border:solid 4px white;
    padding: 50px;
}

.image_wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 0px;
}

.link_gold a {
   color: #ca9e67;
}

.text_gold {
   color: #ca9e67;
}

#medias_list ul {
  list-style: none;
}


#medias_list div.media_container {
   border-top:solid 1px white;
   padding-top: 50px;
}

table.tarifs {
   width: 100%;
   border-collapse: collapse;
}

table.tarifs td {
   width:25%;
   border: 1px solid #100f51;
   text-align: center;
   vertical-align: center;
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
}

table.tarifs td.white_td {
   background-color:#FFFFFF;
}

table.tarifs td.blue_td {
   background-color:unset;
   border: 1px solid #ffffff;
}

div.contact_box {
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
   height: 500px;
}

div.former_edition_box {
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
   height: 300px;
}

div.contact_img_wrapper {
   width: 100%;
   max-width: 160px;
   aspect-ratio: 1 / 1;
   border: 2px solid #ffffff;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
}

div.history_img_wrapper {
   width: 100%;
   max-width: 160px;
   aspect-ratio: 1 / 1;
   border: 2px solid #ffffff;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
}

div.table_hscroll_container {
   margin: 4px, 4px;
   padding: 4px;
   width: 100%;
   min-width: 300px;
   overflow-x: auto;
   overflow-y: hidden;
   white-space: nowrap;
}

div.hscroll_dragable {
   cursor: grab;
   -moz-user-select:none;
   -webkit-user-select:none;
   -ms-user-select:none;
   -khtml-user-select:none;
   user-select:none;
}

iframe.lichess {
   width: 100%;
   min-width:600px;
   height:600px;
   border: 0px;
}

ul.list_white {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol.list_white li {
  padding-left: 1em; 
  text-indent: -.7em;
  color: #FFFFFF;
  font-family:Tahoma, Verdana;
  font-size:16px;
}

ul.list_white li {
  padding-left: 1em; 
  text-indent: -.7em;
  color: #FFFFFF;
  font-family:Tahoma, Verdana;
  font-size:16px;
}

ul.list_white li::before {
  content: "\002022";
  color: white;
}

.previous_season_container {
  width:100%;
  max-width: 760px;
}

.previous_season_box {
   width:100%;
   height: 300px;
}

.previous_season_box img {
   max-width:150px !important;
   max-height:120px !important;
}

.previous_season_box p {
   margin: 0px;
   padding-left:24px; padding-right:24px;
   padding-top:0px; padding-bottom:12px;
   color:#FFFFFF;
   font-family:Tahoma, Verdana;
   font-size:13px;
}

.animation_icon_cell {
   width:40px;
}

.animation_table {
   width:100%;
}

.animation_table_smartphone {
   width:100%;
   display: none;
}

.animation_result_cell {
   width:120px;
   text-align: right;
}

.animation_table_smartphone td.animation_result_cell {
   width:auto;
   text-align: right;
}

.animation_result_cell2 {
   width:160px;
   text-align: right;
}

.animation_icon {
   height: auto;
   margin: 0 auto;
   padding: 24px;
   position: relative;
}

.animation_icon > div {
   margin: 0px;
   width:40px;
   height:40px;
   border:solid 1px white;
   display: flex;
   justify-content: center;
   align-items: center;
}

.animation_icon > div img {
   margin: 0px;
   width:20px;
   height:20px;
}

.animation_text {
vertical-align:top
   margin: 0px;
   padding-left:24px; padding-right:24px;
   padding-top:0px; padding-bottom:12px;
   color:#FFFFFF;
   font-family:Tahoma, Verdana;
   font-size:13px;
}

iframe.ti_infos {
  border: none;
  width: 100%;
  height: 700px;
  overflow: auto;
}

div.competitions_container {
   border:0;
   min-height: 100px;
   margin-bottom:20px;
}

div.competitions_box {
   flex: 1;
   margin: 10px;
   border:solid 1px #ffffff;
   height: 100px;
   margin-top:5px; margin-bottom:5px;
   margin-left:10px; margin-right:10px;
   padding-top: 12px;padding-bottom: 12px;
   padding-left: 5px;padding-right: 5px;
   text-align: center;
   cursor: pointer;
}

div.national_report_wrapper li {
   color:#FFFFFF;
   font-family:Tahoma, Verdana;
   font-size:13px;
}

.whitebg {
   font-family:Tahoma, Verdana;
   color:#FFFFFF;
   background-color:#FFFFFF;
   height: 2px;
}

div.palmares_img_wrapper {
   width: 100%;
   aspect-ratio: 1 / 1;
   border: 2px solid #ffffff;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center center;
}

div.palmares_box {
   padding-left:24px; padding-right:24px;
   padding-top:12px; padding-bottom:12px;
   height: 650px;
   max-width: 300px;
}




@media only screen and (min-width: 100px) {
  /* For phones: */
  .col-ss-1 {width: 8.33%;}
  .col-ss-2 {width: 16.66%;}
  .col-ss-3 {width: 25%;}
  .col-ss-4 {width: 33.33%;}
  .col-ss-5 {width: 41.66%;}
  .col-ss-6 {width: 50%;}
  .col-ss-7 {width: 58.33%;}
  .col-ss-8 {width: 66.66%;}
  .col-ss-9 {width: 75%;}
  .col-ss-10 {width: 83.33%;}
  .col-ss-11 {width: 91.66%;}
  .col-ss-12 {width: 100%;}

  div.banner_logo { padding-right: 0px !important; }
  div.banner_logo img {width:50%;height:auto;}

  div.top_banner #menu { display: none; }
  div.banner_twitter { display: none; }

  #menu_burger_icon {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding-right: 15px;
    padding-top: 10px;
  }

  .padding_right { padding-right:0px; padding-left:0px; }
  .padding_left { padding-left:0px; }

  span.page_title {font-size:70px;line-height:70px;}
  span.page_title_smaller {font-size:50px;line-height:50px;}
  span.page_title_much_smaller {font-size:45px;line-height:45px;}

  .button_default { margin-right:5px; width:130px; font-size:10px; padding-left:15px; padding-right:15px; }
  div.responsive_table_cell { display: block; margin-bottom: 10px; }
  div.halfscreen_table_cell { width: 100%; }
  div.thirdscreen_table_cell { width: 100%; }
  div.quartercreen_table_cell { width: 50%; }

  #title_container {padding-right:20px;}
  #schedule_box_text {width:280px; font-size:11px;}
  #location_box_text {width:200px; font-size:11px;}

  div.titleimage_container {
    height: 330px;
	display:flex;
    align-items:center;
    justify-content:center;
    padding: 0px;
  }
  div.image_title1 {display:none;}
  div.image_title2 {display:none;}
  div.image_title3 {display:none;}
  div.image_labelfeminin {display:none;}
  div.image_title4 {
  }

  div.stats_box { margin: 1px; }
  div.stats_box p.textWhite36 { font-size:30px; }

  div.newsbox { width:300px; height:600px; }
  .old_news_wrapper div.newsbox { width:340px; height:600px; }
  div.newsimg { width: 280px; height:300px; }
  .old_news_wrapper div.newsimg {  width:320px; }
  div.slide_img_background_top { background-position: initial !important; }
  div.slide_img_background_top2 { background-position: initial !important; }
  div.slide_img_background_top3 { background-position: initial !important; }
  div.slide_img_background_top4 { background-position: initial !important; }
  div.slide_img_background_top5 { background-position: initial !important; }
  div.slide_img_background_top6 { background-position: 0px -90px !important; }
  div.slide_img_background_top7 { background-position: initial !important; }
  div.slide_img_background_top8 { background-position: 0px -120px !important; }
  div.slide_img_background_top9 { background-position: initial !important; }
  div.slide_img_background_top10 { background-position: initial !important; }
  div.newstext { width: 280px;height:300px;top: 200px; }
  .old_news_wrapper div.newstext {  width: 320px;height:350px !important;top: 280px; }

  .previous_season_box { height: auto; }

  .who_are_we_txt { padding-right:0px; }

  .media_link img { width: 80px; }

  .footer div.logo_box img { display: none; }
  .footer div.wrapper_box { display: block; padding-left: 0px; float: right; }
  .footer div.container_box { flex: none; margin: 10px;width:100%;height:50px; }
  .footer div.container_box_first { flex: none; }
  .footer div.footer_text_box p { font-size:10px; }

  div.contact_box { height: 680px; }

  div.palmares_box { height: 700px; }

  .animation_table { display: none; }
  .animation_table_smartphone { display: block; }

  iframe.lichess { height:400px; }
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}

  div.banner_logo { padding-right: 0px !important; }
  div.banner_logo img {width:60%;height:auto;}

  div.top_banner #menu span {color:white; text-decoration:none; font-weight:500; font-size:8px; box-sizing:border-box; padding:10px 10px; line-height:0px; cursor:pointer;}
  div.top_banner #menu span:hover {border:solid 1px #ca9e67;}

  div.top_banner #menu li {width:16%;float: left;padding: 2px;}
  div.top_banner #menu li span.current {border:solid 2px white;}
  div.top_banner #menu li span.current:hover {border:solid 2px white !important;}

  div.stats_box p.textWhite36 { font-size:36px; }

  .button_default { margin-right:20px; width:170px; font-size:13px; padding-left:24px; padding-right:24px; }
  div.responsive_table_cell { display: block;  margin-bottom: 10px; }
  div.halfscreen_table_cell { width: 100%; }
  div.thirdscreen_table_cell { width: 100%; }
  div.quartercreen_table_cell { width: 33%; }

  #schedule_box_text {width:330px; font-size:13px;}
  #location_box_text {width:330px; font-size:13px;}

  .media_link img { width: 100px; }

  div.newsbox { width:380px; height:600px; }
  .old_news_wrapper div.newsbox { width:580px; height:600px; }
  div.newsimg { width: 360px; height:360px; }
  .old_news_wrapper div.newsimg {  width: 560px; }
  div.slide_img_background_top { background-position: 0px -20px !important; }
  div.slide_img_background_top2 { background-position: 0px -30px !important; }
  div.slide_img_background_top3 { background-position: 0px -90px !important; }
  div.slide_img_background_top4 { background-position: 0px -180px !important; }
  div.slide_img_background_top5 { background-position: 0px -20px !important; }
  div.slide_img_background_top6 { background-position: 0px -90px !important; }
  div.slide_img_background_top7 { background-position: initial !important; }
  div.slide_img_background_top8 { background-position: 0px -180px !important; }
  div.slide_img_background_top9 { background-position: initial !important; }
  div.slide_img_background_top10 { background-position: initial !important; }
  div.newstext { width: 360px;height:300px;top: 250px; }
  .old_news_wrapper div.newstext {   width: 560px;height:300px !important;top: 320px; }

  div.contact_box { height: 550px; }

  div.palmares_box { height: 650px; }

  .animation_table { display: inline-block; }
  .animation_table_smartphone { display: none; }

  .footer div.logo_box img {display:block; }
}

@media only screen and (min-width: 950px) {
  /* For laptop: */
  .col-d-1 {width: 8.33%;}
  .col-d-2 {width: 16.66%;}
  .col-d-3 {width: 25%;}
  .col-d-4 {width: 33.33%;}
  .col-d-5 {width: 41.66%;}
  .col-d-6 {width: 50%;}
  .col-d-7 {width: 58.33%;}
  .col-d-8 {width: 66.66%;}
  .col-d-9 {width: 75%;}
  .col-d-10 {width: 83.33%;}
  .col-d-11 {width: 91.66%;}
  .col-d-12 {width: 100%;}

  div.innerbody { padding-left:15px;padding-right:15px; }

  .padding_right { padding-right:50px; }
  .padding_left { padding-left:50px; }

  div.banner_logo { padding-right: 15px !important; }
  div.banner_logo img {width:unset;height:unset;}
    div.banner_twitter { display: inline-block; }
  div.banner_twitter img {width:unset;height:unset;}

  div.top_banner #menu { display: inline-block; vertical-align: middle; width:85%;padding-left:0px;padding-right:0px;}
  div.top_banner #menu span {color:white; text-decoration:none; font-weight:500; font-size:12px; box-sizing:border-box; padding:10px 5px; line-height:40px; cursor:pointer;}
  div.top_banner #menu span:hover {border:solid 1px #ca9e67;}

  div.top_banner #menu li {width:16%;float: left;padding: 10px; vertical-align: middle;}
  div.top_banner #menu li span.current {border:solid 3px white;}
  div.top_banner #menu li span.current:hover {border:solid 3px white !important;}

  #menu_burger_icon { display: none !important; }
  #menu_burger { display: none !important; }
  #mainbody { display: block !important; }

  span.page_title {font-size:90px;line-height:90px;}
  span.page_title_smaller {font-size:75px;line-height:75px;}
  span.page_title_much_smaller {font-size:75px;line-height:75px;}

  .button_default { margin-right:50px; }
  div.responsive_table_cell { display: table-cell; margin-bottom: unset; }
  div.halfscreen_table_cell { width: 50%; }
  div.thirdscreen_table_cell { width: 33%; }
  div.quartercreen_table_cell { width: 25%; }

  div.newsbox { width:630px; height:480px; }
  .old_news_wrapper div.newsbox { width:630px; height:480px; }
  div.newsimg { width: 610px;height: 610px; }
  .old_news_wrapper div.newsimg { width: 610px;height: 610px; }
  div.slide_img_background_top { background-position: 0px -80px !important; }
  div.slide_img_background_top2 { background-position: 0px -50px !important; }
  div.slide_img_background_top3 { background-position: 0px -120px !important; }
  div.slide_img_background_top4 { background-position: 0px -200px !important; }
  div.slide_img_background_top5 { background-position: 0px -90px !important; }
  div.slide_img_background_top6 { background-position: 0px -180px !important; }
  div.slide_img_background_top7 { background-position: 0px -90px !important; }
  div.slide_img_background_top8 { background-position: 0px -280px !important; }
  div.slide_img_background_top9 { background-position: 0px -80px !important; }
  div.slide_img_background_top10 { background-position: 0px -170px !important; }
  div.newstext { width: 610px;height:210px;top: 290px; }
  .old_news_wrapper div.newstext {  width: 610px;height:250px !important; top: 250px !important; }

  div.contact_box { height: 500px; }

  .previous_season_box { height: 500px }

  .who_are_we_txt { padding-right:50px; }

  .media_link img { width: 120px; }

  #title_container {padding-right:50px;}

  div.hscroll_dragable { cursor: auto; }
  
  iframe.lichess { height:600px; }

  .footer div.wrapper_box { display: flex; padding-left: 40px; float: none; }
  .footer div.container_box { flex: 1; margin: 10px; }
  .footer div.container_box_first { flex: 0 0 30%; }
}


@media only screen and (min-width: 1200px) {
    /* For desktop screen: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  div.innerbody { padding-left:50px;padding-right:50px; }

  div.banner_logo { padding-right: 40px !important; }
  div.top_banner #menu span {color:white; text-decoration:none; font-weight:500; font-size:14px; box-sizing:border-box; padding:10px 10px; line-height:0px; cursor:pointer;}
  div.top_banner #menu span:hover {border:solid 1px #ca9e67;}

  div.top_banner #menu li {width:16%;float: left;padding: 12px;vertical-align: middle;}
  div.top_banner #menu li span.current {border:solid 4px white;}
  div.top_banner #menu li span.current:hover {border:solid 4px white !important;}

  span.page_title {font-size:90px;line-height:90px;}
  span.page_title_smaller {font-size:90px;line-height:90px;}
  span.page_title_much_smaller {font-size:90px;line-height:90px;}
  div.responsive_table_cell { display: table-cell; margin-bottom: unset; }
  div.halfscreen_table_cell { width: 50%; }
  div.thirdscreen_table_cell { width: 33%; }
  div.quartercreen_table_cell { width: 25%; }

  #title_container {padding-right:100px;}
  #schedule_box_text {width:330px}
  #location_box_text {width:330px}

  div.titleimage_container {
    height: 500px;
    padding-left:15px;padding-right:15px;
    padding-top:0px;padding-bottom:0px;
    position: relative;
	display: unset;
    align-items:unset;
    justify-content:unset;
  }
  div.image_title1 {display:block;}
  div.image_title2 {display:block; bottom:25%; left:25%;}
  div.image_title3 {display:block; bottom:50%; left:50%;}
  div.image_labelfeminin { display:block; left:70%;} 
  div.image_title4 {display:none;}

  div.stats_box { margin: 5px; }

  .who_are_we_txt { padding-right:100px; }

  .previous_season_box { height: 400px }

  .media_link img { width: 150px; }

  .footer div.footer_text_box p { font-size:13px; }
}

@media only screen and (min-width: 1800px) {
    /* For large desktop screen: */
  .col-l-1 {width: 8.33%;}
  .col-l-2 {width: 16.66%;}
  .col-l-3 {width: 25%;}
  .col-l-4 {width: 33.33%;}
  .col-l-5 {width: 41.66%;}
  .col-l-6 {width: 50%;}
  .col-l-7 {width: 58.33%;}
  .col-l-8 {width: 66.66%;}
  .col-l-9 {width: 75%;}
  .col-l-10 {width: 83.33%;}
  .col-l-11 {width: 91.66%;}
  .col-l-12 {width: 100%;}

  div.innerbody { padding-left:min(128px, 8%);;padding-right:min(128px, 8%); }

  div.top_banner #menu span {color:white; text-decoration:none; font-weight:500; font-size:16px; box-sizing:border-box; padding:10px 10px; line-height:0px; cursor:pointer;}
  div.top_banner #menu span:hover {border:solid 1px #ca9e67;}

  div.top_banner #menu li {width:16%;float: left;padding: 15px;vertical-align: middle;}
  div.top_banner #menu li span.current {border:solid 4px white;}
  div.top_banner #menu li span.current:hover {border:solid 4px white !important;}

  div.responsive_table_cell { display: table-cell; margin-bottom: unset; }
  div.halfscreen_table_cell { width: 50%; }
  div.thirdscreen_table_cell { width: 33%; }
  div.quartercreen_table_cell { width: 25%; }

  div.image_title2 { bottom:150px; left:170px; }
  div.image_title3 { bottom:300px; left:320px; }
  div.image_labelfeminin { left:380px; }
  
  iframe.lichess { height:800px; }

  .previous_season_box { height: 300px }
}





