:root {
    /*
    * Setup of police for all web site : have to import font !!
    */
    --cnvs-body-font: "Kalam", sans-serif;
    --cnvs-primary-font: "Kalam", sans-serif;
    --cnvs-secondary-font: "Playfair Display", serif;

    /*
    * Setup of Color for all web site.
    */
    --cnvs-themecolor: #ff8800;
    --cnvs-themecolor-rgb: 241,199,122;
    --cnvs-secondary-color: rgba(255, 255, 255, 0.82);
    --cnvs-body-bg: var(--cnvs-secondary-color);
    --cnvs-body-bg-rgba: 58,133,144;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .list-group-item {
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #EEE;
}

.dropdown-menu {
    border-radius: 4px;
    border-color: #EEE;
    overflow: hidden;
}
.dropdown-item:last-child,
.dropdown-menu .list-group-item:last-child {
    border-bottom: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--cnvs-secondary-color);
    color: var(--cnvs-themecolor);
}

.dropdown-menu .list-group-item:hover {
    background-color: rgb(var(--cnvs-themecolor-rgb), .1);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .list-group-item small {
    color: #BBB;
    font-size: 12px;
}

/* Dark Mode Switch */
#btnGprd:hover {
    background-color: var(--cnvs-gotoTop-hover-color);
}
.stretched #btnGprd {
    right: var(--cnvs-gotoTop-position-boxed-right);
    bottom: var(--cnvs-gotoTop-position-boxed-bottom);
}
.gototop-active #btnGprd {
    z-index: 599;
    opacity: 1;
}
#btnGprd {
    --cnvs-gotoTop-size: 3rem;
    --cnvs-gotoTop-bg: rgba(0, 0, 0, 0.3);
    --cnvs-gotoTop-icon-size: 2.5rem;
    --cnvs-gotoTop-icon-color: #fff;
    --cnvs-gotoTop-position-boxed-right: 30px;
    --cnvs-gotoTop-position-boxed-bottom: 50px;
    --cnvs-gotoTop-position-botom: 30px;
    --cnvs-gotoTop-border-radius: 2px;
    --cnvs-gotoTop-hover-color: var(--cnvs-themecolor);
    z-index: -999;
    position: fixed;
    width: var(--cnvs-gotoTop-size);
    height: var(--cnvs-gotoTop-size);
    line-height: var(--cnvs-gotoTop-size);
    background-color: var(--cnvs-gotoTop-bg);
    font-size: var(--cnvs-gotoTop-icon-size);
    text-align: center;
    color: var(--cnvs-gotoTop-icon-color);
    top: auto;
    left: 20px;
    right: var(--cnvs-gotoTop-position-boxed-right);
    bottom: var(--cnvs-gotoTop-position-boxed-bottom);
    cursor: pointer;
    border-radius: var(--cnvs-gotoTop-border-radius);
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.4s ease;
}

 /* css symfony */
 .symfony-wrapper {
     margin: 1em auto;
     max-width: 800px;
     width: 95%;
     font: 18px/1.5 sans-serif;
 }

.symfony-wrapper code {
    background: #F5F5F5;
    padding: 2px 6px;
}
