.dropbutton-arrow {
  position: absolute;
  top: 69%;
}
.dropbutton-multiple .dropbutton .secondary-action {
  background: #00a1e3;
  min-width: 30px;
}

.actualite-copage {
  background: transparent;
  background-size: cover;
  padding: 0;
  margin-top: 0;
}
.actualites {
  background: #f5f5f5 url("../images/backactualites.svg") no-repeat center top;
  background-size: cover;
  padding-block: 85px;
}
.actualites .actualites-container {
  width: 80%;
  margin: auto;
}
.actualites h3 {
  color: #0033a1;
  font-size: 30px;
  font-weight: 500;
  font-family: "OpenSans-Bold";
  position: relative;
  width: fit-content;
  margin: auto;
}
.actualites .all-event {
  margin: auto;
  display: block;
  background: #0033a1;
  width: fit-content;
  border-radius: 22px;
  padding: 7px 20px;
  color: #fff;
  text-decoration: none;
}
.actualites h3::after {
  position: absolute;
  content: "";
  background: #0033a1;
  width: 60px;
  border: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
.actualites h3::before {
  position: absolute;
  content: "";
  background: #0033a1;
  width: 30px;
  border: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.actualites .box-actualites {
  display: flex;
  gap: 40px;
  padding-block: 65px;
  justify-content: center;
}

.actualites .box-actualites .card-actualite {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  width: 370px;
}
.actualites .box-actualites .card-actualite .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 272px;
}
.actualites .box-actualites .card-actualite .categorie {
  color: #9ed342;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
.actualites .box-actualites .card-actualite .categorie::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #9ed342;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.actualites .box-actualites .card-actualite .date {
  color: #002066;
  font-size: 14px;
}
.actualites .box-actualites .card-actualite .card-body h5 {
  color: #0033a1;
  font-size: 19px;
  font-weight: 500;
  font-family: "OpenSans-Bold";
  margin-block: 15px;
}
.actualites .box-actualites .card-actualite .card-body p {
  font-size: 14px;
}
.actualites .box-actualites .card-actualite .card-body h6 {
  color: #9ed342;
  font-size: 16px;
  font-weight: 500;
  font-family: "OpenSans-Bold";
}
#Slider-event .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#Slider-event .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#Slider-event .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 4px;
  padding: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #cfcfcf;
  border-radius: 10px;
}
#Slider-event .slick-dots li.slick-active {
  width: 40px;
}
#Slider-event .slick-dots li.slick-active button {
  background: #0033a1;
  width: 47px;
  height: 4px;
  border-radius: 10px;
}
/*****************************************Bloc Domaines****************************/
.all-domaines {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.all-domaines::before{
  position: absolute;
  content: "";
  background: url("../images/Frame2.svg") no-repeat center top;
  width: 53%;
  height: 29%;
  z-index: -1;
  top: -118px;
  left: -423px;
}
.all-domaines h3 {
  color: #0033a1;
  font-size: 30px;
  font-weight: 500;
  font-family: "OpenSans-Bold";
  position: relative;
  width: fit-content;
  margin: auto;
}
.all-domaines h3::after {
  position: absolute;
  content: "";
  background: #0033a1;
  width: 60px;
  border: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
.all-domaines h3::before {
  position: absolute;
  content: "";
  background: #0033a1;
  width: 30px;
  border: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.all-domaines p {
  font-size: 25px;
  font-weight: 300;
  color: #000;
  display: block;
  margin: auto;
  width: fit-content;
}
.box-domaines {
  background: url("../images/backdomaines.png") no-repeat center top;
  background-size: cover;
  height: 790px;
  width: 100%;
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-domaines::before {

}
.content-domaines .image-domaine {
  position: relative;
}
.content-domaines .info-domaine-top {
  position: absolute;
  top: 8%;
  left: 73%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: start;
}
.content-domaines .info-domaine-top .sous-info-domaine {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-inline-start: 10px;
}
.content-domaines .info-domaine-top h5 {
  font-family: sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #9ed342;
}
.content-domaines .info-domaine-top h6 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
.content-domaines .info-domaine-bottom {
  position: absolute;
  bottom: -80px;
  left: 30%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
}
.content-domaines .info-domaine-bottom .sous-info-domaine {
  display: flex;
  align-items: center;
  padding-inline-end: 10px;
}
.content-domaines .info-domaine-bottom h5 {
  font-family: sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #9ed342;
}
.content-domaines .info-domaine-bottom h6 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
.content-domaines .info-domaine-left {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.content-domaines .info-domaine-left .sous-info-domaine {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-domaines .info-domaine-left h5 {
  font-family: sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #9ed342;
}
.content-domaines .info-domaine-left h6 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  max-width: 165px;
}
.content-domaines .info-domaine-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  display: flex;
  left: 89%;
}
.content-domaines .info-domaine-right .sous-info-domaine {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline-start: 10px;
}
.content-domaines .info-domaine-right h5 {
  font-family: sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #9ed342;
}
.content-domaines .info-domaine-right h6 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  max-width: 165px;
}
#Slider-domaine .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#Slider-domaine .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#Slider-domaine .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 4px;
  padding: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #cfcfcf;
  border-radius: 10px;
}
#Slider-domaine .slick-dots li.slick-active {
  width: 40px;
}
#Slider-domaine .slick-dots li.slick-active button {
  background: #9ed342;
  width: 47px;
  height: 4px;
  border-radius: 10px;
}
.domaine-mobile {
  display: none;
}

