/*
*
* ISSAM AKHAMAL
* SARA SAHMAOUI
*
* */
/*generate font*/

/*generate font*/

/*generale*/
/*generale*/
.programme-section a{
  color:white;
}
.programme-section a:hover{
  color:white;
}
.participation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
*:focus {
  outline: 0 !important;
}
strong {
  padding-left: 2px !important;
}
.bg-white {
  background-color: #fff;
}
.opacity-50 {
  opacity: 0.5;
}
.fz-44 {
  font-size: 44px !important;
}
.fz-20 {
  font-size: 20px !important;
}
.fz-21 {
  font-size: 21px !important;
}
.fz-22 {
  font-size: 22px !important;
}
.fz-24{
  font-size: 24px!important;
}
.fz-19 {
  font-size: 19px !important;
}
.fz-18 {
  font-size: 18px !important;
}
.fz-17 {
  font-size: 17px !important;
}
.fz-10 {
  font-size: 10px !important;
}
.fz-12 {
  font-size: 12px !important;
}
.fz-14 {
  font-size: 14px !important;
}
.fz-16 {
  font-size: 16px !important;
}
.fz-13 {
  font-size: 13px !important;
}
.fz-30{
  font-size: 30px !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.justify-content-center {
  justify-content: center !important;
}

/*generale*/
/*generale*/

/*logo*/
ol {
    font-size: 16px;
    font-family: "Ubuntu-Regular", sans-serif;
    list-style: auto;
	margin-left: 20px;
}
#logo-wrapper {
  max-width: 184px;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 9px;
  width: auto;
  height: 164px;
  background: #fff;
  background: url("../img/header/backLogoShadow.png") center center;
  background-size: cover;
}

#logo {
  max-width: 60px;
  /*  -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;*/
}

/*#logo.active {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}*/

.dl-animation {
  margin: auto;
  padding: 5px 0;
  list-style: none;
  text-align: center;
  font-size: 11px;
  width: 82%;
  font-weight: bold;
}

.dl-animation .dl-item {
  opacity: 0;
  height: 0;
}

.dl-item {
  height: auto;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dl-animation .dl-item.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  height: auto;
}

.dl-animation .dl-item.st-f {
  -webkit-animation-name: initial;
  animation-name: initial;
  height: auto;
  opacity: 1;
}
[lang="tz"] {
  font-family: "Tifinaghe-IrcamUnicosansserif", sans-serif;
}
.dl-animation .dl-item[lang="tz"] {
  font-size: 9.8px;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*logo*/
/* variable*/
.grande__titre {
  color: #333333;
  font-size: 36px;
  width: 60%;
  font-family: "Ubuntu-Bold", sans-serif;
  font-weight: 900;
  line-height: 45px;
}

/*hover link*/
.link__style {
  color: #000;
  text-decoration: none;
  transition: all 1s;
  letter-spacing: -0.5px;
}

.link__style:hover,
.footer > .link__style.active {
  color: #000;
  text-decoration: none;
}
.link__style::after,
.link__style.active::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s;
}

.link__style:hover::after,
.link__style.active::after {
  width: 100%;
}

/*hover link*/

/*style input*/

.input__style .input-field {
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
}
.input__style label {
  font-family: "Merriweather", sans-serif;
  position: absolute;
  top: 0;
  left: 45px;
  width: 100%;
  color: #a7a7a7;
  transition: 0.2s all;
  cursor: text;
}

.input__style .icon {
  left: 15px;
}
.input__style input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  font-family: "Merriweather", sans-serif;
  /*  border-bottom: 2px solid rgb(238, 238, 238);*/
  background: rgb(238, 238, 238);
  box-shadow: none;
  color: #111;
  padding-left: 45px;
}
.input__style input:invalid {
  outline: 0;
}
.input__style input:focus,
.input__style input:valid {
  border-color: #a7a7a7;
}
.input__style input:focus ~ label,
.input__style input:valid ~ label {
  font-size: 14px;
  top: -22px;
  color: #a7a7a7;
}

/*style input*/

/*style button */
.btn__style {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.3);
  /* color: rgba(0, 0, 0, .3);*/
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  align-self: center;
  font-size: 1rem;
  line-height: 1;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  border-color: #f8f8f8;
  color: #fff;
  background-image: linear-gradient(45deg, #f8f8f8 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 600ms ease-in-out;
  transition: background 600ms ease-in-out;
}
.btn__style:hover,
.btn__style:focus {
  color: #a88827;
  outline: 0;
}
.btn__style:hover {
  background-position: 0;
  text-decoration: none;
}
/*style button */

/*header*/

/*top*/
.header__lang ul {
  display: flex;
}
.header__lang li {
  line-height: 18px;
  margin-left: 20px;
}
.header__lang li. a,
.header__lang li. a:hover {
  font-size: 12px;
  color: #a7a7a7;
  text-transform: uppercase;
  font-family: "Merriweather-Bold", sans-serif;
  font-weight: bolder;
  line-height: 29px;
  text-decoration: none;
  transition: 0.8s;
}
.header__lang li a:hover,
.header__lang li a.is-active {
  color: #000;
}
.header__top {
  z-index: 9999999;
  position: relative;
}
.header__top .header__lang {
  justify-content: flex-end;
  margin: 0;
}
.header__top .header__lang .header__contact {
  background-color: #02522d;
  color: #fff;
  padding: 5px 15px 5px 40px;
  position: relative;
  margin-left: 5px;
  line-height: 10px;
}
.header__top .header__lang .header__contact span.ferst {
  font-size: 10px;
}
.header__top .header__lang .header__contact span.second {
  font-size: 8px;
  opacity: 0.8;
}
.header__top .header__lang .header__contact:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  background-image: url("../img/header/phone.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 18px;
  width: 18px;
}
.header__top .header__lang .header__contact:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  border: 0.5px solid #fff;
  height: 100%;
  opacity: 0.5;
}
.header__top .logo {
  position: absolute;
  width: 202px;
  height: 169px;
}

/*top*/
/*bottom*/

.header__bottom .menu__link .menu__link__groupe li.li__iteam {
  margin-left: 35px;
  line-height: 21px;
}
.header__bottom .menu__link .menu__link__groupe li.li__iteam a.iteam {
  font-size: 16px;
  font-weight: bold;
  font-family: "ProximaNovaA-Bold", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.header__bottom {
  position: absolute;
  width: 97.5%;
  z-index: 99999;
}
.header__bottom .header__bottom__titre {
  color: #000;
  font-size: 14px;
  font-family: "Merriweather-Light", sans-serif;
  text-transform: uppercase;
  width: 47%;
  line-height: 18px;
  margin-bottom: 40px;
  opacity: 0.5;
}

.header__bottom .menu__link .link__style::after {
  height: 5px;
  border-radius: 50px;
  background: #cb9b2a;
}

/*bottom*/

.sous__menu {
  position: absolute;
  left: -18.7%;
  background: #fff;
  padding: 30px 20px;
  right: 0;
  display: none;
  min-height: 350px;
}
.menu__link .menu__link__groupe .li__iteam:hover .sous__menu {
  display: block;
}
.sous__menu .img__menu {
  width: inherit;
}
.sous__menu .li__iteam a,
.sous__menu .li__iteam a:hover {
  color: #000 !important;
  border-bottom: 1px solid #a7a7a7 !important;
  font-size: 14px !important;
  font-family: "Merriweather-Bold", sans-serif !important;
  display: block !important;
  line-height: 30px !important;
  margin-bottom: 12px !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
}
.sous__menu .small__titre,
.sous__menu .small__titre:hover {
  /*color: #a7a7a7;
    font-size: 13px;
    font-family: 'Merriweather',sans-serif;
    display: contents;
    line-height: 25px;
    text-decoration: none;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;*/
}
.sous__menu .sub-menu .nav .nav-link:hover {
  color: #01522d;
}
.sous__menu .li__iteam a.flesh {
  border-bottom: 0 solid transparent !important;
  background-image: url("../img/right-flesh.png") !important ;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  width: max-content !important;
  padding-right: 27px !important;
}

.sous__menu .menu__link .link__style::after {
  display: none;
}
.main-header .logo {
  text-align: center;
}
.main-header .logo img {
  margin-top: 25px;
}
.main-header .logo .logo-neg-m {
  margin-top: -25px;
  max-width: 570px;
}
.main-header div:nth-child(1),
.main-header div:nth-child(2) {
  width: 100%;
}

/*header*/

/*banniers*/
.block__bannier {
  overflow: hidden;
}
.block__bannier .set-bg {
  min-height: 760px;
}
.block__bannier .block__bannier__descriptions .groupe__titre {
  flex: 1;
}
.block__bannier .block__bannier__descriptions {
  min-height: 533px;
  align-items: center;
  display: flex;
}
.block__bannier .block__bannier__descriptions h2 {
  color: #fff;
  font-size: 29px;
  font-family: "Merriweather", sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
}
.block__bannier .block__bannier__descriptions h1 {
  color: #fff;
  font-size: 72px;
  font-family: "Merriweather", sans-serif;
  font-weight: bolder;
}
/*banniers*/

/*bannier slider*/
.block__bannier .block__bannier__slider {
  background: rgba(0, 0, 0, 0.3);
}

.block__bannier .block__bannier__slider .slide__home__bannier .slick-dots {
  display: flex;
  position: absolute;
  top: -30px;
  margin: auto;
  justify-content: center;
  width: 87%;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  line-height: 0;
  height: 5px;
  display: block;
  width: 15px;
  border-radius: 25px;
  border: 0;
  margin-right: 5px;
}
.production__slider__filiere h3,
.production__slider__filiere p,
.production__slider__filiere a,
.production__slider h3,
.production__slider p,
.production__slider a {
  color: #ffffff;
  text-align: initial;
}
.all__actus__link a:hover,
.all__actus__link a {
  color: #fff;
  font-size: 12px;
  font-family: "Merriweather", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}
.all__actus__link a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background: url("../img/right1.png") no-repeat;
  background-size: contain;
}

.block__image__slide .set-bg {
  min-height: 100px;
  background-size: cover;
}
.block__description__slide h4 {
  font-size: 16px;
  color: white;
}

/*bannier slider*/
/*generations*/
.generations {
  margin-top: 6px;
}
.generations .set-bg__generations {
  background-image: url("../img/group/generationsBack.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.generations .link:hover,
.generations .link {
  /* color: #a88827;*/
  color: #ffffff;
  font-size: 16px;
  font-family: "Merriweather", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}
.generations .link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background: url("../img/right-flesh.png") no-repeat;
  background-size: contain;
}
.generations .descriptions h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Ubuntu-Bold", sans-serif;
  text-transform: uppercase;
  position: relative;
  text-align:left;
}
.generations .descriptions h3:before {
  /* content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cb9b2a;
    width: 6%;
    height: 3px;
    border-radius: 25px;*/
}
.generations .descriptions h4 {
  color: #fff;
  font-size: 25px;
  font-family: "Ubuntu-Regular", sans-serif;
}

/*generations*/

/*chatiers*/

