.authentication-form-deconnexion p {
    display: none;
    margin: 0 10px 0 0
}

.authentication-form-deconnexion form {
    position: relative;
    max-width: 600px
}

.page-title h1 {
    font-family: 'futura-pt', Arial, sans-serif;
    font-size: 40px;
    white-space: nowrap;
    border: none;
    margin: 0;
    padding-left: 30px;
    color: white;
    font-weight: normal;
    text-align: left;
    transform: scale(1, 0.9);
}

#home #default-container>.row .col .single-tile {
    display: inline-block;
    min-width: 165px;
    width: 19%;
    max-width: 220px;
    height: 140px;
}

#home .div-tuiles .single-tile a.tile>span {
    height: 50px;
    width: 100%;
    margin: 0;
    text-align: left;
    float: right;
    margin-top: 10px;
    padding-left: 60px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 15px;
    color: white;
}

#home .div-tuiles .single-tile a.tile:before {
    border: 0;
}

#home .div-tuiles .single-tile a.tile>i {
    top: 0;
    position: absolute;
    font-size: 30px;
    margin-left: 15px;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
}

#home .div-tuiles .single-tile a.tile>.notif-counter {
    position: absolute;
    top: 60px;
    right: inherit;
    left: 10px;
    display: inline-block;
    width: 55px;
    height: 40px;
    border: none;
    background: none;
    color: white;
    line-height: 40px;
    font-size: 30px;
    margin-top: 10px;
}

#home .div-tuiles .single-tile a.tile>.notif-counter:after {
    content: 'à traiter';
    display: inline-block;
    position: absolute;
    bottom: 7px;
    width: max-content;
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
}

#home #header.lg-en~#default-container .div-tuiles .single-tile a.tile>.notif-counter:after {
    content: 'documents to do';
}

#home .div-tuiles .single-tile a.moovapps-quality-center-audit:before {
    background: #60D8F5;
}

#home .div-tuiles .single-tile a.moovapps-quality-center-action:before {
    background: #FFB30F;
}

#home .div-tuiles .single-tile a.moovapps-gdpr:before {
    background: #717EF7;
}

#home .div-tuiles .single-tile a.moovapps-rgpd-declaration-incidents:before {
    background: #FF785F;
}

#home .div-tuiles .single-tile a.moovapps-rgpd-gestion-droits:before {
    background: #00A2BD;
}

#home #default-container .page-title {
    background: transparent linear-gradient(90deg, #1685BD 0%, #9DDBC4 100%) 0% 0% no-repeat padding-box;
    padding-right: 55%;
    opacity: 1;
    position: relative;
    top: auto;
    width: 100%;
    margin: 120px 0 0;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 0.5%;
}

.title-logo {
    position: absolute;
    display: flex;
    width: 20%;
    top: 0;
    right: 0;
}

.title-logo img {
    display: none;
    padding: 5px 20px;
    margin: auto;
    max-height: 100%;
    width: 193px;
}

.main #main-inner-col {
    text-align: center;
}

.page-title {
    padding-top: 0px;
    border-top-width: 115px;
    margin-bottom: 20px;
    height: auto;
    border-radius: 2%;
    background-color: #F6F6F6;
    color: white;
    border: none;
    padding-top: 1%;
    border-top: 60px solid #F6F6F6;
    margin-bottom: 0px;
    overflow: visible;
    text-align: left;
}


div.indicator strong {
    margin-bottom: 10px;
    text-align: center;
    color: #1685BD;
    font-size: 14px;
}


.div-tuiles {
    margin: 0;
}


/* Pour les graphs de l'accueil */

.indicontainer {
    padding-top: 29px;
}

.indicontainer h4 {
    text-align: left;
    margin: 0;
}

