@font-face {
  font-family: GEDinarOne;
  src: url("../../fonts/GEDinarOne.ttc");
}

body * {
  font-family: GEDinarOne, sans-serif;
}

/********** Template CSS **********/
:root {
  --primary: #d0112b;
  --secondary: #f65005;
  --light: #f7f8fc;
  --dark: #111111;
}
p {
  text-align: justify;
}
#htworks p {
  text-align: center;
}
.lineleft {
  border-left: 4px solid #d0112b;
  text-align: justify;
}
.img-fluid {
  max-height: 100% !important;
}

.lineleftgray {
  border-left: 4px solid #939dab;
}

.back-to-top {
  background-color: #d0112b;
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.bg-icon {
  background: url(../img/bg-icon.png) center center repeat;
  background-size: contain;
}

/*body {*/
/*    font-family: "gedinarone", sans-serif;*/
/*}*/
/*h1, h2 , h3, h4, h5, h6 {*/
/*    font-family: "gedinarone", sans-serif;*/
/*}*/

h2 {
  color: #d0112b;
  text-transform: uppercase;
  font-weight: 700;
}
h4 {
  color: #ffff;
  font-size: 2.2rem;
  text-transform: uppercase;
}
/**************containt page***********/
.home-page-content {
  padding-top: 12% !important;
}
.formContainer h2 {
  font-size: 2rem;
}
.formContainer h3 {
  transition: 0.1s all;
}
.formContainer .card:hover h3 {
  color: #fff !important;
}
.formContainer .card .main-btn {
  /* margin: auto 27% !important; */
  position: absolute !important;
  bottom: 18px !important;
  transition: 0.1s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute !important;
  width: auto;
  margin: auto 32% !important;
  left: 0;
}

@media (max-width: 991px) {
  .formContainer .card .main-btn {
    margin: auto 26% !important;
  }
}
@media (max-width: 767px) {
  .formContainer .card .main-btn {
    margin: auto 39% !important;
  }
}
@media (max-width: 469px) {
  .formContainer .card .main-btn {
    margin: auto 33% !important;
  }
}
@media (max-width: 350px) {
  .formContainer .card .main-btn {
    margin: auto 28% !important;
  }
}
.btn-remplir,
.main-btn {
  margin-bottom: 0px !important;
}
.formpre {
  margin-left: -33px !important;
}
.formnext {
  margin-right: -33px !important;
}
.formContainer .card:hover .main-btn {
  background-color: #fff;
  color: #d0112b !important;
}
/***************men-top***********/
/* .navbar-light .navbar-toggler-icon {
    background-image: url('img/lines.svg') !important;
}
.navbar-light .navbar-toggler {
    border: none !important;
}
.customNav  .second-btn{
    color: #D0112B !important;
    border: 2px solid #D0112B  ;
}
.customNav .navbar-brand img  {
    width: 50% !important;
}
.customNav  {
    -webkit-box-shadow: 5px 5px 8px 5px rgba(224,224,224,0.20); 
    box-shadow: 5px 5px 8px 5px rgba(224,224,224,0.20);
}
.userdetails {
    width: 100% !important;
}
.logo {
    background-color: #ffff;
    padding: 2%;
    border-bottom-right-radius: 50px;
}
.menu-top i{
    font-size: 30px;
    color: #D0112B;
    transition: .5s all;
    padding-right: 30px;
    padding-left: 30px;
}
.menu-top-user-panel i{
    font-size: 30px;
    color: #D0112B;
    transition: .5s all;
}
.menu-top i:hover{
    color: #D0112B !important;
}
.menu-top-user-panel i:hover{
    color: #D0112B !important;
}
.m-f{
    color: #2A2A2A !important;
    transition: .5s all;
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.m-f:hover{
    color: #D0112B !important;
}
.customNav .m-f{
    color: #2A2A2A !important;
}
.customNav .menu-top i{
    color: #D0112B !important;
}
.customNav .menu-top-user-panel i{
    color: #D0112B !important;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: rgba(221, 221, 221, 0.411);}
  
  .dropdown:hover .dropdown-content {display: block;}

  
.img-profil img {
    width: 40px;
    height: 40px;
    border-radius: 55%;
    border: 2px solid #C00020;
    background-color: #fff;
  }
  .dropbtn {
    background-color: transparent;
    color: #ffff;
    border-style: none;
  } 
 .customNav .dropbtn {
    background-color: transparent;
    color: #2A2A2A  !important;
    border-style: none;
    padding: 5px;
  }
  #menu-log-in .navbar-light .navbar-nav .nav-link{
    color: #2A2A2A  !important;
    font-size: 18px;
  }
  #menu-log-in .dropdown-menu{
    border: none;
    -webkit-box-shadow: 0px 0px 7px 2px rgb(172 172 172 / 20%);
    box-shadow: 0px 0px 7px 2px rgb(172 172 172 / 20%);
  }
  #menu-log-in .dropdown-item{
    padding: 0.25rem 2rem;
    display: flex;
    align-items: center;
  }
  #menu-log-in .dropdown-item i{
    padding-right: 10px;
    font-size: 18px;
  }
  .user-profile{
      padding-left: 25px;
  }
.display-mobile{
    display: none;
}
.navbar .dropdown-toggle::after {
    content: " " !important;
} */
/*** Spinner ***/
#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
  margin-bottom: 10px;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.fixed-top {
  transition: 0.5s;
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  font-weight: 500;
  outline: none;
  height: fit-content !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--dark);
}
.formItem {
  -webkit-box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  height: 500px;
  width: 30% !important;
}
.second-btn {
  border: 2px solid #fff;
  border-radius: 0;
  padding: 13px 25px !important;
  color: #ffff !important;
  /* margin-left: 50px; */
  /* margin-right: 33px; */
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  z-index: 999;
  width: 80%;
  margin: auto;
}