.chatiers {
  /*background: #f8f8f8;*/
}
.chatiers .item__block__style {
  overflow: hidden;
  margin-left: 20px;
}
.chatiers .iteam__slide__chantier__description {
  padding: 25px;
  color: #fff;
}
.chatiers .iteam__slide__chantier__description .icon {
  /*background: url("../img/icons/irrigation.png") no-repeat center center;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 40px;
  width: 39px;
  display: block;
  margin-bottom: 10px;
}

.chatiers .iteam__slide__chantier__description h3 {
  font-size: 25px;
  padding: 20px;
}

.chatiers .iteam__slide__chantier__description h3 {
  font-size: 29px;
  font-family: "Ubuntu-Bold", sans-serif;
  margin: 0;
  padding: 20px;
  padding-left:0px!important;
  font-weight: 600;
  text-align: initial;
}
.chatiers .iteam__slide__chantier__description h5 {
  font-size: 16px;
  font-family: "Ubuntu-Regular", sans-serif;
  margin: 0;
  text-align: left;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chatiers .iteam__slide__chantier__description h2 {
  font-size: 122px;
  font-family: "Ubuntu-Bold", sans-serif;
  text-align: right;
  line-height: 99px;
  margin-bottom: 0;
  margin-top: 23px;
}
.chatiers .iteam__slide__chantier__description h2 span {
  font-size: 12px;
  display: block;
  font-family:  "Ubuntu-Bold", sans-serif;
  line-height: 15px;
  margin-top: 15px;
  padding-right: 34px;
}
.chatiers .item__block__style div.set-bg {
  min-height: 330px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  line-height: 0;
  height: 5px;
  display: block;
  width: 15px;
  border-radius: 25px;
  border: 0;
  margin-right: 5px;
}
.iteam__slide__chantier__description h2 sup {
  top: -1.5em;
  left: -21px;
  font-size: 37px;
}
.item__block__style {
  margin-bottom: 16px;
}
.item__block__style .set-bg,
.iteam__slide__chantier,
.item__block__style,
.flesh__rederection__chantiers {
  transition: 1s;
  background-size: cover;
}
.item__block__style {
  overflow: hidden;
}
.item__block__style:hover {
  -webkit-box-shadow: 0 0 6px 0 #242424;
  -moz-box-shadow: 0 0 6px 0 #242424;
  box-shadow: 0 0 6px 0 #242424;
}
.item__block__style:hover .set-bg,
.flesh__rederection__chantiers:hover img {
  transform: scale(1.05);
}

.slick-dots li.slick-active button {
  background: #02522d!important;
}

.chatiers .slider .slick-dots button {
  background: rgba(0, 0, 0, 0.3);
}
.chatiers .slider .detail__programme {
  display: block;
  width: 20px;
  height: 20px;
}

.positionement__link__programme {
  z-index: 9999999;
  display: block;
  right: 15px;
  bottom: 11px;
}

/*chatiers*/

/*publications*/

.publications .set-bg {
  background-size: cover;
}
.publications h3 {
  color: #fff;
  font-size: 36px;
  font-family: "Ubuntu-Bold", sans-serif;
  position: relative;
  z-index: 1;
}
.publications p {
  color: #fff;
  font-size: 20px;
  font-family:  "Ubuntu-regular", sans-serif;
  width: 85%;
}
.publications .publications__content {
  padding: 50px 0!important;
}

.publications .publications__content .publications__content__pdf a img {
  transition: 0.8s;
  margin: 8px;
  width: 187px!important;
  height: 251px!important;
  border-radius: 5px;

}
.publications .publications__content .publications__content__pdf a img:hover {
  transform: scale(1.1);
}
.publications .publications__content a {
  color: #ffffff;
}

/*publications*/

/*organisme*/
.organisme {
  /*background: #f8f8f8;*/
}
.slider__organisme {
  padding: 0 50px;
}
.slider__organisme .item__organisme .set-bg {
  min-height: 100px !important;
  width: 150px !important;
  background-size: cover;
}
.slider__organisme .slick-prev {
  background: url("../img/organisme/left.png") no-repeat;
  background-size: cover;
  font-size: 0;
  height: 50px;
  border: 0;
  width: 30px;
  position: absolute;
  top: 30%;
  left: 40px;
}
.slider__organisme .slick-next {
  background: url("../img/organisme/right.png") no-repeat;
  background-size: cover;
  font-size: 0;
  height: 50px;
  border: 0;
  width: 30px;
  position: absolute;
  top: 30%;
  right: 40px;
}

/*organisme*/

/*footer*/
footer.footer {
  background: #242424;
}
.footer__bottom h5 {
  color: #fff;
  font-size: 16px;
  width: 67%;
  font-family: "Ubuntu-regular", sans-serif;
}
.footer__bottom .separator {
  margin: 0;
  border: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.scroll__top {
  cursor: pointer;
}
.scroll__top img {
  transition: 0.5s;
}
.scroll__top:hover img {
  border-radius: 25px;
}
.footer__bottom .localisations {
  color: #fff;
  font-size: 12px;
  font-family: "Merriweather-Light", sans-serif;
  position: relative;
  padding-left: 20px;
}

.footer__bottom .localisations:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/localisation.png") no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

.footer__bottom .copy__right {
  color: #fff;
  font-size: 10px;
  font-family: "Merriweather-Light", sans-serif;
}
.btn__footer,
.btn__footer:hover {
  padding: 4px 25px 3px 40px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: 0.8s;
  border-radius: 3px;
  max-width: 155px;
  min-width: 143px;
  width: 100%;
  /* height: 100%; */
  display: block;
  text-align: center;
}

.footer__top .list_groupe {
  justify-content: flex-end;
  width: 70%;
  margin: 0 30%;
  text-align: right;
}
.footer__top {
  margin-bottom: 40px;
}
.footer__top .list_groupe li {
  flex: 1;
}
.question,
.num,
.contact {
  position: relative;
}

.btn__footer:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: 12px;
  top: 3px;
  transition: 0.8s;
}
/* .btn__footer:hover:before{
    transform: rotate(720deg);
} */
.contact:before {
  background-image: url("../img/contact.png");
}
.num:before {
  background-image: url("../img/numero.png");
}
.question:before {
  background-image: url("../img/1contact.png");
}
.footer .social-network li {
  margin-right: 30px;
  transition: 0.8s;
}
.footer .social-network li:last-child {
  margin-right: 0;
}
.footer .social-network li a img {
  transition: 0.8s;
}
.footer .social-network li:hover a img {
  transform: scale(1.1);
  margin-top: -18px;
  margin-bottom: 10px;
}

.top-header .social-network a,
.top-header .social-network a i {
  transition: transform 0.8s;
}
.top-header .social-network a:hover {
  color: #02522d;
}
.top-header .social-network a:hover i {
  transform: translateY(20px) scale(1.5);
}

.list__menu__footer .bordered {
  position: relative;
}
.list__menu__footer .bordered:before {
  position: absolute;
  content: "";
  top: 9px;
  right: 20px;
  width: 1px;
  height: 80%;
  background: #a7a7a7;
}

.list__menu__footer a,
.list__menu__footer a:hover {
  color: #a7a7a7;
  font-size: 16px;
  font-family: "Merriweather-Light", sans-serif;
  display: block;
  line-height: 35px;
  text-decoration: none;
}

/*footer*/

/* service en ligne */
.bloc_service_en_ligne {
  padding-top: 50px;
}

.groupe__contact {
}
.groupe__contact .therd__block a,
.groupe__contact .therd__block a:hover {
  color: #02522d;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(2, 82, 45, 0.72);
  transition: 0.7s;
}
.groupe__contact .therd__block a img {
  transition: 0.7s;
}
.groupe__contact .therd__block a:hover img {
  transform: scale(1.2);
}
.groupe__contact .therd__block a span {
  line-height: 35px;
  font-family: "Merriweather", sans-serif;
}
.groupe__contact .therd__block li:last-child a {
  border-bottom: 0 solid transparent;
}

.groupe__contact .therd__block li {
  margin-bottom: 20px;
}
.service__enLigne .contact h3 {
  width: 59%;
  margin: auto;
  font-family: "Merriweather", sans-serif;
}
.service__enLigne {
  /*background: #f8f8f8;*/
}
.service__enLigne .groupe__contact {
  background-image: url("../img/service/bgservice.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.service__enLigne .groupe__contact .telephone div.set-bg {
  min-height: 411px;
  position: absolute;
  top: -30px;
  left: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.service__enLigne .list-group-service a:hover,
.service__enLigne .list-group-service a {
  font-size: 17px;
  color: #ffffff;
  padding: 17px 10px;
  display: block;
  background: #02522d;
  transition: 0.8s;
  width: 100%;
  line-height: 15px;
  margin-bottom: 15px;
  display: flex;
  text-align: right;
  line-height: normal;
}
.service__enLigne .list-group-service a:hover {
  color: #02522d;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.49);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.49);
}
.service__enLigne .list-group-service a svg path {
  fill: #ffffff;
  transition: 0.8s;
}
.service__enLigne .list-group-service a.active svg path,
.service__enLigne .list-group-service a:hover svg path {
  fill: #02522d;
}
.service__enLigne p {
  font-size: 12px;
  margin: 0;
  font-family: "Ubuntu-Medium", sans-serif;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis!important;
  overflow: hidden!important;
}
.service__enLigne h5 {
  font-size: 14px;
  font-weight: 700;
}
.block-service {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 101.5px;
}
.block-service:last-child {
  border-bottom: 1px solid transparent;
}
.style-btn {
  color: #02522d;
  border: 1px solid #02522d;
  padding: 5px 5px;
  min-width: 100px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  transition: 0.8s;
}
.style-btn:hover {
  background: #02522d;
  color: #ffffff;
  border: 1px solid #02522d;
}
.groupe__contact .btn .btn__style {
  border: 2px solid #02522d;
  color: #02522d;
  border-radius: 0;
  background-image: linear-gradient(45deg, #02522d 50%, transparent 50%);
  margin-left: 0;
  display: block;
  width: 100%;
  font-family: "Merriweather-Bold", sans-serif;
}
.groupe__contact .btn .btn__style:hover {
  color: #fff;
}
.groupe__contact .btn .link,
.groupe__contact .btn .link:hover {
  color: #a7a7a7;
  text-decoration: underline;
}
.groupe__contact h5 {
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  font-family: "Merriweather-Bold", sans-serif;
}
.groupe__contact form {
  width: 70%;
  margin: auto;
}

/* service en ligne */

/*------*/
.block__bannier.bannier__generale .set-bg {
  min-height: 677px;
}
.block__bannier.bannier__generale .block__bannier__descriptions {
  min-height: 575px;
  align-items: flex-end;
  display: flex;
}
.block__bannier.bannier__generale .block__bannier__descriptions h1 {
  font-size: 52px;
}

.block__bannier .slide__home__bannier .iteam__slide .date {
  bottom: 0;
  left: 3px;
  font-size: 11px;
  color: #000;
  background: #ffffff8f;
  padding: 0 10px;
  text-transform: uppercase;
}

[lang="tz"] {
  font-family: "Tifinaghe-IRCAM", sans-serif !important;
}
/*------*/
/*presentation*/
.presentation {
  /*background: #f8f8f8;*/
  padding-top: 1rem !important;
}
.presentation .presentation {
  padding: 0 !important;
}

.presentation .img__style .set-bg {
  min-height: 450px;
  position: relative;
  left: -20px;
  top: 90px;
  border-radius: 8px;
}
.p-60 {
  padding-right: 60px !important;
}
.block__humain h2,
.presentation h2 {
  /*  font-family: 'Merriweather-Bold',sans-serif;
  font-size: 35px;
  color: #242424;*/
}
.main-menu.position-relative > .nav > li.nav-item.active > a {
  position: relative;
}
.main-menu.position-relative > .nav > li.nav-item.active > a:before {
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 9px;
  left: 0px;
  background: #cb9b2a;
  content: "";
}

.presentation p{
  font-size: 16px;
  color: #333333;
  margin-bottom: 9px;
  font-family: "Ubuntu-Regular", sans-serif;
}
.block__humain p {
  font-size: 16px;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #333333;
  text-align: justify;
}
.block__humain .btn__style__detail {
  padding: 6px 25px;
  background: #02522d;
  border: 1px solid #02522d;
  color: #fff;
  padding-right: 50px!important;
  font-family: "Ubuntu-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  transition: 0.8s;
  position: relative;
  white-space: normal;
  font-size: 14px!important;
}
.style-graphe .block__humain {
  text-align: center!important;
}
.presentation a, .block__humain a{
  color: #02522d;
 /*border: 1px solid #02522d;*/
  font-family: "Ubuntu-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  transition: 0.8s;
}
.block__humain a:hover,
.presentation a:hover {
  color: black!important;
}

/*presentation*/
/*block__humain*/

.block__humain {
  padding: 30px 0;
}
.bolder {
  font-weight: bold !important;
  font-family: "Ubuntu-Bold", sans-serif;
}
.block__humain .set-bg {
  position: relative;
  background-size: cover;
}
.block__humain .set-bg:after {
  content: "";
  position: absolute;
  top: 15px;
  height: 100%;
  left: -15px;
  width: 100%;
  border: 1px solid #02522d;
  background: transparent;
  z-index: 1;
}
.block__humain h2 {
  color: #02522d;
  position: relative;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 36px;
  font-family: "Ubuntu-Bold", sans-serif;
}
.block__humain h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #cb9b2a;
  width: 18%;
  height: 5px;
  border-radius: 25px;
}
.block__humain .img__style {
  padding: 0 30px 30px 30px;
}
.block__humain.left__side .img__style {
  padding-left: 1.5rem !important;
}
.block__humain.left__side .set-bg:after {
  left: -30px;
}
.block__humain.left__side a {
  float: right;
}

/*block__humain*/

.bannierVideo {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*actualite*/
.block__actualite .block__descri {
  bottom: 0;
}

.block__actualite .First h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.block__actualite .First {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: "ProximaNova-Bold", sans-serif;
}
.block__actualite .First p {
  color: #fff;
  font-size: 14px;
}
.block__actualite .First .block__actu {
  transition: 1s;
}
.block__actualite .First .block__actu .block__descri {
  transition: 0.7s;
  width: 100%;
  text-align: left;
  padding: 24px;
}
.block__actualite .First .block__actu:hover .block__descri {
  opacity: 1;
}
.block__actualite .second .block__descri {
  padding-left: 30px;
  text-align: left;
}
.block__actualite hr {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  border: 0;
  border-top: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.block__indicateurs .grande__titre {
  color: #fff;
  font-size: 44px;


}
.block__indicateurs .block__indicateur h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-family: "Ubuntu-Bold", sans-serif;
}
.block__indicateurs .block__indicateur h3 {
  color: #fff;
  font-size: 26px;
  font-family: "ProximaNova-Bold", sans-serif;
  text-align: center;
}
.block__indicateurs {
  background-color: #000;
}
.block__indicateurs hr {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  border: 0;
  border-top: 0;
  height: 2px;
  background: #cb9b2a;
  width: 100%;
}
.block__actualite .second .block__descri h2 {
  font-size: 16px;
  font-family: "Ubuntu-Bold", sans-serif;
  color: #333333;
  font-weight: bold;
}
.page__actus .list__actus .block h5,
.block__actualite .second .block__descri h5 {
  font-size: 13px;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #03522d;
  text-transform: uppercase;
}
.block__actualite .second .block__descri p {
  font-size: 16px;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #333333;
}

/*actualite*/

.block__humain.no-style h2 {
  color: #333333;
  width: 60%;
}
.block__humain.no-style h2:after {
  display: none;
}

/*page actualite*/

#block-min-agri-page-title {
  background: #fff;
  border: 1px solid #000;
  border-radius: 9px;
  padding: 15px;
  margin-bottom: 20px;
}

#block-min-agri-page-title h1 {
  margin-bottom: 0;
}

.views-row {
  width: 50%;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  padding: 20px;
}

/*page actualite*/
/*production slider block*/

.production__slider__filiere .item__silde,
.production__slider .item__silde {
  overflow: hidden;
  display: flex !important;
  align-items: flex-end;
  max-height: 290px;
  min-height: 290px;
  background-size: cover;
}
.production__slider__filiere .slick-dots,
.production__slider .slick-dots {
  text-align: center;
  margin: auto;
  width: fit-content;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
.production__slider__filiere .animation__block ,
.production__slider .animation__block {
  height: 0;
  opacity: 0;
  transition: 1s;
  color: #ffffff;
  text-align: -webkit-center;
}
.production__slider__filiere .item__silde:hover .animation__block ,
.production__slider .item__silde:hover .animation__block {
  height: 100%;
  opacity: 1;
}
.production__slider__filiere .slick-dots li.slick-active button ,
.production__slider .slick-dots li.slick-active button {
  background: #02522d;
}

.production__slider__filiere .slick-dots button ,
.production__slider .slick-dots button {
  background: rgba(0, 0, 0, 0.3);
}


.compteur .production__slider__filiere .block__description h3,
.compteur .production__slider .block__description h3 {
  font-size: 32px;
}
.block__compteur  .desc__produit {
  top: 40px;
  color: #333333;
  height: auto;
  width: 400px;
  margin-left: 75px;
  margin-bottom: 20px;


}

.modal-content.desc__produit::-webkit-scrollbar {
  width: 1em;
}

.modal-content.desc__produit::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.modal-content.desc__produit::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}



.block__compteur .desc__produit__title {
  font-family: "Ubuntu-Bold";
  text-align: center;
  margin-bottom: 15px;
  color: #02522d;

}

.block__compteur button.close{
transition: 0.8s;
}
.block__compteur button.close:hover{
  transform: rotate(360deg);
}
.desc__produit ul li {
  margin: 0 0 22px;
  padding: 0 20px 0 15px;
  position: relative;
}

.desc__produit ul li:before {
  background-image: url(../img/Plus2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  height: 8px;
  top: 9px;
  width: 8px;
  left: 0;
}
.block__compteur .desc__produit__body {
  font-family: "Ubuntu-Regular", sans-serif;
}

.production__slider .plus {
  height: 40px;
  width: 40px;
  background-image: url('../img/Plus.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
  top: 0;
}
/*production slider block*/
/*solidaire block*/
.presentation.solidaire .grande__titre {
  color: #01522d;
}
.block__presentation .grande__titre:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #f7b824;
  width: 20%;
  height: 5px;
  border-radius: 25px;
}

.fullvideo .video__loade.hide-bg,
.slider__transverses .item .video__loade.hide-bg {
  background: transparent;
  display: none;
}
.fullvideo .video__loade {
  background-size: 100% 100%;
  width: 95.3% !important;
  height: 100% !important;

}
.fullvideo .video__loade,
.slider__transverses .item .video__loade {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fullvideo .video__loade:before,
.slider__transverses .item .video__loade:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.6;
}
.slider__transverses .item .title {
  bottom: 10px;
  left: 0;
}
.bloc .bloc.block-style .service__enLigne h2.grande__titre {
  text-align: center;
  margin: auto;
}

.playVedio {
  position: absolute;
  left: 43%;
  bottom: 42%;
  cursor: pointer;

}
.color-white {
  color: #ffffff;
}
.fz-16 {
  font-size: 16px;
}

/*solidaire block*/

#block-min-agri-tools,
#block-min-agri-branding {
  display: none;
}
#actualites__before.block__bannier {
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.nullAnimation {
}
.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

body {
  animation-name: nullAnimation;
}
body.loaded {
@extend .animated-background;
}
/*  @extend .animated-background; */

.detail__programme {
  color: #fff;
  font-size: 16px;
  font-family: "Merriweather", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}
.detail__programme:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background: url("../img/right1.png") no-repeat;
  background-size: contain;
}
.slider__revolutions__block {
  z-index: 2;
  overflow:hidden;
}
.mega-menu ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 30px;
  margin-bottom: 0;
  text-decoration: none;
}
.mega-menu ul > li > .nav a {
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 400;
}
.mega-menu ul > li > .nav .nav-item:first-child a {
  /* margin-top: 10px;*/
}

