@import "temp-header.css";
@import "temp-center.css";
@import "temp-column-left.css";
@import "temp-column-right.css";
:root {
    --body-bg: #fff;
    --font-color: #000;
    --disabilities-bg: #0b73b2;
    --disabilities-color: #fff;
    --link-color: #0b73b2;
    --link-color-hover: #a50010;
}

body,
a,
p,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Source Sans Pro", "Arial", "Tahoma", "sans-serif";
    color: var(--font-color);
}

body {
    background: var(--body-bg);
}

a {
    color: var(--link-color);
    transition: 0.3s;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--link-color-hover);
    text-decoration: none;
}

.go-to-content:focus {
    background: #6c7212;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: underline;
    z-index: 99999;
    width: auto;
    height: auto;
    clip: auto;
    padding: 10px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 10px 0 #000;
}

.container {
    position: relative;
}

.disabilities {
    width: 100%;
    background: var(--disabilities-bg);
    text-align: right;
    padding: 4px;
    color: var(--disabilities-color);
}

.disabilities .container {
    padding: 0;
}

.disabilities a {
    color: var(--disabilities-color);
}

.disabilities .fonts a {
    padding-left: 5px;
}

/*********************************************
************** POSITION FEATURE **************
*********************************************/

.position-feature {
    margin-bottom: 20px;
    /*text-shadow: 1px 1px 3px rgba(0,0,0,0.4);*/
}

.position-feature,
.position-feature p,
.position-feature span,
.position-feature h1,
.position-feature h2,
.position-feature h3,
.position-feature h4,
.position-feature h5 {
    color: #fff;
}

.position-feature a {
    color: #ccc;
}

.position-feature a:hover,
.position-feature a:focus {
    color: #ccc;
    /*text-decoration:none;*/
}

/*********************************************
******* POSITION LEFTFIRST LEFTSECOND ********
*********************************************/

.addon-box {
    padding: 10px 0px 20px 0px;
    position: relative;
}

.addon-box .addon-box-header {
    margin-top: -5px;
    margin-bottom: 18px;
    padding-left: 13px;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.addon-box .addon-box-content p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.addon-box .addon-box-content a {
    max-width: 100%;
}

.addon-box .addon-box-content img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.addon-box.clock {
    height: 290px;
}

@media (min-width: 768px) {
    .addon-box.clock {
        height: 330px;
    }
}

@media (min-width: 992px) {
    .addon-box.clock {
        height: 185px;
    }
}

@media (min-width: 1200px) {
    .addon-box.clock {
        height: 150px;
    }
}

.addon-box .clock {
    display: block;
}

#clock-inner {
    padding: 0 50px;
}

.counter p {
    margin-bottom: 2px;
}

/*************** MENU ************************/

.addon-box .sf-menu,
.addon-box .sf-menu ul {
    list-style: none;
}

.addon-box.menu-box {
    margin-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.addon-box.menu-box .addon-box-header {
    margin-bottom: 5px;
}

.addon-box .sf-menu {
    margin: 0;
    padding: 0 0 0 8px;
}

.addon-box .sf-menu a {
    color: #333;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.addon-box .sf-menu > li > a {
    font-weight: 400;
    font-size: 16px;
    padding: 7px 5px 7px 15px;
}

.addon-box .sf-menu > li {
    margin-bottom: 0;
    background: url(../images/menu-icon.png) 0px 16px no-repeat;
    border-bottom: 1px solid #efefef;
    transition: 0.3s;
}

.addon-box .sf-menu > li:last-child {
    border: none;
}

.addon-box .sf-menu a:hover,
.addon-box .sf-menu a:focus {
    color: #065c86;
    text-decoration: underline;
}

.addon-box .sf-menu ul {
    margin: 0;
    padding: 0 10px 10px 15px;
}

.addon-box .sf-menu ul ul {
    left: 0 !important;
    padding: 0px 0px 0px 15px;
}

.addon-box .sf-menu ul li a {
    border-bottom: 1px dotted #efefef;
    padding: 8px 0;
    line-height: 16px;
}

.addon-box .sf-menu .glyphicon {
    top: -1px;
    font-size: 9px;
    color: #b3b3b3;
}

/************ Survey *******************/

.surveymodule {
    border: 1px solid #d7d7d7;
}

.surveymodule .addon-box-header {
    border-bottom: 1px solid #efefef;
    margin: 0 7px;
}

#surveymodule {
    padding-right: 20px;
    padding-left: 20px;
}

.surveymodule legend,
.surveymodule label {
    color: #333;
    border: none;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.surveymodule legend {
    padding-top: 10px;
}

.surveymodule .surveymodule-buttons {
    text-align: center;
}

.surveymodule .btn {
    background: #0b73b2;
    text-decoration: none;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    transition: 0.3s;
}

.surveymodule .btn:hover {
    background: #0e4e76;
}

.flash-error,
.flash-success {
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    background: rgb(226, 70, 70);
    text-align: center;
}

.flash-success {
    background: rgb(57, 119, 27);
}

/***************** SEARCH *******************/

.search {
    padding-top: 25px;
}

@media (min-width: 992px) {
    .search {
        padding-right: 0;
        padding-top: 3px;
    }
}

#search-form {
    position: relative;
}

