/******************************************************************************
* ldsaLdsVisualComposer.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/

/*******************/

div.itlTabs ul.itlTabsBar {
    width: 100%;
}

/*******************/
.ldsvcElem[ldsvcType='sctextElement'], .ldsvcElem[ldsvcType='textElement'] {
    line-height: initial !important;
}

/*******************/

a:visited {
    /*color: inherit !important;*/
    text-decoration: none !important;
}

p, label, span, li {
    color: inherit;
}

h1.ldsvct-title, h2.ldsvct-title, h3.ldsvct-title, h4.ldsvct-title, h5.ldsvct-title, h6.ldsvct-title {
    line-height: unset !important;
}

.ldsvcBtn {
    padding: 6px 12px;
    position: relative;
    cursor: pointer;
    width: fit-content;
    transition: all .5s ease-out;
    display: inline-block;
    color: #ffffff;
    background: #D7361C;
    text-align: center;
}

.ldsvcBtn:hover {
    background: #ffffff;
    color: #D7361C;
    transition: all .3s ease-out;
}

.ldsvcBtn.ldsvcpanel {
    color: #414141;
    background: #f0f0f0;
}

.ldsvcBtn.ldsvcpanel:hover {
    background: #414141;
    color: #f0f0f0;
    transition: all .3s ease-out;
}

.ldsvcBtnIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.colorWhite {
    color: white !important;
}

.tooltip {
    z-index: 100;
}

.tooltip .tooltip-inner {
    background: white !important;
    color: #414141 !important;
    border: 1px solid #7b7b7b;
}

.tooltip.top .tooltip-arrow {
    border-top-color: black !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: black !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: black !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: black !important;
}

.tooltip.bottom {
    background: transparent !important;
}

.ldsVisualComposer {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background: white;
    overflow: hidden;
}

.ldsVisualComposer.editMode {
    border: 1px solid black;
}

.ldsvcEditPanel {
    display: block;
    /*position: absolute;*/
    bottom: 0;
    height: 60px;
    width: 100%;
    padding: 7px 0;
    background: #d8d8d8;
}

.ldsvcEditPanel.editMode {
    border-bottom: 1px solid #d8d8d8;
}

.ldsvcAddContCol.editMode .ldsvcBtn {
    display: block;
}

.ldsvcAddContCol .ldsvcBtn {
    display: none;
}

.ldsvcViewMode.editMode {
    display: inline-block;
}

.ldsvcViewMode {
    display: none;
}

.ldsvcEditMode.editMode {
    display: none;
}

.ldsvcEditMode {
    display: inline-block;
}

.ldsvcEditZone {
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.ldsVisualComposer.editMode > .ldsvcEditZone > .ldsvcCont[ldsvctype="classicContainer"] {
    padding: 30px 15px 0px 15px;
}

.ldsvcCont {
    overflow: visible;
    display: block;
}

.ldsvcCont.editMode {
    padding-top: 30px;
    margin-bottom: 5px;
}

.ldsvcContPanel:hover {
    transition: all .5s ease-out;
}

.ldsvcCont[ldsvcType='clearContainer'] {
    min-height: 1px;
}
.ldsvcCont[ldsvcType='classicContainer'] {
    min-height: 80px;
}

.ldsvcCont[ldsvcType='clearContainer'] .ldsvcFaPlus {
    display: none;
}

.ldsvcContPanel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: #D7361C;
    transition: all .5s ease-out;
    padding: 7px 3px;
    overflow: visible;
}

.ldsContMenu {
    background: #D7361C !important;
}

.ldsvcContPanel.editMode {
    display: block;
    z-index: 1;
}

.ldsvcContPanel .fa, .ldsvcContPanel *[data-prefix='fa'],
.ldsvcContPanel .far, .ldsvcContPanel *[data-prefix='far']{
    font-size: 18px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

div .fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.ldsvcContPanel .fa-arrows-alt {
    font-size: 18px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    float: right;
}

.ldsvcContPanel .fa-cog:hover:first-child {
    transform: rotate(90deg);
    transition: all .5s ease-in-out;
}

.ldsvcElem {
    position: relative;
    display: block;
    margin: 4px 0;
    padding: 4px;
}

.ldsvcElem.editMode {
}

.ldsvcElem.editMode:hover .ldsvcElemPanel {
    display: block;
}

.ldsvcImage img {
    max-width: 100%;
    display: unset;
}

.ldsvcImage {
    text-align: center;
}

.ldsvcElemPanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #D7361C;
    opacity: 1;
    display: none;
    overflow: visible;
 
}