.indicontainer>div {
    padding-top: 15px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.indicontainer div.dc-chart {
    float: none !important;
    display: inline-block;
    width: 200px;
    height: 230px;
    border: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
}

.indicontainer div.indicator.bar-chart {
    width: 200px;
}

.indicontainer div.indicator svg {
    display: inline-block;
    width: 150px !important;
    height: 150px !important;
    transform: scale(0.8);
    margin-left: -40px;
    margin-bottom: -20px;
}


/* Bouton paramètre et notif*/

.btn-params {
    width: 40px;
    height: 40px;
    background-color: #F7F7FC;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px 8px;
    border-radius: 7px;
    cursor: pointer;
    border: 2px solid #0095D1;
    box-shadow: 0px 2px 3px rgb(2 42 102 / 10%);
}

.btn-params:hover {
    opacity: 0.7;
}


/*Container "Audits"*/

#default-container {
    position: absolute;
    top: 0px;
    height: 100%;
    margin-left: 200px;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 200px);
    width: -webkit-fill-available;
    overflow: auto;
    border-top-left-radius: 50px;
    background-color: #F6F6F6;
}

.application-hp {
    padding-top: 0px;
}

.title-container {
    padding: 1px;
    background: transparent linear-gradient(90deg, #1685BD 0%, #9DDBC4 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
}

.custom-menu2 {
    margin-top: -10px;
}

.custom-menu2 ul {
    text-align: center;
}

.custom-menu2 li {
    display: inline-block;
    width: 120px;
    margin: 0 30px;
}

.custom-menu2 a span {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #DCDCEF;
}

.custom-menu2 i {
    display: block;
    margin: auto;
    text-align: center;
    color: #DCDCEF;
    margin-bottom: 5px;
    font-size: 30px;
}

.custom-menu2 a {
    padding: 5px 30px;
}

.custom-menu2 a:after {
    display: none;
}

.custom-menu2 a.active {
    background-color: transparent;
    border-top: 2px solid #0082C8;
}

.custom-menu2 a.active i {

    color: #0082C8;
}

.custom-menu2 a.active span {
    color: #0082C8;
}

.title-container:empty {
    display: none;
}

.imgbandeau:after {
    content: '';
    position: absolute;
    top: -35px;
    right: 26%;
    width: 120px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.imgbandeau.bandeau3:after {
    top: 4px;
}

.page-title #sstitle {
    display: block;
    padding: 0;
    color: #60D8F5;
    font-size: 24px;
    margin: 20px 0 0 0;
    font-weight: bold;
    overflow: auto;
    line-height: 20px;
    display: none !important;
    /*désactivé lors de la première version*/
}

.page-title #sstitle:empty {
    display: none;
}

