@media (max-width: 1100px) and (min-width: 700px) {

  #champions {
    display:none;

  }

  #medias {
    display:none;
  }

  #pense-bete {
    display: none;
  }

  #officiel {
    width: 15%;
  }

  body {
    left: 0;
    right: 0;
  }

  #menu {
    width: 65%;
    min-width: 51em;
    padding: 0;
    margin: 0 0 0 calc(15% + 3em);
  }

  #menu li {
    position: relative;
    float: left;
    width:25%;
    margin:0;
    background-color: transparent;
    line-height: 2.9em;
    text-align: center;
    min-width: 122px;
    color: #fffe92;
    font-weight: bold;
  }

  .media {
    display: none;
  }

main {
	display: block;
	width: 100%;
	min-width: 200px;
}

main nav{
  width: auto;
}

main div.mxMainBoxDiv{
float:left;
}
main div.mxBesideBoxDiv{
  float:left;
}

/* PAGINATION */
/*
.pagination ul{
  list-style: none;
  width:100%;
  display: block;
  margin:0;
  padding:0;
}

.pagination li{
  display: inline-block;
  position: relative;
  padding: 0 5px;
  background-color: #c8c8c3;

}
.pagination li a{
  color: black;
  text-decoration: none;
}
.pagination ul li:hover a {
    color: #686864;  /* Couleur du texte des sous-menu au survol */
/*
}

.pagination a:hover{
  color: #686864;
  opacity: 0.5;
}
.pagination .active {
  color: white;
}
*/



/*-------------------------------*/
/* flickity pour histoire du club */
/*-------------------------------*/

main .gallery-bureaux {
  width:100%;
  background-color: #bbb;
  margin-top :1%;
  margin-bottom: 40px;
}

main .gallery-cell-bureaux {
  width:35%;
  height:350px;
  border-left:2px solid black;
  padding-left:5px;
  margin-right:10px;
  background: linear-gradient(135deg, #333 5%, #5a5a5a 100%);
  /*unselected*/
  opacity: 1;
  transform: scale(0.5);
  filter: none;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

main .gallery-cell-bureaux.is-selected {
  opacity: 1;
  transform: scale(1);
  filter: none;
}


/* flickity tournois */


main .gallery-tournois {
  background-color: #444444;
  margin-top :1%;
  /*max-height:500px;*/
  margin-bottom: 40px;
  padding-bottom: 1%;
}

main .gallery-cell-tournois {
  width:50%;
  height:500px;
  background-color: lightgrey;
  border:2px solid black;
  padding:30px 30px 10px 30px;
  margin-top:10px;
  border-radius:10px;
  margin-right:10px;
  /*unselected*/
  opacity: 0.8;
  transform: scale(0.5);
  filter: blur(2px);
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

main .gallery-cell-tournois.is-selected {
  opacity: 1;
  transform: scale(1);
  filter: none;
}

main article .gallery-cell-tournois dd img {


float: right;
box-shadow:none;
display:flex;
justify-content: center;
align-items: center;
width:50%;
height:auto;
clip-path: circle(38% at center);
}
main .gallery-cell-tournois a:visited {
  color:#7d6503;
}

div#messages>div {
	left: 50%;
	right: unset;
	transform: translate(-50%, -50%);
}

@keyframes show-message {
	from { transform: translate(-50%, -500px); }
	80%  { transform: translate(-50%, calc(-50% + 15px)); }
	to   { transform: translate(-50%, -50%); }
}

}