.ldsvcElemPanel .fa-cog {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%,-50%);
    transition: all .5s ease-in-out;
    background: #D7361C80;
    box-shadow: 0px 0px 3px 2px #D7361C80;
    border-radius: 100%;
}

.ldsvcElemPanel .fa-arrows-alt {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%,-50%);
    transition: all .5s ease-in-out;
    background: #D7361C80;
    box-shadow: 0px 0px 3px 2px #D7361C80;
    border-radius: 100%;
}

.ldsvcElemPanel .fa-cog:hover {
    transform: rotate(90deg) translate(-50%,50%);
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 3px 2px #D7361Cc9;
    background: #D7361Cc9;
    border-radius: 100%;
}

.ldsvcElem[ldsvctype='scetextElement'] {
    word-wrap: break-word;
}

.ui-state-highlight {
    height: 50px;
    line-height: 1.2em;
    background: #D7361C !important;
    opacity: .5;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
}

.ui-datepicker-today .ui-state-highlight {
    width: 100%;
    height: 22.3125px;
    margin-bottom: 0;
    padding-top: 4px;
    color: white !important;
}

.ui-state-highlight-elem {
    height: 50px;
    line-height: 1.2em;
    background: #D7361C !important;
    opacity: .5;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.ldsvcPopupZone {
    display: none;
    opacity: 0;
    background: rgba(43, 43, 43, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.ldsvcPopup {
    position: absolute;
    top: 50px;
    left: 5vw;
    width: 90vw;
    height: calc(100vh - 70px);
}

.nav-tabs {
    border-bottom: none;
}

.ldsvcTabs {
    position: relative;
    border-bottom: 1px solid #808080 !important;
}

.ldsvcTab {
    padding: 10px;
    background: white;
    color: #414141;
    text-align: center;
}

.ldsvcTab span {
    font-size: 20px !important;
}

.form-control {
    height: 34px;
    line-height: 1.428571429 !important;
    padding: 6px 12px !important;
}

.nav > li > a {
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    padding: 10px 15px !important;
}

.ldsvcContents {
    height: calc(100% - 42px);
    padding: 0 !important;
}

.ldsvcContent {
    background: white;
    height: calc(100% - 44px) !important;
    padding: 10px !important;
    overflow-y: auto;
}

.ldsvcContentRichTextIsotools {
    display: none;
    background: white;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
}

.richTextButtonBar select {
    padding: 0;
    height: 24px;
}

.ldsvcClosePopup {
    background: #ffffffc2;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 35px;
    color: red;
    cursor: pointer;
    transition: all .25s ease-out;
}

.ldsvcClosePopup i, .ldsvcClosePopup svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ldsvcClosePopup:hover {
    background: red;
    color: white;
    transition: all .25s ease-out;
}

.ldsvcPopup .ldsvcPopupOptions {
    display: none;
}

.ldsvcPopup .ldsvcPopupOption {
    display: inline-block;
    margin-left: 5px;
    padding: 7px;
    background: white;
    cursor: pointer;
    color: #414141;
    text-align: center;
    border-radius: 3px;
    transition: all .25s ease-out;
}

.ldsvcPopup .ldsvcPopupOption:hover {
    background: #414141;
    color: white;
    transition: all .25s ease-out;
}

.ldsvcCodeZone {
    display: none;
}

.typeSelectBtn {
    margin-right: 10px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px !important;
}

.btn {
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    padding: 6px 12px !important;
}

@media (max-width: 767px) {
    .ldsvcXS_left {
        text-align: left;
    }
    .ldsvcXS_center {
        text-align: center;
    }
    .ldsvcXS_right {
        text-align: right;
    }
    .ldsvcXS_justify {
        text-align: justify;
    }
    .ldsvcLineXS_left {
        margin-left: unset;
        margin-right: auto;
    }
    .ldsvcLineXS_center {
        margin-left: auto;
        margin-right: auto;
    }
    .ldsvcLineXS_right {
        margin-left: auto;
        margin-right: unset;
    }
}

@media (min-width: 768px) {
    .ldsvcSM_left {
        text-align: left;
    }
    .ldsvcSM_center {
        text-align: center;
    }
    .ldsvcSM_right {
        text-align: right;
    }
    .ldsvcSM_justify {
        text-align: justify;
    }
    .ldsvcLineSM_left {
        margin-left: unset;
        margin-right: auto;
    }
    .ldsvcLineSM_center {
        margin-left: auto;
        margin-right: auto;
    }
    .ldsvcLineSM_right {
        margin-left: auto;
        margin-right: unset;
    }
}

@media (min-width: 992px) {
    .ldsvcMD_left {
        text-align: left;
    }
    .ldsvcMD_center {
        text-align: center;
    }
    .ldsvcMD_right {
        text-align: right;
    }
    .ldsvcMD_justify {
        text-align: justify;
    }
    .ldsvcLineMD_left {
        margin-left: unset;
        margin-right: auto;
    }
    .ldsvcLineMD_center {
        margin-left: auto;
        margin-right: auto;
    }
    .ldsvcLineMD_right {
        margin-left: auto;
        margin-right: unset;
    }
}

@media (min-width: 1200px) {
    .ldsvcLG_left {
        text-align: left;
    }
    .ldsvcLG_center {
        text-align: center;
    }
    .ldsvcLG_right {
        text-align: right;
    }
    .ldsvcLG_justify {
        text-align: justify;
    }
    .ldsvcLineLG_left {
        margin-left: unset;
        margin-right: auto;
    }
    .ldsvcLineLG_center {
        margin-left: auto;
        margin-right: auto;
    }
    .ldsvcLineLG_right {
        margin-left: auto;
        margin-right: unset;
    }
}

button[selected] {
    background: #e6e6e6;
}


/* Font select override */
.font-select {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.font-select a {
    padding: 0 0 0 8px !important;
    background-color: #eee !important;
    background-image: none !important;
}

.font-select b {
    text-align: center !important;
}

.font-select > a {
    border: none !important;
}

.font-select > a div {
    background-image: none !important;
}

.font-select-active a {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.font-select-active > a div {
    background: #ccc !important;
    border-left: 1px solid #aaa !important;
}

/* Slider */

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    padding: 0 !important;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

@media (max-width: 767px) {
    .editMode.hidden-xs {
        display: block !important;
        opacity: .5;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .editMode.hidden-sm {
        display: block !important;
        opacity: .5;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .editMode.hidden-md {
        display: block !important;
        opacity: .5;
    }
}

@media (min-width: 1200px) {
    .editMode.hidden-lg {
        display: block !important;
        opacity: .5;
    }
}

/*******************/

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}

.far {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 400;
}

/******************/
/*    htmlcode    */
/******************/

.ldsvcHtmlElementInitialCode {
    display: none !important;
}

/*******************/

.input-group-addon {
    line-height: 20px !important;
}

.admBackoffice .btn {
    margin-right: 0px !important;
}

/**********************/
/*    editor quill    */
/**********************/

.ldsvcQuillCont {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.ldsvcBtnDropdown {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    cursor: pointer;
}
.ldsvcQuillRow {
    margin-bottom: 20px;
    overflow: hidden;
    display: none;
}
.ldsvcChevronUp {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.ldsvcChevronUp.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 13px;
}
.ql-editor a {
    text-decoration: underline !important;
    cursor: pointer;
    color: blue;
}
.ldsvcQuillToolbar .prop-size .ql-picker-options {
    overflow: auto;
    height: 240px;
}
.ldsvcQuillEditor.ql-container.ql-snow {
    height: calc(100vh - 315px);
}

.ldsvcQuillElem .ql-editor p span {
    all: inherit;
}


/* Les favoris */
.ldsvcFavBtn {
    text-align: center;
    padding: 20px;
    height: 100%;
    background: #b5b5b514;
    border: 1px solid #eaeaea;
}

.ldsvcFavBtn:hover, .ldsvcFavActive {
    border: 1px solid #adadad;
    box-shadow: 0px 0px 6px 0px #b5b5b5;
    cursor: pointer;
}

/* surcharge */

.ldsVisualComposer .ldsvcQuillElem > .ql-editor > ol > li,
.ldsVisualComposer .ldsvcQuillElem > .ql-editor > ul > li,
.ldsvcQuillEditor > .ql-editor > ol > li,
.ldsvcQuillEditor > .ql-editor > ul > li {
    list-style-type: none !important;
}

ol > li, ul > li {
    /* pour le décor R-Wind  */
    font-size: unset !important;
    line-height: unset !important;
    /* pour le décor R-Cloud  */
    list-style-type: unset !important;
}

/* pour le header du décor R-Cloud */
.rcloud-header-submenu-list-item {
    list-style-type: none !important;
}

/* surcharge necessaire à cause du z-index présent sur ldsvcElemPanel afin de couvrir les inputs lorsqu'on met le label à gauche */
.admHeader {
    z-index: 2 !important;
}

/* surcharge dû à un prblème de zoom sur la page */
.kwdButton, button, p.input, span.input, 
input:not([type="submit"]) div:not(.richTextButtonBar) input:not([type="image"]) input:not([type="file"]), 
div:not(.richTextButtonBar) input[type="text"], div:not(.richTextButtonBar) input[type="password"], 
div:not(.richTextButtonBar) textarea, div:not(.richTextButtonBar) select {
    margin: 0px !important;
}