.mega-menu ul > li > .nav .nav-item:last-child {
  margin-bottom: 25px;
}
.mega-menu ul>li>.nav .nav-item:last-child a {
  font-weight: bold;
}

/*page__actus*/
.page__actus .img__src img {
  width: 100%;
  max-width: 200px;
  min-width: 200px;
}
.page__actus .img__src.first img {
  height: 100%!important;
  width: 100%!important;
}

.icon__views,
.icon__comment {
  padding-left: 30px;
  position: relative;
}
.icon__views:before {
  content: "";
  position: absolute;
  background-image: url("../img/vue.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: 0;
}
.icon__comment:before {
  content: "";
  position: absolute;
  background-image: url("../img/comment.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: 0;
}
.list__actus .img__src img {
  max-width: 100%;
  min-width: 100%;
  height: 100%;
}

/*page__actus*/

/*global style*/
.overflow__hidden {
  overflow: hidden;
}

.bg-cover {
  background-size: cover;
}

.block__back__color {
  background-color: #f2f2f2;
}
/*style puces*/
.list-style-cerle {
  list-style: circle;
  padding-left: 83px;
  font-size: 16.9px;
  font-family: 'Ubuntu-Regular',sans-serif;
  color: #242424;
}
html[lang='ar'] .list-style-cerle {
  padding-right: 83px;
  padding-left:0px
}
.list-style-cerle li::marker {
  color: #066C54;
  font-size: 17px;
}
.list-style-cerle li {
  text-indent: 0px!important;
}
.list-style-disc {
  list-style: none;
  padding-left: 45px;
}
html[lang='ar'] .list-style-disc {
    padding-right: 45px;
	padding-left:0px!important;
}
.list-style-disc {
  font-size: 16.9px;
  line-height: 21px;
  text-indent: -4px;
  font-family: 'Ubuntu-Regular',sans-serif;
}
.list-style-disc li::before,
.sitemap-menu .expanded li a::before{
  content: "\2022"; /*\2022 is the CSS Code/unicode for a bullet */
  color: #066C54;
  font-weight: 1000;
  display: inline-block;
  font-size: 22px;
  position: relative;
  left: -11px;
  top:2px!important;
}

.style-text-raw ul li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 9px;
  font-family: "Ubuntu-Regular", sans-serif;
  line-height: 21px;
  text-indent: -4px;

}
.block__description ul li {
  /*margin-bottom: 10px;*/
  font-size: 16px;
  color: #333333;
  margin-bottom: 9px;
  font-family: "Ubuntu-Regular", sans-serif;
}
ul li:last-child {
  margin-bottom: 0;
}
.w-40 {
  width: 40%;
}
.w-35 {
  width: 35%;
}
.slick-dots,
.list-style-none {
  list-style: none;
}
.h-300 {
  min-height: 330px;
}
.accordion .card {
  border: 0;
}
.accordion .card-header {
  background: #dcdcdc;
  border: 0;
}
.accordion .card-header h5 button:hover,
.accordion .card-header h5 button {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  outline: none;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  white-space: inherit;
  text-align: left;
}

/*global style*/

/*publicaton*/
.publication h2 {
  font-size: 20px;
  font-family: "Ubuntu-Bold", sans-serif;
  color: #333333;
}
.publication h3 {
  font-size: 16px;
  font-weight: 400;
  color: #02522d;
  width: max-content;
}
.flex-1 {
  flex: 1;
}
.bg-pub {
  background: #f5f5f6;
}

/*publicaton*/

.slide-left-fixed {
  /* border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;*/
  background: #02522d;
  color: #fff;
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 999999;
  width: 30px;
  overflow: hidden;
  transition: all 0.8s;
  text-align: left!important;
  padding: 0px 5px;

}
.slide-left-fixed .list-left a {
  /* display: none; */
  transition: all 1.2s;
}
.slide-left-fixed:hover .list-left a {
  display: block;
}
.slide-left-fixed:hover {
  width: max-content;
}


/***** ouadad *****/
.nav-max-content {
  width: max-content !important;
}


.nav-active {
  font-weight: bolder !important;
  color: #cb9b2a !important;
  display: block !important;
}
/***** ouadad *****/

.slide-left-fixed .list-left {
  list-style: none;
}
li.item:before {
  position: relative;
}
.slide-left-fixed li.item:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 46%;
  height: 6px;
  width: 6px;
  background: #ffffff;
  border-radius: 95px;
}
.slide-left-fixed .list-left a:hover,
.slide-left-fixed .list-left a {
  color: #ffffff;
  padding-left: 20px;
  font-weight: 100;
  display: block;
}
.slide-left-fixed .list-left li {
  line-height: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  position: relative;
  padding-left: 4px;
  min-height: 42px;
  padding-right: 0 !important;
  max-width: 148px;
  padding-top: 9px;
}
.slide-left-fixed .list-left li:last-child {
  border-bottom: 1px solid transparent;
}
.lh-19 {
  line-height: 19px !important;
}
.lh-20 {
  line-height: 20px !important;
}
.lh-21 {
  line-height: 21px !important;
}
.lh-22 {
  line-height: 22px !important;
}
.lh-23 {
  line-height: 23px !important;
}
.lh-24 {
  line-height: 24px !important;
}
.lh-25 {
  line-height: 25px !important;
}
/*page__actus*/
.page__actus .First a {
  font-size: 18px;
  color: white;
  position: relative;
  padding-right: 30px;
}
.page__actus .second .block__actu a:hover,
.page__actus .second .block__actu a,
.page__actus .list__actus .block a {
  font-size: 16px;
  color: #333333;
}

/*page__actus*/
/*.slider__chatiers .slick-slide .iteam__slide__chantier {
  padding-right: 25px;
}
.slider__chatiers .slick-slide:nth-child(even) .iteam__slide__chantier {
  padding-left: 15px;
}*/
.eService .item-link {
  padding: 16px 10px;
  background: #02522d;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 5px 0.5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0.5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0.5px rgba(0, 0, 0, 0.3);
}
.eService .item-link.active {
  background: #ffffff;
  color: #02522d;
}
.shadow-style {
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.51);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.51);
  padding: 20px 10px;
}
.eService .item-link svg {
  transition: 0.6s;
}
.eService .item-link:hover svg {
  transform: scale(1.2);
}
.eService .item-link.active svg path {
  fill: #02522d;
}
.eService .btn-link {
  background: #ffffff;
  color: #02522d;
  border: 1px solid #02522d;
  padding: 9px 22px;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}
.pl-10px {
  padding-left: 10px;
}
.eService .e-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.eService .e-block:first-child {
  padding-top: 0 !important;
}
.eService .e-block h3 {
  text-transform: uppercase;
  font-size: 16px;
}
.LayerTitle {
  text-transform: none !important;
  max-width: 960px !important;
  width: 960px !important;
  /* min-width: auto!important; */
  margin: 0 auto !important;
  white-space: initial !important;
  line-height: 38px !important;
}
ul.js-pager__items {
  display: flex;
  list-style: none;
  width: max-content;
  margin: 15px auto;
}

ul.js-pager__items li {
  margin-right: 15px;
}

.site-item-title {
  width: fit-content;
  padding: 10px 25px;
  margin: auto;
  position: relative;
  margin-bottom: 44px;
  border-radius: 5px;
}
.site-item {
  width: auto;
  padding: 10px 18px;
  margin: auto;
  position: relative;
  margin-bottom: 44px;
  border-radius: 5px;
}
.site-item-title:before {
  content: "";
  position: absolute;
  top: 44px;
  left: 48%;
  width: 1px;
  height: 100%;
  background: #000000;
}
.site-item:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  width: 1px;
  max-height: 53px;
  min-height: 47px;
  height: 100%;
  background: #000000;
}

.title-site-map {
  min-height: 88px;
  width: 87%;
  margin: auto;
  padding-right: 8px;
  position: relative;
}
.title-site-map:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98.6%;
  height: 1px;
  background: #000000;
}
.description-text {
  margin-bottom: 44px;
}
.site-maps .flex-1 {
  flex: 1;
  padding-right: 15px;
}

/*formulaire*/

.contact-form input[type="submit"] {
  padding: 10px 25px;
  background: #02522d;
  border: 1px solid #02522d;
  color: #fff;
  font-family: "Merriweather-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  transition: 0.8s;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-form input[type="submit"]:hover {
  background: #fff;
  color: #02522d;
}
.before-line {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
}
.before-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #cb9b2a;
}

.contact-form input {
  background: #f0f5f5;
  border: 0;
  padding: 15px 25px;
  margin-bottom: 30px;
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
/*formulaire*/
.style-title-vedio {
  color: rgba(255, 255, 255, 0.7);
  z-index: 99;
  position: relative;
  font-size: 12px;
  top: 74%;
  width: 90%;
  font-family: "Ubuntu-Bold", sans-serif;
  margin: auto;
}
.block_text_media .new-style {
  padding-right: 0rem !important;
  padding-left: 0 !important;
}
.block_text_media .new-style .img__style {
  padding: 0 45px 30px 0;
}
.block_text_media .new-style .set-bg:after {
  left: 15px;
}
.style-text-raw {
  font-size: 16px;
  color: #333333;
  margin-bottom: 9px;
  font-family: "Ubuntu-Light", sans-serif;
}
.style-text-raw p strong {
  font-weight: 900 !important;
  font-family: "Ubuntu-Bold", sans-serif;
}

/*monographie*/

.monographie-block .groupe-detail .item-detail h2 {
  font-family: "Ubuntu-Medium", sans-serif;
  color: #333333;
}
.monographie-block .groupe-detail .item-detail h5 {
  font-family: "Ubuntu-Regular", sans-serif;
}

/*monographie*/

/*scroll*/
#nav-tabContent,
.scroll-block {
  max-height: 421px;
}
#nav-tabContent::-webkit-scrollbar,
.scroll-block::-webkit-scrollbar {
  width: 10px;
}
.h-95 {
  height: 97%;
}
#nav-tabContent::-webkit-scrollbar-track,
.scroll-block::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

#nav-tabContent::-webkit-scrollbar-thumb,
.scroll-block::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/*scroll*/
strong {
  font-family: "Ubuntu-Bold" !important;
}

/*time-line-code*/
.time-line-group .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.time-line-group .timeline {
  width: 100%;
}
.time-line-group .timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.time-line-group .timeline .swiper-wrapper {
  -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.time-line-group .timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.time-line-group .timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.time-line-group .timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.time-line-group .timeline .swiper-slide .time-line-group .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: 0.2s ease 0.4s;
  transition: 0.2s ease 0.4s;
}
.time-line-group .timeline .swiper-slide .time-line-group .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: 0.2s ease 0.5s;
  transition: 0.2s ease 0.5s;
}
.time-line-group .timeline .swiper-slide .time-line-group .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: 0.2s ease 0.6s;
  transition: 0.2s ease 0.6s;
}
.time-line-group
.timeline
.swiper-slide-active
.time-line-group
.timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease 1.6s;
  transition: 0.4s ease 1.6s;
}
.time-line-group .nav-tabs .nav-link:hover{
  color: #333333;

}

.time-line-group
.timeline
.swiper-slide-active
.time-line-group
.timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease 1.7s;
  transition: 0.4s ease 1.7s;
}
.time-line-group
.timeline
.swiper-slide-active
.time-line-group
.timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease 1.8s;
  transition: 0.4s ease 1.8s;
}
.time-line-group .timeline .swiper-pagination {
  right: 90% !important;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.time-line-group .timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: 57px;
  top: 20%;
  height: 60%;
  height: 70%;
  width: 2px;
  background-color: #b5b5b5;
}
.time-line-group .timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #b5b5b5;
  margin: 15px 0 !important;
  position: relative;
}
.time-line-group .timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 52.5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #cb9b2a;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.time-line-group .timeline .swiper-pagination-bullet-active {
  color: #cb9b2a;
  font-weight: 500;
}
.time-line-group .timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.time-line-group .timeline .swiper-button-next,
.time-line-group .timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 20%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.time-line-group .timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.time-line-group .timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.time-line-group .timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.time-line-group .timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.block_style_text_img {
  position: relative;
  padding-right: 15px;
}
.block_style_text_img h3 {
  position: absolute;
  color: #ffffff;
  font-family: "Ubuntu-Bold", sans-serif;
  bottom: 10px;
  left: 30px;
  font-size: 18px;
}

