html {
  height: 100%;
  width: 100%;

}

.grecaptcha-badge { visibility: hidden; }
.tarteaucitron-magic-block { visibility: hidden;}

.container-fluid{
  width: 100%;
}
*:focus {
  outline: 0 !important;
}

/**
 * Undo the above focused button styles when the element received focus
 * via mouse click or touch, but not keyboard navigation.
 */
*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}


/******** Header ********/

.header {
height: 100px;
  background: white;
}
.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 950;
}

.header a,.header a:hover {
  color: #09212F;
  font-size: 15px;
  font-family: Asap, 'sans-serif';
  font-weight: 700;
}

/****** Fin header ******/
/****** Footer ******/

.footer {
  position: relative;
  bottom: 0;
  height: auto;
  width: 100%;
  background: #09212F;
}

/****** Fin Footer ******/


/****** nav-link active *****/
#myHeader .navbar-nav .nav-link {
  position: relative;
}
#myHeader .navbar-nav .nav-link.active {
  color: #FE005E;
}
#myHeader .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  height: 2px;
  background-color: #FE005E;
}

#myHeader .navbar-nav .nav-link:hover {
  color: #FE005E;
}
#myHeader .navbar-nav .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
  height: 2px;
  background-color: #FE005E;
}


/******   Fin nav-link active ******/

/***** Breadcrumbs *****/
.breadcrumbs {
  padding: 12px 0 0 0;
  color: #09212F;
  font-family: 'Asap', Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.breadcrumbs a, .link-category {
  color: #959595;
  text-decoration: none;
}
/***** Fin Breadcrumbs *****/

.actu-published span {
  margin-left: 1.5em;
}

/***** pagination *****/
.pagination {
  margin: 50px 0 100px 0;
  justify-content: center;
}
.pagination .prev {
  margin-right: 8px;
}
.pagination .next {
  margin-left: 8px;
}
.numberPagination {
  padding: 10px 15px;
  margin: 0;
  color: #09212F;
  font-family: 'Asap', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.pagination .btn, .pagination .btn.disabled {
  background-color: #FE005E;
  display: block;
  color: #FFFFFF;
  border-radius: 100px;
  width: 48px;
  height: 48px;
}
.pagination .btn, .pagination .btn.disabled {
  background-color: #FE005E;
  color: #FFFFFF;
  border-radius: 48px;
  width: 48px;
  height: 48px;
}
.pagination .btn i {
  color: #FFFFFF;
  font-size: 15px;
  padding: 0;
  vertical-align: bottom;
}
.pagination .btn:hover {
  background-color: #E40055;
  color: #FFFFFF;
}
.pagination .btn a, .pagination .numberPagination a {
  display: block;
  height: 100%;
  width: 100%;
  color: #09212F;
}
.entete-blog {
  padding: 75px 0 100px 0;
}
/**** fin pagination ****/
/***** Actus *****/
.actus-content .card-body {
  height: inherit;
}
.card-title a{
  text-decoration: none;
  color: var(--color-darkBlue);
  font-size: 20px;
  font-family: Asap, 'sans-serif';
  font-weight: 700;
  line-height: 24px;
}
.actu-category{
  background-color: #1E1E1E;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 6px 16px;
}
.card-last-actu{
  position: relative;
}
.actu-category{
  position: absolute;
  bottom:60px;
  left: 27px;
  font-family: Asap, 'sans-serif';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.64px;
}
.card-img-top{
  min-height: 218px;
  max-height: 218px;
  object-fit: cover;
  margin-bottom: 28px ;
  border-radius: 5px;
}
.card-last-actu .card-img-top {
  border-radius: 5px;
}
.actu-published{
  color: #172327;
  font-size: 16px;
  font-family: Asap, 'sans-serif';
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
  margin: 0;
}
.card-body{
  box-shadow: 0px 4px 12px rgba(191.23, 191.23, 191.23, 0.5);
  border-radius: 5px 5px 16px 16px;
}
.last-news-container{
  margin: 140px auto 180px auto;
}
.last-actu-text{
  padding: 0 30px;
}
.blog-item {
  width: calc(calc(100% / 3) - 20px);
  margin: 45px 10px;
}
.actus-content .last-actu-text {
  padding: 0 30px 30px 30px;
  height: 150px;
}
.item-1 {
  width: calc(calc(100% / 2) - 75px);
  margin: 0 25px 15px 50px;
}
.item-2 {
  width: calc(calc(100% / 2) - 75px);
  margin: 0 50px 15px 25px;
}
.filters {
  margin: 30px 0 95px 0;
}
.filters .slick-slide {
  padding: 0 8px;
}
.filters .slick-slide a {
  text-transform: uppercase;
  padding: 8px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  background: #F2F2F2;
  color: var(--color-darkBlue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.filters .slick-slide a.selected {
  background: var(--color-pink);
  color: #FFFFFF;
}
.actus-head .title-page {
  color: var(--color-darkBlue);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.actus-head .stitle-page {
  color: var(--color-darkBlue);
  font-family: 'Asap', Arial, sans-serif;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.actus-head {
  padding: 70px 0 0 0;
}
/***** fin actus *****/
/***** single article *****/
.breadcrumb-blog {
  border: 1px solid #09212F;
  font-family: Asap, 'sans-serif';
  border-radius: 5px;
  display: block;
  padding: 8px 15px;
  color: #09212F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.breadcrumb-blog i {
  color: var(--color-pink);
}
.entete-blog p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
.page-actualite-container.actus-content.container {
  padding: 0 24px;
}
.page-actualite-container .tease {
  margin: 15px;
}
[dir='rtl'] .slick-slide {
  float: left;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  direction: ltr;
}
.slider-nav[dir='rtl'] .slick-track {
  direction: rtl;
}