@media screen and (max-width: 1199px) {
    .page-title {
        border-left-width: 0px;
        border-right-width: 0px;
        border-top: 70px solid #F6F6F6;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1000px) {

    .imgbandeau:after {
        width: 230px;
    }

    .page-title h1 {
        font-size: 30px;
        line-height: 30px;
        padding: 10px 35px;
    }

    .page-title #sstitle {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {

    .imgbandeau:after {
        display: none;
    }
}


/*Bouton Créer*/

button.bg-green,
.bg-green {
    background-color: #60D8F5;
    color: #fff
}

.button-big {
    width: 100%;
    display: block;
    margin: auto;
    background-color: #60D8F5;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px 0 0;
    border-radius: 6px;
}


/*Label des minis menus*/

a:visited,
a:link {
    color: #1B2E7A;
}

h1 {
    font-size: 30px;
    text-align: center;
    color: #0095D1;
    font-weight: 600;
}

.treatment-edit h1 {
    position: sticky;
    padding: 1px 35px;
    background: transparent linear-gradient(90deg, #1685BD 0%, #9DDBC4 100%) 0% 0% no-repeat padding-box;
    margin: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    text-align: left;
}

.container-fluid .default-template-container .empty-navigation .treatment-edit form {
    padding-top: 9px;
    margin: -30px -30px 0 -30px
}

.document-main-buttons .handler-workflow-actions-menu,
.document-main-buttons .handler-workflow-more-actions-menu{
    margin-left: 5px;
    background-color: #60D8F5;
    border-radius: 5px;
    height: inherit;
    line-height: inherit;
    margin-top: -3px;
    position: relative
}

.view-header .handler-exportMenuHandler {
    height: 40px;
    margin-left: 5px;
    background-color: #60D8F5;
    border-radius: 5px;
    line-height: inherit;
    position: relative;
    margin-right: 10px;
    padding-left: 40px;
    padding-top: 8px;
    padding-right: 6px;
}

.view-header .handler-exportMenuHandler:hover {
    background-color: #a1e9ff;
    transition: all ease-out 0.25s;
}

.view-header .handler-exportMenuHandler::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/import.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}

.view-header .handler-exportMenuHandler span::after{
    content: "";
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    text-align: center;
    margin-left: 5px;
}

.view-header .handler-exportMenuHandler .button-imgr {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    width: 150px;
    padding: 0px 0px 0px 0px;
    background: none;
}

.button2.action-close {
    background-color: #FF785F;
}

.section h2 {
    color: #60D8F5;
    padding: 11px 22px 13px;
}

.section_modele p,
.section_donnees p {
    margin: 0 20px 10px 20px;
    font-weight: bold;
    font-size: 13px;
    color: #0128C0;
}

.form-area.fixed-buttons>.document-top-buttons {
    position: sticky;
    background: transparent;
    margin-left: 30px;
    margin-right: 30px;
}

.params-menu {
    position: absolute;
    top: 38px;
    right: -19px;
    height: auto;
    max-height: 0px;
    width: 250px;
    background-color: white;
    box-shadow: 0px 2px 14px #022A8E29;
    transition: max-height 0.4s ease-out;
    overflow: hidden;
}

.params-menu:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 0;
    background-color: white;
    transform: translateX(-26px) rotate(45deg);
    z-index: 0;
}

.params-menu .tile {
    width: auto;
    background: white;
    color: #1B2E7A;
    height: auto;
    padding: 0;
    margin: 20px;
    font-size: 14px;
}

.params-menu .tile i {
    color: #0082C8;
}

.params-menu .tile .color-base {
    color: #1B2E7A;
    text-align: left;
    margin-left: 40px;
    font-weight: 700;
}


/*Progress*/

.progresstotal {
    background-color: #0095D1;
    color: white;
    font-weight: bold;
    border-bottom: 20px solid white;
}

.progresstotal label {
    color: white;
    font-weight: bold;
}

.progresstotal td {
    padding: 10px;
}

.progresstotal .vui-info-handler {
    position: absolute;
    top: 0px;
}

@media (min-width: 1200px) {

    .progresstotal .vui-info-handler {
        left: 80%;
    }
}

.mi-progressbar .progressbar-inner .progressbar {
    background: transparent linear-gradient(90deg, #1685BD 0%, #9DDBC4 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
}

.mi-progressbar .progressbar-inner .progressbar.progressbar-full {
    background: #3CEA9A;
}

.button-progress[sel="1"] {
    color: #60D8F5;
    font-weight: bold;
}

.treatment-edit .radiogroup {
    padding: 5px;
}

.cell-left label {
    display: inline-block;
    margin-top: 0;
    color: #4d4d4d;
    font-weight: 700;
    padding-left: 12px;
}


/*Tous les boutons*/

.button,
button {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    border: none;
    position: relative;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    padding-right: 15px;
    text-align: center
}

.header .user-button {
    height: 50px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    display: flex;
    align-items: center;
}

.button1.action-save {
    background-color: #60D8F5;
}

.button1.action-save span {
    color: white;
}

.button1.action-save:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 -2px;
    background-image: url('../img/save.svg');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.document-main-buttons .handler-workflow-actions-menu span a,
.document-main-buttons .handler-workflow-more-actions-menu span a {
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    color: #fff;
    opacity: 1;
    padding: 0 10px 0 5px;
    border: none
}

.application-hp a.button.button-big.bg-green:link,
.application-hp a.button.button-big.bg-green:visited {
    color: #FFF;
    background-color: #60D8F5;
}


/*Partie gauche dans la page d'accueil*/

#main-inner-col-right {
    padding-top: 60px;
    /*overflow: auto;*/
    /*height: 100%;*/
    padding-right: 0;
    overflow-x: hidden;
}

