/*
Theme Name: Prélude
Text Domain: prelude-studio
Template: Divi
Description:  Custom Wordpress theme based on Divi.
Author:       Nathan Mathieu
Version: 1.0.0
Author URI:   https://prelude-studio.com
*/

:root {
  --rouge: #a82547;
  --vert: #b5be03;
  --grey: #b3b3b3;
  --light-red: #ffe2e2;
  --black: #080808;
  --transition: all 0.2s;
  --radius: 15px;
  --gradient: linear-gradient(80deg, var(--main-dark) -10%, var(--main-light) 110%);
  --gradient-st: linear-gradient(80deg, #ffa94d -10%, #ff5e00 110%);
}

*::selection {
  background: var(--main-dark) !important;
  background-color: var(--main-dark) !important;
}
footer {
  background-color: var(--light-red);
}
.row_col_centered .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section_row_centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pointer_events_none_img img {
  pointer-events: none !important;
}
.shortcode_form_small form {
  display: grid !important;
  grid-template-columns: 5fr 1fr;
}
.shortcode_form_small .forminator-pagination-footer {
  margin: 0 !important;
  position: relative;
}
.shortcode_form_small .forminator-pagination-footer::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -50px;
  height: 800px;
  background-color: #e4e4e4;
  width: 0.5px;
}
.no_label label {
  opacity: 0 !important;
  pointer-events: none !important;
}
.forminator-custom-form button {
  border-radius: 12px !important;
  padding-top: 10px !important;
  padding-right: 25px !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
}
/* dev  forminator */
.forminator-edit-module {
  display: none !important;
}
.forminator-select-dropdown {
  border-radius: 10px !important;
}

.forminator-select .selection .select2-selection--single[role="combobox"]:before,
.forminator-select .selection .select2-selection--multiple[role="combobox"]:before {
  display: none !important;
}
.forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"],
.forminator-select.select2-container--open .selection .select2-selection--multiple[role="combobox"] {
  border: none !important;
}
