.img_accueil{
  width:1024px
}
.topnav_PC {
  overflow: hidden;
  background-color: #ffffff;  
  display: flex;
  justify-content: center;
}
.topnav_PC a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav_PC a:hover {
  background-color: #ddd;
  color: black;
}

.topnav_PC a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav_responsive {
  overflow: hidden;
  background-color: #ffffff;  
  display: flex;
  justify-content: center;
}
.topnav_responsive a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav_responsive a:hover {
  background-color: #ddd;
  color: black;
}

.topnav_responsive a.active {
  background-color: #04AA6D;
  color: white;
}

@media (max-width: 600px) {
  .topnav_PC {display: none;}
  .topnav_responsive {display: block;}
}

@media (min-width: 600px) {
  .topnav_responsive {display: none;}
  .topnav_PC {display: block;}
}

.hide_menu{
  visibility: hidden;
  z-index: 1;
}

.topnav_responsive_open{
  height: 200px;
}

.topnav_responsive_close{
  height: 70px;
}

  .topnav::-webkit-scrollbar {
        display: none;
      }
.sous_menu_actu{
    position: absolute;
    right: 0px;
    top: 40;
    float: none;
}

.sous_menu_club{
    position: absolute;
    right: 0px;
    top: 120px;
    float: none;
}
.sous_menu_burger{
    position: absolute;
    right: 0px;
    top: 0px;
    float: none;
}
.sous_menu_infos{
    position: absolute;
    right: 0px;
    top: 80px;
    float: none;
    
}

.body_no_marge{
  margin:0px;
}
.photo_accueil{
  width: 100%;
}
.logo_class{
  height: 120px;
  width: 120px;
  padding: 0px;
  margin: 0px;
}
.titre_1{
  font-size: 18;
  font-weight: bold;
}

.footer_class{
  text-align: center;
  max-width: 100%;
  background: #f4f4fb;
  margin: 0px;
  padding: 5px;
}
.footer_item{
  padding: 5px;
}
.no_scroll{
  overflow: hidden;
}
.footer_class_index{
  width: 100%;
}
.header_in{
  width: 100%;
  max-width: 1024px;
}
.header_class{
  width: 100%;
  max-width: 1024px;
  text-align: center;
  min-height: 50px;
  height: 170px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.body_cadre{
  max-width: 100%;

}