.carousel-control-prev,
.carousel-control-next {
  width: 9%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
  border-radius: 3rem;
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/carousel-1.jpg) top right no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/*** Section Header ***/
.section-header {
  position: relative;
  padding-top: 25px;
}

.section-header.text-start::before,
.section-header.text-start::after {
  left: 0;
  transform: translateX(0);
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
  margin-top: -10% !important;
}

.about-img {
  margin-top: -10% !important;
}

/*** Product ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #ffffff;
}

.product-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.product-item img {
  transition: 0.5s;
}

.product-item:hover img {
  transform: scale(1.1);
}

.product-item small a:hover {
  color: var(--primary) !important;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
  width: 60px;
  height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
  color: var(--secondary) !important;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Footer ***/
.footer {
  color: #999999;
  background-color: F3F4F6 !important;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #999999;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  color: #999999;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  background-color: #d0112b;
  color: #ffff;
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.main-btn {
  background-color: #d0112b;
  border-radius: 0;
  padding: 15px 25px !important;
  border-style: none;
  color: #ffff !important;
}
.link-btn {
  font-weight: bolder;
  border-radius: 0;
  padding: 15px 25px !important;
  border-style: none;
  color: #d0112b !important;
  font-size: 20px;
}

.formItem p {
  height: 70%;
  height: 70%;
  text-align: justify;
  font-size: 1.2rem;
  padding: 10px;
}
.formItem h3 {
  font-size: 1.4rem;
  text-align: justify;
  padding: 1%;
  height: 120px;
}
.container-fluid .col-md-7,
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
.about-igppp {
  max-width: 100vw;
}
.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}
.call-igppp {
  background-color: #2a2a2a;
}

.call-igppp p {
  width: 90%;
  padding: 5%;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: justify;
}
.call-igppp svg {
  padding: 5%;
  max-width: 80%;
}
.call-igppp .col-md-3 {
  text-align: center;
}

