*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-transition: 300ms;
  transition: 300ms;
}

:root {
  --surface-color: #fff;
  --curve: 40;
  --color-white: #ffffff;
  --color-primary: #121212;
  --color-black: #000000;
  --color-secondary: #62be01;
  --color-tertiaire: #FFCD00;
  --color-secondary-hover: #6ed402;
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0 !important;
  line-height: 1.5;
}

a {
  text-decoration: none !important;
  transition: all 0.2s;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-stretch {
  align-items: stretch !important
}

.flex-column {
  flex-direction: column !important
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.text-white {
  color: var(--color-white) !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important
}


.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}


.mt-2 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}


.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.w-100 {
  width: 100% !important;
}


.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 3rem !important
}


.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.container {
  width: 100% !important;
  padding: 0 5% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/*
@media (min-width: 1200px) {
  .container {
    width: 100% !important;
    padding: 0 5% !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
} */

/*--------------------------------------------------------------
# Start Topbar
--------------------------------------------------------------*/
.topbar {
  position: static;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--color-secondary)
}

.topbar span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: var(--color-white);
  white-space: nowrap;
  padding: 0 8px;
}

.topbar .contact-info span a {
  line-height: 0;
  color: var(--color-white);
  transition: 0.3s;
}

.topbar .contact-info span a:hover {
  color: var(--color-primary);
}

.topbar .contact-info span i {
  line-height: 0;
  margin-right: 5px;
}

.topbar .social-icons a {
  display: inline-block;
  align-items: center;
  line-height: 1.5;
  transition: 0.3s;
  color: var(--color-white);
  padding: 5px 8px;
}

.topbar .social-icons a i {
  font-size: 14px;
}

.topbar .social-icons a:hover {
  transform: translateY(-8px);
}

.navbar {
  margin-bottom: 0 !important;
  border: 1px solid transparent;
}

.navbar.navbar-fixed-top {
  position: sticky !important;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 9999;
}

/*--------------------------------------------------------------
# Start Section Home
--------------------------------------------------------------*/
.home {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 650px;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 3px solid var(--color-secondary);
}

.home::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(18, 18, 18, 15%);
  z-index: -1;
}

.home .home-content {
  margin-left: 18px !important;
  position: relative;
  width: calc(100% - 53%);
}

.home-content .border-left {
  border-left: 4px solid var(--color-secondary);
  padding-left: 8px;
  margin-bottom: 30px;
  width: calc(100% - 10%);
}

.home-content h1 {
  color: var(--color-white);
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}

.home-content h1 span {
  color: var(--color-secondary);
  font-weight: 500 !important;
}

.home-content p {
  color: #e4e4e4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .home .home-content {
    margin-left: 0 !important;
    width: 100%;
    padding: 0 20px;
  }

  .home-content h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
  .d-none {
    display: none !important;
  }

  .home .home-content {
    margin-left: 0 !important;
    width: 100%;
    padding: 0 5px;
  }

  .home-content h1 {
    font-size: 40px;
    line-height: 1.5;
  }

}

/*--------------------------------------------------------------
# Start
--------------------------------------------------------------*/
.btn {
  position: relative;
  padding: 8px 20px !important;
  text-shadow: none !important;
  border-radius: 0.25rem !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-success {
  color: #fff;
  background: var(--color-secondary) !important;
  border-color: #5cac06 !important;
  z-index: 1;
}

.btn-success:hover {
  color: var(--color-white) !important;
  border: 1px solid var(--color-secondary-hover) !important;
}

.btn-success.active {
  background: var(--color-secondary) !important;
  border: 1px solid var(--color-secondary) !important;
}

.btn-success::before {
  content: "";
  position: absolute;
  background: var(--color-secondary-hover);
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.5s;
}

.btn-success:hover::before {
  transition: height 0.5s;
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

.btn-outline {
  color: var(--color-white) !important;
  border-radius: 3px !important;
  border: 1px solid var(--color-white) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  z-index: 1;
}

.btn-outline::before {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  background: var(--color-white);
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  visibility: hidden;
}

.btn-outline:hover::before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

.btn-outline:hover {
  color: var(--color-primary) !important;
}

.btn-double {
  display: inline-flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  color: var(--color-white) !important;
  border: 1px solid #9E9E9E !important;
  background: #9E9E9E !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  z-index: 1;
}

.btn-primary::before {
  transition: 0.5s all ease;
  content: "";
  position: absolute;
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  visibility: hidden;

}

.btn-primary:hover::before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

.btn-primary:hover {
  color: var(--color-white);
  border: 1px solid var(--color-primary) !important;
}

/*--------------------------------------------------------------
# Start Boutton Home menu
--------------------------------------------------------------*/
.home-menu {
  position: relative;
  top: -68px;
  z-index: 99;
}

.btn-group {
  position: relative;
  width: 100%;

}

.btn-group>.btn {
  position: relative;
  float: left;
}

.home-menu .btn-default {
  border-radius: 0 !important;
  border-right: 2px solid #397A0F !important;
  border-top: 1px solid var(--color-secondary) !important;
  border-left: 1px solid var(--color-secondary) !important;
  border-bottom: 1px solid var(--color-secondary) !important;
  background: var(--color-secondary) !important;
  color: var(--color-white) !important;
}

.home-menu .btn-success.active {
  color: var(--color-primary) !important;
  background: var(--color-white) !important;
  border: 1px solid var(--color-secondary) !important;
  border-radius: 0 !important;
  padding: 8px 20px !important;
}

.home-menu .btn-default::before {
  transition: 0.5s all ease;
  content: "";
  position: absolute;
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
}

.home-menu .btn-default:hover::before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}

.home-menu .btn-success.active i {
  color: var(--color-secondary) !important;
}

.home-menu .btn-default:hover {
  color: var(--color-white) !important;
}

.home-menu .btn-default {
  border-right: 2px solid #397A0F;
}

.home-menu .btn-default:nth-child(5) {
  border-radius: 0 !important;
  border-right: none !important;
}

.input-group .form-control {
  position: relative;
  padding: 18px 12px !important;
}


/*--------------------------------------------------------------
# Start BOOKS
--------------------------------------------------------------*/
.material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.material-card a {
  color: var(--color-primary);
}

.material-card h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.material-card h2 span {
  font-size: 14px;
  display: block;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.material-card h2 strong {
  font-weight: 400;
  display: block;
  font-size: .8em;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.material-card h2:before,
.material-card h2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.material-card h2:after {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .material-card:hover {
    padding-bottom: 0;
    height: auto;
  }
}

.material-card:hover h2 {
  top: 0;
  padding: 10px 16px 10px 90px;
}

.material-card:hover h2:before {
  top: 0;
}

.material-card:hover h2:after {
  bottom: -16px;
}

.material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 54px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.material-card .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.material-card .mc-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}

.material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.material-card:hover .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  z-index: 20;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

}

.img-responsive {
  max-width: 100%;
}

.material-card:hover .mc-content {
  padding-top: 5.6em;
}

@media screen and (max-width: 767px) {
  .material-card:hover .mc-content {
    position: relative;
    margin-right: 16px;
  }
}

.material-card:hover .mc-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {
  .material-card:hover .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}

.material-card.Red h2 {
  background-color: var(--color-secondary);
}

.material-card.Red h2:after {
  border-top-color: var(--color-secondary);
  border-right-color: var(--color-secondary);
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.material-card.Red h2:before {
  border-top-color: transparent;
  border-right-color: #397A0F;
  border-bottom-color: #397A0F;
  border-left-color: transparent;
}

.material-card.Red:hover h2:before {
  border-top-color: transparent;
  border-right-color: var(--color-secondary);
  border-bottom-color: var(--color-secondary);
  border-left-color: transparent;
}

.material-card.Red:hover h2:after {
  border-top-color: #397A0F;
  border-right-color: #397A0F;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.material-card.Red .mc-footer h4 {
  color: #397A0F;
}

.material-card.Red .mc-footer a {
  background-color: #397A0F;
}

.material-card.Red:hover .mc-content {
  background-color: #eafcd6;
}

.material-card.Red:hover .mc-footer {
  background-color: #428d11;
}

.material-card:hover .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 82px;
  padding-top: 15px;
  padding-left: 25px;
}

.material-card:hover .mc-footer a {
  top: 0;
}

.material-card:hover .mc-footer h4 {
  top: -32px;
}


/*--------------------------------------------------------------
# Start Detail document
--------------------------------------------------------------*/
.document_detail {
  position: relative;
  margin-top: 80px;
}

.document_detail .card-view-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 1;
  overflow: hidden;
}