#search-form label {
    display: none;
}

#search-input {
    background: #fff;
    padding: 7px 29px 5px 8px;
    width: 100%;
    color: #000;
    border: 1px solid #c6c6c6;
    border-radius: 0px;
    height: 34px;
    font-size: 13px;
    box-shadow: none;
}

#search-input:focus {
    background: #fff;
    border: 1px solid #b5001b;
}

#search-form button {
    height: 33px;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 30px;
    padding-left: 7px;
    background: transparent;
    border: none;
}

#search-form button span {
    color: #000;
}

/*********************************************
******************* FOOTER *******************
*********************************************/

.footer-wrapper {
    background: #0b73b2;
    width: 100%;
}

.footer,
.footer p,
.footer a {
    color: #fff;
}

.footer {
    margin-top: 20px;
    /*border-top:1px solid #748152;*/
}

.footer > div {
    padding: 15px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- calendar -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.calendar__header {
    display: flex;
    line-height: 1;
    color: #000;
    fill: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
    padding: 0 6px;
}

.calendar__monthyear {
    flex-grow: 1;
}

.calendar__btn-back-yr {
    order: -2;
}

.calendar__btn-back-mth {
    order: -1;
}

.calendar__switch-date-btn {
    border: none;
    background: none;
    cursor: pointer;
    opacity: 0.6;
    width: 20px;
    padding: 0;
    transition: 0.2s ease-in-out;
}

.calendar__switch-date-btn svg {
    height: 13px;
}

.calendar__switch-date-btn:hover,
.calendar__switch-date-btn:focus {
    fill: #000;
    opacity: 1;
}

.calendar__body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.calendar__body > * {
    text-align: center;
    padding: 7px 0px;
    position: relative;
    line-height: 1;
}

.calendar__weekday,
.calendar__today {
    font-weight: bold;
}

.calendar__today li {
    font-weight: normal;
}

.calendar__hasitems {
    cursor: pointer;
}

.calendar__hasitems:hover .calendar__items,
.calendar__hasitems:focus-within .calendar__items {
    opacity: 1;
    z-index: 100;
}

.calendar__items {
    background: hsla(0, 0%, 0%, 90%);
    position: absolute;
    top: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    width: 170px;
    text-align: left;
    z-index: -1;
    border-radius: 3px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.calendar__weekday1 .calendar__items {
    left: 0;
}

.calendar__weekday2 .calendar__items {
    left: -100%;
}

.calendar__weekday3 .calendar__items {
    left: -200%;
}

.calendar__weekday4 .calendar__items {
    left: -250%;
}

.calendar__weekday5 .calendar__items {
    right: -200%;
}

.calendar__weekday6 .calendar__items {
    right: -100%;
}

.calendar__weekday7 .calendar__items {
    right: 0;
}

.calendar__item {
    padding: 5px 0;
    font-size: 0.8rem;
    line-height: 1.3;
}

.calendar__item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 30%);
}

.calendar__item a {
    display: block;
    color: hsl(0, 0%, 100%);
}

.calendar__item a:hover,
.calendar__item a:focus {
    color: hsl(60, 100%, 50%);
    outline-offset: 0.25rem;
}

.calendar__day:not(.calendar__outofmonth) {
    background: #0b73b5;
    color: #fff;
    border-radius: 3px;
}

.calendar__day.calendar__hasitems {
    background: #0e4e76;
    color: #fff;
}

.calendar__day.calendar__today {
    background: #0e4e76;
    color: #fff;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- modal -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.dialog-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.dialog-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.dialog-container[aria-hidden="true"] {
    display: none;
}

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(43, 46, 56, 0.9);
    animation: fade-in 200ms both;
}