.upper {
  text-transform: uppercase !important;
}
.htwork p {
  font-size: 1.2rem;
  font-weight: 600;
}
.formContainer .col-lg-4 {
  width: 30% !important;
  margin: auto !important;
}
.nonedisplay {
  display: none;
}
.plus-btn {
  background-color: #d0112b;
  border-radius: 0;
  padding: 15px 40px !important;
  border-style: none;
  text-align: left;
  color: #ffff !important;
}
.plus-btnWhite {
  background-color: #ffffff;
  border-radius: 0;
  padding: 15px 40px !important;
  border-style: none;
  text-align: left;
  color: #000 !important;
}
.text-right {
  text-align: right;
}
.carousel-control-prev {
  justify-content: left !important;
  left: -14px !important;
}

label {
  font-size: 1rem;
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.socialIcon i {
  font-size: 42px;
  padding-left: 20px;
  color: #d0112b;
}
.socialIcon i :hover {
  color: #2a2a2a;
  -webkit-box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
  box-shadow: 5px 5px 8px 5px rgba(224, 224, 224, 0.47);
}
.footer .contact {
  padding: 0 5%;
  color: #2a2a2a;
}
.bottomFotter a:hover {
  color: #f7f8fc !important;
}
.card {
  background: #fff !important;
  color: #2a2a2a !important;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  margin: 10px;
}

.card:hover {
  background-color: #d0112b !important;
  color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
.whText {
  color: #fff !important;
}
.RedBtn {
  background-color: #fff !important;
  color: #d0112b !important;
}
.formContainer .col-md-8 {
  max-height: 520px !important;
  padding: 10px !important;
}

.tagcloud {
  font-weight: 800;
  font-size: 24px;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  padding: 5% !important;
  text-transform: capitalize;
  color: #fff;
}
.tagcloud--item:hover {
  color: #d0112b;
}

.tagcloud--item {
  padding: 2% !important;
}
/*********reclamation form**********/
input#reclamation_Sujet {
  border-left: 5px solid #d0112b;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  max-height: 70px;
  height: 70px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
textarea#reclamation_Reclamation {
  border-left: 5px solid #d0112b;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  border-top: none;
  border-right: none;
  border-bottom: none;
}
div#reclamation_DemandeChoice {
  display: flex;
  align-items: center;
}
div#reclamation_DemandeChoice label {
  padding-bottom: 0;
  padding-left: 15px;
}
.formContainer select {
  border-left: 5px solid #d0112b;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  max-height: 70px;
  height: 70px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background-color: #fff !important;
}
input#reclamation_image {
  border-left: 5px solid #d0112b;
  -webkit-box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  box-shadow: 5px 5px 8px 5px rgb(224 224 224 / 47%);
  border-top: none;
  border-right: none;
  border-bottom: none;
  background-color: #fff !important;
}
/*****************style card************/
.col-md-3.formItem.card.wow.fadeInUp.card-remplir .p-4 {
  word-break: break-word !important;
  display: grid;
  height: 100%;
}
.col-md-3.formItem.card.wow.fadeInUp.card-remplir .p-4 .btn-remplir {
  align-self: end;
}