.document_detail .card-view-pdf::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: var(--color-secondary);
  z-index: -1;
}

.document_detail .card-view-pdf .date_type {
  display: flex;
  align-items: center;
  gap: 10px;
  top: 60%;
  left: -40px;
  position: absolute;
  transform: rotate(-90deg);
}

.card-view-pdf .card-box {
  position: relative;
  border: 4px solid var(--color-white);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.055);
  margin: 10%;
}

.post-card-body .links-botton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.post-card-body .share-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}

.share-links a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-white);
  background-color: var(--color-primary);
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: 0.3s;
}

.share-links a.facebook:hover {
  background-color: #0862F7;
}

.share-links a:hover i {
  transform: scale(1.5);
}

.share-links a.twitter:hover {
  background-color: #33BDFD;
}

.share-links a.instagram:hover {
  background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.share-links a.youtube:hover {
  background: #C12626;
}

.share-links a.shopping-cart:hover {
  background: var(--color-secondary);
}

.offset-1 {
  margin-left: 8.33333333%
}

.document_detail .title-pdf {
  margin-bottom: 20px;
}

.document_detail .title-pdf h4 {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 400;
}

.document_detail .title-pdf h4 span {
  text-transform: uppercase;
}

.document_detail .title-pdf h4,
.document_detail .title-pdf h2 {
  color: var(--color-secondary);
}

.document_detail .title-pdf h2 {
  position: relative;
  font-size: 40px;
  font-weight: 500;
  padding-top: 15px;
}

.document_detail .title-pdf h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  background: var(--color-secondary);
  width: calc(100% - 70%);
}

/*--------------------------------------------------------------
# Start Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
  position: relative;
  float: right;
  background-color: transparent !important;
}

.breadcrumb a {
  color: #b7b7b7 !important;
}

.breadcrumb>li+li:before {
  font-family: "FontAwesome";
  padding: 0 5px;
  color: #b7b7b7;
  content: "\f054";
  font-size: 12px;
}

.breadcrumb>.active {
  color: var(--color-secondary) !important;
}

.breadcrumb>.white {
  color: var(--color-white) !important;
}

.breadcrumb span {
  color: var(--color-secondary) !important;
}

/* @media screen and (min-width: 600px) and (max-width: 1200px) {
  .breadcrumb a,
  .breadcrumb span,
  .breadcrumb>li+li:before,
  .breadcrumb>.white {
    font-size: 12px;
  }

}


@media screen and (min-width: 320px) and (max-width: 667px) {
  .breadcrumb a,
  .breadcrumb span,
  .breadcrumb>li+li:before,
  .breadcrumb>.white {
    font-size: 9px;
  }
  .breadcrumb {
    margin-top: 10px;
    position: relative;
    float: left;
  }
}*/


/*--------------------------------------------------------------
  # Start Media
--------------------------------------------------------------*/
.sidebar-block-left {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  margin: 0 !important;
  padding-top: 0 !important;
}

.sidebar-block-left .text-title {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #121212;
  height: 45px;
}

.sidebar-block-left .text-title h4 {
  font-size: 16px;
  color: var(--color-white);
}

