/* Start Banner */

.banner .banner-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/*  End Banner  */

/* start qui sommes nous page */

.about-page .page-wrapper {
  padding: 100px 0;
}

.about-page .page-wrapper .about-us-list li {
  margin: 12px 0;
}

/*  end qui sommes nous page  */

/* start index page */

.index-page .nos-produits .title,
.index-page .nos-produits .sub-title {
  color: #4e6fe3;
}

.index-page
  .nos-produits
  .tm-sc-projects.projects-current-theme
  .tm-project
  .details {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background: rgb(33 60 101 / 90%);
}

.index-page .nos-references .item img {
  filter: none;
  opacity: 1;
}

/*  end index page  */

/* start single produit page */

.single-produit-page .wrapper {
  padding: 30px 90px 60px;
}

.single-produit-page .product-title {
  margin: 0 0 30px 0;
}

.single-produit-page .product_content p {
  text-align: justify;
}

.single-produit-page .btn-more-info {
  background-color: #fc4e00;
  border-color: #fc4e00;
  color: #fff;
}

.single-produit-page .btn-more-info:hover {
  background-color: #092755;
  border-color: #092755;
  color: #fff;
}

.single-produit-page .product_content .see_more {
  display: block;
  color: #6a778c;
}

/*  end single produit page  */

/* start single post page */

.single-post-page .wrapper {
  padding: 30px 90px 60px;
}

.single-post-page .post-title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

/*  end single post page  */

/* start no produits page */

.nos-produits-page .wrapper {
  padding: 30px 90px 60px;
}

.nos-produits-page .product-box {
  margin: 10px 0;
}

.nos-produits-page .title,
.nos-produits-page .sub-title {
  color: #4e6fe3;
}

.nos-produits-page .tm-sc-projects.projects-current-theme .tm-project .details {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background: rgb(33 60 101 / 90%);
}

/*  end no produits page  */

/* start footer */

.footer .contact-us-list i {
  margin-right: 10px;
}

/*  end footer  */

/* start contact page */

.contact-page .wrapper {
  padding: 30px 90px 60px;
}

.contact-page .contact-form input {
  display: block !important;
  height: calc(2.25rem + 18px) !important;
  width: 100% !important;
  padding: 8px 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  outline: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #ced4da !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.contact-page .contact-form-submit {
  display: inline-block !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  user-select: none !important;
  border: 3px solid transparent !important;
  padding: 0.8rem 2.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
  transition: all 0.2s ease-in-out !important;
  letter-spacing: 0.05rem !important;
  overflow: hidden !important;
  cursor: pointer !important;
  color: #fff !important;
  background-color: #4e6fe3 !important;
  border-color: #4e6fe3 !important;
}

.contact-page .contact-form-submit:hover {
  background-color: #662e91!important;
  border-color: #662e91!important;
}

.contact-page .contact-form .wpforms-form input.wpforms-field-medium,
.contact-page .contact-form .wpforms-form select.wpforms-field-medium,
.contact-page
  .contact-form
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.contact-page .contact-form .wpforms-form textarea {
  resize: none;
}

/*  end contact page  */

/* start rejoindre nous */

.index-page .modal .modal-body label {
  width: 100%;
}

.index-page .modal .modal-body input[type="text"],
.index-page .modal .modal-body input[type="email"],
.index-page .modal .modal-body input[type="file"],
.index-page .modal .modal-body textarea {
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

.index-page .modal .modal-body input[type="text"],
.index-page .modal .modal-body input[type="email"],
.index-page .modal .modal-body input[type="file"] {
  height: calc(2.25rem + 18px);
}

.index-page .modal .modal-body input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  border-width: 3px;
  letter-spacing: .05rem;
  padding: 0.8rem 2.5rem;
  overflow: hidden;
  color: #fff;
  background-color: #4e6fe3;
  border-color: #4e6fe3;
  cursor: pointer;
}

.index-page .modal .modal-body input[type="submit"]:hover {
  background-color: #092755;
  border-color: #092755;
  
}

.index-page .modal .modal-body input[type="text"]:focus,
.index-page .modal .modal-body input[type="email"]:focus,
.index-page .modal .modal-body input[type="file"]:focus,
.index-page .modal .modal-body textarea:hover {
  box-shadow: 0 0 0 0.2rem rgb(255 79 0 / 50%);
}

.index-page .modal .modal-body textarea  {
  resize: none;
}

/*  end rejoindre nous  */

/* Start lien utiles */

.lien-utiles-page .list-lien-utiles ul {
  list-style: none;
}

.lien-utiles-page .list-lien-utiles ul li {
  text-align: center;
  margin-bottom: 15px;
}

.lien-utiles-page .list-lien-utiles ul li a {
  color: #6a778c;
}

/*  End lien utiles  */
