.elementor-17 .elementor-element.elementor-element-7e77d0f{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-4bf2513{text-align:center;}.elementor-17 .elementor-element.elementor-element-4bf2513 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:36px;font-weight:600;color:var( --e-global-color-astglobalcolor2 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-0251a82{text-align:center;color:var( --e-global-color-astglobalcolor2 );}.elementor-17 .elementor-element.elementor-element-539cb9f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -60px) 0px;}.elementor-17 .elementor-element.elementor-element-2854750{--display:flex;}.elementor-17 .elementor-element.elementor-element-5478169{--display:flex;}.elementor-17 .elementor-element.elementor-element-c8d8903{width:100%;max-width:100%;}.elementor-17 .elementor-element.elementor-element-c897dcd{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-539cb9f *//* SECTION POURQUOI NOUS CONTACTER */

.pourquoi-contact{
padding:60px 20px;
text-align:center;
background:#ffffff;
}

.pourquoi-title{
font-size:28px;
margin-bottom:40px;
color:#222;
}

.pourquoi-container{
display:flex;
flex-wrap:wrap;
gap:25px;
justify-content:center;
max-width:1100px;
margin:auto;
}

.pourquoi-box{
background:#f5f5f5;
padding:25px;
width:240px;
border-radius:12px;
transition:0.3s;
}

.pourquoi-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.pourquoi-icon{
font-size:28px;
margin-bottom:10px;
}

.pourquoi-box h3{
font-size:18px;
margin-bottom:10px;
color:#222;
}

.pourquoi-box p{
font-size:14px;
color:#555;
line-height:1.6;
}

/* responsive */

@media (max-width:768px){

.pourquoi-box{
width:100%;
max-width:320px;
}

.pourquoi-title{
font-size:22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a51b9c *//* SECTION FORMULAIRE CONTACT */

.contact-form-section{
padding:60px 20px;
background:#f7f7f7;
text-align:center;
border-radius:12px; /* coins arrondis */
margin:40px auto;
max-width:1100px;
}

.contact-form-title{
font-size:28px;
margin-bottom:10px;
color:#222;
}

.contact-form-text{
max-width:700px;
margin:auto;
margin-bottom:35px;
color:#555;
line-height:1.6;
}

.contact-form{
max-width:800px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
background:#ffffff;
padding:30px;
border-radius:12px; /* coins arrondis formulaire */
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.form-row{
display:flex;
gap:15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
width:100%;
padding:14px;
border:1px solid #ddd;
border-radius:8px; /* coins arrondis champs */
font-size:15px;
}

.contact-form textarea{
min-height:120px;
resize:vertical;
}

.contact-form button{
background:#000;
color:#fff;
border:none;
padding:15px;
font-size:16px;
font-weight:600;
border-radius:8px; /* bouton arrondi */
cursor:pointer;
transition:0.3s;
}

.contact-form button:hover{
background:#333;
}

.contact-note{
font-size:14px;
color:#777;
margin-top:10px;
}

/* responsive */

@media (max-width:768px){

.form-row{
flex-direction:column;
}

.contact-form-title{
font-size:22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8d8903 *//* SECTION CONTACT RAPIDE */

.contact-rapide{
display:flex;
flex-wrap:wrap;
gap:25px;
justify-content:center;
margin:40px 0;
}

.contact-box{
background:#f5f5f5;
padding:25px;
border-radius:10px;
text-align:center;
width:240px;
transition:0.3s;
}

.contact-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.contact-icon{
font-size:28px;
margin-bottom:10px;
}

.contact-box h3{
margin-bottom:10px;
font-size:18px;
color:#222;
}

.contact-box p{
font-size:15px;
color:#444;
line-height:1.5;
}

.contact-box a{
color:#000;
text-decoration:none;
font-weight:600;
}

.contact-box a:hover{
text-decoration:underline;
}

/* responsive */

@media (max-width:768px){

.contact-rapide{
gap:15px;
}

.contact-box{
width:100%;
max-width:320px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ebcf7c *//* SECTION MAP */

.map-section{
padding:60px 20px;
background:#f7f7f7;
text-align:center;
}

.map-title{
font-size:28px;
margin-bottom:10px;
color:#222;
}

.map-text{
max-width:700px;
margin:auto;
margin-bottom:30px;
color:#555;
line-height:1.6;
}

.map-container{
max-width:1100px;
margin:auto;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.map-container iframe{
width:100%;
height:450px;
border:0;
display:block;
}

/* bloc avis */

.map-avis{
margin-top:30px;
}

.map-avis p{
font-size:16px;
margin-bottom:10px;
color:#444;
}

.map-avis a{
display:inline-block;
background:#000;
color:#fff;
padding:12px 25px;
border-radius:8px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.map-avis a:hover{
background:#333;
}

/* responsive */

@media (max-width:768px){

.map-container iframe{
height:320px;
}

.map-title{
font-size:22px;
}

}/* End custom CSS */