.sidebar-block-left .text-title h4>i {
  font-size: 14px;
}

.sidebar-block-left .text-title h4 .text-success {
  color: var(--color-secondary);
}

.thumbnail {
  position: relative;
  background: #ffffff !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #eee !important;
  margin: 2px 8px !important;
  color: var(--color-primary) !important;
  text-decoration: none !important;
  transition: all .2s;
  overflow: hidden;

}

.sidebar-block-left .thumbnail:nth-child(1) {
  margin-top: 15px !important;
}

.thumbnail .hover-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #62be01 !important;
  border: none !important;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  z-index: 1;
}

.thumbnail .hover-thumb::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91%;
  height: 85%;
  transform: translate(-50%, -50%);
  border: 1.5px solid var(--color-black);
  transition: all 0.2s;
  opacity: 1;
}

.thumbnail:hover .hover-thumb {
  opacity: 0.9;
  visibility: visible;
  border: none !important;
}

.thumbnail .hover-thumb i {
  font-size: 30px;
  color: var(--color-black);
  transition: all .2s ease-in-out;
  text-shadow: none !important;
}

.thumbnail:hover .hover-thumb i {
  transform: scale(1.3);
}

.thumbnail .media-object {
  position: relative;
  display: inline-block;
  object-fit: cover;
  width: 100%;
  max-height: 180px;

}

/* .media-body {
  display: none !important;
} */



/*--------------------------------------------------------------
  # Start HOME >Media list
--------------------------------------------------------------*/
.sidebar-right-content .thumbnail {
  position: relative;
  height: 400px;
  width: 100%;
  padding: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-radius: 8px !important;
  transition: all .2s;
}

.sidebar-right-content .thumbnail:hover a {
  color: var(--color-secondary);
}

.sidebar-right-content .thumbnail:hover {
  color: var(--color-white);
  background-color: var(--color-primary) !important;
}

.thumbnail .thumbnail-top {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all .3s ease;
  height: 250px;
  width: 250px;
}

.thumbnail-top img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnail .thumbnail-top {
  color: var(--color-primary) !important;
}

.thumbnail:hover .thumbnail-top {
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.9);
  transition: all .3s ease;
}

.thumbnail .caption {
  margin-top: 20px !important;
  padding: 5px !important;
}

.caption .media-heading a {
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 80px;
  transition: all .2s;
}

.caption .media-heading a {
  color: var(--color-primary) !important;
}

.thumbnail:hover .media-heading a {
  color: var(--color-secondary) !important;
}

.thumbnail:hover .calendar span {
  color: var(--color-white);
}

.caption .calendar {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.caption .calendar span {
  color: var(--color-secondary);
}

/*----- Sidebar Media ----- */
.nav-pills>li>a {
  font-size: 12px !important;
  color: var(--color-primary) !important;
  margin-bottom: 20px !important;
  border-radius: 0 !important;
  border-bottom: 2px solid rgb(229, 229, 229) !important;

}

.nav-pills>li.active>a {
  color: var(--color-secondary) !important;
  border-bottom: 2px solid var(--color-secondary) !important;
  background-color: transparent !important;
  z-index: 2;
}

.list-group-item.active {
  text-transform: uppercase;
  border: none !important;
  background-image: linear-gradient(to bottom, #3e3e3e 0%, #121212 100%) !important;
}

.box-search {
  background-color: var(--color-primary);
  padding: 10px !important;
}

.form-control:focus {
  border: 1px solid var(--color-secondary);
  box-shadow: none !important;
  outline: #62be01;
}

/*--------------------------------------------------------------
  # Start Lecture music
--------------------------------------------------------------*/
.player {
  position: relative;
  background-color: #f1f3f4;
  z-index: 1;
  margin-bottom: 50px;
}

.player .img-area {
  position: relative;
  width: 100%;
  height: 450px;
}

.player .img-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player .img-area img::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.img-area .text-heander {
  position: absolute;
  top: 40%;
  left: 50px;
  width: 100%;
  color: #EEE;
}

.text-heander h2 {
  text-transform: uppercase;
}


.player audio {
  width: 100%;
  outline: none;
}

.post-details-content {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .player .img-area {
    height: 550px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .player .img-area {
    height: 400px !important;
  }
}

@media only screen and (max-width: 767px) {
  .player .img-area {
    height: 220px !important;
  }
}

.post-details-content {
  position: relative;
  z-index: 1;
}

.post-details-content .post-share-info {
  flex: 0 0 90px;
  max-width: 90px;
  width: 90px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-share-info {
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
  }
}

.post-details-content .post-share-info p {
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-share-info p {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.post-details-content .post-share-info a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-white);
  text-align: center;
  line-height: 40px;
  background-color: #db4437;
  margin-bottom: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-share-info a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}

.post-details-content .post-share-info a.facebook {
  background-color: #4c65a8;
}

.post-details-content .post-share-info a.twitter {
  background-color: #41a1f6;
}

.post-details-content .post-share-info a.google-plus {
  background-color: #DB4437;
}

.post-details-content .post-share-info a.pinterest {
  background-color: #CB1F27;
}

.post-details-content .post-share-info a.email {
  background-color: #C12626;
}

.post-details-content .post-share-info a.email {
  background-color: #C12626;
}

.post-details-content .post-share-info a:hover,
.post-details-content .post-share-info a:focus {
  background-color: var(--color-secondary);
}

.post-details-content .post-content {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.post-details-content .post-content .post-title {
  display: block;
  color: var(--color-primary);
  margin-bottom: 15px;
  font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-content .post-content .post-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-content .post-title {
    font-size: 18px;
  }
}

.post-details-content .post-content .post-title:hover,
.post-details-content .post-content .post-title:focus {
  color: var(--color-secondary);
}

.post-details-content .post-content .post-meta span {
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-content .post-meta span {
    margin-right: 8px;
    font-size: 12px;
  }
}

.post-details-content .post-content .post-meta span:last-child {
  margin-right: 0;
}

.post-details-content .post-content .post-meta .post-author {
  color: #595959;
}

.post-details-content .post-content .post-meta .post-date {
  color: #595959;
}

.post-details-content .post-content .post-meta span {
  color: #a6a6a6;
}

.post-details-content .post-content .post-meta i.fa-circle {
  color: #a6a6a6;
  font-size: 6px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-content .post-meta i.fa-circle {
    margin-right: 8px;
  }
}

.pager-sociaux {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  width: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .2s;
}

.pager-sociaux .text-dna {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: var(--color-primary);
  transition-duration: 500ms;
  cursor: pointer;
  width: 200px;
  height: 40px;
  font-family: 'roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  top: 40%;
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -55px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .pager-sociaux .text-dna {
    width: 220px;
    height: 40px;
    font-size: 14px;
    left: -90px;
    line-height: 40px;
  }
}

.pager-sociaux:hover {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .pager-sociaux:hover {
    width: 300px;
  }
}

.pager-article {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 400px !important;
  height: 200px !important;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background: var(--color-white);

}

.pager-dna:hover .pager-article {
  opacity: 1;
  visibility: visible;
}

.single-feature-post.video-post {
  position: relative;
  z-index: 1;
}

.dna-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: 59;
  padding: 10px;
}

.dna-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(99, 190, 1, 0.903);
  z-index: -1;
}

.dna-content::after {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--color-white);
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dna-content img {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 80px;
  height: 80px;
}

.dna-title {
  padding-left: 130px;
}

.dna-title h2,
.dna-title p {
  color: var(--color-white);
}

.dna-title p {
  margin-bottom: 20px;
}

.dna-title h2 {
  font-weight: 500 !important;
}

.dna-title .post-meta {
  width: 60% !important;
}

.post-meta a {
  display: inline-block;
  text-align: center;
  background: var(--color-primary);
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: var(--color-white);
  transition: all 0.3;
  line-height: 38px;
}

.post-meta a i {
  font-size: 16px;
}

.post-meta a:hover {
  background: var(--color-white);
  color: var(--color-primary);

}

/*--------------------------------------------------------------
  # Start Shop
--------------------------------------------------------------*/
.card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: var(--color-white);
  overflow: hidden;
  transition: all .3s ease;
}

.card:hover {
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.125));
}

