/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
button:focus {
    outline: 0;
}


html {
    font-size: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.5!important;
    font-size: 1rem!important;
    overflow-x: hidden!important;
    font-weight: 400!important;
    padding-bottom: 332px!important;
    padding-top: 6rem!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    min-height: 100vh;
    position: relative;
}

header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #fff;
    -webkit-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
    -moz-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
    -o-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
    transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 2rem;
}
header#masthead .logo img {
    width: 170px;
    transition: all 0.4s;
}
header#masthead .refsearchform {
    display: flex;
    align-items: center;
}
header#masthead .header-right {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: 0.5rem;
}
header#masthead .header-right .search-ref {
    margin-right: 1rem;
}
header#masthead .header-right .search-ref button {
    border: 0;
    background: 0;
    cursor: pointer;
    height: 25px;
}
header#masthead .header-right .search-ref button img {
    width: 22px;
    min-width: 22px;
    margin-right: 0.5rem;
}
header#masthead .header-right .search-ref input {
    border: solid 1px #cbcbcb;
    font-size: 0.9rem;
    padding: 1px 5px;
    outline: 0;
    border-radius: 0;
    box-shadow: none!important;
}
header#masthead .header-right .search-ref input.tt-hint {
    color: #fff!important;
}
header#masthead #header-menu {
    text-transform: uppercase;
}
header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item > a {
    font-weight: 300;
}
header#masthead #header-menu .nav-main ul#primary-menu {
    display: flex;
    margin: 0;
}
header#masthead.fixed .logo img {
    width: 140px;
}
header#masthead #main-nav {
    position: initial;
    padding: 0;
    order: 5;
    background: transparent;
    z-index: -2;
}
header#masthead #main-nav #zoneSousMenu {
    margin-top: 1rem;
}
header#masthead #main-nav #zoneSousMenu ul {
    width: 100%;
}
header#masthead .tt-dropdown-menu {
    z-index: 99999!important;
    left: -340px!important;
    border-radius: 0;
}

/*-------- Burger menu -------- */
#nav-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    margin-left: 0.5rem;
    z-index: 1000;
    order: 5;
}
#nav-icon > div {
    display: inline-block;
}
#nav-icon div:first-of-type {
    width: 35px;
    height: 17px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#nav-icon div:first-of-type span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    border-radius: 0.3125rem;
    overflow: hidden;
}
#nav-icon div:first-of-type span:nth-child(1) {
    top: 0;
    -webkit-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    -moz-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    -o-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    transition: top ease 0.25s 0.25s, transform ease 0.25s;
}
#nav-icon div:first-of-type span:nth-child(2) {
    top: 7px;
    -webkit-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    -moz-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    -o-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    transition: top ease 0.25s 0.25s, transform ease 0.25s;
}
#nav-icon div:first-of-type span:nth-child(3) {
    top: 14px;
    -webkit-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    -moz-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    -o-transition: top ease 0.25s 0.25s, transform ease 0.25s;
    transition: top ease 0.25s 0.25s, transform ease 0.25s;
}
#nav-icon:hover div span {
    width: 0;
    left: 50%;
}
#nav-icon:hover div span:nth-child(1) {
    top: 7px;
    width: 100%;
    left: 0;
    -webkit-transition: top ease 0.25s, transform ease 0.25s 0.25s;
    -moz-transition: top ease 0.25s, transform ease 0.25s 0.25s;
    -o-transition: top ease 0.25s, transform ease 0.25s 0.25s;
    transition: top ease 0.25s, transform ease 0.25s 0.25s;
}
#nav-icon:hover div span:nth-child(3) {
    top: 7px;
    width: 100%;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top ease 0.25s, transform ease 0.25s 0.25s;
    -moz-transition: top ease 0.25s, transform ease 0.25s 0.25s;
    -o-transition: top ease 0.25s, transform ease 0.25s 0.25s;
    transition: top ease 0.25s, transform ease 0.25s 0.25s;
}
#nav-icon.open div span {
    width: 0;
    left: 50%;
    -webkit-transition: all 0.25s !important;
    -moz-transition: all 0.25s !important;
    -o-transition: all 0.25s !important;
    transition: all 0.25s !important;
}
#nav-icon.open div span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    width: 100%;
    left: 0;
}
#nav-icon.open div span:nth-child(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 7px;
    width: 100%;
    left: 0;
}