/****************responsive*************/
@media (max-width: 1354px) {
  .navbar-nav {
    font-size: 0.8rem !important;
  }
  h4 {
    font-size: 2em;
  }
  .second-btn,
  .main-btn {
    padding: 15px 15px !important;
  }
  .col-md-4 {
    width: 50% !important;
  }
  .userdetails .col-md-4 {
    width: 33% !important;
  }
  .formItem h3 {
    font-size: 25px;
    height: 90px;
  }
  .formItem p {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .formItem h3 {
    font-size: 25px;
    height: 90px;
  }
  .formItem p {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 992px) {
  .navbar-nav.me-auto.mb-2.mb-lg-0.w-100.align-items-center.justify-content-center {
    position: relative !important;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .px-lg-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-nav.ms-auto.col-md-12 {
    margin-left: 0px !important;
  }
}
@media (max-width: 992px) {
  .col-md-1.d-flex.align-items-center.menu-top-user-panel.justify-content-center
    > .nav-item.dropdown {
    display: none !important;
  }

  .home-page-content {
    padding-top: 18% !important;
  }
  nav.navbar {
    padding-top: 0;
    background-color: #fff;
  }
  h4 {
    font-size: 25px !important;
  }
  .logo img {
    width: 70%;
  }
  .titre-pres {
    margin-bottom: 15%;
  }
  .userdetails .col-md-4 {
    width: 100% !important;
  }
  .userdetails .col-md-9 {
    width: 100% !important;
  }
  .userdetails .col-md-3 {
    width: 100% !important;
  }
  svg {
    width: 70% !important;
    margin: auto;
  }
  .formItem {
    width: 90% !important;
    margin: auto;
    margin-top: 30px;
  }
  .navbar .navbar-nav {
    margin-top: 10px;
    background: #ffffff;
    flex-direction: row;
    justify-content: space-around !important;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .menu-top i {
    color: #d0112b !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-top a {
    color: #2a2a2a !important;
    font-size: 20px;
  }
  .dropbtn {
    color: #2a2a2a !important;
    font-size: 20px;
  }
  .display-mobile {
    display: block;
    font-size: 25px;
    padding-right: 25px;
  }
  .display-desktop {
    display: inherit !important;
  }
  .mobile-menu-nav {
    display: flex;
    align-items: center;
  }
  div#navbarCollapse .navbar-nav.ms-auto.p-4.p-lg-0 {
    width: 100%;
    text-align: center;
  }
  .navbar .second-btn {
    color: #d0112b !important;
    border-color: #d0112b !important;
    margin-top: 10px !important;
    /* margin-left: 0 !important; */
  }
}
@media (max-width: 768px) {
  .footer .row {
    display: block !important;
  }
  .tagcloud {
    display: none;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }
  .formItem h3 {
    font-size: 1.4rem !important;
  }
  .nav-link {
    margin-left: 0 !important;
    border-color: #d0112b !important;
  }
  .formItem h3 {
    font-size: 1.1rem;
  }
  .formItem {
    height: 520px;
    margin-top: 30px;
  }
  .navbar-light .navbar-toggler {
    background-color: #fff !important;
  }
  .logo {
    width: 60% !important;
    padding: 5% 9% 5% 3% !important;
  }
  .navbar {
    padding-top: 0 !important;
    background-color: #fff;
  }
  .navbar .second-btn {
    color: #d0112b !important;
    border-color: #d0112b !important;
    margin-top: 10px !important;
  }
  #header-carousel .carousel-item {
    position: relative;
    min-height: 100vh;
  }
  .logo img {
    width: 60% !important;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .carousel-caption {
    width: 80% !important;
    left: 10% !important;
  }
  .carousel-caption h4 {
    font-size: 1.2rem !important;
  }
  .about-img {
    margin-top: 0 !important;
  }
  .footer .col-lg-4 {
    text-align: center;
    padding-bottom: 25px;
    width: 80% !important;
    text-align: center;
    margin: auto !important;
  }
  .call-igppp svg {
    margin-bottom: 30px !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar .navbar-nav {
    width: 100% !important;
    flex-direction: row;
    justify-content: space-around !important;
  }
  .userdetails .col-md-3 {
    width: 100% !important;
  }
  .userdetails .col-md-9 {
    width: 100% !important;
  }
  .dropbtn {
    color: #2a2a2a !important;
  }
}
@media (max-width: 767px) {
  .carousel-inner-form .carousel-item > div {
    display: none;
  }
  .carousel-inner-form .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner-form .carousel-item.active,
.carousel-inner-form .carousel-item-next,
.carousel-inner-form .carousel-item-prev {
  display: flex;
}

/* medium and up screens */

@media (min-width: 200px) and (max-width: 634px) {
  .carousel-control-prev {
    left: 5% !important;
  }
}
#img-slide {
  width: 100% !important;
  height: 66rem !important;
}
