/*.parallax-window {*/
/*	position: relative;*/
/*	background-color: rgba(132, 132, 132, 0.1);*/
/*	text-align: center;*/
/*	font-style: italic;*/
/*	color: darkgray;*/
/*}*/
/**/
/*.parallax-mirror {*/
/*	z-index: 0 !important;*/
/*}*/

/*#tinymce .parallax-window::after {*/
/*	content: 'Image Parallax';*/
/*}*/

#page_content {
/*    background-color: white !important;*/
}

#tox-codeeditor-modal {
    height: 100vh !important;
    min-width: 100vw !important;
}

#tox-codeeditor-editor-container {
    height: calc(100% - 91px) !important;
}

.tox-editor-header {
    margin-top: 56px !important;
    width: 100%;
    right: 0;
    margin-bottom: 59px !important;
}

@media (min-width: 768px) {
    .tox-editor-header {
        margin-bottom: inherit !important;

    }
}

#map {
    min-height: 500px !important;
    background-color: rgba(132, 132, 132, 0.1);
    text-align: center;
    font-style: italic;
    color: darkgray;
}

#tinymce #map::after {
    vertical-align: middle;
    content: 'Google Maps'
}

.ui-autocomplete {
    z-index: 999999;
}

.table td, .table th {
    border-top: none;
}

.carousel-caption {
    left: inherit;
    position: inherit !important;
}

.carousel-caption.blacked {
    line-height: 20px;

    background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */

    bottom: inherit;
}

.carousel-caption.secondary {
    right: 8%;
    left: auto;
    line-height: 20px;
    top: 20px;
    bottom: initial;

    background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
}

.edit-container {
}

.mce-content-body {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: inset 0 3px 8px 0 #7c7c7c;
    outline-color: #6b6b6b !important;
    outline-width: 1px !important;
}

#printCode .input-group > * {
    transition: border ease-in-out 0.1s;
}

#printCode .input-group.active > * {
    border-top-color: black;
    border-bottom-color: black;
}
#printCode .input-group.active > *:first-child {
    border-left-color: black;
}
#printCode .input-group.active > *:last-child {
    border-right-color: black;
}

/*.mce-content-body:after {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    text-align: center;*/
/*    vertical-align: top;*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*    padding-top: 25%;*/
/*    content: 'Cliquer ici pour modifier la page';*/
/*    align-content: center;*/
/*    background-color: rgba(110, 110, 110, 0.6);*/
/*    cursor: pointer;*/
/*}*/
/*.mce-content-body:focus:after {*/
/*    background-color: transparent;*/
/*    content: '';*/
/*    cursor: text;*/
/*}*/