/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


#main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cf7-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: sans-serif;
    color: #333;
}
.cf7-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.grey-bg { background: #f9f9f9; }
.cf7-section h3 {
    margin-top: 0;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    font-size: 1.2em;
}
.cf7-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.grid-half { flex: 1 1 calc(50% - 15px); min-width: 250px; }
.grid-third { flex: 1 1 calc(33.33% - 15px); min-width: 150px; }

.enfant-box {
    background: #fdfdfd;
    border: 1px dashed #ccc;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], select, textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.radio-inline {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
}
.files-section label {
    font-weight: bold;
    display: block;
    font-size: 0.85em;
    margin-bottom: 5px;
}
input[type="submit"] {
    background-color: #3498db;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1.1em;
    transition: 0.3s;
}
input[type="submit"]:hover { background-color: #2980b9; }


.fusion-accordian .fusion-panel.fusion-toggle-no-divider {
  border: 2px solid black;
  padding: 10px;
  border-radius: 15px;
  text-align: unset;
  margin-bottom: 10px;
  border-bottom: 2px solid black !important;
}

.entry-title {
	text-shadow:3px 3px 3px black;
}