*, html {
    font-size: 16px;
    box-sizing: border-box;
}

a:hover {
    cursor: pointer;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.w-100 {
    width: 100%;
    max-width: initial;
}

.no-pt {
    padding-top: 0;
}

body {
    font-family: AudiType_Normal;
}

div.banner-top {
    position: relative;
}

div.absoluteTitle {
    position: absolute;
    bottom: 20px;
    background: black;
    color: white;
    left: 40px;
    padding: 10px;
}

div.section {
    padding: 40px 0;
}

div.section.darkgrey {
    background-color: #ccc;
}

.navbar-audi {
    border: 0;
    min-height: 70px;
    margin-bottom: 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 10;
}

.navbar-audi > .container {
    padding: 10px 15px;
    width: 100%;
}

.navbar-brand {
    padding: 15px 0;
}

.navbar-brand,
.navbar-brand > span {
    font-size: 1.2rem;
}

.navbar > .inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.navbar > .inner > .brand {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 40px;
    width: 20%;
}

.navbar > .inner > .brand > img {
    float: right;
}

.navbar > .inner > .navigation {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}

.menu-bar-flexbox {
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.menu-bar-flexbox > ul {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -js-display: -ms-flexbox;
    -js-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.menu-bar-flexbox > ul > li {
    color: #c2c2c2;
    height: 70px;
    line-height: 70px;
    margin: 0 1.25vw;
    display: inline-block;
}

.navbar > .inner > .title {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    margin-left: 40px;
}

#main > .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-size: 1.125rem;
    line-height: 2rem;
    font-family: AudiType_Light;
    max-width: 800px;
    padding-top: 1.2rem;
}

div.programme > .row {
    padding-bottom: 40px;
}

div.programme > .row:last-of-type {
    padding-bottom: 0px;
}

.mobile-menu > ul > li > a {
    margin-left: 20px;
    color: #333;
}

.mobile-menu > ul > li > a:hover {
    text-decoration: none;
    color: #BB0A30;
}

.table-head-time {
    width: 200px;
}

.img-programme-mobile {
    padding-bottom: 40px;
}

#registration .panel-body {
    background-color: #f2f2f2;
}

@media (max-width: 990px) {
    .navbar > .inner > .brand,
    .navbar > .inner > .title {
        width: auto;
    }
}

@media (max-width: 767px) {
    #nav-icon {
        float: right;
        margin: 0 !important;
        margin-right: 40px !important;
    }

    *, html {
        font-size: 14px;
    }

    p {
        line-height: 1.6rem;
    }

    .table-head-time {
        width: 100px;
    }
}

@media (max-width: 400px) {
    #nav-icon {
        margin-right: 20px !important;
    }

    .navbar > .inner > .title {
        margin-left: 20px !important;
    }
}

/* Icon MOBILE MENU */

#nav-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 9px;
}

#nav-icon span:nth-child(4) {
    top: 18px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

a, strong {
    font-size: inherit;
}

ul.info {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#main {
    padding-top: 70px;
}