.text-justify {
  text-align: justify !important;
}

@media screen and (min-width: 768px) {

.time-line-group .timeline .swiper-slide::after {
  right: -30%;
  bottom: -8%;
  width: 240px;
  height: 50%;
}
.time-line-group .timeline .swiper-slide-content {
  right: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 310px;
  font-size: 11px;
  text-align: justify;
}
.time-line-group .timeline .swiper-slide .time-line-group .timeline-year {
  margin-bottom: 0;
  font-size: 32px;
}
.time-line-group .timeline .swiper-slide .time-line-group .timeline-title {
  font-size: 46px;
  margin: 0;
}
.time-line-group .timeline .swiper-pagination {
  display: -webkit-box;
  display: flex;
}
.time-line-group .timeline .swiper-button-prev {
  top: 29%;
  left: auto;
  right: 90%;
  -webkit-transform: rotate(90deg) translate(0, 10px);
  transform: rotate(90deg) translate(0, 10px);
}
.time-line-group .timeline .swiper-button-prev:hover {
  -webkit-transform: rotate(90deg) translate(-3px, 10px);
  transform: rotate(90deg) translate(-3px, 10px);
}
.time-line-group .timeline .swiper-button-next {
  top: auto;
  bottom: 0%;
  right: 90%;
  -webkit-transform: rotate(90deg) translate(0, 10px);
  transform: rotate(90deg) translate(0, 10px);
}
.time-line-group .timeline .swiper-button-next:hover {
  -webkit-transform: rotate(90deg) translate(3px, 10px);
  transform: rotate(90deg) translate(3px, 10px);
}
}
@media screen and (min-width: 768px) {
.time-line-group .timeline .swiper-slide::after {
  right: -20%;
  bottom: -12%;
  width: 240px;
  height: 50%;
}
#footer .copyright{
  font-size: 10px;
}

.slider__organisme .item__organisme .set-bg{
  margin: auto!important;
}
.time-line-group .timeline .swiper-slide-content {
  right: 25%;
}
}
.titre__blob__coop {
color: #333333;
position: relative;
font-weight: bold;
padding-bottom: 15px;
font-size: 36px;
font-family: 'Ubuntu-Bold',sans-serif;
margin-bottom: 23px;
}
[dir="rtl"] .titre__blob__coop {
text-align: right !important;
}
/*time-line-code*/

/*arab version*/

[dir="rtl"] .main-menu > ul > li > a {
  font-size: 23px;
  /*font-family: "arab", sans-serif;*/
  font-weight: 500;
  padding: 0.5rem 0.2rem;
}
[dir="rtl"]
.main-menu.position-relative
> .nav
> li.nav-item.active
> a:before {
  bottom: 4px;
}
[dir="rtl"] .btns-wrapper {
  margin: 0;
  border-left: transparent;
  border-right: 1px solid rgba(116, 116, 116, 0.3);
}
[dir="rtl"] .button.js-form-submit.form-submit {
  transform: rotate(0deg);
  background-position: right;
}
[dir="rtl"] .social-network {
  align-items: center;
}
[dir="rtl"] .drop-down-list-lang .dropdown-language-item {
  left: 57%;
}
[dir="rtl"] .generations .descriptions h4,
[dir="rtl"] .generations .descriptions h3 {
  text-align: right;
}
[dir="rtl"] .generations .descriptions h4.icon-flesh img {
  transform: rotate(180deg);
}
[dir="rtl"] .generations .descriptions h3:before {
  bottom: -6px;
  right: 0;
}
/*[dir="rtl"] .grande__titre {
  font-family: "arab", sans-serif;
}*/
[dir="rtl"] .publications .publications__content a {
  /*font-family: "arab", sans-serif;*/
  font-size: 14px;
  font-weight: 100;
  padding-right: 0;
  padding-left: 30px;
}
[dir="rtl"] .footer {
  text-align: right;
}

[dir="rtl"] .chatiers .iteam__slide__chantier__description {
  padding: 25px;
  color: #fff;
  text-align: right;
}
[dir="rtl"] .positionement__link__programme {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}
[dir="rtl"] .publications__content__pdf .all__actus__link {
  text-align: left !important;
}
[dir="rtl"] .all__actus__link a {
  float: left !important;
  padding-left: 30px;
  padding-bottom: 5px;
  text-align: left;
  z-index:99;
  margin-bottom: 10px;
}
[dir="rtl"] .generations .logo-publication {
  text-align: left!important;
  padding-left: 0px;
}
[dir="rtl"] .all__actus__link a:before {
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
[dir="rtl"] .slide-left-fixed {
  left: auto;
  right: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
[dir="rtl"] .slide-left-fixed .list-left a:hover,
[dir="rtl"] .slide-left-fixed .list-left a {
  padding-right: 20px;
  padding-left: 0;
}
[dir="rtl"] .slide-left-fixed li.item:before {
  right: 6px;
}

[dir="rtl"] .main-menu > ul > li:hover .mega-menu,
[dir="rtl"] .block__humain {
  text-align: right;
}

[dir="rtl"] .block__humain h2:after {
  right: 0;
}
[dir="rtl"] .block__indicateurs {
  background-color: #000;
  text-align: right;
}
[dir="rtl"] .block__presentation .grande__titre:before {
  bottom: 0;
  right: 0;
}

[dir="rtl"] .presentation .block__description {
  text-align: justify;
}

[dir="rtl"] .filieres,
[dir="rtl"] .presentation .presentation .grande__titre,
[dir="rtl"] .compteur .block__compteur .grande__titre {
  text-align: right !important;
}

[dir="rtl"] .block__actualite .second .block__descri {
  padding-left: 0;
  text-align: right;
  padding-right: 30px;
}
[dir="rtl"] .block__actualite .First .block__actu .block__descri {
  text-align: right;
}

[dir="rtl"] .block__bannier__slider .slide__home__bannier .slick-list {
  width: 100%;
}

[dir="rtl"] .main-menu > ul > li {
  flex: auto;
}

ul.search-results {
  list-style: none;
}

a {
  color: black;
}

a:link {
  text-decoration: none;
}
a:hover,
a:active {
  color: #03522d;
}

.search-results li {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
  padding-top: 16px;
  text-align: justify;
}
.search-results li:last-child {
  border: none;
}
.container {
  padding: 20px 70px 20px 70px;
}
.top-header .container {
  padding: 20px 41px 0px 44px;
}
.position-top{
  margin-top: -4px;
}
.search-results p {
  margin-top: 20px;
  font-size: 15px;
}
.search-results li p:last-child a,
.search-results li p:last-child {
  color: #03522d;
  font-size: 13px;
}

.search-page h2 {
  margin: auto;
  padding-top: 30px;
  font-size: 25px;
  padding-bottom: 30px;
}

.search-results h3 {
  font-size: 25px;
}

.search-page .container-inline label,
.search-page .search-advanced,
.search-page .search-help-link {
  display: none;
}

/*.container-inline div {
    display: block;
    flex: 1;
}*/

div#edit-basic {
  display: flex;
  position: relative;
}

#edit-basic input[type="search"] {
  background-color: #f7f7f7;
  padding: 5px;
  border-color: transparent;
  border-radius: 1px;
  flex: 1;
}
#edit-basic .button.js-form-submit.form-submit {
  background-image: url(../img/bg-search-loop.svg);
  position: absolute;
  right: -18px;
  top: 9px;
}
ul.search-results {
  padding-left: 0px;
}
@media (max-width: 768px) {
	form#views-exposed-form-focus-page-1 div#edit-actions {
    position: unset !important;
    top: 0px!important;
    left: 0px!important;
    margin-top: 20px!important;
    width: 100%!important;
  }
  form#views-exposed-form-focus-page-1 .select2-container{
min-width: 100%!important;
}
form#views-exposed-form-focus-page-1 .js-form-item.form-item.js-form-type-textfield.form-item-changed.js-form-item-changed{
  width: 100%!important;
  position: unset!important;
}
form##views-exposed-form-focus-page-1 .select2-container{
  max-width: 200px!important;
}

.logo_mobile img {
    max-width: 80px;
}
.style_block_graphe .block_style_text_img .height-text-img img,
.style_block_graphe .block_style_text_img .height-text-img{
  height: auto!important;
}
	.block__actualite .list__actus .set-bg{
		min-width: 100%!important;
	}
.production__slider .item__slide {
    padding: 0px!important;
}

