
  
  a {
	color: #fff;
  }
  
  /* header */
  
  .header {
	width: 100%;
	z-index: 3;
	display: flex;
	justify-content: center;

  }
  
  .header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
  }
  
  .header li a {
	display: block;
	padding: 20px 20px;
	/*border-right: 1px solid #f4f4f4;*/
	text-decoration: none;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
	background-color: #606a72;
	border-radius: 15px;
  }
  
  .header .logo {
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
  }
  
  /* menu */
  
  .header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 58px 50px;
	position: relative;
	user-select: none;
    transform: scale(2);
  }
  
  .header .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
  }
  
  .header .menu-icon .navicon:before {
	top: 5px;
  }
  
  .header .menu-icon .navicon:after {
	top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
	display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
	/*max-height: 240px;*/
	overflow: visible !important;
	position:relative;
	z-index: 10;
	display:initial ;
  }
  .header .menu-btn:checked ~ .menu li{
	background-color: #677987;
	
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 68em) {
	.header img{
		display: none;
	}
	.header li {
	  float: left;
	}
	.header li a {
	  padding: 20px 30px;
	}
	.header .menu {
	  clear: none;
	  float: right;
	  max-height: none;
	  position: relative;
	  top: 23px;
	  margin-bottom: 2%;
	}
	.header .menu-icon {
	  display: none;
	}
	.margR{
		margin-right: 70px;
	}

	.mL{
		margin-left:5%;
	  }
	  .r1{
		margin-right: 250px;
		margin-left: 10%;
	}
	.textCode {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
	}
	.r2{
		margin-right: 150px;
		
	} 
	
  }
  @media (max-width: 87.5em) and (min-width: 68em){
	.start .tutured{
		display: none !important;
	}
    .start .tutureg{
		display: none !important;
	}
	header .baisser {
    position: relative;
	top: 50px;
	margin-bottom: auto;
	}
	.home{
		flex-direction: column;
	}
	.home2{
		flex-direction: column;
	}
	.slide-img {
		max-width: 700px;
	}
	.logo img{
		max-width: 50%;
	}
  }

  @media (max-width: 68em) {
	.start {
		display: none !important;
	}
	.header {
		justify-content: space-around !important;
	}
	.header ul {
		display: none;
		
	  }
	
	.home{
		flex-direction: column;
	}
	.home2{
		flex-direction: column;
	}
    .horaire table{
    	width:80%;
    }
    .h2{
   		margin-left: auto;
    	margin-right: auto;
    }
	.slide-img {
		max-width: 90%;
	}
	.cyclo{
		flex-direction: column;
	}
	.logo img{
		max-width: 90%;
	}
	.remorque img{
		max-width: 70%;
	}
  }

  @media (max-width: 87.5em) {
	.resultats{
		flex-direction: column;
	}
	textarea {
		width: 100%;
	}
	.info{
		flex-direction: column;
	}
	.moto{
		flex-direction: column;
	}
	.moto td{
		width: 90vw;
	}
	.remorque td{
		width: 90vw;
	}
	
  }
  @media (max-width: 68em) {
	.voiture{
		flex-direction: column;
		font-size: 25px !important;
	}
	.voiture td{
		width: 90vw;
	}
  }
  
   @media (min-width: 87.5em) {
  .offRoad{
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: white;
    z-index: 0;
    margin-top: 1%;
}
}