.elementor-659916 .elementor-element.elementor-element-66dea98{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-659916 .elementor-element.elementor-element-66dea98:not(.elementor-motion-effects-element-type-background), .elementor-659916 .elementor-element.elementor-element-66dea98 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-659916 .elementor-element.elementor-element-27f28ec9{padding:0px 0px 0px 0px;}.elementor-659916 .elementor-element.elementor-element-27f28ec9 .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-659916 .elementor-element.elementor-element-148f1b1d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:5px 0px 0px 0px;font-size:18px;font-style:italic;line-height:24px;color:var( --e-global-color-primary );}.elementor-659916 .elementor-element.elementor-element-10c3c8a8{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:30px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-659916 .elementor-element.elementor-element-53119985{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-659916 .elementor-element.elementor-element-75f4afba{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-659916 .elementor-element.elementor-element-80e6c70{--display:flex;border-style:none;--border-style:none;--border-radius:15px 15px 15px 15px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:30px;--padding-left:50px;--padding-right:50px;}:root{--page-title-display:none;}@media(max-width:991px){.elementor-659916 .elementor-element.elementor-element-66dea98{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-659916 .elementor-element.elementor-element-27f28ec9{padding:0px 0px 0px 0px;}.elementor-659916 .elementor-element.elementor-element-148f1b1d{padding:5px 0px 0px 0px;}.elementor-659916 .elementor-element.elementor-element-10c3c8a8{--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-659916 .elementor-element.elementor-element-80e6c70{--padding-top:50px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-659916 .elementor-element.elementor-element-10c3c8a8{--content-width:900px;}}/* Start custom CSS *//* Formulaire principal */
.custom-form {
  max-width: 600px;
  margin: 0;
  padding: 0;
  margin-bottom: -72px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
}

.col-md-6 {
  flex: 1 1 50%;
  padding-right: 15px; 
}

.col-md-6:last-child {
  padding-right: 0;
}

.col-md-12 {
  flex: 1 1 100%;
}

/* Champs de saisie */
.form-control,
.form-control-message {
  width: 100%;
  background-color: #F6F6F6;
  height: 50px;
  font-size: 1rem;
  border: none !important;
  padding: 0 20px !important;
  box-sizing: border-box;
}

.form-control-message {
  height: 189px;
  padding: 10px 20px !important;
}

.form-control:focus,
.form-control-message:focus {
  border-color: #007bff;
  outline: none;
}

/* Placeholder */
.form-control::placeholder,
.form-control-message::placeholder {
  color: #838383;
  font-size: 14px;
}

/* Ligne téléphone */
.phone-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.country-code-wrapper {
  flex: 0 0 20%; 
}

.phone-number-wrapper {
  flex: 1;
}

/* Fichier joint */
.file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* Label pour styliser le bouton */
#file-attachment {
  display: none;
  height: 0;
  width: 0;
}

br{
    display: none;
}

/* Label pour styliser le bouton */
.custom-file-label {
  width: 242px;
  display: flex;
  align-items: center;
  justify-content: center; 
  background-color: #f5f5f5;
  border: 1px solid #B5B5B5;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-file-label:hover {
  background-color: #e2e8f0;
  border-color: #b3b3b3;
}

/* Icône d’attache */
.custom-file-label i {
  margin-right: 10px;
  font-size: 1.2rem;
}

/* Texte descriptif sous le bouton */
.file-info {
  font-size: 0.8rem;
  color: #666;
  display: block;
  margin-top: 2px;
  font-weight: 400;
}

/* Bouton d’envoi */
.btn-submit {
  background-color: #18333E !important;
  color: #ffffff !important; 
  font-size: 1rem;
  font-weight: bold;
  border: none; 
  border-radius: 4px !important; 
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #444;
}/* End custom CSS */