body {
    background-color: rgba(250, 250, 250, 1);
    margin: 0;
}

.froala-gescof-title {
     font-size: 2.5rem;
     padding: 10px;
     padding-bottom: 5px;
}

.head {
    background-color: #303338;
    padding: 5px 15px;
}
.head .logo-gescof {
    max-width: 200px;
}

h1 {
    margin: 0px;
    margin-bottom: 15px;
    padding-left: 15px;
}

body > div.fr-box.fr-basic.fr-top > div.fr-toolbar.fr-desktop.fr-top.fr-basic.fr-sticky-off {
    border-top: 4px solid #ed7b01 !important;
}
.fr-quick-insert {
    display: none;
}
.texte-intro {
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
}
.presentation {
    padding: 0 15px 25px;
}
.froalaEditorGescof-container {
    padding: 0 25px;
    margin-left: 50%;
}
.froalaEditorGescof-container .froalaEditorGescof-item {
    max-width: 21cm;
    transform: translateX(-50%);
}
body > div.froalaEditorGescof-container > div > div div.fr-element.fr-view {
    min-height: 280px !important;
}
.btn-container {
    text-align: right;
}
.btn-container button.get-src-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    background-color: #ed7b01;
    opacity: .9;
    font-size: 1.1rem;
    transition: all .2s ease;
    color: white;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 2px;
    outline: none;
    border: none;
    margin: 15px 25px 15px 15px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0 0 rgba(0, 0, 0, 0.23);
    transform: translate3d(0, 0, 0);
}

.btn-container button.get-src-btn:hover {
     opacity: 1;
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);;
}

.validation-pop-up {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate3D(-50%,100%,0);
    transition: all .2s ease;
    padding: 10px 25px;
    color: white;
    background-color: rgb(22, 114, 0);;
    font-family: 'Open Sans', sans-serif;
}

.validation-pop-up.active {
    transform: translate3D(-50%,0,0);
}