#main-inner-col-right .panel {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*
    overflow-y: auto;
    max-height: 60vh;*/
}

#main-inner-col-right h4 {
    border-top-right-radius: 0;
}

@media (max-width: 1199px) {

    #main-inner-col-right {
        width: calc(100% - 15px);
    }
}

.panel {
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 2px 3px rgb(2 42 102 / 10%);
}

.vui-context-info {
    border: 0;
    background-color: #717EF7;
    color: #fff
}

.vui-context-info .vui-arrow-bottom {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 13px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #717EF7 transparent;
    background: none;
    display: block;
    width: 0
}

.vui-context-info .vui-arrow-top {
    content: "";
    position: absolute;
    left: 13px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: #717EF7 transparent;
    background: none;
    display: block;
    width: 0;
    top: -10px
}

a.color-blue>i {
    color: #0095D1
}

a.color-blue:before {
    border-color: #0095D1
}

a.button-clear-light.color-blue,
.color-blue {
    color: #0095D1
}

a:hover,
a:focus {
    color: #1B2E7A;
    opacity: 0.7;
}


/*Bouton filtre*/

.view-header .view-options .popup-menu-handler,
.view-header .view-options .handler-filter,
.view-header .view-options .action-refresh,
.view-header .popup-menu-handler.handler-sorter,
.view-header .popup-menu-handler.handler-row,
.view-header .popup-menu-handler.handler-selection,
.view-header .popup-menu-handler.handler-deselection,
.vui-basket-visible .selected-items,
.vui-basket-hidden .selected-items {
    border: 1px solid #60D8F5;
    background-color: #FFFFFF;
    position: relative;
    width: auto;
    height: 40px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    background-image: none !important;
    color: #4d4d4d;
    overflow: hidden;
    transition: all ease-out 0.1s
}

.view-header .view-options .handler-filter {
    background-color: #60D8F5;
    border: 0;
}

.view-header .view-options .handler-filter:hover {
    opacity: 0.6;
}

.view-header .view-options .handler-filter span {
    color: #fff;
    padding-left: 30px;
}

.view-header .view-options .handler-filter span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../img/filter.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}

.handler-filter-screen .filter .filter-label {
    padding-top: 10px;
    font-size: 16px
}

.view-header .view-options .handler-filter span {
    color: white;
}


/*Champ paramètrage...*/
.treatment-edit h1 .document-label-reference {
    display: inline-block;
}

.treatment-edit h1 .document-label-task {
    display: block;
}

.section {
    background-color: #FFFFFF;
    margin: 20px 30px;
    box-shadow: 0px 4px #022a8e1a;
    border: 1px solid #F3F3FF;
    border-radius: 0;
}


/*Grand titre dans les documents */

.section h2 span,
.section.section-col .section h2 span,
.section .section h2 span,
.section.section-highlighted h2 span,
.section.section-highlighted .section.section-highlighted h2 span,
.subsection H2 SPAN,
.subsection-highlighted H2 SPAN,
.section-highlighted H2 SPAN,
.section-highlighted .section-highlighted H2 SPAN {
    font-size: 20px;
    font-weight: 600;
    color: #0095D1;
}


/*Label*/

.fields-group TD.cell-left {
    font-size: 13px;
    font-weight: normal
}


/*Page User*/

.user-profil {
    padding: 30px 20px;
    margin: 30px auto
}

.page-title.user-title {
    margin-top: -105px;
    border-top: 0;
    border-bottom: 10px solid #F6F6F6;
    top: 40px;
}