.production__slider .item__slide .full-img {
    max-height: 100%!important;
}
	.rev_slider_wrapper, .rev_slider_wrapper *{
		    pointer-events: unset!important;
	}
	.block__actualite .list__actus .set-bg{
		min-width: auto!important;
	}
	.chatiers .iteam__slide__chantier__description h3{
		font-size: 18px!important;
	}
  .block__humain .list-style-disc {
    width: 100%!important;
  }
  .publications__content__pdf .publications img{
    width: 100%!important;
  }
  .block__humain img {
    width: 100%!important;
  }
  .bloc_tab_discription .time-line-group .nav-tabs .nav-link{
    width: 130px!important;
  }
  .second .block__actu img {
    max-width: 160px!important;
  }
  .item__block__style.item-chantier5_3 {
    left: initial!important;
  }
  .item__block__style.item-chantier5_3 {
    right: initial!important;
  }
  .slider__revolutions .titre-page .grande__titre{
   margin-left: 15px!important;
}
.bloc-organisme-tutelle .image-interpolation{
min-width: 100% !important;
}
.service__enLigne .block-service a {
background: none;
text-align: left;
color: #333333;
}
html[lang='ar'] .service__enLigne .block-service a {
text-align: right!important;
}
.LayerTitle{
width:100%!important;
max-width:100%!important;
}
.monographie .maps .img-1 {
max-width: 100%!important;
}
.presentation .block__description img {
max-width: 100%!important;
}
.style-graphe .style_block_graphe {
display: inline-block!important;
width: 100%!important;
margin: 0px;
}
/* enlever actualites temp*/
  #actualites__before.block__bannier{
    display:none !important;
  }
  .style-graphe .block_style_text_img {
    width: 100%!important;
  }
  .style-graphe .container {
    text-align: -webkit-center;
  }
  html[lang='ar'] .time-line-group .timeline .swiper-button-prev{
    right: 5%!important;
  }
  .slider__services__js .slick-next, .sliderSlick__pays__js .slick-next, .slider__pays__js .slick-next{
    right: 0px!important;
  }
  #bloc_tab_discription-0 .time-line-group .nav-tabs .nav-link{
    width: 130px!important;
  }
  html[lang='ar'] .time-line-group .timeline .swiper-slide-content{
    right: 53%!important;
  }
  .time-line-group .timeline .swiper-pagination-bullet::before{
    right: 38.5px!important;
  }
  html[lang='ar'] .time-line-group .timeline .swiper-slide-content{
    right: 50%!important;
  }
  .style_block_presentationImg.row.full-img.w-100 .item {
    width: 100% !important;
  }
  html[lang='ar'] .time-line-group .timeline .swiper-pagination::before{
    right: 43px!important;
  }
  html[lang='ar'] .time-line-group .swiper-slide1 .timeline-text{
    width: 80% !important;
  }
  html[lang='ar'] .avis-items .periode h6 {
    font-size: 13px!important;
  }
  .time-line-group .nav-tabs .nav-link{
    width:85px!important;
  }
  .presentation .botom__block .col-md-6 {
    padding: 0px;
  }
  .detail-avis{
    font-size: 14px;
  }
  html[lang='ar'] .block_text_media .new-style .img__style{
    padding-top: 30px!important;
  }
  html[lang='ar'] .style_block_presentationImg {
    margin: 0px!important;
  }
  .block__humain.no-style .w-35 {
    width: 100%;
  }
  html[lang='ar'] span#page-title {
    padding-right: 15px;
  }
  html[lang='ar'] .item__block__style.item-chantier3_1{
    right: auto!important;
  }
  html[lang='ar'] .avis-items .fiche-poste {
    margin: 0px!important;
    padding: 0px!important;
  }
  html[lang='ar'] .avis-items .decision{
    margin-left: 5px!important;
    margin-right: 5px!important;
  }
  html[lang='ar'] .titre-bloc-organisme-tutelle h2{
    font-size: 20px;
  }
  html[lang='ar'] .bloc-organisme-tutelle .contenu-bloc-organisme-tutelle{
    text-align: right!important;
  }
  html[lang='ar'] .list-style-disc{
    padding-right: 5px!important;
    padding-left: 0px!important;
  }
  html[lang='ar'] .block__humain.no-style .pr-4 {
    padding-right: 0px!important;
  }
  form#views-exposed-form-communiques-de-press-page-1 .js-form-item.form-item.js-form-type-textfield.form-item-changed.js-form-item-changed {
    position: unset!important;
    width: 100%!important;
  }
  .communique-press-view .titre-communique a{
    font-size: 16px!important;
    text-align: left;
  }
  .communique-press-view .body-communique{
    font-size: 14px;
  }
  form#views-exposed-form-communiques-de-press-page-1 div#edit-actions{
    top: 0px!important;
    left: 0px!important;
    position: unset!important;
    margin-top: 25px!important;
    width: 100%!important;
  }
  .slide-left-fixed{
    display: none!important;
  }
  .block__compteur .desc__produit{
    margin-left:0px!important;
    width: 100%;
  }

  .production__slider .style-produit{
    padding: 0px!important;
  }
  .production__slider__filiere .animation__block, .production__slider .animation__block{
    height: unset;
    opacity: 1;
  }
  .time-line-group .timeline .swiper-slide {
    display: flex;
    align-items: center;
  }
  #edit-basic input[type="search"] {
    background-color: #f7f7f7;
    padding: 5px;
    border-color: transparent;
    border-radius: 1px;
    max-width: 200px;
    flex: 1;
  }
  .time-line-group .timeline .swiper-wrapper{
    right: 15px;
  }
  .time-line-group .timeline .swiper-pagination::before{
    height: 50%!important;
    top: 27%!important;
  }
  .time-line-group .timeline .swiper-button-prev{
    left: 0%;

  }
  .time-line-group .timeline .swiper-pagination{
    display: flex!important;
  }
  .time-line-group .timeline .swiper-pagination-bullet{
    width: fit-content!important;
  }
  .time-line-group .timeline .swiper-slide-content{
    transform: translate(40%, 0)!important;
  }
  .time-line-group .timeline .swiper-pagination{
    right: 85% !important;
  }
  .time-line-group .swiper-slide1{
    padding-left: 0px!important;
    padding-top: 120px!important;
    padding-right: 11px!important;
  }
  .time-line-group .swiper-slide1 .timeline-text{
    width: 60%;
  }
  .time-line-group .content-swiper-slide h2{
    font-size: 22px!important;
  }
  .body-interp p {
    margin: 0px;
  }
  .bloc-organisme-tutelle .body-interp{
    margin: 0px!important;
  }
  .time-line-group .nav-tabs .nav-link{
    font-size: 12px!important;
  }
  #bloc_timeline-1 .time-line-group .nav-tabs .nav-item{
    max-width: 100%!important;
  }
  #bloc_timeline-1 .time-line-group .nav-tabs .nav-link{
    margin: auto!important;
    width: 200px!important;
  }
  .time-line-group .nav-tabs .nav-item{
    padding-right: 4px!important;
    max-width: 100%;
    padding-left: 4px!important;
  }
  .publications .publications__content .publications__content__pdf a img{
    padding: 10px;
    margin: 0px!important;
  }
  .direction-reginale-title h2 {
    font-size: 25px;
  }
  .contenu-bloc-monographie.mx-auto .col-12{
    margin-bottom: 20px!important;
    padding: 0px;
  }
  .row-direction-generale{
    margin: 0px!important;
    padding: 20px 0px!important;
    width: 100%!important;
  }
  .contenu-bloc-monographie .monographie-block img{
    max-width: 81px;
  }
  .border-green.monographie-block{
    width: 100%!important;
    height: 100%!important;
  }
  .monographie img{
    max-width: 60px!important;
  }
  .monographie .monographie .monographie-img-first{
    max-width: 100%!important;
  }
  .time-line-group .nav-tabs .nav-link{
    font-size: 12px;
    padding: 10px!important;
  }
  .presentation p{
    background-color: transparent!important;
  }
  .table td, .table th{
    font-size: 11px!important;
  }
  .slider__indicateur__js {
    padding: 0px!important;
  }
  .image-resp{
    width: 100%!important;
  }
  .block__indicateurs {
    padding-bottom: 20px!important;
  }
  .block__indicateur{
    padding:0px!important;
  }
  .logo_mobile {
    background: #fff;
  }
  .grande__titre{
    line-height: 45px!important;
    font-size: 25px!important;
    padding: 25px 0px 0px 0px!important;
  }
  .chatiers .container {
    padding: 1.2rem 1rem 1.2rem 1rem!important;
  }
  .publications img{
    padding: 15px;
    width: 100%;
	max-height:100%!important;
  }
  .slide-left-fixed{
    top: 20%!important;
  }
  .bloc-organisme-tutelle .nav-tabs .nav-link{
    border-bottom: 1px solid #d8d8d8!important;
  }
  .bloc-organisme-tutelle .nav-tabs .nav-link.active{
    border-bottom:3px solid #066c54!important;
  }
  .slider__organisme .slick-dots button,
  .production__slider .slick-dots button,
  .bloc_organisme_tutelle .slider__organisme__js__mob .slick-dots button {
    height: 8px!important;
    width: 8px!important;
    border-radius: 60px!important;
    margin-right: 8px!important;
  }
  .drop-down-list-lang .dropbutton-toggle{
    width: 50px!important;
  }
  .dropbutton-multiple .dropbutton .secondary-action {
    background: #0D3217;
  }
  .dropbutton-multiple .dropbutton .secondary-action a {
    color: #fff!important;
  }
  .dropbutton-multiple.open .dropbutton-arrow{
    border-bottom-color: #066c54!important;
  }
  .drop-down-list-lang .dropdown-language-item{
    width: 45px!important;
  }
  .PopupRegion .close{
    top: 20px!important;
  }
  .w-50p{
    width: 50px!important;
  }
  .h-10p{
    height: 50px!important;
  }
  .style-img-ann{
    align-items: center;
  }
  .PopupRegion h3{
    font-size: 14px;
  }
  .avis-items .decision{
    margin-right: 5px;
  }
  .avis-items .titre-avis{
    font-size: 12px;
  }
  .block__description h2 {
    font-size: 18px;
  }
  .PopupRegion h2{
    font-size: 20px;
  }
  .carte_interactive .PopupRegion {
    top: 338px;
    right: 0px;
	width: 100%;
  }
  .avis-items .decision{
    font-size: 12px;
  }
  .avis-items .fiche-poste{
    font-size: 12px!important;
    padding-right: 10px!important;
  }
  .bloc-organisme-tutelle .slick-slide img{
    margin:auto!important;
  }
  .bloc-libellisation .image-produit img{
    max-width: 70px!important;
  }
  .style-btn-green{
    padding: 10px!important;
    display: block;
    text-align: left;
    font-size: 12px!important;
  }
  .bloc-libellisation .titre-lib{
    top: -35px!important;
  }
  .bloc-organisme-tutelle .nav-tabs .nav-link{
    padding:0px!important;
  }
  .bloc-organisme-tutelle .image-organisme {
    max-width: 100px;
    margin-right:5px!important;
  }
  .titre-bloc-organisme-tutelle h2{
    font-size: 16px;
  }
  .bordure-image-bloc-organisme{
    padding-right:5px;
  }
  .bloc-organisme-tutelle .slider__organisme__js__vertical .nav-link.active{
    border-left: none!important ;
    border-bottom:3px solid #066c54!important;
  }

  .adresse-items{
    margin:0px!important;
  }
  .grande__titre {
    width: 100% !important;
  }
  .PopupRegion{
    min-width: 100%!important;
  }
  .bloc-libellisation .titre-produit{
    font-size: 12px!important;
  }
  .bloc-libellisation .titre-lib img {
    max-height: 60px!important;

  }
  .bloc-libellisation .PopupRegion h2{
    font-size: 12px!important;
    margin: 5px!important;
  }
  .bloc_contact_dra_dpa .PopupRegion{
    margin: 30px 0px!important;
  }
  .block__humain h2{
    font-size: 24px!important;
  }
  .bloc_contact_dra_dpa .monographie .container-bloc-lib{
    padding-top:0px!important;
  }
  #edit-basic .button.js-form-submit.form-submit {
    background-image: url(../img/bg-search-loop.svg);
    position: absolute;
    right: 0;
    top: 9px;
  }
  .search-results p {
    margin-top: 20px;
    font-size: 14px;
  }
  .search-results h3 {
    font-size: 18px;
  }
}
.container-inline div,
.container-inline label {
  display: flex;
  flex: 1;
}

hr {
  opacity: 0.2;
}

/*timeline*/

.time-line-group .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
}
.time-line-group .nav-tabs {
  position: relative;
  z-index: 9999;
}
.time-line-group .nav-tabs {
  place-content: center;
  border-bottom: 1px solid transparent;
}
[dir="rtl"]  .time-line-group .nav-tabs .nav-link{
  text-align: right!important;
  height: 70px;
  align-items: center;
}
.time-line-group .nav-tabs .nav-link {
  justify-content: center;
  text-align: left;
  font-size: 13px;
  width: 180px;
  display: flex;
  background-color: white;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(180 171 171);
  border-image: initial;
  margin: 5px 30px;
  padding: 15px;
  display: flex!important;
  place-items:center ;
}
.time-line-group img {
  vertical-align: middle;
  height: 25px;
  position: relative;
  left: 10px;
  top: 2px;
  border-style: none;
}

.time-line-group .tab-pane-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 11px;
  margin-bottom: -37px;
}
.fade:not(.show) {
  opacity: 0;
  display: none;
}.avis-items .titre-avis
.time-line-group .content-swiper-slide {
  color: rgb(51, 51, 51);
  text-align: justify;
  padding-top: 32px;
  padding-left: 16px;
}
.time-line-group .content-swiper-slide h2 {
  padding-bottom: 30px;
  font-weight: bold;
}
.time-line-group .swiper-slide1 .timeline-text {
  font-size: 13px;
  line-height: 20px;
}
.time-line-group .timeline {
  width: 100%;
}
.timeline {
  background-image: none !important;
}
.time-line-group .timeline .swiper-container {
  height: 500px;
  width: 100%;
  position: relative;
  bottom: 74px;
}
.time-line-group .timeline .swiper-slide {
  position: relative;
  background-size: cover;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
}
.time-line-group .swiper-slide1 {
  padding-left: 23%;
  padding-top: 290px;
  padding-right: 11px;
}
.time-line-group .timeline .swiper-slide-content {
  text-align: left;
  background-color: rgb(51, 51, 51);
  align-content: center;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: relative;
  color: white;
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .time-line-group .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    font-size: 11px;
    text-align: justify;
  }
}
.time-line-group .timeline .swiper-slide-content {
  text-align: center;
  right: 50%;
  top: 13%;
  font-size: 12px;
  z-index: 2;
  width: 100%;
}

.time-line-group .timeline .swiper-slide-content {
  text-align: left;
  background-color: rgb(51, 51, 51);
  align-content: center;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: relative;
  color: white;
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .time-line-group .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    font-size: 11px;
    text-align: justify;
  }
}
.time-line-group .timeline .swiper-slide-content {
  text-align: center;
  right: 50%;
  top: 13%;
  font-size: 12px;
  z-index: 2;
  width: 100%;
}
.timeline-text {
  font-size: 16px;
  line-height: 20px;
}

.time-line-group .timeline .swiper-slide-content {
  text-align: left;
  background-color: #cb9b2a;
  align-content: center;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: relative;
  color: white;
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .time-line-group .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    font-size: 11px;
    text-align: justify;
  }
}

.nav-tabs .nav-link.active {
  color: #02522d;
  background-color: white;
  border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
}
.time-line-group .nav-tabs .nav-item .nav-link.active {
  color: white !important;
  background-color: #02522d !important;
  display: flex!important;
}
.time-line-group .slider__pays__js.nav-tabs .nav-item .nav-link.active {
  background-color: #000000 !important;
}
.time-line-group .swiper-container-vertical > .swiper-pagination-bullets {
  top: 60%;
}

/*direction régionale*/
.direction-reginale-title h2 {
  text-align: center;
}



.row-direction-generale {
  width: 76%;
  padding-left: 25%;
  padding-top: 60px;
  padding-bottom: 80px;
}

.sub-title-direction-regionale {
  padding-top: 37px;
}

.direction-regional-bloc {
  font-family: "Ubuntu-Bold", sans-serif;
}

/*monographie*/

.border-green {
  border: 2px solid #06522d;
}
.border-green.monographie-block {
  padding: 25px 25px 10px 25px;
  height: 280px;
}
.champ_description p {
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0px;
  font-family: "Ubuntu-Medium", serif;
}
.monographie-block .description h2 {
  color: #03522d !important;
}

/*contact form*/
textarea#edit-message {
  background-color: #f0f5f5;
  border-color: transparent;
  padding: 20px 24px;
}
.contact-form-icon {
  max-width: 25px;
}
.contact-form {
  color: #333333;
  margin-bottom: 30px;
}
.contact-form .before-line h2 {
  font-family: "Ubuntu-regular";
  font-size: 40px;
  font-weight: 700;
}
.contact-form .before-line p {
  font-size: 16px;
  font-family: Ubuntu-Medium;
}
.contact-form ::placeholder {
  color: #333333;
}
.contact-form form textarea,
.contact-form form input {
  width: 100%;
}
.details-formulaire {
  width: 86%;
  margin: 0 0 0 auto;
}
.contact-form textarea {
  font-weight: 500;
}

.contact-form .button.js-form-submit.form-submit {
  /* border: 0; */
  background-color: #02522d;
  background-image: none;
  background-repeat: no-repeat;
  font-family: inherit;
  /* background-size: contain; */
  font-size: 16px;
  width: 135px;
  height: 100%;
  border-radius: 3px;
}

.contact-form input[type="submit"] {
  padding: 10px 25px;
  background: #02522d;
  border: 1px solid #02522d;
  color: #fff;
  font-family: "inherit";
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  transition: 0.8s;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contact-form form input[type="submit"]:hover {
  color: white;
  background: #0b2e13;
}

.before-line h2 {
  padding-bottom: 5px;
}
.contenu-bloc-monographie {
  width: 90% !important;
}
/*organisme sous tutelle*/
.bloc-organisme-tutelle {
  padding-bottom: 70px;
  padding-left: 80px;
}
.bloc-organisme-tutelle .tab-pane .nav-link.active {
  color: white !important;
  border-color: #d8d8d8 !important;
  border-radius: 0px !important;
  border: 1px solid #d8d8d8 !important;
}
.bloc-organisme-tutelle .titre-bloc-organisme-tutelle {
  color: #333333;
  font-family: "Ubuntu-Bold";
}
.bloc-organisme-tutelle .contenu-bloc-organisme-tutelle {
  color: #333333;
  font-family: "Ubuntu-Regular", sans-serif;
  font-size: 16.9px !important;
  margin-top: 40px;
}
.bloc-organisme-tutelle .contenu-bloc-organisme-tutelle a{
  color: #333333;
}
.bloc-organisme-tutelle .lien-bloc-organisme-tutelle {
  font-family: "Ubuntu-Medium";
  color: #066c54 !important;
}
.bloc-organisme-tutelle .nav-tabs .nav-item.show .nav-link,
.bloc-organisme-tutelle .nav-tabs .nav-link.active {
  background-color: white;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
}

.bloc-organisme-tutelle .nav-tabs .nav-link {
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  border-bottom: none;
  padding: 35px 20px;
}
.bloc-organisme-tutelle .nav-tabs .nav-link.active {
  border-bottom: 3px solid #066c54;
}
.bloc-organisme-tutelle .organisme-icon {
  max-width: 15px;
}
.bloc-organisme-tutelle .nav-tabs {
  border-bottom: none !important;
}
.bloc-organisme-tutelle .slick-slide img {
  /* display: block; */
  max-width: 100%;
  max-height:100px;
  display:unset!important;
}
.slider__organisme__js__mob {
  padding: 0px;
}
.titre-bloc-organisme-tutelle .img {
  border-right: 1px solid blue;
}
.bordure-image-bloc-organisme {
  position: relative;
  padding-right: 15px;
}
.bordure-image-bloc-organisme:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 2px;
  height: 100%;
  background-color: rgba(38, 38, 37, 0.55);
}

