/*
Theme Name: FazaCRM_2025
Description: Le theme 2025 FAZACRM
Author: Fazaé
Author URI: https://www.fazae.com
Template: twentytwentyfive
Version:  20250308
*/

/*HEADER*/
header .is-content-justification-space-between {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100% !important;
}

.wp-block-navigation-item__content:focus {
  outline: none;
}

/*FOOTER*/
footer {
  margin-block-start: 0;
}

/*GENERAL*/
.btn-savoir-plus img {
  margin-left: 5px;
}

.solution-tag {
  transform: translate(-50%, 0%);
}

li::marker {
  color: #1C2066 !important;
}

/*ACCUEIL*/
.icon-padding svg {
  padding: 16px;
}

.gb-element-a63da877,
.gb-element-a3649b17,
.gb-element-f3ba75d0,
.gb-element-2be1cf8c,
.gb-element-44f4d60e {
  transform: translate(0%, -50%);
}

/*ACCUEIL - secteur activite*/
.secteur-activites>div {
  width: calc(25% - 125px);
}

/*PAGE TYPE ARCHIVE*/
.type-archive {
  max-width: 1140px;
  margin: auto;
}

/*OFFRES FAZACRM*/
.offre-populaire {
  transform: translate(0%, -50%);
}

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

.shadow-offre {
  box-shadow: rgba(9, 10, 32, 0.3) 0px 0px 20px;
  position: relative;
  z-index: 2;
}

.shadow-fonctionnalites {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 10px -8px;
  position: relative;
  z-index: 2;
}

/*NOS REFERENCES*/
.scroll-horizontal ul {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  scrollbar-color: #e74c3c transparent;
  scrollbar-width: thin;
}

.scroll-horizontal li {
  flex: 0 0 auto;
  min-width: 400px;
  scroll-snap-align: start;
}

/*CONTACT*/
.drop-shadow {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
}

label {
  color: #1C2066;
}

input[type="text"].form-control,
input[type="email"].form-control,
.form-group.textarea,
.wpcf7-list-item {
  padding: 10px 0 0 0;
  width: 100%;
  font-size: 16px !important;
  background: transparent;
  z-index: 2;
  position: relative;
}

.acceptance-950 label {
  line-height: normal;
  font-size: .75rem;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: .75em;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}

.wpcf7-list-item {
  margin: 0px;
}

.wpcf7-submit {
  background: #1C2066;
  border: none;
  color: #fff;
  line-height: 40px;
  padding: 0px 20px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #1C2066;
  border-radius: 0;
}

.form-control.wpcf7-textarea {
  border: 1px solid #1C2066;
}

.form-control::placeholder {
  color: #1C2066;
  opacity: 1;
}

.wpcf7 textarea {
  width: 100%
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e74c3c;
  outline: 0;
  box-shadow: none;
}

.text-danger {
  color: #dc3545 !important;
}

small {
  font-size: 80%;
  font-weight: normal;
  color: #1C2066;
}

li::marker {
  background-color: #e74c3c;
  color: #fff;
}

/*Focus*/
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/*RESPONSIVE*/
@media (max-width: 1350px) {
  .hero-accueil {

    .gb-element-22b4c21e,
    .gb-element-05cbf023 {
      width: 50%;
    }
  }

}

@media (max-width: 1024px) {
  .secteur-activites>div {
    width: calc(33% - 11px);
  }
}

@media (max-width: 767px) {
  .hero-accueil {

    .gb-element-22b4c21e,
    .gb-element-05cbf023 {
      width: 100%;
    }
  }

  .secteur-activites>div {
    width: calc(50% - 8px);
  }

  .gb-element-a63da877,
  .gb-element-a3649b17,
  .gb-element-f3ba75d0,
  .gb-element-2be1cf8c,
  .gb-element-44f4d60e {
    transform: translate(0%, 0%);
    position: unset !important;
    width: unset !important;
  }

  .scroll-horizontal ul {
    display: block;
    overflow-x: hidden;
    scroll-snap-type: none;
  }

  .scroll-horizontal li {
    min-width: 100%;
    scroll-snap-align: unset;
    margin-bottom: 24px;
  }
}