.card-video-top {
  margin: 0 !important;
  width: 100%;
  height: 200px;
  background: none;
  text-align: center;
  background-image: linear-gradient(120deg, #ececec 50%, #fafafa 60%, #fafafa 61%, #ececec 70%);
  background-size: 200%;
  background-position: 100% 0;
  animation: waves 2s linear infinite;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@keyframes waves {
  100% {
    background-position: -100% 0;
  }
}

.card .card-body {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;

}

.card .card-body a h5 {
  font-size: 16px;
  line-height: 1.5;
  height: 50px;
  overflow: hidden;
  color: var(--color-primary) !important;
}

.card .card-body h3 {
  color: var(--color-secondary);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

/* iframe {
  width: 100% !important;
  height: 200px !important;
} */

/*--------------------------------------------------------------
  # Shop Paints
--------------------------------------------------------------*/
.list-paint {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.card-paint {
  position: relative;
  height: 400px;
  margin-bottom: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.card-paint .imgpaint {
  position: relative;
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.card-paint .imgpaint::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 176, 155, 0.5), rgba(150, 201, 61, 1));
  z-index: 2;
  transition: 0.5s all;
  opacity: 0;
}

.card-paint .no_stock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 35px;
  height: 10%;
  background: #b6b6b6;
  left: 0;
  bottom: 10%;
  transition: 0.5s all;
}

.card-paint .no_stock i {
  font-size: 22px;
  color: var(--color-white);
}

.card-paint:hover .no_stock {
  background: var(--color-secondary);
}

.card-paint:hover .imgpaint::before {
  opacity: 1;
}

.card-paint .imgpaint img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-paint .imgpaint .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 100%);
  transition: 0.3s all;
  opacity: 1;
}

.card-paint:hover .btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.card-paint:hover {
  transform: translateY(10px);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.08);
}

.card-paint h3,
.card-paint p {
  padding: 0 50px;
}

.card-paint h3 {
  font-size: 20px;
  color: var(--color-primary);
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
  transition: 0.3s all;
}

.card-paint:hover h3 {
  color: var(--color-secondary);
}

.card-paint p {
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
}

/*--------------------------------------------------------------
  # Shop Details Paints
--------------------------------------------------------------*/
.sidebar-right .sidebar-right-content .view-detail-paint {
  background-color: rgb(247, 255, 234);
  border-radius: 0;
  padding: 80px !important;
  margin-top: 50px;
  margin-bottom: 80px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); */
}

.section-heading h4 {
  margin-bottom: 50px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  color: var(--color-primary);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.section-heading h4 span {
  color: var(--color-secondary);
}

.section-heading h4::before,
.section-heading h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.section-heading h4::before {
  right: 0;
  background: #D9D9D9;
  height: 1px;
  width: 100%;
}

.section-heading h4::after {
  background: var(--color-secondary);
  width: 20%;
  left: 40%;
}

.paint-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-content {
  padding: 2rem 1rem;
}

.product-title {
  font-weight: 500;
  position: relative;
  margin: 1rem 0;
  padding-bottom: 20px;
  color: #676767;
  text-transform: uppercase;
}

.product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #D3F6EC;
  color: #00913D;
  padding: 3px 18px;
}

.product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.product-price .text-detail {
  font-size: 18px;
  font-weight: 400;
}

.date-ajout span {
  color: var(--color-secondary);
  text-decoration: wavy;
}

.new-price span {
  font-size: 34px;
  font-weight: 600;
  color: var(--color-primary);
}