ul.rs {
    display: flex;
    margin-bottom: 0;
}
ul.rs li {
    margin-right: 0.5rem;
    position: relative;
}
ul.rs li a {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff !important;
    font-size: 1rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.rs li a:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    display: block;
    width: 35px;
    height: 35px;
    background: #f4d000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
ul.rs li a i {
    z-index: 10;
}
ul.rs li a:hover {
    color: #fff !important;
}
ul.rs li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
ul.rs li:last-of-type {
    margin-right: 0;
}

@media all and (min-width: 1500px) {
    header#masthead #nav-icon {
        display: none;
    }
    header#masthead #header-menu .nav-main {
        padding: 0;
    }
    header#masthead #header-menu .nav-main ul#primary-menu {
        position: relative;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item {
        padding: 0.8rem 0.7rem;
        position: relative;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item > a {
        position: relative;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item > a:after {
        content: "";
        display: block;
        width: 100%;
        background: #fff;
        height: 0;
        position: absolute;
        z-index: -1;
        bottom: 0;
        transition: all 0.4s;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item > a:hover:after {
        background: #f4d000;
        height: 7px;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item.current_page_item > a:after {
        background: #f4d000;
        height: 7px;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item:after {
        content: "|";
        color: #f4d000;
        position: absolute;
        right: -1px;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item:last-of-type:after {
        content: none;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item .sub-menu {
        position: absolute;
        background: #fff;
        top: 120%;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        width: 160%;
        opacity: 0;
        padding: 20px;
        -webkit-transform: translateX(-19%);
        -moz-transform: translateX(-19%);
        -ms-transform: translateX(-19%);
        -o-transform: translateX(-19%);
        transform: translateX(-19%);
        visibility: hidden;
        text-align: center;
        border: solid 1px #e4e4e4;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item .sub-menu li.menu-item a {
        padding: 0;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item .sub-menu li.menu-item:not(:last-of-type) {
        padding-bottom: 10px;
        border-bottom: solid 1px #000;
        margin-bottom: 10px;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item:hover .sub-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
}
@media all and (max-width: 1499px) {
    header#masthead {
        padding: 0.5rem 1rem !important;
    }
    header#masthead #header-menu {
        z-index: 300;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: #fff;
        margin: 0;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s, -webkit-transform 0s 0.3s;
        transition: opacity 0.3s 0s, -webkit-transform 0s 0.3s;
        -o-transition: opacity 0.3s 0s, transform 0s 0.3s;
        transition: opacity 0.3s 0s, transform 0s 0.3s;
        transition: opacity 0.3s 0s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    header#masthead #header-menu .nav-main ul#primary-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 6rem;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item {
        font-size: 1.2rem;
        padding: 1rem;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item:first-of-type {
        border-top: solid 1px #e5e5e5;
    }
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item a {
        display: block;
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
    }
    header#masthead .header-right {
        margin: 0 0 0 auto;
        align-items: center;
    }
    header#masthead .header-right .search-ref {
        margin: 0;
    }
    header#masthead .header-right .rs {
        margin: 0 1rem;
    }
    header#masthead.open #header-menu {
        z-index: -1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -webkit-transition: opacity 0.3s 0s, -webkit-transform 0s 0s;
        transition: opacity 0.3s 0s, -webkit-transform 0s 0s;
        -o-transition: opacity 0.3s 0s, transform 0s 0s;
        transition: opacity 0.3s 0s, transform 0s 0s;
        transition: opacity 0.3s 0s, transform 0s 0s, -webkit-transform 0s 0s;
    }
}
@media all and (max-width: 768px) {
    header#masthead .logo img {
        width: 130px;
    }
    header#masthead .tt-dropdown-menu {
        left: -200px!important;
    }
}
@media all and (max-width: 576px) {
    header#masthead {
        padding: 0.5rem 1rem !important;
    }
    header#masthead #header-menu .nav-main {
        transition: all 0.5s;
    }
    header#masthead #header-menu .nav-main ul#primary-menu {
        margin-top: 5rem;
    }
    header#masthead .header-right .rs {
        margin-left: 5px;
    }
    header#masthead .header-right .search-ref .refsearchform {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        transform: translateY(-100%);
        transition: all 0.5s;
        z-index: 10000;
    }
    header#masthead .header-right .search-ref .refsearchform button[type=submit] {
        position: absolute;
        top: 4px;
        left: 6px;
        z-index: 1;
    }
    header#masthead .header-right .search-ref .refsearchform input {
        width: 100%;
        padding: 0.5rem 3rem;
        border: 0;
        border-bottom: solid 1px #cbcbcb;
    }
    header#masthead .header-right .search-ref .refsearchform .open-refsearchform {
        position: absolute;
        top: -3px;
        right: 5px;
        font-size: 2.5rem;
        font-weight: 100;
        line-height: 1;
        z-index: 100;
    }
    header#masthead.openSearch {
        padding-top: 3rem !important;
    }
    header#masthead.openSearch .search-ref > button.open-refsearchform {
        display: none;
    }
    header#masthead.openSearch .search-ref .refsearchform {
        transform: translateY(0%);
    }
    header#masthead.openSearch #header-menu .nav-main {
        transform: translateY(38px);
    }
    header#masthead.fixed .logo img {
        width: 100px;
    }
    header#masthead .tt-dropdown-menu {
        z-index: 99999!important;
        width: 100%!important;
        left: 0!important;
        border: 0;
    }
}
@media all and (max-width: 400px) {
    header#masthead .header-right .rs {
        display: none;
    }
}
@media all and (max-width: 992px) and (max-height: 600px) {
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item {
        line-height: 1;
    }
}
@media all and (max-width: 992px) and (max-height: 450px) {
    header#masthead #header-menu .nav-main ul#primary-menu > li.menu-item {
        padding: 0.7rem 1rem;
    }
}







