.elementor-34402 .elementor-element.elementor-element-065d3cf > .elementor-container{max-width:1440px;}.elementor-34402 .elementor-element.elementor-element-4925b02 > .elementor-container{max-width:1440px;}/* Start custom CSS for section, class: .elementor-element-4925b02 */.elementor-shortcode {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.carte-retour {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #fefefe;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-family: sans-serif;
  transition: transform 0.2s ease;
  min-width: 30%;
  width: 30%;
}

.carte-retour:hover {
  transform: scale(1.01);
}

.contenu-retour p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.contenu-retour strong {
  color: #222;
  font-weight: 600;
}

.contenu-retour ul {
  margin: 0 0 15px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.contenu-retour ul li {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .carte-retour {
  min-width: 100%;
  width: 100%;
}
}/* End custom CSS */