::selection {
    background: #373A41; 
    color: white;
}
li {
    padding-bottom: 0;
}
footer, .cta-bottom {
    display: none !important;
}
.hc_bookBuilder_dashboard_page_demandes .cleanList {
	overflow:hidden;
}

.hc_bookBuilder_dashboard_page_demandes .ep-dash-bloc-msg {
	width:auto;
	margin:20px;
}


.hc_bookBuilder_form .hc_bookBuilder_form_fields_container, .hc_bookBuilder_form .hc_bookBuilder_form_field {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    clear: both;
}
.hc_bookBuilder_form .hc_bookBuilder_field_label, .hc_bookBuilder_form .hc_bookBuilder_form_field_container_title {
    color: #050C27;
    font-size: 16px;
}
.hc_bookBuilder_form .hc_bookBuilder_field_description, .hc_bookBuilder_form .hc_bookBuilder_form_field_container_description {
    color: #050C27;
    opacity: .8;
    font-size: 15px;
    line-height: 20px;
}
.hc_bookBuilder_form_fields_container ul.ui-sortable {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hc_bookBuilder_form_field_container_header {
    display: none;
}
.hc_bookBuilder_form_field_group_header .hc_bookBuilder_form_field_group_title:before {
    content: "\f58e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    cursor: grab;
    padding-right: 10px;
}
label {
    width: 100%;
}
label select, .select-values {
    background: #ffffff;
    border: solid 1px #d7dde0 !important;
    min-height: 50px !important;
    border-radius: 10px;
    padding: 5px 20px !important;
    color: #050C27;
    cursor: pointer;
    font-weight: 500 !important;
    font-family: 'Montserrat';
}
.select-values {
    padding: 20px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hc_bookBuilder_multiselect .multiselect .select-values::before {
    top: 14px;
    right: 14px;
}
label input[type="text"] {
    background: #ffffff;
    border: solid 1px #d7dde0 !important;
    height: 50px !important;
    border-radius: 10px;
    padding: 5px 20px !important;
    color: #050C27;
    font-weight: 500 !important;
}
.hc_bookBuilder_form_field textarea {
    background: #ffffff;
    border: solid 1px #d7dde0 !important;
    border-radius: 10px;
    padding: 20px !important;
    color: #050C27;
    max-width: 100% !important;
    font-weight: 500 !important;
}

.hc_bookBuilder_form .empty .image_block:before {
    content: "Sélectionnez une image";
    text-align: center;
    display: block;
    position: absolute;
    color: #0f2e45;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}
.hc_bookBuilder_form_fields_container_thumbnail .image_block {
    height: 150px;
    border-radius: 10px;
    padding: 5px;
    background: #ffffff;
    border: solid 1px #d7dde0 !important;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.hc_bookBuilder_form_fields_container_thumbnail .image_block .uploadImage {
    display: none;
}
.hc_bookBuilder_form_fields_container_thumbnail .image_block .image_thumbnail {
    left: 0;
    top: 0;
    width: 148px;
    height: 148px;
    margin: auto;
    border-radius: 3px;
    background-repeat: no-repeat;
}
.hc_bookBuilder_form_fields_container_thumbnail .image_block .image_thumbnail:after {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #050C27, transparent);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
}
.hc_bookBuilder_form_field_image .image_block .hc_bookBuilder_updateElement {
    background-color: transparent;
    border: none;
    padding: 3px;
}
.hc_bookBuilder_form_field_image .image_block .hc_bookBuilder_updateElement:hover {
    color: white;
}

.hc_bookBuilder_form_fields_container_thumbnail .hc_bookBuilder_field_label, .hc_bookBuilder_form_fields_container_name .hc_bookBuilder_field_label, .hc_bookBuilder_form_fields_container_email .hc_bookBuilder_field_label {
    padding-bottom: 10px;
}
.hc_bookBuilder_form input[type="button"], .hc_bookBuilder_form input[type="submit"] {
    width: auto !important;
    text-transform: initial;
    font-size: 16px;
    background: #3D64FF !important;
    border: none !important;
    padding: 10px 30px;
    line-height: 30px;
    transition: .4s;
    display: table;
    margin: auto !important;
    border-radius: 10px;
}
.hc_bookBuilder_form input[type="button"]:hover, .hc_bookBuilder_form input[type="submit"]:hover {
    background: #000A56 !important;
    color: white !important;
}
.hc_bookBuilder_multiselect .select-value {
    padding: 5px 15px 5px 8px;
    background-color: #050C27;
    border: none;
    border-radius: 5px;
    color: white;
    margin: 0 !important;
}
.hc_bookBuilder_multiselect .remove-select-value {
    position: relative;
    top: 3px;
    color: #ffffff;
    background: none;
    border: none;
    font-size: 19px;
    right: -5px;
}
.hc_bookBuilder_multiselect .multiselect.open .select-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    background-color: white;
    margin: 0;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    padding: 15px !important;
    box-shadow: 7px 5px 30px rgb(25 65 109 / 20%);
    border-radius: 5px;
    margin-top: 6px;
    border: none !important;
    font-family: 'Montserrat';
}
.hc_bookBuilder_multiselect .multiselect.open .select-checkboxes > label span {
    font-weight: 500;
    color: #050C27;
}
.hc_bookBuilder_multiselect .select-checkboxes label {
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}
.hc_bookBuilder_multiselect .select-checkboxes label:hover {
    background: #050C27;
    color: white;
}
.hc_bookBuilder_multiselect .select-checkboxes label:hover span {
    background: transparent !important;
    color: white !important;
}
.ep-sect-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.ep-title-form-edit {
    color: #050C27;
    font-size: 18px;
    border-radius: 20px 20px 0 0;
    padding: 20px 40px;
    font-weight: bold;
    background: #f2f6f8;
    margin-bottom: 0;
    border-bottom: solid 1px #d7dde0;
    margin-top: 0;
    display: none;
}
.ep-form-edit {
    background: #f2f6f8;
    border-radius: 20px;
    margin: 0px 0 50px 0;
    width: 100%;
    max-width: 800px;
}
.hc_bookBuilder_form_field_file .file_block {
    background: #ffffff;
    border: solid 1px #d7dde0 !important;
    border-radius: 10px;
    padding: 12px;
}

.hc_bookBuilder_form {
    margin-top: 0;
}
.hc_bookBuilder_form .notices {
    margin: 20px 40px;
}
.ep-visibility-notice {
    background: #F9F4C4;
    text-align: center;
    padding: 20px 40px;
    border-radius: 10px;
    max-width: 800px;
}
.ep-visibility-notice .ep-visibility-notice-titile {
    color: #95702C;
    font-weight: bold;
    font-size: 18px;
}
.ep-visibility-notice .ep-visibility-notice-txt {
    color: #af9256;
    font-size: 14px;
}
.hc_bookBuilder_form_fields_container_template .hc_bookBuilder_form_field_choices {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.hc_bookBuilder_form_fields_container_template .hc_bookBuilder_form_field_choices label {
    width: calc(50% - 20px);
    margin: 0;
}
.hc_bookBuilder_form_fields_container_template .hc_bookBuilder_form_field_choices label input, .hc_bookBuilder_form_fields_container_template .hc_bookBuilder_form_field_choices label .choice_label {
    display: none;
}
.hc_bookBuilder_form_fields_container_template .hc_bookBuilder_form_field_choices .choice_img {
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.hc_bookBuilder_form_fields_container_template .hc_bookBuilder_form_field_choices label input[type="radio"]:checked + .choice_label + .choice_img {
    border: 2px solid #3c52ff;
    box-shadow: 0 0 15px rgba(62, 101, 255, 0.6);
}
.hc_bookBuilder_form_fields_button .hc_bookBuilder_addElement {
    border: solid 2px #dfe2e8;
    color: #060c27;
    text-transform: initial;
    font-size: 16px;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    width: fit-content;
    margin: 20px auto 0 auto;
    background: #dfe2e8;
    font-weight: 600;
}
.dashicons-plus-alt2:before {
    content:"\f0fe";
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
}
.hc_bookBuilder_form_field_textarea .mce-panel {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
}
.hc_bookBuilder_form_field_textarea .mce-content-body  {
    background: white !important;
}
.hc_bookBuilder_form_field_textarea .mce-tinymce.mce-container.mce-panel {
    border: solid 1px #d7dde0 !important;
}
.hc_bookBuilder_form_field .hc_bookBuilder_buttons {
    right: 17px;
    top: 17px;
}
.form_fields .hc_bookBuilder_form_field_group {
    background-color: white !important;
    margin: 0;
    padding: 20px !important;
    border-radius: 8px;
    border: solid 1px #dfe2ea !important;
}
.hc_bookBuilder_form_field_group .hc_bookBuilder_form_field_group_header {
    cursor: pointer;
}
.hc_bookBuilder_form_field_group .hc_bookBuilder_form_field_group_header p {
    margin: 0;
}
.hc_bookBuilder_form_fields_container_albums .form_fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hc_bookBuilder_buttons .hc_bookBuilder_button {
    background: #dfe2e9;
    color: #050C27;
    border: none;
}
.hc_bookBuilder_buttons .hc_bookBuilder_deleteElement {
    color: #060c27;
    border: none;
}

.hc_bookBuilder_form_field_group > ul:not(.hiddenElement) {
    padding-top: 20px;
    border-top: solid 1px #b9b9b9;
    margin-top: 20px;
}
.hc_bookBuilder_form_fields_container_albums .hc_bookBuilder_form_field_container_header {
    display: none;
}
.hc_bookBuilder_form_field_group_header .hc_bookBuilder_form_field_group_title {
    color: #050C27 !important;
}

.docbuilder-menuItem:not(.no_category) + .no_category {
	margin-top:30px;
}
.menu_category {
    color: white;
    font-size: 18px;
    border-bottom: solid 1px #5f6271;
    padding-bottom: 5px;
    line-height: 30px;
    margin-bottom: 15px;
}

.hc_bookBuilder_form .notices .hc_bookBuilder_form_notice.success {
    border: none !important;
    background-color: #D2EEDA !important;
    color: #1E652D !important;
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 5px;
}
.hc_bookBuilder_form .notices .hc_bookBuilder_form_notice.success span {
    color: #1E652D !important;
    display: flex;
    align-items: center;
}
.hc_bookBuilder_form .notices .hc_bookBuilder_form_notice.success span:before {
    content:"\f058"; 
    font-family: "Font Awesome 6 Pro"; 
    margin-right: 6px; 
    font-weight: 400; 
    font-size: 16px;
} 
.hc_bookBuilder_form_fields_container_choice-theme .hc_bookBuilder_form_field_choices > label > input, .hc_bookBuilder_form_fields_container_choice-theme .hc_bookBuilder_field_label {
    display: none;
}
.hc_bookBuilder_form_fields_container_choice-theme .hc_bookBuilder_form_field_choices > label > .choice_label {
    color: #050c27;
    padding-bottom: 10px;
    display: block;
}
.hc_bookBuilder_form_fields_container_choice-theme .hc_bookBuilder_form_field_choices > label > .choice_img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.hc_bookBuilder_form_fields_container_choice-theme .hc_bookBuilder_form_field_choices > label > .choice_img:before {
    content: "\f521";
    font-family: "Font Awesome 6 Pro";
    margin-right: 6px;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    color: #d57d09;
    top: 10px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 10px;
    background: #ffffff;
    right: 10px;
    margin-top: 0;
    box-shadow: 2px 1px 12px 0px #605f5f36;
    
}
.hc_bookBuilder_form_fields_container_choice-theme .hc_bookBuilder_form_field_choices {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.hc_bookBuilder_form_fields_container_choice-theme .hc_bookBuilder_form_field_choices label input[type="radio"]:checked + .choice_label + .choice_img {
    border: 4px solid #050c27;
    box-shadow: 0 0 15px rgb(5 12 39 / 43%);
}
.hc_bookBuilder_form_fields_container_choice-theme .hc_bookBuilder_form_field_choices label input[type="radio"]:checked + .choice_label + .choice_img:after {
    content:"Thème selectionné";
    position: absolute;
    bottom: 10px;
    text-align: center;
    padding: 4px 20px;
    border-radius: 20px;
    background: #050c27;
    color: white;
    font-size: 14px;
    left: calc(50% - 80px);
}
.hc_bookBuilder_geoloc_container .hc_bookBuilder_geoloc_error {
    background-color: white !important;
    border: 1px solid #ff0303 !important;
    color: initial !important;
}
.hc_bookBuilder_geoloc_error_message {
    font-size: 14px;
    line-height: 22px;    
}
@media screen and (min-width: 768px) {
    .hc_bookBuilder_multiselect .multiselect.open .select-checkboxes > label {width: calc(50% - 5px);}
    .hc_bookBuilder_form_fields_container_thumbnail {width: 30% !important; float: left; clear: none !important;}
    .hc_bookBuilder_form_fields_container_name, .hc_bookBuilder_form_fields_container_email {width: 70% !important; float: left; clear: none !important; margin-bottom: 10px !important;}
    header {display: none !important;}
}