.elementor-4914 .elementor-element.elementor-element-cbc26ee > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-4914 .elementor-element.elementor-element-cbc26ee{text-align:center;}.elementor-4914 .elementor-element.elementor-element-cbc26ee .elementor-heading-title{font-size:45px;color:#2D779F;}@media(max-width:767px){.elementor-4914 .elementor-element.elementor-element-cbc26ee .elementor-heading-title{font-size:35px;}}/* Start custom CSS for html, class: .elementor-element-31ec6e9 */.assurance {
  margin-top: 30px;
  text-align: center;
}

.title {
  margin-bottom: 30px;
  font-size: 35px;
  color: #2D779F;
}

.selection {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* évite les soucis en mobile */
  gap: 20px;
  padding: 0 20px 20px;
}

.choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding: 40px;
  font-size: 1.2em;
  color: #fff;
  background-color: #2D779F;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.2s ease;
}

.choice:hover {
  background-color: #3551b0;
  transform: translateY(-2px);
  color: #fff;
}

.choice .icon {
  font-size: 2em;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .choice { width: 45%; font-size: 1em; padding: 20px; }
  .title { font-size: 30px; }
}

@media (max-width: 480px) {
  .choice { width: 70%; }
}/* End custom CSS */