#footer {
    background-color: #f4d000;
    padding: 2rem 0;
    font-size: 0.9rem;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#footer .container {
    max-width: 90%;
}
#footer:before {
    content: "";
    background: #fff;
    width: 25%;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
#footer a:hover {
    font-weight: 300;
}
#footer .title {
    text-transform: uppercase;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
#footer .title a {
    color: #f4d000;
}
#footer .title a:hover {
    color: #fff;
}
#footer .logo {
    text-align: center;
}
#footer .logo img {
    max-width: 160px;
}
#footer #footer-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
    text-transform: uppercase;
}
#footer #footer-menu > li.menu-item {
    margin-bottom: 0.25rem;
}
#footer #footer-menu .sub-menu {
    text-transform: initial;
}
#footer #footer-menu .sub-menu li:before {
    content: "- ";
}
#footer .footer-3 {
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-3 > div:first-of-type, #footer .footer-3 > div:last-of-type {
    width: 100%;
}
#footer .footer-3 > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2rem;
}
#footer .footer-3 > div:nth-child(2) .idemrs:last-of-type {
    margin-bottom: 0;
}
#footer .footer-3 .rs {
    margin: 3rem 0 1rem;
}
#footer .footer-3 .rs li a {
    color: #f4d000 !important;
}
#footer .footer-3 .rs li a:hover {
    color: #000 !important;
}
#footer .footer-3 .rs li a:hover:before {
    background: #fff;
}
#footer .copyright {
    font-size: 0.75rem;
    padding: 0.5rem 0;
}
#footer .copyright:before {
    content: "";
    display: block;
    position: absolute;
    left: -50%;
    top: 0;
    height: 1px;
    width: 200%;
    background: #fff;
}
#footercopyright-menu {
    display: flex;
}
#footercopyright-menu .menu-item:after {
    content: "-";
    margin: 0 3px;
}
#footercopyright-menu .menu-item:last-of-type:after {
    content: none;
}
.idemrs {
    padding-left: 40px;
    display: block;
    position: relative;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}
.idemrs span {
    text-transform: uppercase;
    display: block;
}
.idemrs i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #f4d000 !important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 1350px) {
    #footer:before {
        width: 23%;
    }
    #footer .container {
        max-width: 100%;
    }
}
@media all and (max-width: 1100px) {
    body {
        padding-bottom: 416px!important;
    }
    #footer #footer-menu {
        height: auto;
    }
    #footer .footer-3 > div {
        width: 100%;
    }
    #footer .footer-3 > div:nth-child(2) {
        margin-bottom: 1rem;
    }
    #footer .footer-3 > div .rs {
        margin-top: 2rem;
    }
}
@media all and (max-width: 767px) {
    body {
        padding-bottom: 541px!important;
    }
    #footer:before {
        width: 100%;
        height: 130px;
    }
    #footer .footer-1 {
        margin-bottom: 3rem;
    }
}
@media all and (max-width: 575px) {
    body {
        padding-bottom: 563px!important;
    }
    #footer {
        text-align: center;
        padding-bottom: 0;
    }
    #footer .rs {
        justify-content: center;
    }
    #footer .footer-2 {
        display: none;
    }
    #footer .footer-3 > div {
        margin-right: 0 !important;
    }
    #footer .footer-3 .idemrs {
        padding: 0;
    }
    #footer .footer-3 .idemrs i {
        display: none;
    }
    #footer .copyright {
        font-size: 0.75rem;
    }
    #footer .copyright #footercopyright-menu {
        flex-direction: column;
    }
    #footer .copyright #footercopyright-menu .menu-item:after {
        content: none;
    }
}