.user-profil .user-panel-right .button-area.document-top-buttons~.fields-area .vui-sections-group.vui-collapsible-children>.buttons-group+.vui-section h2+.fields-group td.cell-left label {
    font-size: 16px;
    color: #0095D1;
    font-weight: bold;
}

.user-profil strong.mandatory {
    color: #0095D1;
}


/*Page */

@media (min-width: 1200px) {

    .main {
        position: absolute;
        height: 100%;
        /*
        overflow-y: auto;*/
    }
}


/*Page profil*/

.user-profil .user-panel-right .fields-group tr:nth-child(7) {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #0095D1;
}

.dropdown-actions button span {
    color: #0095D1;
    vertical-align: bottom;
    width: calc(100% - 48px);
    font-size: 14px;
}

.dropdown-actions-inner {
    background-color: white;
    color: #0095D1;
    position: relative;
    padding: 15px;
}


/*Input selectionné*/

input:focus,
textarea:focus,
select:focus {
    border: 2px solid #00A2BD;
    transition: all 0.1s ease
}


/*Encadrés*/

.section .section,
.section-highlighted .section,
.section .section.subsection {
    margin: 0 0 40px 0;
    border: 2px solid #02C2EF;
    border-radius: 5px;
}


/*Zone du document*/

.section .fields-group,
.subsection .fields-group,
.section-highlighted .fields-group,
.subsection-highlighted .fields-group {
    width: 98%;
    padding: 0px;
}

.fields-group TD {
    vertical-align: top
}


/*Title sans style ex: Nouvelle demande dans contacter Mission RGPD*/

.treatment_class-create_treatment .wizard-guide .informations {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1200px) {

    .treatment-edit h1 {
        margin: 15px;
        margin-top: 0px;
    }

    .form-area.fixed-buttons>.document-top-buttons {
        margin: 30px 15px;
    }
}


/*Fields-area*/

.fields-area {
    position: fixed;
    overflow-y: auto;
    /* -310 et -270px pour traitement*/
    max-height: calc(100vh - 270px);
}


/* Macos ScrollBar fix*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

@media (max-width: 1199px) {

    .fields-area {
        overflow-y: auto;
        max-height: 50vh;
    }
}

html,
body,
.root,
.page {
    height: 100%;
}

.shadowed-thin-bottom {
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    overflow-y: auto;
    max-height: 78vh;
}

.row.default-template-container {
    top: 10px;
    position: relative;
}

@media (max-width: 1199px) {

    #default-container {
        padding-left: 15px;
        padding-right: 15px;
        overflow-y: auto;
        max-height: 100vh;
    }
}


/*La partie gauche sur une appli*/

.thematic-page-container .col,
.default-template-container .col {
    padding: 0 15px;
    margin-top: 0px;
    overflow-y: auto;
    /* -230px et -270px pour traitement */
    max-height: calc(100vh - 230px);
}


/*Menu du réservoir de donnée*/

.sidebar-link {
    padding: 9px 15px;
    display: flex;
    position: relative;
    overflow: hidden;
    color: #1F0098;
    cursor: pointer;
    border: none;
}

.sidebar-panel {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 20px 20px 20px 0;
    font-weight: 700;
    margin: 0 20px 20px 0;
    width: calc(100% - 20px);
}

.current-panel {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background-color: #FFF;
    box-shadow: 0px 2px 3px rgb(2 42 102 / 10%);
}

.default-template-container .client-view {
    padding: 0;
    overflow-y: auto;
    max-height: 80vh;
}


/*Menu du tableau de bord*/

.mi-sidebar {
    position: sticky;
    top: 150px;
}


/*Audit site internet*/

td.categ {
    color: #0082C8;
    font-size: 17px;
    padding-left: 5px;
    font-weight: bold;
}

.questions label {
    font-weight: 700;
    margin-left: 5px;
}

