/*
 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
------------------------------------------------------- */
.cls-espace .et_pb_image_wrap {
    margin-top: 40px;
}
strong {
    font-weight: 600;
}
.et_pb_button {
    font-weight: 600 !important;
}
#main-header .container {
    max-width: 100% !important;
	    width: 90%;
}
.list-mrg {
    margin-top: 20px;
	display: block;
}
.et_pb_button {
    padding: 12px 25px !important;
}
.head-button .et_pb_column {
    display: flex;
    gap: 0 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.head-button .et_pb_button {
    width: 170px;
    text-align: center;
	padding: 12px 20px !important;
}
#top-menu li a {
    font-weight: 500 !important;
}
.cls-milieu .et_pb_row {
    align-items: center;
}
.mobile_menu_bar:before {
    color: #0167b6;
}
.et_mobile_menu {
    border-top: 3px solid #0167b6;
}
.mfp-title {
    display: none !important;
}

.services-list {
  list-style: none !important;
  padding: 0 !important;
}

.services-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.services-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: #f5a623; /* orange like the screenshot */
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info {
  font-size: 16px;
  line-height: 1.6;
}

.contact-info p {
  margin: 8px 0;
  /*display: flex;*/
  gap: 10px;
}

.contact-info i {
  color: #ffc72c; /* your brand orange */
  min-width: 15px;
  margin-top: 5px;
	padding-right: 10px;
}

.contact-info a {
  color: #f5a623;
  text-decoration: none;
  font-weight: 600;
}


/* Colonnes en flex */
.cls-blog .et_pb_salvattore_content {
  display: flex;
  flex-wrap: wrap;
}

/* Chaque colonne */
.cls-blog .et_pb_salvattore_content .column {
  display: flex;
}

/* Article pleine hauteur */
.cls-blog .et_pb_salvattore_content article.et_pb_post {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Le contenu pousse le bouton/titre vers le bas si besoin */
.cls-blog .et_pb_salvattore_content .post-content {
  flex-grow: 1;
}
.cls-blog .et_pb_image_container {
    margin-bottom: 0px;
}
@media only screen and (max-width: 980px) {
.cls-flex {
    display: flex;
    flex-direction: column-reverse;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
}
}
@media only screen and (max-width: 767px) {
.head-button .et_pb_button {
    width: 140px;
    padding: 10px 15px !important;
    font-size: 14px !important;
}
.et_pb_button {
    padding: 10px 20px !important;
	font-size: 14px !important;
}
}

/* Container formulaire */
.wpcf7 {
    max-width: 700px;
    margin: 0 auto;
    font-family: inherit;
}
.wpcf7 p {
    padding-bottom: 0;
}
/* Labels */
.wpcf7 label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

/* Champs input & textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
    margin-bottom: 20px;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #ffc72c;
    outline: none;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

/* Bouton envoyer */
.wpcf7 input[type="submit"] {
	cursor: pointer;
}

/* Hover bouton */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
}

/* Messages validation */
.wpcf7-response-output {
    margin-top: 20px;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
}
/* Ligne Email + Téléphone */
.cf7-row {
    display: flex;
    gap: 20px;
}

/* Colonnes */
.cf7-col {
    flex: 1;
}

/* Responsive mobile */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
    }
}
