
/* @import url("https://fonts.googleapis.com/css?family=Muli|Tajawal&display=swap"); */
/* @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap"); */
table.table.table-striped {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

table.table.table-striped th,
td {
  text-align: start;
  padding-inline-start: 16px;
  padding-block: 16px;
}

table.table.table-striped thead {
  border-bottom: groove rgba(0, 0, 0, 0.1) 3px;
}

table.table.table-striped tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* .scrollbar {
  margin: 25px 0px;
  padding-bottom: 10px;
  width: 100%;
  min-width: 350px;
  overflow: auto;
} */

/* .style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: rgb(9 30 66 / 25%) 0px 1px 1px, rgb(9 30 66 / 13%) 0px 0px 1px 1px;
  box-shadow: rgb(9 30 66 / 25%) 0px 1px 1px, rgb(9 30 66 / 13%) 0px 0px 1px 1px;
  background-color: #f5f5f5;
  border-radius: 10px;
} */

/* .style-7::-webkit-scrollbar {
  height: 10px;
  background-color: #f5f5f5;
} */

/* .style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    top left,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(28, 58, 148))
  );
} */

.header-img {
  width: 100%;
  /* min-width: 350px; */
}

.img-container {
  overflow: hidden;
  /* min-width: 350px; */
  height: 200px;
  margin-bottom: 10px;
  z-index: 1;
}

.blog {
  min-width: 310px;
  max-width: 78rem;
  margin: 20px auto;
  /* padding: 0px 0px 0px 112px; */
}

.paddingRight {
  padding-right: 112px;
}

.blog-title {
  text-align: center;
}

.blog-container {
  text-align: start;
  /* padding: 10px 20px; */
}

.title_ar {
  font-size: 3rem;
}

.blog_ar {
  direction: rtl;
  /* font-family: "Tajawal", sans-serif !important; */
}

.title_fr {
  font-size: 3rem;
}

.blog_fr {
  direction: ltr;
}

.favorite {
  position: -webkit-sticky;
  position: sticky;
  width: 112px;
  height: 100px;
  top: 100px;
  right: 5px;
  z-index: 8;
}

.fixed {
  position: fixed !important;
  /* top: 100px; */
}

/* .icon {
  width: 18px;
  height: 18px;
  background-size: cover;
  opacity: 0.5;
} */

.icon:hover {
  opacity: 1;
}

.icon-share {
  background-image: url("/assets/blogs/static/images/share.png");
}

.icon-like {
  background-image: url("/assets/blogs/static/images/like.png");
}

.icon-open {
  background-image: url("/assets/blogs/static/images/open.png");
}

.similaires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 310px;
  padding: 20px 0px;
}

.similaires_ar {
  /* font-family: "Tajawal", sans-serif !important; */
  font-size: 17px;
  margin-left: 100px;
}

.home-container {
  margin-right: 100px;
}

.similaires_fr {
  /* font-family: "Muli", sans-serif !important; */
  font-size: 17px;
  margin-left: 100px;
}

.article-card {
  width: 310px;
  min-height: 250px;
  margin: 20px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.article-card:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.sim-title {
  margin-left: 10%;
}

.blog-img {
  /* max-width: 600px; */
  max-height: 300px;
  min-height: 200px;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.blog-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #195190;
  color: white;
  width: 100%;
  /* min-width: 350px; */
}

.footer-container {
  a {
    text-decoration: none;
    color: whitesmoke;
  }
  a:hover {
    color: gainsboro;
  }
  nav {
    padding-top: 10px;
  }
}

.input {
  border-radius: 8px;
  height: 100%;
  border: 1px solid white;
  outline: none;
  height: 35px;
  margin: 3px;
}

.footer-element {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 40px);
  flex: 1 1 calc(25% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.footer-element-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 40px);
  flex: 1 1 calc(25% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.activeMenuItem {
  background-color: lightblue !important;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #00d2ff;
}

div.blog-container span {
  margin: 20px;
}

#H2_1,
#H2_1_ar {
  bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #195190;
  position: relative;
  -webkit-text-decoration: none solid #195190;
  text-decoration: none solid #195190;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  -webkit-column-rule-color: #195190;
  -moz-column-rule-color: #195190;
  column-rule-color: #195190;
  -webkit-perspective-origin: 259px 11.2px;
  perspective-origin: 259px 11.2px;
  -webkit-transform-origin: 259px 11.2px;
  -ms-transform-origin: 259px 11.2px;
  transform-origin: 259px 11.2px;
  caret-color: #195190;
  border: 0px none #195190;
  font: 600 22.375px welcomeweb, welcomeweb, sans-serif;
  margin: 10px 0px 21px;
  outline: #195190 none 0px;
  padding: 0px 0px 0px 25.375px;
}

/*#H2_1*/

/*#H2_1:after*/

#H2_1:before {
  bottom: 7.55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgb(55, 57, 66);
  content: "";
  display: block;
  height: 5px;
  left: 0px;
  position: absolute;
  right: 504px;
  -webkit-text-decoration: none solid rgb(55, 57, 66);
  text-decoration: none solid rgb(55, 57, 66);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  top: 11px;
  width: 10px;
  word-break: break-word;
  -webkit-column-rule-color: rgb(55, 57, 66);
  -moz-column-rule-color: rgb(55, 57, 66);
  column-rule-color: rgb(55, 57, 66);
  -webkit-perspective-origin: 7px 2px;
  perspective-origin: 7px 2px;
  -webkit-transform-origin: 7px 2px;
  -ms-transform-origin: 7px 2px;
  transform-origin: 7px 2px;
  caret-color: rgb(55, 57, 66);
  background: #195190;
  border: 0px none rgb(55, 57, 66);
  border-radius: 4px;
  font: 600 18.375px welcomeweb, welcomeweb, sans-serif;
  margin: -2px 0px 0px;
  outline: rgb(55, 57, 66) none 0px;
}