/*mot du ministre*/
.mot-ministre-sous-titre {
  font-size: 16px;
  color: #066c54;
  font-family: "Ubuntu-regular", sans-serif;
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
}

/* bloc richesse terroir*/
.carousel_richesse_terroir .slick-dots {
  margin-top: 40px !important;
}
.carousel_richesse_terroir .slick-dots button {
  background-color: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
}
.time-line-group .no-style {
  width: 100%;
  height: auto;
  position: inherit;
}
/* services en ligne */
.bloc-service-en-ligne {
  padding-bottom: 70px;
}

.bloc-service-en-ligne .service-tab {
  background: #fff;
  padding: 14px;
}

.bloc-service-en-ligne .titre-service-tab {
  font-size: 13px;
  color: #03522d;
  font-family: "Ubuntu-Bold", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.bloc-service-en-ligne .icon-service-tab img {
  width: 17px;
  height: 17px;
}
.bloc-service-en-ligne .icon-service-tab {
  margin-right: 15px;
}
.bloc-service-en-ligne a.service-tab {
  border: 1px solid #03522da1;
  justify-content: center;
  color: #03522d;
}
.bloc-service-en-ligne a.lien-site-service {
  border: 1px solid #03522d;
  padding: 12px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Ubuntu-bold", sans-serif;
  color: #03522d;
  float: right;
}
.bloc-service-en-ligne .titre-service-item {
  color: #03522d;
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  font-weight: bold;
}
.bloc-service-en-ligne .desc-service-item {
  color: #333333;
  font-size: 18px;
  font-family: 'Ubuntu-Regular',sans-serif;
  padding-top: 16px;
  padding-bottom: 16px;
}
.bloc-service-en-ligne .services {
  margin-bottom: 20px;
}
.bloc-service-en-ligne .description-service {
  border-bottom: 2px solid #bdc3ca;
  padding-bottom: 37px;
  padding-top: 27px;
}
.bloc-service-en-ligne .description-service:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.bloc-service-en-ligne .service-tab.active {
  color: white;
  background: #03522d;
}
.bloc-service-en-ligne .service-tab.active .titre-service-tab {
  color: white;
}

.bloc-service-en-ligne .service-tab.active .icon-service-tab .icon-service {
  display: none;
}
.bloc-service-en-ligne
.service-tab.active
.icon-service-tab
.icon-service-white {
  display: inline-block;
}
.bloc-service-en-ligne .service-tab .icon-service-tab .icon-service {
  display: inline-block;
}
.bloc-service-en-ligne .service-tab .icon-service-tab .icon-service-white {
  display: none;
}
bloc-service-en-ligne .nav-tabs {
  border-bottom: none;
}

/* blc Extrait des gagant **/

.description-extrait {
  padding-bottom: 14px;
 
}

.mb-0.titre-extrait-item,
.mb-0.titre-support-item,
.mb-0.titre-gagnant-item {
    padding-bottom: 5px;
    color:#212529;
}

 a.lien-site-extrait {
  border: 1px solid #03522d;
  padding: 12px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Ubuntu-bold", sans-serif;
  color: #03522d;
  float: right;
}

.titre-rgprix-item{
  font-size: 18px;
  color: #03522d;
  padding-bottom: 7px;
}

/* bloc interprofession */
.image-interpolation .modal-dialog {
  max-width: 718px;
}
.image-interpolation .modal{
  top: 60px;
}

/*communique de press*/
.communique-press-view .img-communique img {
  border-radius: 5px;
min-width: 100%;
    height: 220px;
}

.communique-press-view .titre-filtre-communique {
  color: #333333;
  font-size: 18px;
  font-family: "Ubuntu-Bold", sans-serif;
  text-transform: uppercase;
}

.communique-press-view .titre-communique a {
  font-size: 20px;
  color: #03522D;
  font-family: "Ubuntu-Bold", sans-serif;
  padding-top: 30px;
}

.communique-press-view .titre-communique a:hover {
  color: #333333;
}

.communique-press-view .date-communique {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
.communique-press-view .nbre-vus{
  font-size: 14px;
  color: #333333;
  margin-left: 4px;
  display:none;
}





.communique-press-view img.eye-symbol {
  margin-left: 11px;
  margin-top: 4px;
  width: 20px;
  height: 15px;
  display: none;
}
.communique-press-view .date-and-views {
  padding-top: 10px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #333333;
}
.communique-press-view .communique-press-item {
  border-bottom: 1px solid #CACFD3;
  padding: 20px 0px;
}
.communique-press-view .communique-press-item:last-child {
  border-bottom: none;
}
.communique-press-view .body-communique {
  padding-top: 10px;
}
.communique-press-view .body-communique > p {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.views-exposed-form label{
  display: none;
}

.views-exposed-form .js-form-item.js-form-type-select{
  display: inline-block;
}
.views-exposed-form {

  padding: 55px 70px 0 70px;
  max-width: 935px;
  margin: auto;
}

.select2-container--default .select2-selection--single #select2-edit-communique-filtre-filiere-container:before,
.select2-container--default .select2-selection--single #select2-edit-field-filiere-target-id-container:before{
  background-image: url("../img/test/filiere.png");
}
.select2-container--default .select2-selection--single #select2-edit-communique-filtre-programme-container:before,
.select2-container--default .select2-selection--single #select2-edit-field-programme-target-id-container:before{
  background-image: url("../img/test/report.svg");
}
.select2-container--default .select2-selection--single #select2-edit-communique-filtre-region-container:before,
.select2-container--default .select2-selection--single #select2-edit-field-regions-target-id-container:before{
  background-image: url("../img/test/regions.png");
}
.js-form-item.form-item.js-form-type-textfield.form-item-communiques-filtre-search.js-form-item-communiques-filtre-search{
  margin-top: 35px!important;
  background-color: #F7F7F7;
  position: relative;
  background-image: url('../img/test/search.png');
  background-repeat: no-repeat;
  background-position: right 15px top 7px;
}


form#views-exposed-form-communiques-de-press-page-1 .select2-container{
  min-width: 200px!important;
}
form#views-exposed-form-communiques-de-press-page-1 div#edit-actions{
  display: inline-block;
  min-width: 188px!important;
  position: relative;
  top: -31px;
  left: 199px;
}
input#edit-communiques-filtre-search-title {
  background-color: transparent!important;
  border: 1px solid #c7c7c785!important;
  border-radius: 0!important;
  height: 40px!important;
  width: 100%!important;
}
form#views-exposed-form-communiques-de-press-page-1 .js-form-item.form-item.js-form-type-textfield.form-item-changed.js-form-item-changed {
  display: inline-block;
  min-width: 200px!important;
  background-color: transparent;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  height: 40px;
  width: 200px;
  background-image: url('../img/test/clock.png');
  background-repeat: no-repeat;
  background-position: left 10px top 10px;
  margin-top: 0px!important;
  position: absolute;
  margin-left: 2px;
}
.views-exposed-form .js-form-type-textfield .form-text {
  padding-left: 50px;
  width: 100%;
  border: none!important;
  color: #444;
  position: relative;
  background-color: transparent;
}
form#views-exposed-form-communiques-de-press-page-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  max-width: 200px;
}
.communique-press-view {
  padding-bottom: 25px;
}

form#search-block-form .form-actions {
  display: block!important;
}

.main-menu > ul > li:lang(ar) {
  padding: 0 1rem;
}

.service__enLigne .slick-dots, .service__enLigne .list-style-none {
  border-radius: 0px!important;
  border-bottom: 0;
}


.block-service p {
  /*width: 200px;*/
  width: 100%;
  overflow: hidden;
  text-overflow: initial;
  font-size: 12px!important;
}

.service__enLigne h5 {
  /*width: 200px;*/
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-right: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.service__enLigne .list-group-service a:hover, .service__enLigne .list-group-service a {
  border-radius: 0px;
}

.service__enLigne .style-btn{
  min-width: 50px!important;
  display: none!important;
}

.service__enLigne .col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}
/*actualites new vers*/

.detail-actualite {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Ubuntu-Regular", sans-serif;
}
.titre-actualite {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Ubuntu-Bold", sans-serif;
}
.second .titre-actualite {
  -webkit-line-clamp: 2!important;
}
.second .img__src img{
  height: 125px!important;
}
.First .detail-actualite {
  display: -webkit-box!important;
  -webkit-line-clamp: 2!important;
  -webkit-box-orient: vertical!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  padding: 20px;
  font-family: "Ubuntu-Regular", sans-serif;
}
.lien-fisrt-actu a:before {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/right1.png') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.lien-fisrt-actu{
  float: right;
  position: relative;
}

form#views-exposed-form-actualite-page-1 .select2-container{
  max-width: 200px!important;
}
form#views-exposed-form-actualite-page-1 div#edit-actions{
  display: inline-block;
  min-width: 188px!important;
  position: relative;
  top: -1.9rem;
  left: 199px;
}

form#views-exposed-form-actualite-page-1 .js-form-item.form-item.js-form-type-textfield.form-item-changed.js-form-item-changed {
  display: inline-block;
  min-width: 200px;
  background-color: transparent;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  height: 40px;
  width: 200px;
  background-image: url('../img/test/clock.png');
  background-repeat: no-repeat;
  background-position: left 10px top 10px;
  margin-top: 0px!important;
  position: absolute;
  margin-left: 2px;
}



.block__actualite .First .block__actu {
  height: 100%;
}
.img__src.first {
  height: 100%;
  min-height:350px;
}
.First .block__actu img {
  height: 100%;
  width: 100%;
}
.block__actualite .second a:last-child hr {
  display: none;
}
.second .block__actu img {
  max-width: 200px;
}
/* labellisation bloc */
.bloc-libellisation .grande__titre {
  width: 100%;

}
.bloc-libellisation .PopupRegion{
top: 0px;
right: 0px;
}

.bloc-libellisation .titre-lib {
  position: absolute;
  top: -46px;
  width: 90%;
}
.bloc-libellisation .PopupRegion h2 {
  color: #fff;
  border-radius: 11px;
  font-size: 14px;
  border: 1px solid #03522D;
  background-color: #03522D;
  margin-bottom: 0px;
  padding: 10px;
  margin: 20px;
  font-size: 14px;

}
.container-bloc-lib {
  padding-top: 65px;
}
.bloc-libellisation .titre-produit {
  font-family: "Ubuntu-Bold", sans-serif;
  cursor: pointer;
}

.bloc-libellisation .description-produit {
  color: #262626;
  font-family: "Ubuntu-Regular", sans-serif;
}
.bloc-libellisation .image-produit {
  margin-right: 10px;
  cursor:pointer;
}
.bloc-libellisation .image-produit img {
  max-width: 90px;
}
.bloc-libellisation p {
  font-family: "Ubuntu-Regular", sans-serif;
}
.bloc-libellisation .titre-lib img {
  max-height: 90px;
}
.bloc-libellisation .popup1 .body-produit {
  display: none;
}
/* bloc organisme sous tutelle carouselle vertical */
.bloc-organisme-tutelle .slider__organisme__js__vertical .nav-link.active {
border-left:3px solid #066c54;
  border-bottom: none;
}
.slider__organisme__js__vertical {
  display: flex;
  align-items: center;
}
.bloc-organisme-tutelle .grande__titre {
  padding-bottom: 30px;
}

.grande__titre a {
  color: #333333!important;
}

.block-service:last-child {
  padding-bottom: 11px!important;
}

.publications .modal-content {
  background-color: transparent!important;
  border: none!important;
  top: 200px;
}

.publications .style_img_pop {
  transform: scale(1.6);
}

.publications img {
  z-index: 1;
  cursor: pointer
}

.style-opac:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.5)
}

.contextual-region.js-view-dom-id-f509c171df0f32082d50281376ca7399edf88b8b5d5e22d62b3ed530450befc2 .accordion .card-header .btn-block{
  padding-right: 22px!important;
}

.chatiers .iteam__slide__chantier__description h3{
  position: relative;
  font-size: 23px!important;
  text-transform: uppercase;
}

.slotholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}

.all__actus__link a {
  margin-right: 69px;
  margin-top: 10px;
}

.mega-menu > .nav-item > .nav-link {
  padding: 0rem 1rem!important;
}

.parent-menu a, .parent-menu > li > a{
  padding: 0rem 1rem!important;
}


.icon-localisation:before {
  background: url(../img/map/localisation.svg) no-repeat center center;
  top: -3px;
}
.bloc-contact-region .icon-internet:before {
  background: url(../img/map/internet.svg) no-repeat center center;
  background-size: contain;
}
.bloc-contact-region .icon-style:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 26px;
  left: 0;
  top: -2px;
}
.bloc-contact-region .icon-tel:before {
  background: url(../img/map/tel.svg) no-repeat center center;
}
.bloc-contact-region .icon-style:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 26px;
  left: 0;
  top: -2px;
}
.bloc-contact-region .icon-fax:before {
  background: url(../img/map/list.svg) no-repeat center center;
}
.bloc-contact-region .icon-style:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 26px;
  left: 0;
  top: -2px;
}
.bloc-contact-region .icon-style {
  position: relative;
  padding-left: 25px;
}

.bloc-contact-region .contact-reg-title {
  font-family: 'Ubuntu-Medium',Sans-Serif;
  font-size: 25px;
  color: #066C54;
}