.product-detail p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}

.preview-detail .share-links {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-add_card {
  color: var(--color-white) !important;
  border: 1px solid #9E9E9E !important;
  background: var(--color-primary) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  z-index: 1;
}

.btn-add_card i {
  font-size: 18px;
  padding-right: 5px;
}

.btn-add_card::before {
  transition: 0.5s all ease;
  content: "";
  position: absolute;
  background: var(--color-secondary) !important;
  border: 1px solid var(--color-secondary) !important;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  visibility: hidden;

}

.btn-add_card:hover::before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

.btn-add_card:hover {
  color: var(--color-white);
  border: 1px solid var(--color-secondary) !important;
}


@media screen and (max-width: 1024px) {
  .sidebar-right .sidebar-right-content .view-detail-paint {
    background-color: var(--color-white);
    padding: 5px !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .col-md-6 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-right .sidebar-right-content .view-detail-paint {
    background-color: var(--color-white);
    padding: 0px !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-heading h4 {
    font-size: 20px;
  }
}



/*--------------------------------------------------------------
  # Shop Shop book
--------------------------------------------------------------*/
.shop_book {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  text-align: center;
  position: relative;
  z-index: 1
}

.shop_book:before {
  content: "";
  height: 81%;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease 0s
}

.shop_book:hover:before {
  opacity: 1;
  height: 100%
}

.shop_book .pdf_image {
  position: relative
}

.shop_book .pdf_image a {
  display: block
}

.shop_book .pdf_image img {
  width: 100%;
  height: auto
}

.shop_book .pic-1 {
  opacity: 1;
  transition: all .5s ease-out 0s
}

.shop_book .social {
  width: 120px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -23px;
  transform: scale(0);
  transition: all .3s ease 0s
}

.shop_book:hover .social {
  opacity: 1;
  transform: scale(1)
}

.shop_book:hover .product-discount-label,
.shop_book:hover .product-new-label,
.shop_book:hover .title {
  opacity: 0
}

.shop_book .social li {
  display: inline-block
}

.shop_book .social li a {
  color: var(--color-secondary);
  background: #fff;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  margin: 0 2px;
  display: block;
  transition: all .3s ease 0s
}

.shop_book .social li a:hover {
  background: var(--color-secondary);
  color: #fff
}

.shop_book .product-discount-label,
.shop_book .product-new-label {
  background-color: var(--color-secondary);
  color: #fff;
  font-size: 17px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all .3s
}

.shop_book .product-content {
  z-index: -1;
  padding: 15px;
  text-align: left
}

.shop_book .title {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all .3s ease 0s
}

.shop_book .title a {
  color: #414141
}

.shop_book .price {
  color: var(--color-secondary);
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 2px;
  display: inline-block
}

@media only screen and (max-width:1200px) {
  .shop_book .rating {
    margin: 0
  }
}

@media only screen and (max-width:990px) {
  .shop_book {
    margin-bottom: 30px
  }

  .shop_book .rating {
    margin: -22px 0 0
  }
}

@media only screen and (max-width:359px) {
  .shop_book .rating {
    margin: 0
  }
}


/*--------------------------------------------------------------
  # Notification Shop card
--------------------------------------------------------------*/
.notification i.fa-shopping-cart {
  font-size: 24px;
}

.notification .num {
  position: absolute;
  top: 3px;
  right: -3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #C12626;
  color: #fff;
  line-height: 22px;
  font-family: sans-serif;
  text-align: center;
}

.notification .not_shop {
  position: absolute;
  top: 3px;
  right: -3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5a5a5a;
  color: #fff;
  line-height: 22px;
  font-family: sans-serif;
  text-align: center;
}



/*--------------------------------------------------------------
  # Start Dhamas
--------------------------------------------------------------*/
.sidebar-block-left .text-title {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #121212;
  height: 45px;
}

.single-widget {
  padding: 15px 8px;
}

.post-thumbnail {
  position: relative;
  z-index: 1;
}

.single-blog-post {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  position: relative;
  background: #FCFCFC;
  margin-bottom: 10px;
  transition: 0.3s all;
}

.single-blog-post:hover {
  background: var(--color-secondary);

}

.single-blog-post .post-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
}

.single-blog-post .post-thumbnail img {
  width: 100%;
}

.single-blog-post .post-content {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.single-blog-post .post-content .post-title {
  color: var(--color-secondary);
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  line-height: 24px;
  max-height: 50px;
  transition: 0.3s all;
}

.single-blog-post:hover .post-content .post-title,
.single-blog-post:hover .post-content .text-artist,
.single-blog-post:hover .post-content .post-meta span,
.single-blog-post:hover .post-content .post-meta i {
  color: var(--color-white);
}

.single-blog-post .post-content .post-meta {
  margin-top: 8px;
}

.single-blog-post .post-content .text-artist {
  font-size: 14px;
  overflow: hidden;
  max-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post .post-content .post-title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-post .post-content .post-title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-post .post-content .post-title {
    font-size: 13px;
  }
}

.single-blog-post .post-content .post-meta span {
  display: inline-block;
  color: var(--color-primary);
  font-size: 12px;
}



/*--------------------------------------------------------------
  # Login
--------------------------------------------------------------*/
.login-lao {
  position: relative;
  height: 100vh;
}

.login-lao::before {
  content: "";
  background: rgba(99, 190, 1, 0.859);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.left-content,
.right-login {
  position: relative;
  height: 100vh;
}

.left-content .text-content {
  padding-left: 60px;
}

.form-login {
  max-width: 480px;
  height: 500px;
  width: 100%;
}

.login-card-light {
  position: relative;
  border-radius: 8px;
  background-color: var(--color-white);
  transition: all 0.5s;
}

.login-card-light:hover {
  transform: translateY(10px);
}

.shadow-lg {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.left-content .logo {
  position: absolute;
  top: 30px;
  left: 60px;
}

.text-content .text-body {
  font-size: 60px;
  font-weight: 700;
}

.text-content .text-body span {
  color: var(--color-secondary);
}

.w-50 {
  width: 500px;
}

.border-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .left-content {
    display: none !important;
  }

}

/*

  .w-50 {
    width: 450px;
  }

  .text-content .text-body {
    font-size: 50px;
    font-weight: 700;
  }
} */

@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }


}


/*--------------------------------------------------------------
  # Shop Gift
--------------------------------------------------------------*/
.product-grid {
  font-family: Roboto, sans-serif;
  text-align: center;
  position: relative;
  z-index: 1
}

.product-grid:before {
  content: "";
  height: 81%;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease 0s
}

.product-grid:hover:before {
  opacity: 1;
  height: 100%
}

.product-grid .product-image {
  position: relative
}

.product-grid .product-image a {
  display: block
}

.product-grid .product-image img {
  width: 100%;
  height: auto
}

.product-grid .pic-1 {
  position: relative;
  opacity: 1;
  transition: all .5s ease-out 0s
}

.product-grid .product-image .link-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 176, 155, 0.5), rgba(150, 201, 61, 1));
  z-index: 1;
  transition: 0.5s all;
  opacity: 0;
}

