@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    clear: both;
  }
}

.navbar-nav.top_link{
	max-width: 100%;
	float: left;
}
.navbar-nav.top_link1{
	max-width: 100%;
	float: left;
}
  body {
      direction: rtl;
      font-family: "Stardos Stencil", sans-serif;
    }
    /* placeholder RTL */
    input::placeholder,
    textarea::placeholder {
      text-align: right;
    }

/********comentaire*********************/

.header_top li a.link_contact {
  padding: 0 5px;
}

.header_top li{
  padding: 0 5px;
}
.footer_menu a.text-dark:hover{
	color: #0996E4;
}
.carousel-caption {
  position: absolute;
  top: 27%;
  bottom: 1.25rem;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  left: 83px;
  right: auto;
}
.position-fixed span {
    width: 292px;
    height: 43px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    display: inline-block;
    text-align: left;
    font: normal normal bold 22px / 44px 'Stardos Stencil', "Helvetica Neue";
    letter-spacing: 0px;
    color: #1B3972;
    opacity: 1;
    padding-left: 43px;
    margin-left: -57px;
    margin-top: 17px;
    z-index: -1;
    position: relative;
}

.home_section_titre {
    text-align: right;
}
.fonction {
  text-align: right;
}
.nom_font {
  text-align: right;
}
#slider{
	width: 100%;
	overflow: hidden;
}
#programCarousel .carousel-control-prev {
    left: 0px !important;
    right: auto !important;
}
#programCarousel .carousel-control-next {
    left: 53px;
    right: auto;
}
#evenements .carousel-control-prev {
    left: 0px !important;
    right: auto !important;
}
#evenements .carousel-control-next {
    left: 53px;
    right: auto;
}
#partenaires .carousel-control-prev {
    left: 0px !important;
    right: auto !important;
}
#partenaires .carousel-control-next {
    left: 53px;
    right: auto;
}
.tabs .tab.right {
    border-radius: 2px 57px 57px 2px;
    margin: 0px;
    width: 234px;
    height: 69px;
    border-radius: 57px 2px 2px 57px;
    opacity: 1;
    font: normal normal bold 25px / 46px 'Stardos Stencil', "Helvetica Neue" !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
}
.tabs .tab.left {
    border-radius: 0 25px 25px 0;
    margin: 0px;
    width: 234px;
    height: 69px;
    border-radius: 2px 57px 57px 2px;
    opacity: 1;
    font: normal normal bold 25px / 46px 'Stardos Stencil', "Helvetica Neue" !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
}
.plus-button {
  position: absolute;
  top: 50%;
  right: auto;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  width: 40px !important;
  height: 40px;
  text-align: center;
  line-height: 17px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  background: #F5BA00 0% 0% no-repeat padding-box;
  padding: 10px;
  width: auto;
}
.home_section_sous_titre {
    text-align: right;
    font: normal normal normal 18px / 26px 'Stardos Stencil', "Helvetica Neue" !important;
    letter-spacing: 0px;
    color: #56738D;
    opacity: 1;
}

/* .carousel { */
  /* position: relative; */
  /* overflow: hidden; */
/* } */
.contact_left {
  font-weight: 600;
  text-align: right;
  font: normal normal medium 18px/29px 'Stardos Stencil', "Helvetica Neue" !important;
  letter-spacing: 0px;
  color: #1F3243;
}
section.hero-section h1 {
    text-align: right;
}section.hero-section p{
    text-align: right;
}
.align-items-center h4 {
    text-align: right;
}
.prev-btn {
  left: 49%;
}
.next-btn {
  right: 52%;
}

.next-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
}
.prev-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}

		.top_link1{
		max-width: 100%;
		float: left;
		display:none;
		}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	clear: both;
  }
  .top_link1{
	max-width: 100%;
	float: left;
		display:block;
	}
}