.bloc-contact-region .cr-body {
  top: 100px;
  z-index: 9999;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 7px 1px rgba(14,67,26,0.12);
  -moz-box-shadow: 0 0 7px 1px rgba(14,67,26,0.12);
  box-shadow: 0 0 7px 1px rgba(14,67,26,0.12);
}
.bloc-contact-region .item__organisme {
  font-family: 'Ubuntu-Bold';
}
.bloc-contact-region h3 {
  font-family: 'Ubuntu-Regular', Sans-Serif;
  font-size: 16px;
  color: #333333;
}
.bloc-contact-region .titre-item-rc {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
.bloc-contact-region .slick-dots{
  margin-top: 30px;
}
.slick-dots button {
  background: rgba(0, 0, 0, 0.3);
}

.chatiers .container {
  padding: 21px 72px 0px 49px;
}

.sitemap-menu {
  font-family: "Ubuntu-Regular", sans-serif;
  margin-top: 50px;
  background-color:#fff;
  margin: 1px;
}

.sitemap{
  padding: 40px 176px 40px 176px;
}
.sitemap h2{
  color: #333333;
  font-size: 36px;
  font-family: "Ubuntu-Bold", sans-serif;
  font-weight: 900;
  line-height: 45px;
  text-align: center;
}
.expanded a,
.sitemap span,
.sitemap-box-menu.sitemap-box-menu-main .sitemap-menu li.last:nth-child(7) > a:first-child{
  font-family: "Ubuntu-Bold", sans-serif!important;
  font-size: 20px!important;
  display: block;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 30px;
  margin: 10px;
  width: 100%;
  background-color: #03522D;
  color:#fff;
  padding-bottom: 3px;
}
.last a,.first a{
  font-family: "Ubuntu-regular", sans-serif!important;
  font-size: inherit!important;
  background-color: #fff;
  color: #333333;
  margin: 1px;
}
.table{
  font-family: 'Ubuntu-Regular';
}
.table th {
  font-family: 'Ubuntu-Bold';
}
.table th {
  width: 100px;
}
.table td, .table th {
  text-align: left;
}
.table tr:first-child td, .table tr:first-child th {
  border-top: none!important;
}

.avis_bloc{
  padding: 20px!important;
  border: 0.5px solid #03522D;
  border-radius: 15px;
  margin-top: 30px;

}

.avis-items h6{
  margin-bottom: 0px!important;
}
.avis-items .periode {
  justify-content: flex-end;
}
.avis-items {
  font-family: 'Ubuntu-Regular';
}
.avis-items .titre-avis{
font-family: 'Ubuntu-Bold';
  font-size: 14px;
  text-align: left;
}
.avis-items .fiche-poste {
  width: 100%;
  flex:1;
  margin-right: 4px;
  align-self: center;
  text-align: left;
}
.avis-items  .decision {
  color: #03522D;
  display: flex;
  width: auto;
  text-align: left;
  margin-right: 20px;
}
.detail-avis {
  color: #fff;
  width: 170px;
  margin-left: auto;
  text-align: center;
  margin-top: 30px;
  margin-right: 15px;
  padding: 8px 20px;
  border: 1px solid #0D3217;
  background-color: #0D3217;
  text-transform: uppercase;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  width: fit-content;
}
[dir="rtl"] .sitemap .sitemap-box ul {
  padding-right: 1.5em;
}
[dir="rtl"] .sitemap-menu .expanded li a::before {
  margin-left: 10px;
}
.date-annonce {
  background-image: url("../img/annonce-divers.png");
  background-size: cover;
  background-repeat: no-repeat;
  color:#fff;
  display: flex!important;
  min-height: 70px!important;
  max-height: 70px!important;
  min-width: 80px!important;
  max-width: 80px!important;
  align-items: center!important;
  justify-content: center!important;
}
.date-annonce  .day{
  font-size: 29px;

}
.date-annonce .y-m{
  font-size: 8px;
}
.date-annonce .decision{
  align-self: center;
  font-family: "Ubuntu-Regular", sans-serif;
}
.date-annonce  .content-date{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  line-height: 22px;
}

.no-style-link {
  padding: 0!important;
  background: initial!important;
  color: initial!important;
  border: initial!important;
}
/*.list-style-disc li {
  display: flex!important;
}*/
.titre-style-green{
  font-size: 18px;
  color: #03522D;
  font-family: "Ubuntu-Bold", sans-serif;
}
.titre-style-green-left{
  font-size: 22px;
  color: #03522D;
  font-family: "Ubuntu-Bold", sans-serif;
  text-align: left!important;
}
.list-style-disc li a {
  display: contents!important;
}

.block__description__slide{
  text-align: left;
  width: 100%;
}

.style-btn-green{
  padding: 6px 25px;
  background: #02522d;
  border: 1px solid #02522d;
  color: #fff!important;
  font-family: "Ubuntu-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  transition: 0.8s;
}
.style-btn-green:hover {
  color:black!important;
}
.block__actualite .icon__views {
  display: none;
}

.generations .descriptions .btn__style{
  width: 40%!important;
  background-color:#fff!important;
  color: #0b2e13!important;
  padding: 0.8em 0.8em!important;
}
#banner-1 .generations .full-img {
  min-width: 280px;
}
.select2-results__option--selectable{
  text-align:left;
}
.boutton-searsh {
cursor: pointer;
  float: right;
}
.label_boutton {
  margin-bottom: 0px;
  margin-right: 10px;
  align-self: center;
}


.ytp-hide-controls .ytp-watermark,
.ytp-chrome-top,
.ytp-chrome-bottom,
.ytp-pause-overlay-controls-hidden .ytp-pause-overlay {
  display: none!important;
}

.h-videos {
height: 260px;
}
[dir="rtl"] .h-videos {
padding-left: 1rem!important;
padding-right: 0px!important;
}
[dir="rtl"] .fullvideo {
margin-left: 1rem!important;
margin-right: 0.8rem!important;
}
[dir="rtl"] .sub-fullvideo {
margin-left: 1rem!important;
margin-right: 0px!important;
}
.bloc-organisme-tutelle .slick-prev{
  border: 0;
  font-size: 0;
  background: url("../img/arrow-down.png");
  height: 90px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bloc-organisme-tutelle .slick-next{
  border: 0;
  font-size: 0;
  background: url("../img/arrow-up.png");
  height: 90px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.slider__revolutions .titre-page{
  text-align: left;
}
[dir="rtl"] .slider__revolutions .titre-page{
  text-align: right!important;
}

.time-line-group .nav-tabs .nav-item {
  margin-bottom: 0px!important;
}
[dir="rtl"] .time-line-group .nav-tabs .nav-item {
 margin-right: -2px;
}
#views-exposed-form-publications-page-1 {
  max-width: 700px;
}
[dir="rtl"] .chatiers .iteam__slide__chantier__description h5 {
text-align: right!important;
}
[dir="rtl"] .slide-left-fixed .list-left{
  text-align: right;
}
html[lang='ar'] .bloc-organisme-tutelle {
  margin-top: 30px;
}
html[lang='ar'] .time-line-group img {
  right: 10px;
}
html[lang='ar'] .bloc-service-en-ligne .icon-service-tab{
  margin-left:15px;
  margin-right:0px!important;
}
html[lang='ar'] .main-menu.position-relative > .nav > li.nav-item.active > a:before {
  left: 5px!important;
}
html[lang='ar'] form#views-exposed-form-communiques-de-press-page-1 div#edit-actions {
  right: 199px!important;
}
html[lang='ar'] .time-line-group .timeline .swiper-button-prev{
  right: auto;

}
html[lang='ar'] .time-line-group .timeline .swiper-pagination{
  left: 90% !important;
  right:0px!important;
}
html[lang='ar'] .time-line-group .timeline .swiper-pagination::before{
  right: 57px;
  left: 0px!important;
}
html[lang='ar'] form#views-exposed-form-actualite-page-1 div#edit-actions {
  right: 199px!important;
  left: 0px!important;
}
html[lang='ar'] .views-exposed-form .js-form-type-textfield .form-text {
  padding-left: 0px!important;
  padding-right: 50px!important;
}
html[lang='ar'] .details-organisme .bordure-image-bloc-organisme {
  padding-right: 0px;
  padding-left: 15px;
}
html[lang='ar'] .details-organisme .bordure-image-bloc-organisme:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  background-color: rgba(38, 38, 37, 0.55);
}
html[lang='ar'] .details-organisme .bordure-image-bloc-organisme:after{
  display: none;
}
html[lang='ar'] .details-organisme .image-organisme {
  margin-right: 0px!important;
  margin-left: 20px;
}
html[lang='ar'] form#views-exposed-form-actualite-page-1 div#edit-actions{
  left: 0px;.
}
html[lang='ar'] .label_boutton {
  margin-left: 10px!important;
  margin-right:0px!important;
}
html[lang='ar'] form#views-exposed-form-actualite-page-1 .js-form-item.form-item.js-form-type-textfield.form-item-changed.js-form-item-changed,
html[lang='ar'] form#views-exposed-form-actualite-page-1 .js-form-item.form-item.js-form-type-textfield.form-item-changed.js-form-item-changed{
  margin-right: 2px;
  margin-left: 0 !important;
  background-position: right 10px top 10px!important;
}
html[lang='ar'] .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 50px!important;
  padding-left: 8px!important;
}
html[lang='ar'] .select2-container--default .select2-selection--single .select2-selection__rendered:before{
  right: 12px;
}
html[lang='ar'] .select2-results__option--selectable {
  text-align: right!important;
}
html[lang='ar'] .views-exposed-form #edit-actions {
  left:0px!important;
}
.adaptation-image img {
  margin-right: 10px;
}
.publication .image-pub {
  max-width: 300px;
  max-height: 180px;
}
.publication .descr {
  color: #9f9f9f;
  font-size: 13px;
  font-family: "Ubuntu-regular";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left!important;
}
.publication .descr p {
  color: #9f9f9f!important;
}
html[lang='ar'] .contact-form-icon{
  margin-right: 0px!important;
  margin-left: 20px;
}
html[lang='ar'] .before-line{
  padding-left: 0px;
  padding-right:30px;
}
html[lang='ar'] .before-line:before{
  right: 0!important;
}
html[lang='ar'] .direction-ltr{
  direction: ltr;
  text-align: right;
}
html[lang='ar'] .contact-form .button.js-form-submit.form-submit{
  width: 173px;
  text-align: inherit;
}
html[lang='ar'] .expanded a,
html[lang='ar'] .sitemap span,
html[lang='ar'] .sitemap-box-menu.sitemap-box-menu-main .sitemap-menu li.last:nth-child(7) > a:first-child {
  padding-right: 30px;
  padding-left:0px!important;
}
html[lang='ar'] .bloc-organisme-tutelle .contenu-bloc-organisme-tutelle .adresse-items{
  margin-right: 80px;
  margin-left: 0px!important;
}
html[lang='ar'] .bloc-organisme-tutelle .slider__organisme__js__vertical {
padding-left: 15px;
  padding-right: 0px!important;
}
.bloc-organisme-tutelle .image-interpolation {
  cursor: pointer;
  min-width: 500px;
}
.bloc_contact_dra_dpa .popup1 {
  margin-right:20px;
}
.bloc_contact_dra_dpa .popup2 {
  margin-right:20px;
}
html[lang='ar'] .bloc_contact_dra_dpa .popup1 {
  margin-left:20px;
}
html[lang='ar'] .bloc_contact_dra_dpa .popup2 {
  margin-left:20px;
}
.PopupRegion .icon-style{
  margin-left: 15px;
}
html[lang='ar'] .PopupRegion .icon-style{
  margin-right: 15px;
  font-size: 9px!important;
}
html[lang='ar'] .icon-localisation:before {
  background: url(../img/map/localisation.svg) no-repeat center center;
  display: block!important;
}
.fixed-position {
  position: fixed;
}
nav.pager {
  padding-bottom: 20px;
}
html[lang='ar'] .avis-items .titre-avis{
  text-align: right!important;
  margin-right: 15px!important;
  font-weight: bold;
  font-size: 13px;
}
html[lang='ar'] .avis-items .fiche-poste{
  text-align: right!important;

}
html[lang='ar'] .avis-items .decision{
  text-align: right!important;
  margin-left: 20px;
}
html[lang='ar'] .avis-items .periode{
  justify-content: end!important;
}
html[lang='ar'] .periode > img {
  margin-left: 10px;
  margin-right: 0px!important;
}
html[lang='ar'] .annonce_bloc a.decision {
  margin-right: 15px;
  margin-left: 0px!important;
}
html[lang='ar'] .detail-avis{
  margin-right: auto;
  margin-left: 15px!important;
}
.publication .style-detail-publication{
  align-self: start;
  margin-top: 20px
}
#views-exposed-form-publications-page-1 .views-exposed-form #edit-actions{
  top: 0px!important;
}
#views-exposed-form-publications-page-1 .select2-container {
  max-width: 220px!important;
}
.titre-actualite a:hover,
.block__actualite .second .block__descri a:hover{
  color: #0b2e13!important;
}
.image-res.float-left {
  padding-left:0px!important;
}
.ytp-autohide,
.ytp-hide-controls .ytp-watermark{
  display: none!important;
}
.block__description__slide h4{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px!important;
  font-size:12px!important;
}
.block__bannier__slider .slide__home__bannier{
  padding-bottom:0px!important;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .main-menu > ul > li{
    padding: 0 0.6rem!important;
  }
  .container{
    padding-left: 145px!important;
  }
  html[lang='ar'] .container{
    padding-right: 125px!important;
    padding-left: 70px!important;
  }
}
.btn__style__detail:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 15px;
  height: 22px;
  width: 18px;
  background: url(../img/right1.png) no-repeat;
  background-size: contain;
}
.html5-video-player a{
  display: none!important;
}
.ytp-expand-pause-overlay .ytp-pause-overlay{
  display: none!important;
}
.slider__indicateur__js .slick-dots button{
  margin-top: 20px;
  background: rgb(255 255 255 / 49%);
}
.slider__indicateur__js .slick-dots {
  margin-top: 25px;
}
.bloc-organisme-tutelle .adresse-items{
  font-size: 16px!important;
}
.compteur .block__compteur {
  padding-top: 60px;
}
html[lang='ar'] .btn__style__detail:after{
  top: unset;
  bottom: 8px;
  right: unset;
  transform: rotate(
  180deg
);
  left: 15px;
}
html[lang='ar'] .block__humain .btn__style__detail{
  padding-left: 50px!important;
  padding-right: 25px!important;
}
html[lang='ar'] .lien-fisrt-actu a:before{
  transform: rotate(
  180deg
);
}
html[lang='ar'] .drop-down-list-lang .dropbutton-arrow{
  right: unset;
  left: 25px!important;
}
li.search-js {
  padding-right: 0px;
}
.block__actualite.page__actus .block__actu:last-child hr {
  display: none!important;
}.service__enLigne h5
html[lang='ar'] p{
  font-size: 18px;
}
html[lang='ar'] p strong{
  font-size: 19px;
}
form > div:last-child {
  display: none!important;
}
html[lang='ar'] .publication .descr p{
  text-align: right;
}
.bloc-organisme-tutelle .sous-titre-organisme{
  font-size: 26px!important;
  color: #333333;
}
html[lang='ar'] .desc__produit ul li:before{
  right: 0px;
  left: initial;
}
html[lang='ar'] .block-service{
  min-height: 119px;
}
@media (min-width: 1000px) and (max-width: 1300px){
  html[lang='ar'] .main-menu > ul {
    padding: 0 1rem;
  }
}
html[lang='ar'] .presentation a, .block__humain a{
  font-size: 18px!important;
  font-weight: bold;
}
html[lang='ar'] strong {
  color: #02522d;
  font-family: "Ubuntu-Bold",sans-serif!important;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.8s;
  font-weight: bold!important;
  font-size: 17px!important;
}
.img__src.first .set-bg{
  background-size: 100% 100%;
  height: 100%;
}
.slider_monographie .slick-dots {
  margin-top: 25px;
}
.monographie-block .champ_description table{
  width:100%!important;
}
.style-graphe .block_style_text_img {
  min-width: 100%!important;
  margin-bottom: 20px;
}
.style_block_graphe .block_style_text_img {
  min-width: auto!important;
  height: 285px!important;
}
.style_block_graphe .block_style_text_img .height-text-img img,
.style_block_graphe .block_style_text_img .height-text-img{
  height: 100%;
}
.slick-slide .slider__img__graphe .height-text-img img {
  height: 340px!important;
    max-height: auto!important;
    width: 300px !important;
}
.carousel_richesse_terroir .style-image-carousel{
  width:auto!important;
  margin:auto!important;
}
.contact-form span.select2-selection.select2-selection--single{
	border: 0;
}
.contact-form fieldset.webform-composite-hidden-title{
	background: #f0f5f5;
	font-weight: 500;
}
.contact-form .select2-container{
	width: 98%!important;
}
html[lang='ar'] #bloc_libellisation-6{
	display:none;
}
.cs-btn-primary > i + span, .cs-btn > i + span{
  margin: 0 6px;
}
html[lang='ar'] .rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child {
    direction: rtl;
}
.communique-press-item .set-bg {
    min-height: 260px;
    background-size: cover;
    background-position: center;
}

