@font-face {
    font-family: "NouvelR-regular";
    src: url('../fonts/NouvelR-Regular.ttf')format("truetype");
  }
  
  @font-face {
    font-family: "NouvelR-bold";
    src:url('../fonts/NouvelR-Bold.ttf')format("truetype");
  }
  
  @font-face {
    font-family: "NouvelR-semi-bold";
    src: url('../fonts/NouvelR-Semibold.ttf')format("truetype");
  }
  
  @font-face {
    font-family: "NouvelR-extra-bold";
    src: url('../fonts/NouvelR-Extrabold.ttf')format("truetype");
      
  }
  @font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont2.ttf") format("truetype");
     font-weight:400;
    font-style: normal; 
  }
    
html, body {
    margin: 0;
    padding: 0;
    font-family: "NouvelR-regular",Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #000;
}


/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/************            HEADER            ***********/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/

header {
  background: #FAF707;
}

header a {
  color: #000;
  text-decoration: none;
  font-family: "NouvelR-extra-bold";
}

.nonactive {font-family: "NouvelR-regular";}

/*.menu_header_fr {
  font-family: "NouvelR-regular";
}*/

.menu_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem;
    align-items: center;
}

.menu_header__menu {
  display: none;
}

ul.menu__list {
  list-style-type: none;
  padding: 0;
}

.menu__list > li > a {
  color: #fff;
}

.menu__list > li {
  padding-bottom: 15px; 
  font-size: 1.5rem;
}
.logom5{width:7rem;}
.logorenault{width:3rem;margin-right: 3rem;}

/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/************            FOOTER            ***********/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/