.first {
  overflow: hidden;
}
/*************************nos marque******/
.nos-marques{
  margin-top: 60px;
}
/*************************************NOS Valuers****************************************/
.Nos-valuers {
  padding-block: 65px;
  position: relative;
  background-color: #f5f5f5;
}
.Nos-valuers::before {
  position: absolute;
  content: "";
  background: url("../images/backvaleur.svg") no-repeat center top;
  background-size: cover;
  z-index: 0;
  display: block;
  width: 29%;
  height: 52%;
  background-repeat: no-repeat;
  right: -263px;
  top: -50px;
  transform: rotate(-11deg);
}
.Nos-valuers h3 {
  color: #0033a1;
  font-size: 30px;
  font-weight: 500;
  font-family: "OpenSans-Bold";
  position: relative;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}
.Nos-valuers h3::after {
  position: absolute;
  content: "";
  background: #0033a1;
  width: 60px;
  border: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
.Nos-valuers h3::before {
  position: absolute;
  content: "";
  background: #0033a1;
  width: 30px;
  border: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.Nos-valuers .content-valeurs {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
  grid-template-rows: 1fr 1fr 0fr;
  gap: 18px 25px;
  grid-template-areas:
    "first second second second"
    "thre thre thre four"
    ". . . .";
  width: 80%;
  margin: auto;
  padding-top: 55px;
}

.first {
  grid-area: first;
}

.second {
  grid-area: second;
}

.thre {
  grid-area: thre;
}

.four {
  grid-area: four;
}

.Nos-valuers .content-valeurs .box-valeurs {
  position: relative;
  border-radius: 18px;
  overflow: clip;
}
.Nos-valuers .content-valeurs .box-valeurs::before {
  content: "";
  position: absolute;
  /* z-index: -10; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(13, 12, 12, 0.68) 2.33%,
    rgba(115, 106, 106, 0) 36.8%,
    rgba(0, 0, 0, 0.68) 84.6%
  );

  opacity: 1;
}
.Nos-valuers .content-valeurs .box-valeurs .content-box-valeur {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
}
.Nos-valuers .content-valeurs .box-valeurs .content-box-valeur h6 {
  font-weight: 500;
  font-size: 53px;
  color: #fff;
  font-family: sans-serif;
  padding-right: 5px;
}
.Nos-valuers .content-valeurs .box-valeurs .content-box-valeur h5 {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  font-family: sans-serif;
  border-left: 1px solid;
  padding-left: 8px;
}
.Nos-valuers .content-valeurs .box-valeurs .content-box-valeur p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  /* font-family: serif; */
  line-height: 17px;
  margin-bottom: 5px;
}

#slide-valeurs .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#slide-valeurs .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#slide-valeurs .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 4px;
  padding: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #cfcfcf;
  border-radius: 10px;
}
#slide-valeurs .slick-dots li.slick-active {
  width: 40px;
}
#slide-valeurs .slick-dots li.slick-active button {
  background: #0033a1;
  width: 47px;
  height: 4px;
  border-radius: 10px;
}

