/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
@media (min-width: 981px){
    .middle  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 980px){
.reverse {
    display: flex;
    flex-direction: column-reverse;
	}}
.et-search-form, blockquote {
    border-color: #cc5b46 !important;
}

/* Rows */
.custom-contact-form .form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.custom-contact-form .form-col {
    flex: 1;
}

/* Full width textarea */
.custom-contact-form .full-width {
    flex-direction: column;
}

/* Inputs + textarea */
.custom-contact-form input.wpcf7-text,
.custom-contact-form input.wpcf7-email,
.custom-contact-form input.wpcf7-tel,
.custom-contact-form .wpcf7-submit,
.custom-contact-form textarea {
    width: 100%;
    padding: 18px;
    border: 0px solid #dcdcdc;
    background: #fff;
    font-size: 15px;
    color: #999;
    outline: none;
}

/* Remove rounded corners */
.custom-contact-form input,
.custom-contact-form textarea {
    border-radius: 0;
}

/* Textarea height */
.custom-contact-form textarea {
    height: 200px;
    resize: none;
}

/* Button container */
.custom-contact-form .form-submit {
    display: flex;
    justify-content: flex-end;
}

/* Button style */
.custom-contact-form input[type="submit"] {
    background: #fff;
    color: #5382b6;
    padding: 14px 35px;
    border: none;
    letter-spacing: 3px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 30px;
}

/* Hover */
.custom-contact-form input[type="submit"]:hover {
    background: #fff;
	color: #cc5b46;

}
/* Supprime les marges parasites */
.wpcf7-checkbox input[type="checkbox"] {
    margin: 4px 0 0 0 !important;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.nav li ul {
    position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 0px solid #2ea3f2 !important;
    -webkit-box-shadow: NONE !important;
}
#top-menu li li {
    padding: 0 10px !important;
}
#top-menu li li a {
    padding: 6px 10px !important;
    width: 249px !important;
}
.nav li ul {
    width: 270px !important;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent !important;
}
span.wpcf7-list-item-label {
    color: #fff !important;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff !important;
}

h1.entry-title {
    font-size: 45px;
    line-height: 1.4em;
}
span.published {
    color: #5381b6;
    font-weight: bold;
}


/***/


.seban-review {
  margin: 50px auto;
  padding: 40px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(63,127,191,0.06), rgba(232,92,58,0.06));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
}

/* Glow subtil */
.seban-review::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(232,92,58,0.15), transparent 70%);
  filter: blur(60px);
}

.seban-review::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(63,127,191,0.15), transparent 70%);
  filter: blur(60px);
}

/* Texte */
.seban-review p {
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
}

/* CTA moderne glass button */
.seban-review .cta {
  margin: 30px 0;
  text-align: center;
}

.seban-review .cta a {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 60px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #e85c3a, #3f7fbf);
  box-shadow: 0 10px 30px rgba(63,127,191,0.25);
  transition: all 0.35s ease;
  letter-spacing: 0.3px;
}

.seban-review .cta a:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Bloc info */
.seban-review .why {
  margin-top: 25px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(63,127,191,0.15);
  backdrop-filter: blur(6px);
}

/* Footer */
.seban-review .footer {
  margin-top: 25px;
  font-size: 14px;
  color: #666;
  text-align: center;
  opacity: 0.9;
}

.seban-review .cta br {
    display: none;
}



/***/




/* zone formulaire */

/* textarea */
.seban-review  textarea   , .seban-review .wpcf7 input[type="email"]{
  width: 100%;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #ddd;
}

/* étoiles inline */
.seban-review .wpcf7-list-item {
  display: inline-block;
  margin-right: 10px;
}

/* bouton */
.seban-review input[type="submit"] {
  margin-top: 15px;
  padding: 14px 30px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #e85c3a, #3f7fbf);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* footer */


.seban-review   span.wpcf7-list-item-label {
    color: black !important;
}

.seban-review  span.wpcf7-spinner {
    display: block;
}






/******** Wpml ************/
 #top-menu li.wpml-ls-item li a {
    width: 60px !important;
}
.nav li.wpml-ls-item ul {
    width: 60px !important;
}







