/*
Theme Name: Flatsome Child
Theme URI: https://www.flatsomechild.com
Description: Thème enfant de Flatsome
Author: Ton Nom
Template: flatsome
Version: 1.0
*/

@import url("../flatsome/style.css");

.devis-modal {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.devis-content {
  background: white;
  padding: 20px;
  margin: 10% auto;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
}
.close-devis {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}