.language-link[hreflang="amz"] {
    display: none!important;
}
.language-link[hreflang="en"] {
    display: none!important;
}
.carte_interactive .monographie img {
    max-width: unset!important;
}
#gtx-trans{
	display:none;
}
.cookies .details {
  padding: 0;
  display: flex;
  align-items: center;
}
.cookieAcceptBar {
  display:none;
  position: fixed;
  bottom: -120px;
  left:0;
  right: 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cookieAcceptBar bold {
  color: #fff;
  text-decoration: none;
  font-family: "Ubuntu-Bold", sans-serif;
}

#cookieAcceptBarConfirm {
  cursor: pointer;
  border: none;
  background-color: #02522d;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 20px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 12px;
  margin:0px;
}
#cookieAcceptBarInfo {
  /*cursor: pointer;*/
  border: none;
  background-color: #fff;
  color: #02522d;
  text-transform: uppercase;
  margin-top: 10px;
  height: 20px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 12px;
}

.block__presse  a:hover  .titre-actualite,
.block__presse  a:hover  h5{
  color: #03522d;
}


.block__presse  h5 {
  font-size: 13px;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #03522d;
  text-transform: uppercase;
}



.block__presse  .titre-actualite{
  color: #212529;
}

.block__humain.gpp_region .paddingstyle{
  padding-right:0;
  padding-left:0;
}

p span.datecolor {
  color: #02522d;
}


.block__humain.gpp_region{ padding-top: 0; }
 
 
.gpp_region .lien_enable { 
  display: flex;
  justify-content: end;
}

.gpp_region  h3.lesous_titre {
  color: #02522d;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}


@media (max-width: 768px) {

  h3.titre_pt {
     text-align: center;
     margin: 5% 0 5%;
     font-size: 0.7rem;
  }


	form#views-exposed-form-actualite-page-1 .js-form-item.form-item.js-form-type-textfield.form-item-changed.js-form-item-changed {
    position: unset !important;
    width: 100% !important;
}

form#views-exposed-form-actualite-page-1 div#edit-actions {
    top: 0 !important;
    left: 0 !important;
    position: unset !important;
    margin-top: 25px !important;
    width: 100% !important;
}

	.top-header .rh {
    color: #02522d;
    font-size: 12px;
    text-align: center;
	    padding: 5px 2px;
  }
	#menu a[href*='actualites'] {
  display: block!important;
}
#footer a[href*='actualites'] {
 display: block!important;
}

  .cookieAcceptBar {
        bottom: -30px!important;
		padding: 15px 0;
  }
  .publications .style_img_pop {
    transform: scale(1.3);
}
.carousel_richesse_terroir .style-image-carousel{
	    width: 100% !important;
		max-height: 240px;
}
.style_block_graphe .block_style_text_img .height-text-img img,
.style_block_graphe .block_style_text_img .height-text-img{
  padding: 15px;
}
  .infographie img {
    padding: 15px;
    max-width: 180px;
  }
  .infographie .header-block div {
    margin: 0px!important;
}
.block__humain .style-text-raw p img {
    height: 100%;
}
  .infographie img {
    padding: 15px;
    width: auto;
  }
#cookieAcceptBar .bold {
    display: block!important;
}

#cookieAcceptBarInfo {
    padding: 0px 5px;
    font-size: 10px;
}

#cookieAcceptBarConfirm {
    padding: 0px 5px;
    font-size: 10px;
	margin:0px;
}

.cookies .details {
    padding: 0px!important;
}

.cookieAcceptBar .col-md-8 {
    padding: 0px 10px!important;
}

.cookieAcceptBar .col-md-4 {
    padding: 0px 10px!important;
}
}

.chatiers .iteam__slide__chantier__description h1{
  font-size: 23px!important;
}
.publications h1 {
  color: #fff;
  font-size: 36px;
  font-family: "Ubuntu-Bold", sans-serif;
  position: relative;
  z-index: 1;
  text-align: center;
}
ul.nav.flex-column.child-list:last-child li:last-child a[href*='avis'] {
    font-weight: bold!important;
    text-transform: uppercase;
}
#cookieAcceptBar p {
    display: none;
}
#cookieAcceptBar .bold {
    display: block!important;
    margin-bottom: 0px;
}

#cookieAcceptBarInfo {
    padding: 0px 5px;
    font-size: 10px;
	margin:0px;
}

#cookieAcceptBarConfirm {
    padding: 0px 5px;
    font-size: 10px;
   
}

.cookies .details {
    padding: 0px!important;
}

.cookieAcceptBar .col-md-8 {
    padding: 0px 10px!important;
}

.cookieAcceptBar .col-md-4 {
    padding: 0px 10px!important;
}

div#cookieAcceptBar {
    bottom: -25px;
  
}
html[lang='ar'] .detail-actualite{
  text-align: right;
}
html[lang='ar'] .block__humain .image-res {
  float: right!important;
}
html[lang='ar'] .block__humain .style-text-raw .mot-ministre-sous-titre{
  text-align: right;
}
.block__humain.publications-detail .set-bg {
    max-width: 250px;
    margin-right: 0px!important;
}
 .block__humain a {
    display: inline-block;
}
#menu a[href*='actualites'] {
  display: none;
}
#footer a[href*='actualites'] {
  display: none;
}
.slider_image_actualites img {
    height: 220px;
    margin-bottom: 40px;
}
form#views-exposed-form-focus-page-1 .select2-container {
    max-width: 200px !important;
}
form#views-exposed-form-focus-page-1 .js-form-item.form-item.js-form-type-textfield.form-item-changed.js-form-item-changed {
    display: inline-block;
    min-width: 200px;
    background-color: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    height: 40px;
    width: 200px;
    background-image: url(/themes/min_agri/assets/css/../img/test/clock.png);
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    margin-top: 0 !important;
    position: absolute;
    margin-left: 2px;
}
form#views-exposed-form-focus-page-1 div#edit-actions {
    top: 0rem!important;
    min-width: 199px;
}
html[lang='ar'] form#views-exposed-form-focus-page-1 div#edit-actions {
    right: 199px !important;
    left: 0 !important;
}



/* customisation Ya */

.gallery a.bx_text:hover {
  color:#03522d;
}

.gallery a.bx_text:hover h3:after {
  border: 1px solid #03522d;
}
.gallery a.bx_text h3 {
  font-size: 17px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 23px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0 20px;
}

.gallery a.bx_text h3:after {
  content: "";
  position: absolute;
  top: -7px;
  height: 85%;
  left: 0;
  width: 100%;
  border: 1px solid black;
  background: transparent;
  z-index: 1;
}

.gallery-title {
  font-weight: bold;
  color:#333;
}

/* prixdelapresse  */

.prixpresse {
  margin-bottom: 100px;
}

.header_titre {
  margin: 100px auto;
}

.header_titre  .titre_principal {
   font-size:35px;
   color:#02522d;
}

.header_titre  .sous_titre {
  font-size:25px;
  color:black;
  text-align: center;
  margin:0 auto;
  display:block; 
}

.prix_de_presse {
  text-align: left;
  font-size: 12px;
}



.descri_prixpress{
    font-size:12px;
    margin-top:5px;
}


.press_contenu_body .tm-article-title{
  color: black;
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: bold;
}

.image_prixpres {
   width: 303px;
   height: 152px;
   overflow: hidden;
   clear:both;
}


div#block-prixdelapresse .tp-fullwidth-forcer {
  height: 259px !important;
}

.prix_de_presse .tm_contenu_body a {
  color: black;
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: bold;
}

.tm-options .tm-date {
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}


/* Le gpp */
.mb-0._candidature_item {

}

.cat_candidature {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  
  text-align: center;
  display: inline-block;
  width: 100%;
}

.cat_candidature p {
  width: 50%;
  display: inline-block;
  margin: 3% 0;
}


.mb-0._candidature_item > p {
  margin-top: 24px;
}


.mb-0._candidature_item ul li {
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 40px;
}


.mb-0._candidature_item li:before {
  content: " ";
  width: 10px;
  height: 14px;
  position: absolute;
  border-bottom: 2px solid #000;
  padding-left: 4px;
  left: 10px;

}


.participer_holder{
  width: 80%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

h3.titre_pt {
   text-align: center;
   margin: 5% 0 6%;
  font-size: 2.3rem;
}


.mb-0._candidature_item > ul {
  margin-top: 4% !important;
}


.bottom_item {
  margin: 8% auto 4%;
  display: table;
}


.itemleft{
  height: 100%;
  width: 50%;
  display: inline-block;
}

.itelright{
  width: 50%;
  height: 100%;
  display: inline-block;
}

.itelright a:link {
  text-decoration: underline;
  color: #212529;
}

div#divers_regions-4 {
  background-color: white;
}

div#blc_candidature-2 {
  margin:5% 0 0 0;
  background: #fff;
}

.container_image {
  margin: 5% auto;
  display: table;
}
.itemleft p a {
  visibility: hidden;
}

h3.titre_ss_pt,
h4.cand_title{
  color: #02522d;
  text-align: center;
  font-size: 30px;
  margin-bottom: 3%;
  font-weight: 600;
}


.bloc-service-en-ligne.album .w-100.h-100.set-bg.position-relative.style-opac:before {
  background-color: initial !important;
}

.bloc-service-en-ligne.album .w-100.h-100.set-bg.position-relative.style-opac {
      background-image: none !important;
}

.candidature_tab h3.titre_candidature {
  color: #212529;
  text-align: center;
  font-size: 30px;
  margin-bottom: 3%;
  font-weight: 400;
}

#swipper_global {
  position: relative;
  height: 100%;
}

#swipper_global .swiper-container {
  width: 100%;
  height: 80%;
}

#swipper_global .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
}

div#swipper_global.blcannee_image .swiper-slide {
  width: 230px !important;
  height: 153px;
  overflow: hidden;
  margin-right: 30px;
}

#swipper_global .swiper-pagination {
display: flex;
justify-content: center;
align-items: center;
}

#swipper_global  .img__style {
  width: 230px;
  height: 153px;
  overflow: hidden;

}

#swipper_global  div#scaefy-swiper .albumphoto .swiper-slide {
    width: auto;
    margin: 0 10px;
}



#swipper_global .swiper-pagination-bullet {
padding: 5px 10px;
border-radius: 0;
width: auto;
height: 30px;
text-align: center;
line-height: 30px;
font-size: 12px;
color:#000;
opacity: 1;
background: rgba(0,0,0,0.2);  
}

#swipper_global .swiper-pagination-bullet-active {
color:#fff;
background: #007aff;
}

#swipper_global .swiper-pagination-bullet {
 width: 20px;
 height: 24px;
 text-align: center;
 line-height: 24px;
 font-size: 16px;
 color: #B2B5BE;
 opacity: 1;
 background: transparent;
 display: flex; 
 cursor: pointer;
 justify-content: center;
 align-items: center;
}

#swipper_global .swiper-pagination-bullet {
margin:0 1px;
background:#f2f2f2;
color:#000;
}

#swipper_global .swiper-pagination-bullet-active{
background-color:#212529 !important;
color:#fff !important;
}

.bloc-service-en-ligne.album .titre-service-tab {
    color: #212529;
 }
 
 .bloc-service-en-ligne.album a.service-tab {
    border: 1px solid #212529;
    color: #212529;
}



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

.txtcreated{
  color:#02522d;
}
 
.card-deck .card a{
  cursor: pointer;
}


h4.classtitre {
  font-size: 40px;
  margin: 71px auto;
  justify-content: center;
  display: flex;
  color: #02522d;
  font-weight: 500;
}

.gallery{
    text-align: center;
}
.gallery a:nth-child(1),
.gallery a:nth-child(2),
.gallery a:nth-child(3),
.gallery a:nth-child(5){
	display:none;
}

@media screen and (max-width: 1200px) {
 
  .gallery a.bx_text h3 {
    font-size: 12px;
    text-align: center;    
    line-height: 18px;
    letter-spacing: 1px;
  }

}

@media screen and (max-width:991px) {

  h3.titre_pt {
    text-align: center;
    margin: 5% 0 5%;
   font-size: 1.2rem;
  }

  h4.classtitre {
    font-size: 30px;
    margin: 50px auto;
  }


  .gallery a.bx_text h3 {
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 1px;
    padding:0 10px;
   }

  .gallery a.bx_text h3:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
  }
}

.contenu_body p strong {
	text-decoration: underline;
}

.contenu_body li.txtright {
    display: block;
    margin: 10px 0;
    text-align: right;
	padding-right: 20px;
	color:none;
}
.contenu_body  ul li {
	padding-left: 20px;
	list-style: circle;
     	
}

.contenu_body  ul li strong {
	list-style: circle;
    color:rgb(84, 130, 53);	
}

   

@media screen and (max-width:768px) {

  .titre_de_lasection h4.classtitre {
    font-size: 25px;
    margin: 50px auto;
  }

}