.elementor-4581668 .elementor-element.elementor-element-b8e3da1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-4581668 .elementor-element.elementor-element-b9d806d > .elementor-widget-container{margin:0px 0px 30px 0px;padding:0px 0px 0px 0px;}.elementor-4581668 .elementor-element.elementor-element-b9d806d .elementor-heading-title{font-size:40px;line-height:48px;}.elementor-4581668 .elementor-element.elementor-element-66fb47a{--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:space-between;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-4581668 .elementor-element.elementor-element-80bada0{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-4581668 .elementor-element.elementor-element-80bada0 > .elementor-widget-container{margin:0px 0px 100px 0px;}.elementor-4581668 .elementor-element.elementor-element-f09fd63{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-4581668 .elementor-element.elementor-element-b8e3da1{--content-width:1100px;}}@media(max-width:1024px){.elementor-4581668 .elementor-element.elementor-element-b8e3da1{--padding-top:200px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-4581668 .elementor-element.elementor-element-66fb47a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-4581668 .elementor-element.elementor-element-b8e3da1{--padding-top:120px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-80bada0 */.form-gen-graph{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin: 0 0 40px;
}

.nbr-transactions {
  border-color: #202024;
  border-radius: 5px;
  padding: 30px 25px 25px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}

.nbr-transactions legend {
  color: #202024;
  font-size: 17px;
  font-family: 'Wotfard';
  line-height: 22px;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
}

.form-gen-graph > div{
  width: 295px !important;
}


.form-gen-graph label{
   font-size: 15px;
   line-height: 22px;
   color: #202024;
   font-style: normal;
   display: block;
   margin: 0 0 10px;
}

.form-gen-graph input[type=number] {
  border: 1px solid #8b8b8b !important;
  padding: 10px !important;
  border-radius: 5px !important;
  width: 100%;
}

.form-gen-graph input::placeholder{
  color: #8b8b8b !important;
  font-size: 15px !important;
}

.form-gen-graph input ::-webkit-input-placeholder {
  color: #8b8b8b;
  font-size: 15px;
}
.form-gen-graph input ::-moz-placeholder {
  color: #8b8b8b;
  font-size: 15px;
}
.form-gen-graph input :-ms-input-placeholder {
  color: #8b8b8b;
  font-size: 15px;
}

.form-gen-graph > div.wrapper-submit-button {
  margin: 35px 0 0;
}

.wrapper-submit-button {
  margin: 15px 0 0;
}

.wrapper-submit-button button {
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  font-family: 'wotfard';
  transition: 0.3s all;
}

.wrapper-submit-button button:hover,
.wrapper-submit-button button:focus {
  transform: translateY(-5px);
  background: #202024;
}

.error-message {
    font-size: 14px;
    color: red;
    line-height: 16px !important;
    display: block;
    margin: 10px 0 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f09fd63 */.container-graph > div{
    width: 100% !important;
}

.keys-graph {
    color: #202024;
    font-size: 16px;
    font-family: 'Wotfard';
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 35px;
    margin: 0 0 25px;
}

.keys-graph div:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #c15756;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.keys-graph .marge-key:before{
    background: #eb9092;
}

.graph-stat {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 0px;
    flex-wrap: wrap;
    height: 400px;
}

.wrapper-barre-stat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 11.25%;
    padding: 0 5px;
}

.wrapper-barre-stat span {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #202024;
    width: 100%;
    margin: 5px 0 0;
}

.barre-stat{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.barre-stat div{
    width: 40%;
    height: 0px;
    position: relative;
}

.barre-revenu{
    background: #c15756;
}

.barre-marge{
    background: #eb9092;
}

.barre-stat div span {
    position: absolute;
    background: #fff;
    padding: 3px 7px;
    top: -40px;
    color: #202024;
    font-size: 12px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    z-index: 1;
    white-space: nowrap;
    width: auto;
    display: none;
}

.barre-stat div:hover span{
    display: block;
}

.axe-vertical {
    height: 100%;
    width: 10%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    font-size: 15px;
    color: #202024;
    align-items: end;
    z-index: 0;
}

.break-point {
    width: 100%;
    text-align: left;
    position: relative;
    line-height: 16px;
}

.break-point:after {
    content: "";
    display: block;
    height: 1px;
    width: 1000px;
    background: #d9d9d9;
    position: absolute;
    top: 4px;
    left: 100%;
}/* End custom CSS */
/* Start custom CSS */header div div{
    max-width: 1100px !important;
}/* End custom CSS */