:root {
    --color-white: #fffefd;
    --color-black: #1d1d1b;
    --color-red: #cd1719;
}

html,
body,
.container {
    background-color: #F8F4EA !important;
}

body{
    display: flex;
    min-height: 100vh;
}

body .motdepasse{
    width: 550px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

body .motdepasse form.security-form .btn{
    display: block;
    margin: auto;
}

body>#export {
    display: none;
}

h1.text-center {
    margin-top: 35px;
    margin-bottom: 35px;
}

.webApp {
    display: flex;
    padding-bottom: 35px;
    justify-content: center;
}

.form {
    width: 60%;
    margin-right: 35px;
}

.canva {
    border: solid var(--color-black) 1px;
    background-color: var(--color-black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 1200px;
    max-width: 300px;
    max-height: 1200px;
    margin: auto;
}

.tox-notifications-container,
.tox .tox-editor-container span.tox-statusbar__branding,
.title-elements .tox .tox-editor-container .tox-editor-header,
.tox .tox-statusbar {
    display: none !important;
}

.tox-tinymce {
    width: 100% !important;
}

.export-group {
    display: flex;
    flex-direction: column;
}

label.checkbox-inline,
div.btn-toolbar-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

label.checkbox-inline p,
div.btn-toolbar-container p {
    margin: 0;
}

div.btn-toolbar-container button {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-bottom: 7px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #a52834;
}

.btn-check:checked+.btn:hover,
.btn.active:hover,
.btn.show:hover,
.btn:first-child:active:hover,
:not(.btn-check)+.btn:active:hover {
    background-color: #bb2d3b;
}