/*
Theme Name: LOU 
Text Domain: lou
Version: 0.1.0
Requires at least: 4.7
*/
  
  /* Container du formulaire */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

/* Labels */
.wpcf7 form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Inputs & textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: 0.25s border-color, 0.25s background;
  margin-bottom: 20px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-color: #4a90e2;
  background: #fff;
  outline: none;
}

/* Bouton submit */
.wpcf7 input[type="submit"] {
  background: #6a1622;
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover {
  background: #357ac8;
}

/* Messages d’erreur */
.wpcf7-not-valid-tip {
  color: #d9534f;
  font-size: 13px;
  margin-top: -15px;
  margin-bottom: 15px;
}

/* Message succès */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #5cb85c;
  padding: 12px;
  border-radius: 8px;
  background: #e9f8e9;
}

/* Message erreur */
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #d9534f;
  padding: 12px;
  border-radius: 8px;
  background: #ffecec;
}


/* Container */
.pagination {
    margin: 40px auto;
    text-align: center;
}

/* Links */
.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 4px;
    padding: 10px 15px;
    font-size: 14px;
    color: #6a1622;
    border: 1px solid #6a1622;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover */
.pagination a:hover {
    background-color: #6a1622;
    color: #fff;
}

/* Current page */
.pagination .current {
    background-color: #6a1622;
    color: #fff;
    border-color: #6a1622;
    cursor: default;
}

/* Dots (…) */
.pagination .dots {
    border: none;
}

/* Responsive */
@media (max-width: 480px) {
    .pagination a,
    .pagination span {
        padding: 8px 12px;
        font-size: 13px;
        margin: 3px;
    }
}
.sidebar-text{
	font-size: 15px!important;
	text-align: left!imoprtant;
}