footer {
    padding-top: 10rem;
    background: #FAF707;
  }
  
  footer a {
    color: #000;
    text-decoration: none;
  }
  
  .sub_JDHU_footer, .sub_JDU6b_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 2rem;
    align-items: center;
  }
  
  .sub_UJH7_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem;
    align-items: center;
  }
  
  .mai_kdj7f, .mai_ydhyR {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  
  .mai_kdj7f {
    width: 10rem;
    margin-left: 12rem;
  }
  
  
  .mai_ydhyR {
    width: 25rem;
  }
  
  .sub_JDHU_footer img {
    width: 30em;
  }
  
  .sub_JDU6b_footer {
    margin-top: 3rem;
    margin-bottom: -3rem;
  }
  
  .sub_JDU6b_footer img {
    width: 3em;
  }

/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/************            CONTENT           ***********/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/

hr {
    margin-top: 15px;
    margin-bottom: 15px
}

.title_page {
    font-family: "NouvelR-extra-bold";
    color: #FFF;
    text-align: center;
    font-size: 8rem;
    margin-top: 3rem;
}

section {
    margin-bottom: 10rem;
}

section p, .bloc__content__link a button {
    margin-left: 15px;
}

section button {
    cursor: pointer;
}

.bloc__content a{text-decoration:none;color:#000000;}
.bloc__content__section > p {
    color: #FFF;
    font-size: 3rem;
    font-family: "NouvelR-extra-bold";
    margin-bottom: 0;
}

.bloc__content__section {
    color: #000;
}

.bloc__content__program {
    display: flex;
    justify-content: space-between;
}

.bloc__content__picture {
  width: 50%;
}

.bloc__content__picture img {
    width: 100%;
    height:100%
}

.bloc__content__content {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.bloc__content__date {
    font-family: "NouvelR-extra-bold";
    font-size: 5rem;
    margin-top: 0;
}

.bloc__content__cat {
    border: 1px solid #000;
    width: fit-content;
    padding: 0.4rem 0.9rem;
    border-radius: 15px;
    background: #000;
    color: #FFF;
    font-family: "NouvelR-extra-bold";
    margin-bottom: 0;
    font-size: 1.2rem;
}

.bloc__content__caption {
    font-family: "NouvelR-extra-bold";
    font-size: 4.5rem;
    margin-top: 0;
    margin-bottom: 0;
}

.bloc_content__desc {
    font-size: 1.4rem;
    margin-top: 0;
    margin-left: 15px;
}

.bloc__content__link {
    margin-top: auto;
    margin-bottom: 15px;
}

.bloc__content__link button {
    background: transparent;
    border: 1px solid #000;
    font-family: "NouvelR-extra-bold";
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    color: #000;
}

.bloc__content__text {
    width: 70%;
}

.bloc__content {
    padding: 0 15px;
}


/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/************       FILTERED SEARCH        ***********/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/

/* https://nikitahl.com/search-icon-inside-input */




.input-icons {
  margin-bottom: 10px;
  margin-right: 5rem;
}

.input-icons i {
  position: absolute;
  color: #FFF;
  margin-top: -5px;
}

.icon {
  padding: 5px;
  min-width: 40px;
}

.input-field {
  padding-bottom: 5px;
  padding-left: 35px;
}


.bloc__content__filtered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bloc__content__filtered input[type="text"] {
  border: none;
  border-bottom: 1px solid #FFF;
  outline: none;
  background: transparent;
  color: #FFF;
}

.bloc__content__filtered input[type="text"]::placeholder {
  color: #999; /* Couleur du texte de l'placeholder */
}

.bloc__content__filtered input[type="text"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}

.category-btn {
  border: none;
  background: transparent;
  color: #FFF;
  border-radius: 10px;
  padding: 0.2rem 0.5rem;
  font-family: "NouvelR-regular";
  font-size: 1.3rem;
  margin-right: 2rem;
}

.category-btn.active {
  color: #000;
  font-family: "NouvelR-extra-bold";
}

.bloc__content__filtered__date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
  flex-direction: row;
}

.bloc__content__filtered__title__date {
  color: #FFF;
  font-family: "NouvelR-regular";
  font-size: 1rem;
}

button.month-filter-btn {
  background: transparent;
  color: #FFF;
  font-family: "NouvelR-regular";
  font-size: 1rem;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 0.1rem 0.7rem 0.2rem 0.7rem;
  margin-top: 2px;
}

.month-filter-btn.active {
  border: 1px solid #FFF;
}

/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/************            SWIPER            ***********/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/

.swiper-button-prev {
    left: 10px;
  }
  
  .swiper-button-next {
    right: 10px;
  }
  
  .mySwiper-event {
    position: relative;
  }
  
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    padding: 10px;
  }
  
  .swiper-event .swiper-slide img, .swiper-events-past .swiper-slide img {
    width: 100%;
    filter: grayscale(100%);
  }
  .swiper-slide a{text-decoration:none;color:#ffffff;}

  .caption_button {
      display: none;
  }

  .caption_category {
    font-family: "NouvelR-extra-bold";
    margin-left: 0;
    font-size: 0.8rem;
  }

  .swiper-slide .caption_category p {
    width: fit-content;
    border-radius: 10px;
    color: #000;
    padding: 0.3rem 0.5rem;
  }

  .swiper-slide .caption_text {
    font-family: "NouvelR-extra-bold";
    margin-left: 1rem;
    font-size: 1.7rem;
    height: 75px;
}

.swiper-slide .caption_text p {
    margin-top: 0;
    color: #FFF;
    margin-left: 0;
}

.swiper-slide div img {
  filter: grayscale(100%);
  width: 100%;
}

input::placeholder {
  font-family: "NouvelR-regular";
}

/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/************          RESPONSIVE          ***********/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/


/* SMARTPHONES */
@media only screen and (max-width: 767px) {
  
  .menu_header {
      display: none;
  }

  .menu_header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
     gap: 10px;
  }

  .menu_header__menu img {
    padding: 1rem;
  }
  .logorenault{margin-right: 0rem;}
  .iconmenudiv{/*width:100%;*/}
  .menu__icon {
		z-index: 5;
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		cursor: pointer;
		margin: auto;
	}
	.menu__icon span,
	.menu__icon::before,
	.menu__icon::after {
		left: 0;
		position: absolute;
		height: 10%;
		width: 100%;
		transition: all 0.3s ease 0s;
		background-color: #000;
	}
	.menu__icon::before,
	.menu__icon::after {
		content: '';
	}
	.menu__icon::before {
		top: 0;
	}
	.menu__icon::after {
		bottom: 0;
	}
	.menu__icon span {
		top: 50%;
		transform: scale(1) translate(0, -50%);
	}

	.menu__icon._active span {
		transform: scale(0) translate(0, -50%);
	}
	.menu__icon._active::before {
		top: 50%;
		transform: rotate(-45deg) translate(0, -50%);
	}
	.menu__icon._active::after {
		bottom: 50%;
		transform: rotate(45deg) translate(0, 50%);
	}

  .menu__body {
		/*position: fixed;
		top: 15%;
		height: 100%;*/
		position: absolute;
		top: 100%;
		left: -120%;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.9);
		padding: 20px 30px 30px 30px;
		transition: left 0.3s ease 0s;
		/* for scroll on menu */
		overflow: auto;
    z-index: 1;
	}
	.menu__body._active {
		/* use left and not transform/translate because it scroll the .menu__body::before when u scroll menu */
		left: 0;
	}
	.menu__body::before {
		content: '';
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 70px;
		z-index: 2;
	}

  .title_page {
    font-size: 3rem;
  }

  .bloc__content__program {
    flex-direction: column;
  }

  .bloc__content__program img {
    width: 100%;
  }

  .bloc__content__date {
    margin-bottom: 0;
  }

  .bloc__content__caption {
    font-size: 2rem;
  }

  .sub_JDHU_footer img {
    width: 100%;
  }

  .sub_UJH7_footer {
    flex-direction: column;
  }

  .mai_kdj7f {
    margin-left: 0;
  }

  .bloc__content__filtered {
    flex-direction: column;
  }

  .bloc__content__filtered input[type="text"] {
    width: 80%;
    border-radius:0;
  }

  .icon {
    padding: 3px;
  }

  .category-btn {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .bloc__content__content, .bloc__content__picture {
    width: 100%;
  }

  .bloc__content__link a {
    color: #000;
  }

  .input-icons {
    margin: auto;
    margin-bottom: 15px;
    width: 50%;
  }

  section {
      margin-bottom: 5rem;
  }

  .input-icons i {
    margin-top: -3px;
  }

  .filter-search {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu_header__menu p {
    z-index: 999;
  }

}


/* TABLET PORTRAIT */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  .bloc__content__picture img {
    width: 100%;
  }

  .bloc__content__program {
    flex-direction: column;
  }

  .sub_UJH7_footer {
    flex-direction: column;
  }

  .mai_kdj7f {
    margin-left: 0;
  }

  .bloc__content__program {
    flex-direction: column;
  }
  .bloc__content__content {width:100%;}
  .bloc__content__picture{width:100%;}

  .menu_header__menu p {
    z-index: 999;
  }

}

/* TABLET LANDSCAPE */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .bloc__content__picture img {
    width: 100%;
  }

  .menu_header__menu p {
    z-index: 999;
  }
}

/* DESKTOP */
@media only screen and (min-width: 1025px) {

}