nav{
	z-index: 2000;
	width: 100%;
	background: #f8f8f8;
	background: #fff;
	letter-spacing: 0.5px;
}
nav ul {
    margin: 0;
}
nav li {
	margin: 0;
	padding: 0;
}
nav .wrapper{
	position: relative;
	padding: 0px 20px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f7ff;
	z-index: 1000;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
  padding:5px;
}

.nav-links li .mobile-item:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #1d1d1b;
	border-bottom-color: #fff;
	border-left-color: #fff;
	transform: rotate(45deg);
	position: relative;
	left: 0;
	float: right;
	margin: 23px 38px 0 0;
	border-width: 2px 2px 0 0;
}



.nav-links > li > a{
	display: block;
	color: #000;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	font-size: 1.4rem;
	padding: 12px 0;
	border-radius: 0px;
/*	transition: all 0.3s ease;
*/	padding: 0 15px 0 0;
}
.nav-links li a:hover{
	/*border-bottom: 2px solid red;*/
}





.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu, .nav-links li:hover .mega-box{
/*  transition: all 0.3s ease;
*/  top: 40px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 0;
	/*
	top: 85px;
	*/
	opacity: 0;
	visibility: hidden;
	/*border-bottom: 2px solid #d4d4d4;*/
}
.mega-box .content{
  background: #f5f5f5;
  padding: 15px 20px 10px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.nav-links li:nth-child(2) .mega-box .content{
  background: #eeffff;
}
.nav-links li:nth-child(3) .mega-box .content{
  background: #ffeeee;
}
.nav-links li:nth-child(4) .mega-box .content{
  background: #fffeee;
}
.mega-box .content .row{
  width: calc(80% - 25px);
  line-height: 45px;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mega-box .content .row:nth-child(1){
  width: 20%;
  line-height: 45px;
}
.content .row:nth-child(1) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn_menu{
  color: #000;
  cursor: pointer;
  display: none;
}
.wrapper .btn_menu.close-btn{
  position: absolute;
  right: 20px;
  top: 15px;
}


nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}






.detail_courroie *:hover {
    text-decoration: none;
}
.choix_courroie{
    font-size: 1.7rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.choix_courroie div{
	width: 49%;
}
.choix_courroie div p{
	margin: 0;
}





.fleche a svg {
	padding-top: 10px;
	width: 35px;
	display: block;
}







nav .courroies > div {
	width: calc(12.5% - 10px);
	margin: 0 10px 10px 0;
	box-shadow: none;
}
nav .courroies div span, nav .courroies div span img {
	height: 50px;
	padding: 5px 0;
}
nav .brands div p, nav .courroies div p {
    font-size: 1.1rem;
}


nav .brands > div {
	 width: calc(20% - 15px);
}

.menu-btn{
	display: none;
}

nav .brands .fleche {
	 height: 61px;
}

nav .courroies .fleche {
	height: 71px;
}


@media (max-width: 970px) and (min-width: 768px) {

	.header-headline-brand a img {
		 height: 70px;
		 padding: 0 5px;
	}	

	.client {
		 width: 80px;

	}	
	nav .brands {
    	justify-content: flex-start;
		width: 100%;
		margin: 0 0 10px 0;
	}

	
	nav .brands > div {
		margin: 0px 3px 10px 3px;
		width: calc(20% - 11px);
	}
	
	nav .courroies > div {
		margin: 0px 3px 10px 3px;
		width: calc(16.67% - 10px);
	}
	
	nav .brands div p {
		 display: none;
	}
	.fleche a svg {
		padding-top: 0;
		width: 35px;
	}	
	.fleche {
		 height: 40px;
	}

	.content .row:nth-child(1) img {
		max-height: 160px;
	}	

	nav .brands div a p {
		display: none;
	}
	
	nav .brands div span img {
		max-height: 36px;
		padding: 3px 5px;
	}

	nav .brands div p {
		font-size: 0.9rem;
		padding: 2px;
	}	

	nav .courroies div span, nav .courroies div span img {
		height: 40px;
		padding: 4px 0;
	}
	.mega-box .content {
		 padding: 10px 10px 10px 10px;
	}	

	nav .brands .fleche {
		 height: 40px;
	}

	nav .courroies .fleche {
		height: 56px;
	}
	
	nav .brands div p, nav .courroies div p {
		 font-size: 1.2rem;
	}
	
}



@media screen and (max-width: 767px) {

	.menu-btn{
		display: block;
	}
	.menu-btn svg {
		 margin-top: 10px;
	}
	
	.mega-box {
		 padding: 10px 0 0 0;
	}

	.mega-box .content .row:nth-child(1) {
		 display: none;
	}

	nav .courroies div span, nav .courroies div span img {
		height: 60px;
		padding: 2px 0;
	}
	
	nav .brands div span img {
		padding: 0;
	}
	
	nav .brands div span {
		height: 30px;
	}
	
	nav .brands > div {
		width: calc(33.33% - 10px);
		margin: 0px 3px 10px 3px;
	}
	
	nav .courroies > div {
		 width: calc(33.33% - 10px);
		 margin: 0px 3px 10px 3px;
	}
	
	nav .brands div p {
		 display: none;
	}

	nav .brands div p, nav .courroies div p {
		 font-size: 1.2rem;
	    padding: 3px 0 0 0;	
	}
	
	.nav-links li:nth-child(1) .mega-box .content, .nav-links li:nth-child(2) .mega-box .content, .nav-links li:nth-child(3) .mega-box .content, .nav-links li:nth-child(4) .mega-box .content {
		 background: #fff;
	}

	
	nav .wrapper{
		border-top: none;
		border-bottom: none;
	}
	
  .wrapper .btn_menu{
	  display: block;
  }
	
	nav .brands {
    	justify-content: flex-start;
		width: 100%;
		margin: 0 0 20px 0;
	}

	nav .brands .fleche {
		height: 40px;
	}
	
	nav .courroies .fleche {
		 height: 51px;
	}
	
	.fleche a svg {
		padding-top: 0;
		width: 20px;
	}
	
  .wrapper .nav-links{
    position: fixed;
    /*height: 80vh;*/
    width: 100%;
    /*max-width: 350px;*/
    top: 0;
    left: -100%;
	 margin: 0;
    background: #fff;
    display: block;
    padding: 10px 0 0 0;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
/*    transition: all 0.3s ease;
*/  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn_menu.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn_menu.menu-btn{
    display: block;
  }
  .nav-links li{
    /*margin: 15px 10px;*/
	 margin: 0;
  }
  .nav-links li a{
    padding: 3px 4px;
    display: block;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
/*    transition: all 0.3s ease;
*/  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box,#showMega_ll:checked ~ .mega-box,#showMega_map:checked ~ .mega-box{
    max-height: unset;
  }
	
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    /*padding-left: 20px;*/
    cursor: pointer;
    border-radius: 0;
/*    transition: all 0.3s ease;
*/  }
  .nav-links .mobile-item:hover{
    /*background: #3A3B3C;*/
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    /*padding: 0 20px;*/
    max-height: 0px;
    overflow: hidden;
/*    transition: all 0.3s ease;
*/  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    /*padding: 20px 20px 0 20px;*/
	  padding: 0;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}