#H2_1_ar:before {
  bottom: 7.55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgb(55, 57, 66);
  content: "";
  display: block;
  height: 5px;
  left: 0px;
  position: absolute;
  right: -20px;
  -webkit-text-decoration: none solid rgb(55, 57, 66);
  text-decoration: none solid rgb(55, 57, 66);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  top: 10px;
  width: 10px;
  word-break: break-word;
  -webkit-column-rule-color: rgb(55, 57, 66);
  -moz-column-rule-color: rgb(55, 57, 66);
  column-rule-color: rgb(55, 57, 66);
  -webkit-perspective-origin: 7px 2px;
  perspective-origin: 7px 2px;
  -webkit-transform-origin: 7px 2px;
  -ms-transform-origin: 7px 2px;
  transform-origin: 7px 2px;
  caret-color: rgb(55, 57, 66);
  background: #195190;
  border: 0px none rgb(55, 57, 66);
  border-radius: 4px;
  font: 600 18.375px welcomeweb, welcomeweb, sans-serif;
  margin: -2px 0px 0px;
  outline: rgb(55, 57, 66) none 0px;
}

/* .custom-scrollbar-css::-webkit-scrollbar {
  height: 7px;
} */

/* scrollbar track */

/* .custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
} */

/* scrollbar handle */

/* .custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#00d2ff),
    to(#3a7bd5)
  );
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
} */

ul {
  list-style-type: none;
}

ul.list li:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-size: 10px;
  background-image: url("/assets/blogs/static/images/ul_icon.png");
  background-repeat: no-repeat;
  margin-right: 5px;
}

ul.list_ar li:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-size: 10px;
  background-image: url("/assets/blogs/static/images/ul_icon.png");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  margin-left: 5px;
}

.head-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: rgb(9 30 66 / 25%) 0px 1px 1px, rgb(9 30 66 / 13%) 0px 0px 1px 1px;
  box-shadow: rgb(9 30 66 / 25%) 0px 1px 1px, rgb(9 30 66 / 13%) 0px 0px 1px 1px;
  /* min-width: 330px; */
  width: 80%;
  margin: auto;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: white;
  padding: 10px;
}

.full-width {
  width: 100%;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  /* flex: 1; */
}
#DIV_1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

#DIV_2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#DIV_2 img {
  vertical-align: middle;
  border-style: none;
}

.SPAN_1 {
  padding-left: 10px;
}

.SPAN {
  /* font-family: Roboto, sans-serif; */
  padding-top: 3px;
  font-size: 22px;
  font-weight: 700;
}

.link {
  color: black !important;
  padding-top: 0.65rem;
  padding-right: 1rem;
  padding-bottom: 0.65rem;
  padding-left: 1rem;
  text-decoration: none !important;
  /* font-family: Roboto, sans-serif !important; */
  line-height: 1.5 !important;
  font-weight: 300 !important;
}

.inscription {
  border: 1px solid #dee2e6 !important;
  border-radius: 50px;
}

.header-container {
  height: 309px;
  position: -webkit-sticky;
  position: sticky;
  top: -244px;
  z-index: 9999;
}

h5 > u {
  text-decoration: none !important;
  font-size: 1.1rem;
  font-weight: bold;
}

.blog-container span,
li {
  font-size: 17px;
}

.footer-padding {
  width: 100%;
}

/* @media screen and (max-width: 959px) {
  .paddingRight {
    padding-right: inherit;
  }
  .footer-padding {
    height: 40px;
  }
  .favorite {
    position: fixed;
    width: 100%;
    height: 40px;
    top: auto;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-box-shadow: rgb(9 30 66 / 25%) 0px 1px 1px, rgb(9 30 66 / 13%) 0px 0px 1px 1px;
    box-shadow: rgb(9 30 66 / 25%) 0px 1px 1px, rgb(9 30 66 / 13%) 0px 0px 1px 1px;
  }
  .blog {
    margin: 10px auto 10px;
    padding: 30px 40px;
  }
  .footer-container {
    margin-bottom: 40px;
  }
  .similaires_ar {
    margin-left: 20px;
    margin-right: 20px;
  }
  .similaires_fr {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .footer-element {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 40px);
    flex: 1 1 calc(50% - 40px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .footer-element-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 40px);
    flex: 1 1 calc(50% - 40px);
  }
}

@media screen and (max-width: 600px) {
  .header-img {
    height: 213px;
  }
  .blog {
    margin: 10px auto 10px;
    padding: 15px 15px;
  }
  .head-bar {
    width: calc(100% - 20px);
  }
  .title_ar {
    font-size: 2rem;
  }
  .title_fr {
    font-size: 2rem;
  }
  .similaires_ar {
    margin-left: 0px;
    margin-right: 0px;
  }
  .similaires_fr {
    margin-left: 0px;
    margin-right: 0px;
  }
} */

@media screen and (max-width: 991px) {
  .blog-img {
    /* max-width: 310px; */
    min-height: 150px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
}

@media screen and (max-width: 72rem) {
  .blog {
    /* max-width: 80vw; */
  }
}