.dialog-content-wrapper {
    background-color: rgb(255, 255, 255);
    margin: auto;
    z-index: 2;
    position: relative;
    animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
    max-width: 90%;
    width: 800px;
    border-radius: 2px;
    max-height: 90%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@keyframes slide-up {
    from {
        transform: translateY(10%);
    }
}

.dialog-content {
    overflow: scroll;
    max-height: 90vh;
    padding: 0 1em 1em 1em;
}

.dialog-close-wrapper {
    padding: 0.5em;
    text-align: right;
}

.dialog-close {
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 3px 9px 5px 9px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
}

.dialog-close:hover,
.dialog-close:focus {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 700px) {
    .dialog-content {
        padding: 0 2em 2em 2em;
    }
    .dialog-close-wrapper {
        padding: 1em;
    }
}

/*********************************************
******************* CONTACT FORM ********************
*********************************************/

.form-control.error {
    color: #fff;
    background: rgb(226, 70, 70);
    border: 1px solid rgb(226, 70, 70);
}

form label {
    font-weight: 100;
}

form label.required {
    font-weight: bold;
}

form label span.required {
    color: red;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- slider -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.carrousel__content img {
    max-width: 100%;
}

.js-carrousel__caption_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.js-carrousel__caption {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    font-size: 0.9em;
}

.js-carrousel__container:not(.carrousel__container) > * + * {
    display: none;
}

.js-carrousel.relative {
    position: relative;
}

.carrousel .mod--hidden {
    overflow: hidden;
}

.carrousel__container {
    white-space: nowrap;
    position: relative;
}

.carrousel__control__list {
    list-style-type: none;
    padding: 5px 0 0 0;
    text-align: center;
}

.carrousel__control__list__item {
    display: inline-block;
    margin: 0 5px;
}

.carrousel__control__list__link {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1em;
    cursor: pointer;
}

.carrousel__button-container {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -35px;
}

.carrousel__button__previous {
    left: 10px;
}

.carrousel__button__next {
    right: 10px;
}

.carrousel__button__button {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
}

.carrousel__button__button:hover,
.carrousel__button__button:focus {
    background: rgba(0, 0, 0, 0.8);
    color: #ffff00;
}

.carrousel__button__previous span {
    margin: -3px 0 0 -2px;
    display: block;
}

.carrousel__button__next span {
    margin: -3px -2px 0 0;
    display: block;
}

/* only for minimalist example */

.carrousel__content[aria-hidden="true"] {
    display: none;
}

/* ------------------ State rules ------------------ */

.carrousel__control__list__link:focus,
.carrousel__control__list__link:hover,
.carrousel__control__list__link:active,
.carrousel__control__list__link[aria-selected="true"] {
    background: rgba(0, 0, 0, 0.8);
}

.carrousel__control__list__link:focus,
.carrousel__control__list__link:hover,
.carrousel__control__list__link:active {
    outline: 2px dotted #4f4e52;
}

/* ------------------ transition slide ------------------ */

.slide .carrousel__content {
    display: inline-block;
    vertical-align: top;
    visibility: visible;
    width: 100%;
    position: relative;
    transition: visibility 0s ease, transform 0.5s ease-in;
    transition-delay: 0s;
    white-space: normal;
}

[data-carrousel-active-slide="1"].slide > .carrousel__content {
    transform: translateX(0);
}

[data-carrousel-active-slide="2"].slide > .carrousel__content {
    transform: translateX(-100%);
}

[data-carrousel-active-slide="3"].slide > .carrousel__content {
    transform: translateX(-200%);
}

[data-carrousel-active-slide="4"].slide > .carrousel__content {
    transform: translateX(-300%);
}

[data-carrousel-active-slide="5"].slide > .carrousel__content {
    transform: translateX(-400%);
}

[data-carrousel-active-slide="6"].slide > .carrousel__content {
    transform: translateX(-500%);
}

[data-carrousel-active-slide="7"].slide > .carrousel__content {
    transform: translateX(-600%);
}

[data-carrousel-active-slide="8"].slide > .carrousel__content {
    transform: translateX(-700%);
}

[data-carrousel-active-slide="9"].slide > .carrousel__content {
    transform: translateX(-800%);
}

[data-carrousel-active-slide].slide > [aria-hidden="true"].carrousel__content {
    visibility: hidden;
    transition-delay: 0.5s, 0s;
}

/* ------------------ transition fade ------------------ */

.carrousel .fade {
    opacity: 1;
}

.fade .carrousel__content {
    animation: fadein 2s;
    white-space: normal;
}

.fade .carrousel__content[aria-hidden="true"] {
    animation: fadeout 2s;
    display: none;
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes fadein {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* ------------------ transition none ------------------ */

.none .carrousel__content {
    white-space: normal;
}

.none .carrousel__content[aria-hidden="true"] {
    display: none;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- cookies -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.cookies[hidden] {
    display: none;
}

.cookies {
    position: fixed;
    bottom: 0;
    padding: 0 1em 1em 1em;
    margin: 0 auto;
    width: 100vw;
    display: flex;
    z-index: 9999;
}

.cookies__inside {
    border-radius: 5px;
    background: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
    padding: 1em 1.5em;
    text-align: center;
    margin: 0 auto;
}

.cookies__desc {
    margin-bottom: 1em;
    color: hsl(0, 0%, 100%);
}

.cookies__desc a {
    color: hsl(25, 100%, 70%);
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}

.cookies__desc a:hover,
.cookies__desc a:focus {
    color: hsl(0, 0%, 100%);
    text-decoration: underline;
}

.cookies__btn-agree {
    border: none;
    background: hsl(25, 100%, 90%);
    color: hsl(0, 0%, 0%);
    border-radius: 3px;
    padding: 0.2em 0.5em;
    transition: 0.2s ease-in-out;
}

.cookies__btn-agree:hover,
.cookies__btn-agree:focus {
    background: hsl(0, 0%, 100%);
}

.cookies *:focus {
    outline: 3px solid hsl(25, 100%, 90%);
    outline-offset: 0.25rem;
}
