body{
    direction: rtl;
}

.dropdown-menu .nav-item .nav-link {
    padding: 10px 40px 10px 10px !important;
    text-align: right;
}

.dropdown-menu .nav-item .nav-link:before {
    left: auto;
    right: 0;
}

header nav .nav-item .dropdown-menu {
    right: 0;
    left: auto;
}

.section-about-capital .title {
    text-align: right;
}

.section-about-capital .sec2 .items > div p:before {
    left: 0;
    right: 120px;
}
.section-about-capital .sec2 .items > div p:after {
    left: auto;
    right: 121px;
}

.section-about-capital .sec2 .items > div p {
    padding-left: 0;
    padding-right: 130px;
}

.section-about-domaines p:after {
    left: auto;
    right: 0px;
}
.section-about-domaines p {
    padding-left: 0;
    padding-right: 10px;
}

.section-about-capital .ligne:after {
    left: auto;
    right: -15px;
}

.section-organisation ul li:before {
    left: 0px;
    top: 0px;
}

.section-chiffres .numbers .separ:after {

    left: 0;
    right: auto;
}

.section-organisation .sec2 .title:before {
    left: auto;
    right: 0;
}

.section-organisation .sec2 .left-side {
    padding: 5% 150px 5% 0px;
}

.section-organisation ul li {
    padding-left: 0px;
    padding-right: 25px;
}

.section-organisation ul li:before {
     left: auto;
     /* margin: auto; */
     right: 0;
}

.section-title-3 .left .title-section span:after {
    right: 0;
}

.section-departement .sec2 h3 {
    max-width: 100%;
    text-align: end;
    justify-content: left;
}

.section-actualite .type {
    background: url(../images/icons/bulletin.png) right no-repeat;
    padding-right: 20px;
    padding-left: 0px;

}


.section-actualite .calendar {
    background: url(../images/icons/calendrier.png) right no-repeat;
    padding-right: 20px;
    padding-left: 0px;
}

.section-contact-info >div>div>h5:nth-child(4) {
   direction: ltr;
   text-align: end;
}

.section-contact-form .left h3 {
    right: 0;
}

.section-contact-form .left h3 span {
    float: left;
}


.read-more {
    background: url(../images/icons/arrow-left.png) center left 4px no-repeat;
    padding-right: 0px;
    padding-left: 40px;
}

footer .info .adr {
    background: url(../images/icons/adr.png) center right no-repeat;
}
footer .info .tel {
    background: url(../images/icons/phone.png) center right no-repeat;
    direction: ltr;
}
footer .info .mail {
    background: url(../images/icons/mail.png) center right no-repeat;
}

footer .info li {
    padding-left: 0px;
    text-align: right;
    padding-right: 25px;
}

.section-banner .content .title_1 {
  letter-spacing: inherit;
}
.section-gca ul li {
  padding-left: 0px;
  padding-right: 17px;
}
.section-gca ul li:after {
  left: auto;
  right: 0;
}
section .title-section:before {
  left: -100px;
   right: auto;
}
section .title-section:after {
  right: auto;
  left: -60px;
}
/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px){}

  /*`xl` applies to large devices (desktops, less than 1200px)*/
  @media (max-width: 1199.98px) {

  }

  /*`lg` applies to medium devices (tablets, less than 992px)*/
  @media (max-width: 991.98px){

    .dropdown-menu .nav-item .nav-link {
        text-align: center;
    }

    .section-organisation .sec2 .left-side {
    padding: 5% 50px 5% 0px;
}

  }

  /*`md` applies to small devices (landscape phones, less than 768px)*/
  @media (max-width: 767.98px){}

  /*`sm` applies to x-small devices (portrait phones, less than 576px)*/
  @media (max-width: 575.98px){}
