.wrapper_lightbox {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #c6c6c65c;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.container_lightbox {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.wrap_lightbox {
    background-color: #FFFFFF;
    /* padding: 27px 27px; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
    border-radius: 6px;
}

h3.title_lightbox {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 15px 27px;
    line-height: 1.4;
    margin-top: 5px;
    background: var(--primary-color);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    text-transform: uppercase;
}

.btn_close {
    position: absolute;
    top: 5px;
    right: 11px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.container_form_lightbox {
    margin-top: 0px;
    margin-bottom: 35px;
    position: relative;
    padding: 4px 10px 0px;
}

form.form_lightbox {
    position: relative;
}

.space_btn_submit {
    margin-top: 0px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0px 17px;
}

button.button_lightbox {
    padding: 10px 18px;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    background: #fff;
    font-size: 14px;
    color: var(--primary-color);
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
    text-transform: capitalize;
    outline: none;
}

button.button_lightbox:hover {
    background: var(--primary-color);
    color: #fff;
}

.space_btn_submit.space_double button.button_lightbox {
    margin-right: 6px;
    margin-left: 6px;
}

/* ********************************************************* */

.div_field_form {
    padding: 12px 20px 15px;
    position: relative;
    /* border-bottom: 1px solid #dbdbdb; */
    margin-bottom: 10px;
    overflow-x: hidden;
    max-height: 450px;
}

.field_input.full_line {
    width: 100%;
}
.contener-bloc-connexion {
    width: auto;
}

.field_input.four {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.field_input.four > div {
    width: 24%;
    position: relative;
}

.class_select.ui.fluid.search.selection.dropdown {position: relative;}

i.dropdown.icon {
    width: fit-content !important;
    height: fit-content !important;
    top: 50% !important;
    transform: translateY(-28%);
    right: 6px !important;
    position: relative !important;
}
.field_input {
    position: relative;
    margin-bottom: 15px;
}

.element_field {
    position: relative;
    margin-bottom: 15px;
}

.field_input.full_line .element_field input {
    width: 100%;
}

.field_input.middle .element_field input{
    width: 100%;
}

.field_input.middle .element_field select{
    width: 100%;
}

input.class_input {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    margin-bottom: 0px;
    position: relative;
    height: 45px;
    padding: 6px 10px 5px !important;
    box-sizing: border-box;
    outline: none;
}

.field_input.middle {
    display: flex;
    position: relative;
    /* width: 49%; */
    justify-content: space-between;
}

.field_input.middle .element_field {
    width: 49%;
}

select.class_select {
    width: 100%;
    position: relative;
}

select.class_select {
    position: relative;
    border-radius: 3px;
    margin-bottom: 1px;
    border: 1px solid #dbdbdb !important;
    height: 45px;
    padding: 16px 10px 5px;
}

label.label_field {
    font-size: 11px;
    color: #000;
    position: absolute;
    top: -5px;
    left: 11px;
    font-weight: 700;
    z-index: 1;
    width: auto;
    background-color: white;
}

.class_select, .class_input {
    margin-top: 5px;
    transition: all .3s;
    padding-left: 14px !important;
    background: transparent;
}

.list_categorie::-webkit-scrollbar {
    width: 8px;
    background: #d5d5d5;
    border-radius: 0;
}
.list_categorie::-webkit-scrollbar-thumb {
    background: #006FC1;
    border-radius: 0;
}

table.table_list {
    width: 100%;
    text-align: center;
    /* background: #f7f7f7; */
    border-spacing: 0;
}

table.table_list thead tr {
    background: #ddd;
    height: 30px;
    text-align: center;
    font-size: 12px;
}

table.table_list tbody tr.text {
    height: 30px;
    cursor: pointer;
    background: #b3d4ec30;
}

.text td.selection_liste {
    /* border-top: 1px solid rgb(215 215 215); */
    font-size: 12px;
    padding: 7px;
}

.list_categorie {
    overflow-y: auto;
    max-height: 215px;
    position: relative;
}

.class_input:hover, .class_input:focus,
.class_select:hover, .class_select:focus {
    border: 1px solid #0171d2;
}

th.text-left, thead.text-left, tbody.text-left, td.text-left {
    text-align: left;
}

th.text-right {
    text-align: left;
}

th.text-center {
    text-align: left;
}

.table_list thead tr th {
    padding: 7px;
}

.table_list tbody tr.text:nth-child(2n+2) {
    background: white;
}

td.selection_liste.action span {
    margin-left: 5px;
    margin-right: 5px;
}

td.selection_liste.action {
    width: 125px;
}

.selection_liste.action span a{
    color: #006fc1d9;
}

.selection_liste.action span:nth-child(4) a{
    color: #ff0000d6;
}

.class_input.input_file{
    padding: 22px 2px 35px 10px !important;
}

.class_texterea {
    width: 100%;
    height: 70px;
    position: relative;
    border-radius: 3px;
    padding: 25px 10px 10px;
    border: 1px solid #dbdbdb;
    margin-top: 5px;
}

.class_texterea:hover, .class_texterea:focus{
    border: 1px solid #006fc1d9;
}

.div_field_form::-webkit-scrollbar {
    /* width: 5px; */
    /* background-color: #dfdfdf; */
}

.div_field_form::-webkit-scrollbar-thumb {
    /* width: 5px; */
    /* background-color: #006FC1; */
}

label.label_field:first-letter {
    text-transform: capitalize;
}

.class_texterea.simple_texterea{
    padding: 24px 10px 10px;
}
.tox-tinymce-aux {
    z-index: 30000000 !important;;
}


.field_double {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.field_double .field_input .element_field {
    width: 100%;
}

.space_btn_submit .button_lightbox:nth-child(1) {
    order: 2;
}

.space_btn_submit .button_lightbox:nth-child(2) {
    order: 1;
}

.space_btn_submit .button_lightbox:nth-child(1) {
    background-color: var(--primary-color);
    color: #fff;
}

.field_double.column {
    display: flex;
    flex-direction: column;
    position: relative;
}

.column h5 {
    margin: 0;
    color: darkgray;
}

.field_input.middle.telephone {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.telephone .element_field:first-child {
    width: 135px;
    margin-right: 6px;
}

.telephone select.class_select {
    padding: 0px 10px 0px !important;
}


/*  */

h3.elt_text {
    font-size: 14px;
    margin-top: 12px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 500;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

.class_input.elt-check {
    display: none;
}

.label_field.label-elt-check {
    display: flex;
    top: 0;
    left: 0;
    position: relative;
    align-items: center;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.label_field.label-elt-check:before {content: "";position: absolute;width: 18px;height: 18px;border: 2px solid #1371e4;left: 0;border-radius: 3px;background: transparent;}

.label-elt-check:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    left: 4px;
}

.class_input.elt-check:checked ~ .label-elt-check:after {
    background: #1371e4;
    transform: none;
}



.tire-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.ligne-design {
    background: black;
    height: 1px;
    width: 27%;
}

.content-image-principale {
    width: 100%;
    height: 370px;
    border: 1px dashed grey;
    border-radius: 4px;
    position: relative;
    padding: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.icone-camera {
    position: absolute;
    right: -17px;
    background: #0195d4;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    /* padding: 8px; */
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wrap-partenaire {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.description-partenaire {
    text-align: center;
    font-size: 15px;
}

.ui.search.dropdown>input.search {
    height: 100% !important;
}
#form-editer-photo-produit .space_btn_submit {
    justify-content: center;
}

.tire-form h3 {
    color: var(--primary-color);
    text-align: center;
    width: auto;
}

.ligne-design:first-child {
    /* margin-left: 0; */
    margin-right: 10px;
}

.ligne-design:last-child {
    margin-left: 10px;
    /* margin-right: 0; */
}

.icone-camera {
    position: absolute;
    right: -17px;
    background: #0195d4;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    /* padding: 8px; */
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



.next-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #a7a3a3;
    font-size: 14px;
    right: 10px;
}