.banner {
  position: relative;
}
.banner-hp .banner--hp--title a {
  background: url("../images/icon-video-two.svg") no-repeat center left 22px;
  color: #fff;
}
.lft {
  border: 1px solid #fff;
  bottom: 6% !important;
  right: 12%;
  left: inherit !important;
}

header .head {
  background: transparent !important;
  box-shadow: none;
  margin-top: 0;
}
header .head ul {
  background: #00000045;
  height: 70px;
  border-radius: 23px;
}
header .head ul li a {
  color: #fff;
}
header .head ul li a.is-active {
  color: #00e27a;
}
header .head ul li a.is-active::before {
  width: 6px;
  height: 6px;
  background: #00e27a;
  bottom: 0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
header .head ul li.active a,
header .head ul li:hover a {
  color: #00e27a;
}
header .head ul li.menu-item.active a::before,
header .head ul li.menu-item:hover a::before {
  width: 6px;
  height: 6px;
  background: #00e27a;
  bottom: 0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
header .head ul li.active a::before,
header .head ul li:hover a::before {
  width: 6px;
  height: 6px;
  background: transparent;
  bottom: 0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
/**************************** Right header **********************/
header .head .head--option {
  flex-direction: column;
  position: absolute;
  top: -26px;
  right: 45px;
  background: #00a1e3;
  border-radius: 0px 0px 17.5px 17.5px;
  /* padding: 40px 0px; */
  padding-block: 5px 60px;
}
header .head .head--option .head--search {
  background: url("../images/icon-search.svg") no-repeat center;
  width: 21px;
  height: 21px;
  margin-right: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
}
header .head .head--option .head--lng {
  background: url("../images/lang-two.svg") no-repeat left 25px center;
  border: none;
  padding-left: 20px;
  padding-top: 21px;
}
header .head .head--lng .dropbutton-wrapper.open ul {
  box-shadow: none;
}
.dropbutton-multiple.open .dropbutton-arrow {
  top: 25px !important;
}
header .head .head--lng ul {
  background: transparent;
}
.language-link {
  color: #fff !important;
}
.language-link:hover {
  color: #fff !important;
}

header .head .head--lng ul li:hover a::after {
  background: transparent !important;
  border: none;
}

.dropdown-language-item .dropbutton-arrow {
  color: #fff;
  right: 32px;
}

/*******************************Version Arabe**********************/
[dir="rtl"] header .head {
  gap: 75px;
  justify-content: normal;
}
[dir="rtl"] header .head ul {
  padding-right: 0;
  padding-left: 30px;
}
[dir="rtl"] header .head .head--option {
  left: 45px;
  right: inherit;
}
[dir="rtl"] .dropbutton-arrow {
  left: 25px !important;
}
[dir="rtl"] .Nos-valuers .content-valeurs .box-valeurs .content-box-valeur h5 {
  border-right: 1px solid;
  border-left: none;
  padding-left: 0;
  padding-right: 8px;
}
[dir="rtl"] .content-domaines .info-domaine-top h5 {
  direction: ltr;
  text-align: right;
}
[dir="rtl"] .content-domaines .info-domaine-top h6 {
  text-align: right;
}
[dir="rtl"] .content-domaines .info-domaine-bottom h5 {
  direction: ltr;
  text-align: right;
}
[dir="rtl"] .content-domaines .info-domaine-bottom h6 {
  text-align: right;
}
[dir="rtl"] .content-domaines .info-domaine-left h5 {
  direction: ltr;
  text-align: right;
}
[dir="rtl"] .content-domaines .info-domaine-left h6 {
  text-align: right;
}
[dir="rtl"] .content-domaines .info-domaine-right h5 {
  direction: ltr;
  text-align: right;
}
[dir="rtl"] .content-domaines .info-domaine-right h6 {
  text-align: right;
}
[dir="rtl"] .Nos-valuers .content-valeurs .box-valeurs .content-box-valeur p {
  text-align: right;
}
[dir="rtl"] .content-domaines .info-domaine-top {
  top: 6%;
  left: 70%;
  flex-direction: row-reverse;
}
[dir="rtl"] .content-domaines .info-domaine-right {
  flex-direction: row-reverse;
}
[dir="rtl"] .content-domaines .info-domaine-bottom {
  flex-direction: row;
  bottom: -95px;
    left: 27%;
}
[dir="rtl"] .content-domaines .info-domaine-bottom .sous-info-domaine{
  padding-inline-start: 15px;
  padding-inline-end: 0;
}
[dir="rtl"] .content-domaines .info-domaine-left {
  flex-direction: row;
}
[dir="rtl"] .actualites .box-actualites .card-actualite .card-body h5 {
  text-align: right;
}
[dir="rtl"] .actualites .box-actualites .card-actualite .card-body .read-mr {
  transform: rotate(180deg);
}
/**************************************Moible version Arabe **************/
@media (max-width: 575.98px) {
  .dropdown-language-item .dropbutton-arrow {
    right: 28px;
  }
  [dir="rtl"] .domaine-mobile .circle-mb {
    padding-top: 140px;
  }
  [dir="rtl"] .content-domaines .info-domaine-top {
    left: 48.5%;
    top: 23%;
    flex-direction: column-reverse;
    align-items: center;
  }
  [dir="rtl"] .content-domaines .info-domaine-bottom {
    left: 51%;
    flex-direction: column;
    bottom: -71px;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  [dir="rtl"] .content-domaines .info-domaine-top {
    top: 16%;
    left: 50%;
    flex-direction: column-reverse;
    align-items: center;
  }
  [dir="rtl"] .content-domaines .info-domaine-bottom {
    left: 50%;
    bottom: -66px;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  [dir="rtl"] .content-domaines .info-domaine-top {
    top: 13%;
    left: 50%;
    flex-direction: column-reverse;
  }
  [dir="rtl"] .content-domaines .info-domaine-bottom {
    left: 50%;
    bottom: -135px;
    flex-direction: column;
    align-items: center;
  }
  [dir="rtl"] .content-domaines .info-domaine-bottom h6 {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  [dir="rtl"] .content-domaines .info-domaine-top h5 {
    font-size: 50px;
  }
  [dir="rtl"] .content-domaines .info-domaine-bottom h5 {
    font-size: 50px;
  }
  [dir="rtl"] .content-domaines .info-domaine-left h5 {
    font-size: 50px;
  }
  [dir="rtl"] .content-domaines .info-domaine-right h5 {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  [dir="rtl"] #block-sitebranding {
    position: absolute;
    left: 0;
  }
  [dir="rtl"] #block-dropdownlanguage-2 .dropdown-language-item {
    left: 30px;
    right: inherit !important;
    padding-right: 52px !important;
  }
  [dir="rtl"] .dropdown-language-item .dropbutton-arrow {
    right: 130%;
  }
  .js[dir="rtl"] .dropbutton-multiple .dropbutton-widget {
    padding-left: 0;
  }
}

/*********************************** Mobile HP New style ********************************/
@media (max-width: 575.98px) {
  .actualite-copage {
    padding: 0 !important;
  }
  .actualites .actualites-container {
    width: 90%;
  }
  .actualites .box-actualites .card-actualite {
    margin-inline: 10px;
    margin-bottom: 20px;
  }
  #Slider-event .slick-dots {
    bottom: 25px;
  }
  .all-domaines::before{
    width: 100%;
    top: -85px;
    left: -256px;
    transform: rotate(15deg);
  }

  .all-domaines h3 {
    text-align: center;
    font-size: 20px;
  }
  .all-domaines h3 {
    text-align: center;
  }

  .domaine-mobile .circle-mb {
    width: 100%;
    margin: auto;
    padding-top: 206px;
    padding-bottom: 60px;
  }

  .icon-domaine {
    width: 100px;
    height: 100px;
  }
  #Slider-domaine .slick-dots {
    bottom: -25px;
  }

  .content-domaines .info-domaine-top {
    left: 50.5%;
    top: 30%;
    flex-direction: column-reverse;
    align-items: center;
  }

  .content-domaines .info-domaine-top h5 {
    font-size: 40px;
  }
  .content-domaines .info-domaine-top h6 {
    font-size: 17px;
  }
  .content-domaines .info-domaine-bottom {
    left: 51%;
    flex-direction: column;
    bottom: -71px;
    align-items: center;
  }
  .content-domaines .info-domaine-bottom h5 {
    font-size: 40px;
  }
  .content-domaines .info-domaine-bottom h6 {
    font-size: 17px;
  }
  .all-domaines {
    padding-top: 40px;
  }
  .all-domaines p{
    font-size: 18px;
    text-align: center;
  }
  .Nos-valuers::before {
    width: 50%;
    height: 39%;
    right: -118px;
  }
  .Nos-valuers .content-valeurs {
    display: flex;
    width: 90%;
  }
  #slide-valeurs .slick-dots {
    bottom: -40px;
  }
  .Nos-valuers .content-valeurs .box-valeurs {
    margin-inline: 10px;
  }
  .banner-hp.nw-baner {
    max-height: 500px !important;
    background-position: top 0px center !important;
    background-size: cover !important;
  }
  .lft {
    bottom: 2% !important;
  }
  .banner .banner--hp--title {
    height: 450px !important;
  }
  .banner.banner-hp {
    min-height: inherit !important;
  }
  nav:not(.pager) {
    background: transparent;
    border-bottom: none;
  }
  nav:not(.pager) ul {
    top: 0;
    z-index: -1;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .domain-desktop {
    display: none;
  }
  .box-domaines {
    display: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .actualites .box-actualites .card-actualite {
    margin-inline: 10px;
    margin-bottom: 20px;
  }
  .actualites .box-actualites .card-actualite .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 272px;
  }
  #Slider-event .slick-dots {
    bottom: 25px;
  }
  .all-domaines::before{
    top: -85px;
    left: -225px;
  }
  .all-domaines h3 {
    text-align: center;
  }
  .box-domaines {
    padding-top: 40px;
    display: inherit;
    height: 900px;
  }
  .domaine-mobile .circle-mb {
    width: 80%;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .content-domaines .info-domaine-top {
    left: 48.5%;
    top: 15%;
    flex-direction: column-reverse;
    align-items: center;
  }
  .content-domaines .info-domaine-bottom {
    left: 50%;
    flex-direction: column;
    bottom: -142px;
    align-items: center;
  }

  #Slider-domaine .slick-dots {
    bottom: -65px;
  }

  .Nos-valuers .content-valeurs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "first first second second"
      "thre thre four four";
  }

  .domain-desktop {
    display: none;
  }
  .lft {
    bottom: -18% !important;
  }
  nav:not(.pager) {
    background: transparent;
    border-bottom: none;
  }
  nav:not(.pager) ul {
    top: 0;
    z-index: -1;
    padding-top: 80px;
  }

  .banner-hp.nw-baner {
    background-position: top 0px center !important;
    min-height: 754px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .actualites .box-actualites .card-actualite {
    margin-inline: 10px;
    margin-bottom: 20px;
  }
  .domaine-mobile .circle-mb {
    width: 90%;
    margin: auto;
    padding-top: 88px;
    padding-bottom: 60px;
  }

  .icon-domaine {
    width: 100px;
    height: 100px;
  }
  #Slider-domaine .slick-dots {
    bottom: -25px;
  }

  .content-domaines .info-domaine-top {
    left: 48.5%;
    top: 15%;
    flex-direction: column-reverse;
    align-items: center;
  }

  .content-domaines .info-domaine-top h5 {
    font-size: 40px;
  }
  .content-domaines .info-domaine-top h6 {
    font-size: 17px;
  }
  .content-domaines .info-domaine-bottom {
    left: 50%;
    flex-direction: column;
    bottom: -71px;
    align-items: center;
  }
  .content-domaines .info-domaine-bottom h5 {
    font-size: 40px;
  }
  .content-domaines .info-domaine-bottom h6 {
    font-size: 17px;
  }
  .all-domaines {
    padding-top: 40px;
  }
  .all-domaines h3 {
    font-size: 20px;
    text-align: center;
  }
  .all-domaines p {
    font-size: 20px;
  }
  .Nos-valuers .content-valeurs {
    display: flex;
  }
  .Nos-valuers .content-valeurs .box-valeurs {
    margin-inline: 10px;
  }
  #slide-valeurs .slick-dots {
    bottom: -40px;
  }
  .banner-hp.nw-baner {
    min-height: 628px !important;
    background-position: top 0px center !important;
  }
  .lft {
    bottom: -3% !important;
  }
  nav:not(.pager) {
    background: transparent;
    border-bottom: none;
  }
  nav:not(.pager) ul {
    top: 0;
    z-index: -1;
    padding-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .actualites .box-actualites {
    gap: 20px;
  }
  .actualites .box-actualites .card-actualite .card-body h5 {
    font-size: 16px;
  }
  .actualites .box-actualites .card-actualite .card-body h6 {
    font-size: 15px;
  }
  .all-domaines::before{
    top: -118px;
    left: -320px;
  }
  .content-domaines .info-domaine-right {
    right: -78px;
  }
  .content-domaines .info-domaine-right .sous-info-domaine {
    display: block;
  }
  .content-domaines .info-domaine-left {
    left: 0px;
  }
  .content-domaines .info-domaine-left .sous-info-domaine {
    display: block;
  }
  .Nos-valuers .content-valeurs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "first first second second"
      "thre thre four four";
  }

  header .head ul li {
    margin-right: 10px;
  }
  header .head ul li a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .domaine-mobile {
    display: block;
  }
  nav:not(.pager) .bars {
    color: #ffffff;
  }
  .head--option-mb {
    background: #00a1e3;
    /* width: 100%; */
    height: 61px;
    position: absolute;
    top: -10px;
    right: 0px;
    padding-block: 8px;
    padding-left: 155px;
    margin-top: 17px;
    border-radius: 25.5px 0px 0px 25.5px;
    z-index: 0;
  }
  .dropdown-language-item .dropbutton-arrow {
    top: 85%;
  }
  /* #block-dropdownlanguage-2 .dropbutton-wrapper{
    z-index: 10;
  } */
  .js .dropbutton-wrapper,
  .js .dropbutton-widget {
    z-index: 1;
  }

  #block-dropdownlanguage-2 {
    background: url("../images/lang-two.svg") no-repeat left 25px center !important;
    padding-left: 40px !important;
    right: 75px !important;
  }
  #block-dropdownlanguage-2 .dropdown-language-item {
    background: transparent !important;
  }
  #block-dropdownlanguage-2 .language-link {
    background: transparent !important;
  }

  nav:not(.pager) .head--search {
    background: url("../images/icon-search.svg") no-repeat center;
    width: 21px;
    height: 21px;
    border-left: 1px solid #fff;
    padding-left: 35px;
    right: 55px;
  }
}
@media (min-width: 1400px) {
  .banner-hp {
    min-height: 904px !important;
  }
}

@media (min-width: 1024px) {

 [dir='ltr'] .content-domaines .info-domaine-top {
    position: absolute;
    top: -3% !important;
    left: 41% !important;
    transform: initial !important;
  }
 [lang='zh-hans'] .content-domaines .info-domaine-top h6 {
   white-space: nowrap;
  }
}