.product-grid:hover .product-image .link-img::before {
  opacity: 1
}

.product-grid .social {
  width: 120px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -23px;
  transform: scale(0);
  z-index: 1;
  transition: all .3s ease 0s
}

.product-grid:hover .social {
  opacity: 1;
  transform: scale(1)
}

.product-grid:hover .product-discount-label,
.product-grid:hover .product-new-label,
.product-grid:hover .title {
  opacity: 0
}

.product-grid .social li {
  display: inline-block
}

.product-grid .social li a {
  color: var(--color-secondary);
  background: #fff;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  margin: 0 2px;
  display: block;
  transition: all .3s ease 0s
}

.product-grid .social li a:hover {
  background: var(--color-secondary);
  color: #fff
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-size: 17px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all .3s
}

.product-grid .product-content {
  z-index: -1;
  padding: 15px;
  text-align: left
}

.product-grid .title {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 7px;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
  transition: all .3s ease 0s
}

.product-grid .title a {
  color: #414141
}

.product-grid .price {
  color: var(--color-secondary);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 2px;
  display: inline-block
}

/* .product-grid .price span {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  display: inline-block;
  margin-top: -2px
} */

.product-grid .rating {
  padding: 0;
  margin: -22px 0 0;
  list-style: none;
  text-align: right;
  display: block
}

.product-grid .rating li {
  color: #757575;
  font-size: 13px;
  display: inline-block
}

.product-grid .rating li.disable {
  color: #dcdcdc
}

@media only screen and (max-width:1200px) {
  .product-grid .rating {
    margin: 0
  }
}

@media only screen and (max-width:990px) {
  .product-grid {
    margin-bottom: 30px
  }

  .product-grid .rating {
    margin: -22px 0 0
  }
}

@media only screen and (max-width:359px) {
  .product-grid .rating {
    margin: 0
  }
}