td.questions {
    padding: 6px;
    padding-left: 5px;
}

td.center {
    text-align: center;
}

/*Audit sous traitant*/
td.sscateg {
    color: #0082C8;
    font-size: 14px;
    padding-left: 5px;
}

/*Nouveau bouton pour prendre un rdv expert rgpd*/

.categ-rdv-expert-RGPD {
    font-size: 12px;
    padding-left: 5px;
}


/*Filtrer*/

.handler-filter-screen .fields-area {
    top: 56px;
    position: absolute;
    width: 100%;
}

.handler-filter-screen {
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 100%;
    border: 1px solid #d9d9d9
}

#default-container .section-progress {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    max-height: calc(100vh - 300px);
    margin-top: 5px !important;
}

.section.section-col.col {
    max-height: calc(100vh - 285px) !important;
    margin-top: 5px;
}

div#colonne-droite.col {
    max-height: 100vh;
}


/*Ressources juridiques*/

/*colonne droite*/

.col.col-sm-8.col-md-9.col-lg-9.col-ressources {
    overflow-y: auto;
    max-height: 80vh;
}

.col-ressources::after {
    right: 0px !important;
    bottom: 0 !important;
}

/*colonne gauche*/

#mi-sidebar {
    top: 0px;
    max-height: 80vh;
    overflow: auto;
}


/* Process Table view */

/* Filter button group */

.document-bottom-buttons .buttons-group {
    position: inherit;
    float: right;
}


/* Vue 360 */

.client-view .panel-content {
    max-height: 600px;
}

div.client-view div.col.col-md-12.col-lg-9 div.panel.bg-white.shadowed-thin-bottom div.panel-content div.view-area div.table-view.responsive-table table.table * {
    font-size: 14px;
}


/* Error Message*/

.error {
    display: flex;
    position: fixed;
    right: 50%;
    top: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px red;
}


/* Fix Mon planning */

div.custom-multiservice-menu {
    margin-left: 0px !important;
}


/* Bouton Logout */

html body div.root div.page div#home header#header.header.self-clear.lg-fr div.pull-right div.dropdown.dropdown-actions-wrapper.user-button-wrapper .open div.dropdown-actions div.dropdown-actions-inner.shadowed-thick-bottom .screen.empty-navigation.authentication-form .screen.vui-screen-form .EzsSecurity-authenticationForm form {
    padding: unset;
    border-radius: unset;
    box-shadow: unset;
}


/*Page rdv expert RGPD*/

.rdv-expert-rgpd {
    display: flex;
    padding-top: 10px;
}

.champ-info-rdv-expert-RGPD {
    background-color: white;
    margin-top: 11vh;
    width: 50%;
    border-top: 5px solid #0082C8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 5px 5px 5px #bfbfbf;
}

.rdv-expert-bleu {
    color: #0082c8;
}

.calendly-inline-widget {
    width: 50%;
    padding-left: 15px;
    padding-top: 81px;
}

.page[minimenu='1'] .calendly-inline-widget {
    padding-top: 13px;
}

#img_logo_rdv_expert_RGPD {
    background-image: url("../img/bonhomme_rdv_expert_RGPD.png");
}

.champ-img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.paragraphe {
    padding: 15px;
    text-align: justify;
    font-size: 12px;
    max-height: 550px;
    overflow: auto;
}

.img {
    margin-top: -110px;
    text-align: center;
}

.degrade {
    background-image: linear-gradient(to right, #1685BD, #9DDBC4);
    -webkit-background-clip: text;
    font-weight: bold;
    background-clip: text;
    color: transparent;
    text-align: center;
}

#italic {
    font-style: italic;
}

#nb {
    font-size: 9px;
}

#mail {
    text-decoration: underline;
}

#rdv-expert {
    padding-left: 10px;
}

#phrase1 {
    font-weight: bold;
}

p#timezone-label {
    display: none;
}

button#timezone-field {
    display: none;
}