.obituary_breadcrumb-block-01 {
        padding:10px;
}

.obituary-published {
    font-style: italic;
}

.obituary-step {
    padding-left: 20px;
    margin-bottom: 15px;
}

.obituary-step-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.obituary-step-title:hover {
    cursor: pointer;
}

.obituary-step-content {
    margin-left: 30px;
}

.obituary-step-title > .fa-chevron-right {
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.obituary-step-title.collapsed > .fa-chevron-right {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.obituary-summary {
    text-align: center;
    padding-top: 10px;
    height: 100vh;
}

.message-famille {
    margin-left: 5px;
}

.nom-defunt {
    margin-top: 20px;
}

.published-date {
    margin-bottom: 20px
}

.obituary-image-defunt-layout {
    text-align: center;
    padding-top: 10px;
}

.equal-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.mh-100vh {
    min-height: 100vh;
}

.w-100 {
    width: 100%;
}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }
}

.businessMedia {
    text-align: center;
}

.m-5px {
    margin: 5px;
}

.obituary-navbar-layout {
    justify-content: space-between;
    flex-direction: column;
}

#obituary-navbar:before, #obituary-navbar:after {
    display: none;
}

.obituary-btn-wrap {
    white-space: wrap;
}

#validLinkCopy {
     box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}

.obituary-captcha-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.obituary-checkbox-content {
    display: flex;
}

#condoleanceAncreID {
    padding-left: 15px
}

#tabsTabledis_2-wsr_obituarydemo-condolences_table .block-btn{
    padding: 4px 8px;
    font-size: 14px;
}


@media (max-width: 767px) {
    .obituary-summary {
        height: 40vh;
    }
}

.nav>li {
    margin-bottom: 5px;
}

.dropZoneImageForm {
    padding-left: 15px;
    padding-right: 15px;
}
.dropZoneImage {
    cursor: pointer;
    min-height: 150px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    padding: 20px 20px;
    align-items: center;
    text-align: center;
    margin-bottom:10px;
    justify-content: center;
}
.dropZoneImage > p {
    color: #999999;
}
.dropZoneImage:hover {
    background-color: #FFF7D9;;
}

.dragndrop-area-highlight{
    background-color: #FFF7D9;
}

#showPreview {
    display: flex;
    flex-flow: row wrap;
}

.img-box-preview {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.img-box-preview:hover {
    background-color: #FFF7D9;
}

.img-box-preview img{
    width: 150px;
    padding: 5px;
}

.img-box-preview i{
    padding: 5px;
}

@media (max-width: 577px) {
    #showPreview {
        justify-content: center;
    }
    .img-box-preview {
        margin-left: 5px;
        margin-right: 5px;
    }
    .img-box-preview img{
        width: 200px
    }
}

@media (max-width: 768px) {
    
    .obituary-summary-layout-sm {
        text-align: center;
        padding-top: 10px;
    }
}

@media (min-width: 768px) {
    .sticky-top-md {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        z-index: 999;
    }
    
    .obituary-summary-layout-md {
        text-align: center;
        padding-top: 10px;
        height: 100vh;
    }
}

@media (min-width: 992px) {
    .sticky-top-lg {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        z-index: 999;
    }
    
    .obituary-summary-layout-lg {
        text-align: center;
        padding-top: 10px;
        height: 100vh;
    }
}
.sticky-top-xs {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 999;
}

/******* CHECKBOX STYLE TOOGLE *********/
.label-before-checkbox-perso {
    padding-right: 5px;
    font-weight: 400;
}
.label-after-checkbox-perso {
    padding-left: 5px;
    font-weight: 400;
    margin-left: 10px;
    font-size: 14px;
}
.checkbox-perso:not(:checked) + label, .checkbox-perso:checked + label {
    position: relative;
    width: 40px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-perso:disabled + label {
    opacity: 0.5;
    cursor: not-allowed;
}
.checkbox-perso:not(:checked) + label:before,
.checkbox-perso:checked + label:before,
.checkbox-perso:not(:checked) + label:after,
.checkbox-perso:checked + label:after {
    content: '';
    position: absolute;
}
.checkbox-perso:not(:checked) + label:before,
.checkbox-perso:checked + label:before {
    left:0;
    top: 0;
    width: 40px;
    height: 22px;
    background: #DDDDDD;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}
.checkbox-perso:not(:checked) + label:after,
.checkbox-perso:checked + label:after {
    width: 18px;
    height: 18px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #FFFFFF;
    top: 2px;
    left: 2px;
}
.checkbox-perso:checked + label:after {
    top: 2px;
    left: 20px;
}
/* couleur */
.checkbox-perso:checked + label:before,
.checkbox-perso:checked + label:before {
    background: #CC9933;
}