/*--------------------------------------------------------------
  # Start School
--------------------------------------------------------------*/
.school {
  position: relative;
  background-color: #e3e6ee !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

.fl-left {
  float: left
}

.fl-right {
  float: right
}

.text-header h2 {
  text-transform: uppercase;
  font-weight: 700;
  border-left: 7px solid var(--color-secondary);
  padding-left: 10px;
  margin-left: 15px;
  margin-bottom: 30px
}

.text-header h2 span {
  color: var(--color-secondary);
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.row {
  overflow: hidden
}

.card-school {
  display: table-row;
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid #dadde6;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s;
}

.h-100 {
  height: 100% !important;
}

.card-school+.card-school {
  margin-left: 2%;
}

.card-school .circle-img {
  display: table-cell;
  width: 25%;
  position: relative;
  text-align: center;
  border-right: 2px dashed #e3e6ee;
  color: var(--color-primary);
}

.card-school:hover .circle-img {
  color: var(--color-white);
  background: var(--color-secondary);
  border-right: 2px dashed var(--color-white);
}

.card-school .circle-img:before,
.card-school .circle-img:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #e3e6ee;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  border-radius: 50%
}

.card-school .circle-img:after {
  top: auto;
  bottom: -15px
}

.card-school .profil {
  display: block;
  width: 150px;
  height: 150px;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid #e3e6ee;
  overflow: hidden;
}

.card-school:hover .circle-img .profil {
  border: 5px solid var(--color-white);
  background-color: #000000;
}

.card-school .circle-img .profil span {
  display: block;
}

.card-school .profil img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-school:hover .profil img {
  transform: scale(1.1);
}

.card-school .circle-img .profil span:last-child {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -10px
}

.card-cont {
  display: table-cell;
  width: 50%;
  font-size: 85%;
  padding: 10px 10px 30px 50px
}

.card-cont i {
  color: #62be01;
}

.card-cont h3 {
  color: #3C3C3C;
  font-size: 130%
}

.card-cont p {
  margin-top: 10px;
  font-size: 14px;
}

.card-cont small {
  font-size: 14px;
  color: var(--color-secondary);
}

.card-cont>div {
  display: table-row
}

.card-cont .even-flex p {
  display: table-column;

}

.card-cont .info,
.card-cont .remark {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.card-cont .info span {
  color: var(--color-secondary);
}

.card-cont .even-date i,
.card-cont .even-info i,
.card-cont .even-date p,
.card-cont .even-info p {
  display: table-cell;
  padding-left: 10px;
}

.card-cont .even-date p:first-child {
  padding-left: 0;
}

.card-cont .even-date i,
.card-cont .even-info i {
  padding: 5% 5% 0 0
}

.card-cont .even-info p {
  padding: 30px 50px 0 0
}

.card-cont .even-date time span {
  display: block
}

.card-cont a {
  display: block;
  text-decoration: none;
  width: 80px;
  height: 30px;
  background-color: #D8DDE0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  bottom: 10px
}

.card-cont a i {
  color: var(--color-white);
}

.row:last-child .card-school:first-child .card-cont a {
  background-color: #037FDD
}

.row:last-child .card-school:last-child .card-cont a {
  background-color: var(--color-secondary)
}

@media screen and (max-width: 860px) {
  .card-school {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px
  }

  .card-school+.card-school {
    margin-left: 0
  }

  .card-cont .even-date,
  .card-cont .even-info {
    font-size: 75%
  }
}

@media screen and (max-width: 600px) {
  .card-school .profil {
    display: none;
  }

  .card-school .circle-img {

    width: 5%;

  }
}


/*--------------------------------------------------------------
  # Start Contact Us
--------------------------------------------------------------*/
.contact {
  background: url("/assets/img/home.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 400px;
  width: 100%;
  margin-bottom: 40px;

}

.contact .breadcrumb {
  margin-top: -20px;
  float: none !important;
  position: relative;
  background-color: transparent !important;
}

.contact .breadcrumb a {
  color: var(--color-white) !important;
}

.contact .breadcrumb>li+li:before {
  font-family: "FontAwesome";
  padding: 0 5px;
  color: var(--color-white);
  content: "\f054";
  font-size: 12px;
}

.contact .breadcrumb>.active {
  color: var(--color-secondary) !important;
}

.contact .breadcrumb>.white {
  color: var(--color-white) !important;
}

.contact .breadcrumb span {
  color: var(--color-secondary) !important;
}

.contact h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-white);
}

.form-contact {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-contact .contact-message {
  position: relative;
  background: var(--color-white);
  border: solid 0.4rem var(--color-secondary);
  padding: 80px 40px;
}

.form-contact .contact-message::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 70%;
  height: 70%;
  z-index: -1;
  background-color: var(--color-primary);
}

.contact-message h2 span {
  font-weight: 600;
  color: var(--color-secondary);
}

.icons-contact {
  margin-top: 40px;
}

.icons-contact .numero {
  font-size: 24px;
  font-weight: 700;
}

.icons-contact p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.icons-contact i {
  font-size: 30px;
  color: var(--color-secondary);
}

.maps {
  padding-top: 70px;
  position: relative;
}

.map-area {
  width: 100%;
  height: 465px;
  background: #E5E3DF;
}

.map-area iframe {
  border: none !important;
  width: 100%;
  height: 100%;
}

/*responsive*/

@media (max-width: 991px) {
  .map-area {
    width: 100%;
    height: 400px;
  }
}

/*--------------------------------------------------------------
  # Start Upload button Fixe
--------------------------------------------------------------*/

.fileUpload {
  position: fixed;
  top: 28%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 100;
}

.media-icons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-primary);
  padding: 6px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close-btn.open~.media-icons {
  transform: translateX(0);
}

.media-icons a {
  background-color: var(--color-white);
  text-decoration: none;
  position: relative;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 6px;
  transition: all 0.2s linear;
}

.media-icons a i {
  color: var(--color-primary);
}

.media-icons a:hover {
  background-color: var(--color-secondary);
}

.media-icons a:hover i {
  color: var(--color-white);
}

.media-icons a .tooltip {
  position: absolute;
  right: 55px;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 8px;
  width: 100px;
  border-radius: 4px;
  transform: translateY(-25px);
  opacity: 0;
  transition: all 0.2s linear;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

a:hover .tooltip {
  opacity: 1;
  transform: translateY(0);
}

a .tooltip::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(45deg);
  background-color: var(--color-secondary);
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  background-color: var(--color-primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: rotate(0deg) translateX(70%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close-btn:hover {
  transform: translateX(0);
}

.close-btn.open {
  transform: rotate(90deg);
  background-color: var(--color-secondary);
}

.upload-modal .modal {
  position: fixed;
  top: 10% !important;
}

.modal .fom_upload {
  height: 167px;
  display: flex;
  cursor: pointer;
  margin: 30px 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed var(--color-secondary);
}

.modal .fom_upload :where(i, p) {
  color: var(--color-secondary);
}

.modal .fom_upload i {
  font-size: 50px;
}

.modal .fom_upload p {
  margin-top: 15px;
  font-size: 16px;
}

.modal .fom_upload .file-input {
  display: none;
}

.modal section .row {
  background: #f2ffe6;
  list-style: none;
  padding: 15px 20px;
  margin: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal section .row i {
  color: var(--color-secondary);
  font-size: 30px;
}

.modal section .details span {
  font-size: 14px;
}

.modal .progress-area .row .content {
  width: 100%;
  margin-left: 15px;
}

.modal .progress-area .details {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}

.modal .progress-area .content .progress-bar {
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}

.modal .content .progress-bar .progress {
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
}

.modal .uploaded-area {
  max-height: 232px;
  overflow-y: scroll;
}

.modal .uploaded-area.onprogress {
  max-height: 150px;
}

.modal .uploaded-area::-webkit-scrollbar {
  width: 0px;
}

.modal .uploaded-area .row .content {
  display: flex;
  align-items: center;
}

.modal .uploaded-area .row .details {
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}

.uploaded-area .row .details .size {
  color: #404040;
  font-size: 11px;
}

.uploaded-area i.fa-check {
  font-size: 16px;
}

*/ .modal .preloader-box {
  margin: 5px 20px;
}

.modal .loaderUpload {
  width: 100%;
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.modal .loaderUpload::after {
  content: '';
  width: 230px;
  height: 4.8px;
  background: #62be01;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: animloader 0.8s linear infinite;
}

@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }

  100% {
    left: 100%;
    transform: translateX(0%);
  }
}

/*--------------------------------------------------------------
  # Start Produit
--------------------------------------------------------------*/
.dataTables_wrapper thead {
  background: #fff !important;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper th {
  font-weight: bold !important;
  border: 1px solid #efefef !important;
  text-align: left;
  border-top: 0px;
}

.dataTables_wrapper tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, .02) !important;
}

.dataTables_wrapper tr:nth-child(even) {
  background-color: #fff !important;
}

.dataTables_wrapper tbody tr td {
  border: 1px solid #efefef !important;
  padding: 0.7rem !important;
  text-align: left;
  border-top: 0px;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
  outline: none;
  padding: 7px 12px;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  background-color: #fff;
}

.dataTables_wrapper .dataTables_filter input[type="search"]:focus {
  border: 1px solid var(--color-secondary);
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 30px !important;

}

.dataTables_wrapper .dataTables_paginate {
  text-align: center !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block !important;
  padding: 5px 20px !important;
  margin: 0 2px !important;
  cursor: pointer !important;
  border: 1px solid #ddd !important;
  background-color: #f2f2f2 !important;
  color: #333 !important;
  text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--color-white) !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: not-allowed !important;
  color: #888 !important;
}

