@charset "UTF-8";
body {
    font-family: Roboto Slab;
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
    text-align: var(--body-text-align);
    background-color: var(--body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #0000;
    margin: 0;
}

/*MENU*/

.container-header .container-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1em;
    background-color: #19283f;
}

.container-nav {
    justify-content: center !important;
}

/*MOBILE MENU*/
.mobilemenuck-bar-button {
    background: #fff !important;
    height: 60px !important;
    width: 60px !important;
    color: #19283f !important;
    padding-top: 8px;
    padding-left: 50px !important;
    font-size: 3em !important;
}

.mobilemenuck-title {
    background: none !important;
    height: 43px;
    text-indent: 20px;
    line-height: 43px;
    font-size: 20px;
}

.mobilemenuck {
    background: #d1d1d1 !important;
    color: var(--gray-700) !important;
    padding-bottom: 5px;
    font-weight: bold !important;
    font-size: 1.2em !important;
}

.mobilemenuck-item > .level1 {
    background: #d1d1d1 !important;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #192e48;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    padding-left: 15px;
    line-height: 35px;
}

.level1 a {
    color: #194065 !important;
    line-height: 35px;
}

.mobilemenuck a {
    color: #19283f !important;
    font-weight: normal !important;
    font-size: 1em !important;
}

/*HEADER*/
/* Override the lila background with white */
.container-header {
background-color: white;
background-image: none;
}

.container-header .navbar-brand {
    color: #fff;
    margin-inline-end: auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    padding-left: 21%;
}

.container-header .grid-child {
    padding: 0em !important;
}

/*CONTAINER PRINCIPAL*/
body.wrapper-fluid .site-grid {
    grid-gap: 0 0em;
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 25%)) [main-end] minmax(0, 1fr) [full-end];
}

.container-component>*+* {
    margin-top: 0em;
  }

  /*FOOTER*/
  .footer {
    color: #fff;
    background-color: #19283f;
    background-image: linear-gradient(135deg, #19283f 0%, #19283f 100%);
    margin-top: 0em;
}

div#mod-custom149 {
    width: 100%;
    /* max-width: 1320px; */
    margin-left: auto;
    margin-right: auto;
    /* display: flex; */
}

/*MAIN BOTTOM*/
.main-bottom.card {
    background-color: #19283f;
}

.card {
    --card-border-color: none !important;
    --card-inner-border-radius: none !important;
    --card-border-radius: none !important;
    --card-spacer-y: 0 !important;
}

/*LIENS*/
a:not([class]) {
    text-decoration: none !important;
}
/*liens menus*/
.container-header .mod-list li.active>a {
    text-decoration: none !important;
    color: #A07938;
  font-weight: bold;
}

/*AWESOME FONT*/
.fa-envelope {
    color: #9f7a4b !important;
}

/*BOUTONS*/

.uk-button-primary {
    background-color: #9f7a4b !important;
    color: #fff;
    border: 1px solid transparent;
}