/* Optionally, add hover effect */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #ddd !important;
}



/*--------------------------------------------------------------
  # Start Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
  color: var(--color-white);
  background: url("/assets/img/footer-bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  margin-top: 0 !important;
}

.footer-content .img-fluid {
  max-width: 40% !important;
  height: auto;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(18, 18, 18, 0.819);
  z-index: -1;
}

.footer .footer-top {
  background-color: rgba(99, 190, 1, 0.744);
  width: 100%;
  z-index: 1;
  padding: 20px 0;
}

.footer .footer-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer .footer-content .showMore {
  color: var(--color-white);
}

.footer .footer-content p {
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  margin-top: 15px;
  width: 90%;
}

.footer .contact-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  gap: 10px;
  margin-bottom: 30px;
}

.footer .contact-info a {
  color: var(--color-white);
  transition: all 0.3s ease;
  font-weight: 400;
}

.footer .footer-content a:hover {
  color: var(--color-secondary);
}

.footer .footer-content .footer-Adress .follow {
  margin-top: 20px;
}

.footer .footer-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "poppins", sans-serif;
  color: var(--color-white);
}

.footer .footer-content .social-links a.facebook {
  background: #1877F2;
}

.footer .footer-content .social-links a.twitter {
  background: #12A5FF;
}

.footer .footer-content .social-links a.google {
  background: #DB4437;
}

.footer .footer-content .social-links a.pinterest {
  background: #CB1F27;
}

.footer .footer-content .social-links a.email {
  background: #C12626;
}

.footer .footer-content .social-links a.youtube {
  background: #C12626;
}

.footer .footer-content .social-links a.shopping-cart {
  background: var(--color-secondary);
}

.footer .footer-content .social-links a.facebook,
.footer .footer-content .social-links a.twitter,
.footer .footer-content .social-links a.google,
.footer .footer-content .social-links a.pinterest,
.footer .footer-content .social-links a.email,
.footer .footer-content .social-links a.youtube {
  font-size: 18px;
  display: inline-block;
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.footer .footer-content .social-links a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  text-decoration: none;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.footer .footer-content h4 {
  font-size: 20px;
  font-weight: 600 !important;
  color: var(--color-secondary);
  position: relative;
  padding-bottom: 5px;
}

.footer .footer-content .footer-links {
  margin-bottom: 20px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 10px;
  color: var(--color-secondary);
  font-size: 12px;
  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  font-size: 14px;
  color: var(--color-white);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-secondary);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px)
}

.footer .footer-content .footer-Adress p {
  color: var(--color-white);
  text-align: left;
  margin-bottom: 10px;
}

.footer .footer-top .newleter form {
  margin-top: 40px;
  background: var(--color-white);
  padding: 4px 10px;
  position: relative;
  border-radius: 4;
}

.footer .footer-top .newleter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  outline: none;

}

.footer .footer-top .newleter form input::placeholder {
  color: rgb(204, 204, 204);
}

.footer .footer-top .newleter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: 0.3s;
  border-radius: 4;
}

.footer .footer-top .newleter form input[type=submit]:hover {
  background: var(--color-black);
}

.footer .footer-botton {
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  padding: 20px 0;
}

.footer .footer-botton .copyright {
  text-align: center;
  font-size: 13px;
  color: var(--color-white);
}

.footer .footer-botton .copyright a {
  color: var(--color-secondary);
}

@media (max-width: 768px) {
  .footer .footer-top .footer-info {
    max-width: 93%;
  }

  .footer .copyright {
    font-size: 12px;
  }

  .footer .footer-top p {
    text-align: left;
    width: 100%;
  }

}

#back_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all .2s;
}

#back_top:hover {
  transform: scale(1.1);
}

#progress-value {
  display: block;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  font-size: 35px;
  color: var(--color-primary);
  transition: all .2s;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.back-to-top i {
  font-size: 14px;
  color: var(--color-white);
  line-height: 0;
}

.back-to-top:hover {
  transform: scale(1.1);
  background: var(--color-primary);
  color: var(--color-white);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.login-card-hide {
  display: none !important;
}

.error_mot{
  border-bottom: 1px solid rgba(255, 0, 0, 0.34) !important;
}

.warning_mot{
  border-bottom: 1px solid purple !important;
}

div#content_phrase{
  font-size: 18px !important;
}

div#content_phrase:empty:before {
  content:attr(data-placeholder);
  color:gray
}

/**
progress bar
 */
.progress-bar.indeterminate {
  position: relative;
  animation: progress-indeterminate 3s linear infinite;
}

@keyframes progress-indeterminate {
  from { left: -25%; width: 25%; }
  to { left: 100%; width: 25%;}
}
.d-none{
  display: none !important;
}
