.bloc-3 {
    margin: 0 0 14px 0;
    padding: 0;
}
.bloc-3 > li  {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 332px;
}
.bloc-3 > li:last-child {
    margin-right: 0;
}
#calendar-2022 .bloc-4.list-races.display-title-calendar.clearfix:after,
#calendar-2023 .bloc-4.list-races.display-title-calendar.clearfix:after,
#calendar-2024 .bloc-4.list-races.display-title-calendar.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
}

#calendar-2024 .list-races-coupe-de-france,
#calendar-2024 .list-races-trophee-anthoine-hubert {
    min-height: 320px;
}

#calendar-2024 .list-races-trophee-anthoine-hubert {
    margin-top: 10px;
}
#calendar-2024 .bloc-4.list-races .list-races-trophee-anthoine-hubert h1 {
    /*background-color: #105ea5;*/
    background-color: #ffdd00;
}

#calendar-2023 .list-races-coupe-de-france,
#calendar-2023 .list-races-trophee-de-france {
    min-height: 320px;
}
#calendar-2023 .list-races-trophee-de-france {
    margin-top: 10px;
}

#calendar-2019 .bloc-4.list-races.display-title-calendar.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
}

#calendar-2019 .bloc-4.list-races>li {
    min-height: 745px;
}

#calendar-2019 .bloc-4.list-races .list-races-championnat-de-france  {
    min-height: auto;
    height: 839px;
}
#calendar-2019 .bloc-4.list-races .list-races-superkart {
    min-height: auto;
    height: 366px;
    margin-bottom: 12px;
}

#calendar-2019 .bloc-4.list-races .list-races-championnat-de-france-endurance {
    min-height: auto;
    height: 275px;
    margin-bottom: 12px;
}
#calendar-2019 .bloc-4.list-races .list-races-championnat-de-france-endurance h1 {
    overflow: hidden;
}

#calendar-2019 .bloc-4.list-races .list-races-coupe-de-france {
    min-height: auto;
    height: 320px;
    margin-bottom: 12px;
}
#calendar-2019 .bloc-4.list-races .list-races-6h-nationale-2 {
    min-height: auto;
    height: 220px;
}
#calendar-2019 .bloc-4.list-races .list-races-6h-nationale-2 h1 {
    background-color: #ffdd00;
    color: #000;
}
#calendar-2019 .bloc-4.list-races .list-races-superkart {
    min-height: auto;
    height: 507px;
}
#calendar-2019 .bloc-4.list-races .list-races-trophee-de-france {
    min-height: auto;
    height: 320px;
    margin-bottom: 12px;
}
#calendar-2019 .bloc-4.list-races .list-races-trophee-de-france h1 {
    background-color: #105ea5;
}

/* line 12, ../sass/screen.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 15, ../sass/screen.scss */
body {
    min-width: 1024px;
    background: url("../images/bg-body-repeat.png") repeat center center #eff0f0;
    font-size: 75%;
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

/* GLOBAL */
/* line 25, ../sass/screen.scss */
a,
a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

/* line 31, ../sass/screen.scss */
a:hover,
a:focus,
a:active {
    color: #aaa;
}

/* line 37, ../sass/screen.scss */
header>div,
nav[role="navigation"]>ul,
div[role="main"],
footer>div {
    margin: 0 auto;
    width: 1024px;
}


input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    padding: 0 4px;
}

/* line 43, ../sass/screen.scss */
input[type="text"],
input[type="email"],
input[type="password"],
select {
    height: 24px;
    line-height: 24px;
}

/* line 50, ../sass/screen.scss */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    border: 1px solid #bababa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f2f2f2), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(#ffffff, #f2f2f2, #e8e8e8);
    background-image: -moz-linear-gradient(#ffffff, #f2f2f2, #e8e8e8);
    background-image: -o-linear-gradient(#ffffff, #f2f2f2, #e8e8e8);
    background-image: linear-gradient(#ffffff, #f2f2f2, #e8e8e8);
}

/* line 56, ../sass/screen.scss */
html.no-js .js-hide {
    display: none;
}

/* line 60, ../sass/screen.scss */
.required:after {
    content: ' *';
    color: #939494;
}

.fieldWithErrors .required:after,
.error .required:after {
    color: red;
    font-weight: bold;
}

.msg {
    padding: 1em;
    margin-bottom: 1em;
}

.msg-valid {
    color: green;
}

.msg-error {
    color: red;
}

/* line 64, ../sass/screen.scss */
.box-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px #aaaaaa;
    -moz-box-shadow: 0 0 4px #aaaaaa;
    box-shadow: 0 0 4px #aaaaaa;
}

/* line 68, ../sass/screen.scss */
.btn-default {
    border: none;
    margin: 0 auto;
    padding: 0 1em;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    width: auto;
    min-width: 164px;
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    font-family: cafetaregular, sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c3c3c), color-stop(50%, #212121), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(#3c3c3c, #212121, #000000);
    background-image: -moz-linear-gradient(#3c3c3c, #212121, #000000);
    background-image: -o-linear-gradient(#3c3c3c, #212121, #000000);
    background-image: linear-gradient(#3c3c3c, #212121, #000000);
}

/* line 88, ../sass/screen.scss */
.btn-default,
a.btn-default,
a.btn-default:link,
a.btn-default:visited {
    color: #fff;
}

/* line 93, ../sass/screen.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bda65e), color-stop(50%, #98874e), color-stop(100%, #796c41));
    background-image: -webkit-linear-gradient(#bda65e, #98874e, #796c41);
    background-image: -moz-linear-gradient(#bda65e, #98874e, #796c41);
    background-image: -o-linear-gradient(#bda65e, #98874e, #796c41);
    background-image: linear-gradient(#bda65e, #98874e, #796c41);
}

.table-default {
    width: 100%;
}

.table-default th {
    background-color: #eee;
    text-align: left;
    padding: 0.5em;
    font-size: 1.2em;
}

.table-default tbody td {
    text-align: left;
    padding: 1em;
}

/* line 96, ../sass/screen.scss */
.icons {
    background-color: transparent;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
}

/* line 102, ../sass/screen.scss */
.icon-lang-fr,
.icon-lang-en {
    width: 28px;
    height: 28px;
}

/* line 106, ../sass/screen.scss */
.icon-lang-fr {
    background-position: -2px -2px;
}

/* line 109, ../sass/screen.scss */
.icon-lang-en {
    background-position: -2px -32px;
}

/* line 115, ../sass/screen.scss */
.icon-lang-fr:focus,
.icon-lang-fr:hover,
.icon-lang-fr:active,
.icon-lang-fr.selected {
    background-position: -32px -2px;
}

/* line 121, ../sass/screen.scss */
.icon-lang-en:focus,
.icon-lang-en:hover,
.icon-lang-en:active,
.icon-lang-en.selected {
    background-position: -32px -32px;
}

/* line 125, ../sass/screen.scss */
.icon-lang-fr-small,
.icon-lang-en-small {
    width: 16px;
    height: 16px;
}

/* line 129, ../sass/screen.scss */
.icon-lang-fr-small {
    background-position: -2px -62px;
}

/* line 132, ../sass/screen.scss */
.icon-lang-en-small {
    background-position: -2px -80px;
}

/* line 138, ../sass/screen.scss */
.icon-lang-fr-small:focus,
.icon-lang-fr-small:hover,
.icon-lang-fr-small:active,
.icon-lang-fr-small.selected {
    background-position: -20px -62px;
}

/* line 144, ../sass/screen.scss */
.icon-lang-en-small:focus,
.icon-lang-en-small:hover,
.icon-lang-en-small:active,
.icon-lang-en-small.selected {
    background-position: -20px -80px;
}

/* line 147, ../sass/screen.scss */
.icon-arrow {
    width: 13px;
    height: 13px;
    background-position: -2px -98px;
}

/* line 154, ../sass/screen.scss */
.icon-arrow-championnat-de-france-endurance,
.icon-arrow-championnat-de-france,
.icon-arrow-coupe-de-france,
.icon-arrow-superkart {
    display: inline-block;
    width: 13px;
    height: 11px;
}

/* line 159, ../sass/screen.scss */
.icon-arrow-championnat-de-france {
    background-position: -2px -151px;
}

.icon-arrow-championnat-de-france-endurance {
    background-image: url("../images/icons2.png");
    background-position: -2px -226px;
}

/* line 162, ../sass/screen.scss */
.icon-arrow-coupe-de-france {
    background-position: -2px -164px;
}

/* line 165, ../sass/screen.scss */
.icon-arrow-superkart {
    background-position: -2px -177px;
}

/* line 169, ../sass/screen.scss */
.icon-arrow-top,
.icon-arrow-bottom {
    width: 8px;
    height: 4px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: 0;
}

/* line 177, ../sass/screen.scss */
.icon-arrow-top {
    background-position: -2px -190px;
}

/* line 180, ../sass/screen.scss */
.icon-arrow-bottom {
    background-position: -2px -196px;
}

.icon-remove {
    width: 17px;
    height: 17px;
    background-position: -2px -202px;
}

.pilot-form .icon-remove {
    float: right;
    border: none;
}

.pilot-form .icon-remove span {
    display: none;
}

/* line 184, ../sass/screen.scss */
.flags {
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 12px;
    background-image: url("../images/flags.png");
    background-repeat: no-repeat;
    background-color: transparent;
}

/* line 193, ../sass/screen.scss */
.flag-fr,
.flag-f {
    background-position: -2px -2px;
}

.flag-d {
    background-position: -2px -16px;
}

.flag-gb {
    background-position: -2px -30px;
}

.flag-e {
    background-position: -2px -44px;
}

.flag-i {
    background-position: -2px -58px;
}

.flag-p {
    background-position: -2px -72px;
}

.flags-custom {
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 12px;
    border: 1px solid #aaa;
}

/* line 201, ../sass/screen.scss */
a:hover .icon-arrow,
a:focus .icon-arrow,
a:active .icon-arrow,
.selected .icon-arrow {
    background-position: -17px -98px;
}

/* HEADER */
/* line 206, ../sass/screen.scss */
header {
    height: 88px;
    background-color: #f9f9f9;
}

/* line 210, ../sass/screen.scss */
header .first {
    float: left;
    margin: 16px 0 0 6px;
}

/* line 214, ../sass/screen.scss */
header .last {
    float: right;
    margin: 10px 2px 0 0;
}

/* NAV */
/* line 220, ../sass/screen.scss */
nav[role="navigation"] {
    margin-bottom: 37px;
    min-width: 1024px;
    height: 51px;
    border-bottom: 3px solid #f9f9f9;
    background: url("../images/bg-nav-repeat.png") repeat-x center center transparent;
}

/* line 227, ../sass/screen.scss */
nav[role="navigation"]>ul {
    padding: 0;
    height: 48px;
    border-right: 1px solid #070606;
    border-left: 1px solid #474647;
}

/* line 233, ../sass/screen.scss */
nav[role="navigation"]>ul>li {
    display: inline-block;
    height: 48px;
    vertical-align: top;
}

/* line 238, ../sass/screen.scss */
nav[role="navigation"]>ul li ul {
    margin: 0;
    padding: 0;
}

/* line 242, ../sass/screen.scss */
nav[role="navigation"]>ul>li.first {
    padding: 0 26px;
    border-left: none;
}

/* line 246, ../sass/screen.scss */
nav[role="navigation"]>ul>li.first>ul>li {
    display: inline-block;
    padding-top: 10px;
    width: 28px;
    height: 28px;
    vertical-align: top;
}

/* line 253, ../sass/screen.scss */
nav[role="navigation"]>ul>li.first>ul>li>a {
    display: block;
    width: 28px;
    height: 28px;
}

/* line 258, ../sass/screen.scss */
nav[role="navigation"]>ul>li.first>ul>li.first {
    margin-right: 8px;
}

/* line 261, ../sass/screen.scss */
nav[role="navigation"]>ul>li.first span {
    display: none;
}

/* line 264, ../sass/screen.scss */
nav[role="navigation"]>ul>li>a {
    display: block;
    padding: 0 10px;
    height: 48px;
    border-top: 1px solid transparent;
    border-right: 1px solid #070606;
    border-left: 1px solid #474647;
    color: #fff;
    line-height: 48px;
}

/* line 277, ../sass/screen.scss */
nav[role="navigation"]>ul>li>a:hover,
nav[role="navigation"]>ul>li>a:focus,
nav[role="navigation"]>ul>li>a:active,
nav[role="navigation"]>ul>li.selected>a,
nav[role="navigation"]>ul>li:hover,
nav[role="navigation"]>ul>li:hover a {
    border-top-color: #e4e4e4;
    border-right-color: #cbcbcb;
    border-left-color: #f7f7f7;
    background-color: #f2f2f2;
    color: #1e1b1c;
}

nav[role="navigation"]>ul>li.first:hover,
nav[role="navigation"]>ul>li.first:hover a,
nav[role="navigation"]>ul>li.last:hover,
nav[role="navigation"]>ul>li.last:hover a {
    background-color: transparent;
    border-color: inherit;
}

/* line 284, ../sass/screen.scss */
nav[role="navigation"]>ul>li.last {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 50px;
    height: 48px;
    border-left: 1px solid #474647;
}

/* line 291, ../sass/screen.scss */
nav[role="navigation"]>ul>li.last a {
    display: inline-block;
    width: 142px;
    height: 35px;
    border-right: none;
    border-left: none;
    background: url("../images/bg-live-timing.png") no-repeat -2px -2px transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    font-family: cafetaregular, sans-serif;
    line-height: 26px;
    color: #4d4d4d;
    padding-right: 34px;
    padding-top: 7px;
    padding-bottom: 2px;
}

/* line 310, ../sass/screen.scss */
nav[role="navigation"]>ul>li.last a:hover,
nav[role="navigation"]>ul>li.last a:focus,
nav[role="navigation"]>ul>li.last a:active,
nav[role="navigation"]>ul>li.last.selected a {
    border-top-color: transparent;
    border-right-color: #070606;
    border-left-color: #474647;
    background-position: -2px -39px;
    color: #fff;
}

nav[role="navigation"]>ul>li>ul.sub-nav {
    position: absolute;
    z-index: 999;
    width: 210px;
    display: none;
}

nav[role="navigation"]>ul>li:hover>ul.sub-nav {
    display: block;
}

nav[role="navigation"]>ul>li>ul.sub-nav>li {
    list-style: none;
}

nav[role="navigation"]>ul>li>ul.sub-nav>li a {
    color: #2f2f2f;
    display: block;
    padding: 10px;
    background-color: #d8d8d8;
    text-align: left;
}

nav[role="navigation"]>ul>li>ul.sub-nav>li a:hover,
nav[role="navigation"]>ul>li>ul.sub-nav>li a:focus,
nav[role="navigation"]>ul>li>ul.sub-nav>li a:active,
nav[role="navigation"]>ul>li>ul.sub-nav>li.selected a {
    background-color: #bea75e;
    color: #fff;
    font-weight: bold;
}

nav[role="navigation"]>ul>li>ul.sub-nav>li .icons {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}


/* line 317, ../sass/screen.scss */
.bloc-cat {
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: transparent;
}

.bloc-cat-default-color {
    border-left-color: #bea75e;
}

.bloc-cat-default-color .bg-color {
    background-color: #bea75e;
}

.bloc-cat-default-color .border-color {
    border-color: #bea75e;
}

/* line 322, ../sass/screen.scss */
.bloc-championnat-de-france {
    border-left-color: #105ea5;
}

.bloc-championnat-de-france .text-color {
    color: #105ea5;
}

.bloc-championnat-de-france .bg-color {
    background-color: #105ea5;
}

.bloc-championnat-de-france .border-color,
.slideshow.news .bloc-championnat-de-france .border-color {
    border-color: #105ea5;
}

/* line 325, ../sass/screen.scss */
.bloc-coupe-de-france {
    border-left-color: #929292;
}

.bloc-coupe-de-france .text-color {
    color: #929292;
}

.bloc-coupe-de-france .bg-color {
    background-color: #929292;
}

.bloc-coupe-de-france .border-color,
.slideshow.news .bloc-coupe-de-france .border-color {
    border-color: #929292;
}

.bloc-championnat-de-france-endurance,
.bloc-coupe-de-france-endurance {
    border-left-color: #ffdd00;
}

.bloc-championnat-de-france-endurance .text-color,
.bloc-coupe-de-france-endurance .text-color {
    color: #ffdd00;
}

.bloc-championnat-de-france-endurance .bg-color,
.bloc-coupe-de-france-endurance .bg-color {
    background-color: #ffdd00;
}

/* line 328, ../sass/screen.scss */
.bloc-superkart {
    border-left-color: #d05444;
}

.bloc-superkart .text-color {
    color: #d05444;
}

.bloc-superkart .bg-color {
    background-color: #d05444;
}

.bloc-superkart .border-color,
.slideshow.news .bloc-superkart .border-color {
    border-color: #d05444;
}

/* GRID */
/* line 333, ../sass/screen.scss */
.bloc {
    padding: 34px;
    margin-bottom: 20px;
}

/* line 336, ../sass/screen.scss */
.bloc h1,
.bloc-medias>h1 {
    height: 26px;
    line-height: 26px;
    margin: 0 0 8px 0;
    font-family: cafetaregular, sans-serif;
    font-weight: normal;
    font-size: 3em;
    color: #211e1e;
    text-transform: uppercase;
}

/* line 346, ../sass/screen.scss */
.bloc h2 {
    height: 22px;
    line-height: 22px;
    margin: 0 0 26px 0;
    font-family: cafetaregular, sans-serif;
    font-weight: normal;
    font-size: 2em;
    color: #bca55e;
    text-transform: uppercase;
}

.bloc h2.next {
    margin-top: 30px;
}

.bloc h3 {
    height: 18px;
    line-height: 18px;
    margin: 0 0 20px 0;
    font-family: cafetaregular, sans-serif;
    font-weight: normal;
    font-size: 1.6em;
    color: #211e1e;
}

.bloc h3.next {
    margin-top: 20px;
}

/* line 357, ../sass/screen.scss */
.bloc-2>div {
    display: inline-block;
    vertical-align: top;
    width: 504px;
    padding: 34px;
}

/* line 363, ../sass/screen.scss */
.bloc-2>div.first {
    margin-right: 16px;
}

/* line 366, ../sass/screen.scss */
.bloc-2>div h1 {
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    font-family: cafetaregular, sans-serif;
    font-weight: normal;
    font-size: 3em;
    color: #211e1e;
    text-transform: uppercase;
}

/* line 377, ../sass/screen.scss */
.grid-3,
.grid-4,
.bloc-4 {
    margin: 0 0 14px 0;
    padding: 0;
}

.grid-3 {
    display: inline-block;
    margin-right: 14px;
    vertical-align: top;
    width: 763px;
}

.diaporama {
    padding: 5px;
}

/* line 381, ../sass/screen.scss */
.grid-4,
.bloc-4>li {
    display: inline-block;
    margin-right: 14px;
    vertical-align: top;
    width: 242px;
}

/* line 387, ../sass/screen.scss */
.grid-4.last,
.bloc-4>li.last {
    margin-right: 0;
    width: 243px;
}

/* DEFAULT FORM */
.form-default fieldset {
    margin: 0 0 20px 0;
    position: relative;
    border: none;
    padding: 0;
}

/* line 778, ../sass/screen.scss */
.form-default .bg-colored {
    padding: 12px 34px;
    color: #fff;
    background-color: #bca55e;
}

.form-default .bg-colored label,
.form-default .bg-colored a {
    color: #fff;
}

.form-default .bg-colored label:after {
    color: #fff;
}

.form-default .bg-colored .error label,
.form-default .bg-colored .error a,
.form-default .bg-colored .error label:after {
    color: red !important;
}

.form-default .bg-colored a {
    font-weight: bold;
}

.form-default label {
    color: #939494;
    margin-bottom: 10px;
    margin-left: 3px;
    display: block;
}

.form-default .text-color {
    color: #939494;
}

.form-default input[type="text"],
.form-default input[type="email"],
.form-default input[type="password"],
.form-default select {
    width: 196px;
}

.form-default select.days,
.form-default select.months,
.form-default select.years {
    width: auto;
}

.form-default fieldset p {
    margin: 0;
}

.form-default fieldset .inline-block {
    display: inline-block;
    vertical-align: top;
    margin-right: 52px;
    margin-bottom: 20px;
}

.form-default fieldset .inline-block.last {
    margin-right: 0;
}

.form-default .inline-radio label {
    display: inline;
}

/* CONTACT FORM */
/* line 393, ../sass/screen.scss */
.contact-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/* line 398, ../sass/screen.scss */
.contact-form fieldset>div:first-child {
    margin-bottom: 14px;
}

/* line 401, ../sass/screen.scss */
.contact-form fieldset>div>div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 7px;
}

/* line 407, ../sass/screen.scss */
.contact-form fieldset>div>div:first-child {
    padding-right: 7px;
    padding-left: 0;
}

/* line 411, ../sass/screen.scss */
.contact-form label {
    display: block;
    color: #939494;
    margin-bottom: 8px;
}

/* line 418, ../sass/screen.scss */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
}

/* line 421, ../sass/screen.scss */
.contact-form textarea {
    height: 80px;
}

/* line 424, ../sass/screen.scss */
.contact-form .submit {
    margin-top: 8px;
    text-align: left;
}

.error label,
.fieldWithErrors label {
    color: red;
    font-weight: bold;
}

.error input,
.fieldWithErrors input {
    border-color: red;
}


/* HOME */
/* line 430, ../sass/screen.scss */
.display-secure-bloc {
    position: relative;
}

/* line 433, ../sass/screen.scss */
.display-secure-bloc:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    right: -65px;
    width: 65px;
    height: 166px;
    background: url("../images/secure-paiement.png") no-repeat center center transparent;
}

/* line 443, ../sass/screen.scss */
.home-header>li {
    position: relative;
    height: 184px;
    border-left-width: 12px;
    background-color: #0f0d0d;
    text-transform: uppercase;
}

/* line 450, ../sass/screen.scss */
.home-header>li.last {
    text-align: center;
    color: #211e1e;
    padding-top: 34px;
    border-left: none;
    background-color: #fff;
}

/* line 459, ../sass/screen.scss */
.home-header>li.bloc-championnat-de-france>a,
.home-header>li.bloc-coupe-de-france>a,
.home-header>li.bloc-championnat-de-france-endurance>a,
.home-header>li.bloc-superkart>a {
    display: block;
    width: 245px;
    height: 184px;
    line-height: 36px;
    font-size: 3.25em;
    font-family: cafetaregular, sans-serif;
    padding: 11px 11px 11px 24px;
}

.home-header>li.bloc-championnat-de-france-endurance:hover {
    background-color: #ffdd00;
    border-left-color: #000;
}

/* line 468, ../sass/screen.scss */
.home-header>li.bloc-championnat-de-france:hover,
.list-bloc-races .bloc-championnat-de-france:hover,
.list-bloc-races .selected .bloc-championnat-de-france {
    background-color: #105ea5;
    border-left-color: #000;
}

.list-bloc-races .selected .bloc-championnat-de-france {
    position: relative;
}

.list-bloc-races .bloc-championnat-de-france h4,
.list-bloc-races .bloc-championnat-de-france h2 span.type {
    color: #105ea5;
}

.list-bloc-races .bloc-championnat-de-france:hover h4,
.list-bloc-races .selected .bloc-championnat-de-france h4 {
    color: #fff;
}

.bloc-infos .bloc-championnat-de-france:hover>a,
.bloc-infos .bloc-championnat-de-france.selected>a {
    background-color: #105ea5;
    color: #fff;
}

.bloc-infos .bloc-championnat-de-france .results_list .bt_list {
    background-color: #105ea5;
}

.bloc-infos .bloc-championnat-de-france.selected.results_list .links.bis {
    background-color: #105ea5;
    color: #000;
}

.bloc-infos .bloc-coupe-de-france.selected.results_list .links.bis li.selected>a {
    color: #fff;
}

.bloc-infos.bloc-video p {
    color: #3E3D40;
    font-size: 1.2em;
    line-height: 16px;
    margin: 0;
}

/* line 472, ../sass/screen.scss */
.home-header>li.bloc-coupe-de-france:hover,
.list-bloc-races .bloc-coupe-de-france:hover,
.list-bloc-races .selected .bloc-coupe-de-france {
    background-color: #929292;
    border-left-color: #000;
}

.list-bloc-races .selected .bloc-coupe-de-france {
    position: relative;
}

.list-bloc-races .bloc-coupe-de-france h4,
.list-bloc-races .bloc-coupe-de-france h2 span.type {
    color: #929292;
}

.list-bloc-races .bloc-coupe-de-france:hover h4,
.list-bloc-races .selected .bloc-coupe-de-france h4 {
    color: #fff;
}

.bloc-infos .bloc-coupe-de-france:hover>a,
.bloc-infos .bloc-coupe-de-france.selected>a {
    background-color: #929292;
    color: #fff;
}

.bloc-infos .bloc-coupe-de-france .results_list .bt_list {
    background-color: #929292;
}

.bloc-infos .bloc-coupe-de-france.selected.results_list .links.bis {
    background-color: #929292;
    color: #000;
}

.bloc-infos .bloc-coupe-de-france.selected.results_list .links.bis li.selected>a {
    color: #fff;
}


/* line 476, ../sass/screen.scss */
.home-header>li.bloc-superkart:hover,
.list-bloc-races .bloc-superkart:hover,
.list-bloc-races .selected .bloc-superkart {
    background-color: #d05444;
    border-left-color: #000;
}

.list-bloc-races .selected .bloc-superkart {
    position: relative;
}

.list-bloc-races .bloc-superkart h4,
.list-bloc-races .bloc-superkart h2 span.type {
    color: #d05444;
}

.list-bloc-races .bloc-superkart:hover h4,
.list-bloc-races .selected .bloc-superkart h4 {
    color: #fff;
}

.bloc-infos .bloc-superkart:hover>a,
.bloc-infos .bloc-superkart.selected>a {
    background-color: #d05444;
    color: #fff;
}

.bloc-infos .bloc-superkart.selected.results_list .links.bis {
    background-color: #d05444;
    color: #000;
}

.bloc-infos .bloc-superkart.selected.results_list .links.bis li.selected>a {
    color: #fff;
}


.home-header>li.bloc-championnat-de-france-endurance:hover,
.list-bloc-races .bloc-championnat-de-france-endurance:hover,
.list-bloc-races .selected .bloc-championnat-de-france-endurance,
.home-header>li.bloc-coupe-de-france-endurance:hover,
.list-bloc-races .bloc-coupe-de-france-endurance:hover,
.list-bloc-races .selected .bloc-coupe-de-france-endurance {
    background-color: #ffdd00;
    border-left-color: #000;
}

.home-header>li.bloc-championnat-de-france-endurance:hover a *,
.list-bloc-races .bloc-championnat-de-france-endurance:hover a *,
.list-bloc-races .selected .bloc-championnat-de-france-endurance a *,
.home-header>li.bloc-coupe-de-france-endurance:hover a *,
.list-bloc-races .bloc-coupe-de-france-endurance:hover a *,
.list-bloc-races .selected .bloc-coupe-de-france-endurance a * {
    color: #000;
}



.list-bloc-races .selected .bloc-championnat-de-france-endurance,
.list-bloc-races .selected .bloc-coupe-de-france-endurance {
    position: relative;
}

.list-bloc-races .selected .bloc-championnat-de-france:after,
.list-bloc-races .selected .bloc-coupe-de-france:after,
.list-bloc-races .selected .bloc-superkart:after,
.list-bloc-races .selected .bloc-championnat-de-france-endurance:after,
.list-bloc-races .selected .bloc-coupe-de-france-endurance:after {
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -21.5px;
    content: '';
    background-image: url('../images/arrows_color.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 43px;
    height: 21px;
}

.list-bloc-races .selected .bloc-championnat-de-france-endurance:after,
.list-bloc-races .selected .bloc-coupe-de-france-endurance:after {
    background-image: url('../images/arrows_color_2.png');
    background-position: center -85px;
}

.list-bloc-races .selected .bloc-championnat-de-france:after {
    background-position: center -50px;
}

.list-bloc-races .selected .bloc-coupe-de-france:after {
    background-position: center -4px;
}

.list-bloc-races .selected .bloc-superkart:after {
    background-position: center -27px;
}

.list-bloc-races .paginate-default {
    text-align: center;
}

.paginate-default {
    margin: 0;
    padding: 10px 0;
    color: #818181;
}

.paginate-default a {
    color: #818181;
}

.paginate-default a.on {
    color: #000;
}

.paginate-default a:after {
    content: '.';
}

.paginate-default a.last:after {
    content: '';
}

.home-header>li.bloc-championnat-de-france-endurance>a {
    color: #ffdd00;
}

.home-header>li.bloc-championnat-de-france-endurance:hover>a {
    color: #000;
}

/* line 480, ../sass/screen.scss */
.home-header>li.bloc-championnat-de-france>a {
    color: #105ea5;
}

/* line 483, ../sass/screen.scss */
.home-header>li.bloc-championnat-de-france:hover>a {
    color: #fff;
}

/* line 486, ../sass/screen.scss */
.home-header>li.bloc-coupe-de-france>a {
    color: #929292;
}

/* line 489, ../sass/screen.scss */
.home-header>li.bloc-coupe-de-france:hover>a {
    color: #fff;
}

/* line 492, ../sass/screen.scss */
.home-header>li.bloc-superkart>a {
    color: #d05444;
}

/* line 496, ../sass/screen.scss */
.home-header>li.bloc-superkart:hover>a,
.home-header>li.bloc-superkart:hover span {
    color: #fff;
}

/* line 499, ../sass/screen.scss */
.home-header>li.bloc-superkart span,
.home-header>li.bloc-championnat-de-france-endurance span {
    color: #ccc;
    font-size: 0.6em;
    line-height: 23px;
    display: block;
}

/* line 505, ../sass/screen.scss */
.home-header>li.last>span {
    font-size: 3em;
    font-family: cafetaregular, sans-serif;
    line-height: 30px;
}

/* line 510, ../sass/screen.scss */
.home-header>li.last>span>span {
    display: block;
    color: #808080;
}

/* line 514, ../sass/screen.scss */
.home-header>li.last .btn-default {
    margin-top: 20px;
}

/* line 519, ../sass/screen.scss */
.home-header>li.bloc-championnat-de-france:after,
.home-header>li.bloc-coupe-de-france:after,
.home-header>li.bloc-championnat-de-france-endurance:after,
.home-header>li.bloc-superkart:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-image: url("../images/ffsakarting-logos.png");
    background-repeat: no-repeat;
    background-color: transparent;
}

/* line 528, ../sass/screen.scss */
.home-header>li.bloc-championnat-de-france:after {
    width: 124px;
    height: 40px;
    background-position: -2px -2px;
}

/* line 533, ../sass/screen.scss */
.home-header>li.bloc-coupe-de-france:after {
    width: 112px;
    height: 40px;
    background-position: -2px -44px;
}

/* line 538, ../sass/screen.scss */
.home-header>li.bloc-superkart:after {
    width: 144px;
    height: 40px;
    background-position: -2px -87px;
}

.home-header>li.bloc-championnat-de-france-endurance:after {
    width: 146px;
    height: 40px;
    background-position: -2px -131px;
}

#slideshow {
    margin: 0;
    padding: 0;
}

#slideshow li {
    list-style: none;
}

.newsletter {
    height: 305px;
    text-align: center;
    padding: 30px 20px;
    height: 315px;
}

.newsletter h2 {
    font-size: 3em;
    color: #211e1e;
    font-family: cafetaregular, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 14px 0;
    height: 70px;
    line-height: 36px;
}

.newsletter h2 span {
    display: block;
    color: #808080;
}

.newsletter>p,
.newsletter form label {
    color: #939494;
    text-align: left;
}

.newsletter>p {
    margin-bottom: 34px;
}

.newsletter form label {
    display: block;
    margin-left: 6px;
    margin-bottom: 6px;
}

.newsletter form input[type="email"] {
    width: 100%;
    margin-bottom: 34px;
}

.newsletter-small {
    padding: 7px 20px;
}

.newsletter-small h2 {
    font-size: 2.5em;
    line-height: 1em;
    height: auto;
    margin-bottom: 5px;
}

.newsletter-small>p {
    display: none;
}

.newsletter-small #newsletter_email {
    margin-bottom: 12px;
}

.newsletter-small form>p {
    margin: 0;
}

.newsletter-small form>p>label {
    display: none;
}

.box-home-register {
    text-align: center;
    padding: 15px;
}

.box-home-register>span {
    text-transform: uppercase;
    font-size: 2.5em;
    font-family: cafetaregular, sans-serif;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
}

.box-home-register>span>span {
    display: block;
    color: #808080;
}

.press_releases>ul {
    margin: 0;
    padding: 5px;
    height: 316px;
}

.press_releases>ul>li {
    list-style: none;
    height: 100px;
    margin-bottom: 3px;
    background-color: #f6f6f6;
}

.press_releases>ul>li.last {
    margin-bottom: 0;
}

.press_releases>ul>li>a {
    position: relative;
    display: block;
    height: 100px;
    overflow: hidden;
    background-color: #29292b;
    width: 190px;
    margin-right: 13px;
}

.press_releases>ul>li>a,
.press_releases>ul>li>div {
    display: inline-block;
    vertical-align: top;
}

.press_releases>ul>li>div {
    width: 540px;
}

.press_releases .date {
    color: #a2a2a2;
    font-size: 0.95em;
}

.press_releases .published {
    padding: 4px 4px 0 0;
}

.press_releases .published>ul {
    margin: 0;
    padding: 0;
    float: right;
}

.press_releases .published>ul>li {
    list-style: none;
    display: inline-block;
}

.press_releases .published>ul>li>a {
    display: block;
}

.press_releases .published>ul>li>a>span {
    display: none;
}

.press_releases>ul>li>div>h1 {
    font-size: 1.6em;
    margin: 5px 0 7px 0;
}

.press_releases>ul>li>div>div.content {
    font-size: 1.125em;
}

.downloads {
    min-height: 316px;
    padding: 6px;
}

.downloads h1 {
    text-align: center;
    font-size: 3em;
    font-weight: normal;
    font-family: cafetaregular, sans-serif;
    text-transform: uppercase;
    color: #211e1e;
    margin: 0;
    height: 38px;
}

.downloads h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    font-family: cafetaregular, sans-serif;
    color: #211e1e;
    margin: 0 0 6px 0;
}

.downloads .icons {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}

.downloads ul {
    margin: 14px 0;
    padding: 0;
}

.downloads ul li {
    list-style: none;
    padding: 4px 0 4px 17px;
}

.downloads img {
    vertical-align: bottom;
}


/* line 545, ../sass/screen.scss */
.next-race {
    min-height: 184px;
    margin: 0 0 14px 0;
}

/* line 549, ../sass/screen.scss */
.next-race>div {
    display: inline-block;
    vertical-align: top;
}

/* line 553, ../sass/screen.scss */
.next-race h1 {
    height: 52px;
    margin: 0 0 18px 0;
    font-size: 4.75em;
    font-family: cafetaregular, sans-serif;
    color: #1e1c1c;
    text-transform: uppercase;
    font-weight: normal;
}

/* line 562, ../sass/screen.scss */
.next-race>div ul>li {
    display: inline-block;
    vertical-align: top;
}

/* line 566, ../sass/screen.scss */
.next-race>div.first {
    position: relative;
    width: 412px;
    padding: 8px 0 0 24px;
}

/* line 571, ../sass/screen.scss */
.next-race>div.first:after {
    content: '';
    position: absolute;
    z-index: 999;
    right: -18px;
    top: 18px;
    width: 18px;
    height: 36px;
    background: url("../images/icons.png") no-repeat -2px -113px transparent;
}

/* line 580, ../sass/screen.scss */
.next-race ul {
    margin: 0;
    padding: 0;
}

/* line 584, ../sass/screen.scss */
.next-race>div.first li {
    width: 84px;
    height: 84px;
    font-size: 3.2em;
    color: #323232;
    text-align: center;
    line-height: 22px;
    background-color: #f6f6f6;
    padding-top: 20px;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 4px #aaaaaa inset;
    -moz-box-shadow: 0 0 4px #aaaaaa inset;
    box-shadow: 0 0 4px #aaaaaa inset;
}

/* line 596, ../sass/screen.scss */
.next-race>div.first li span.last {
    display: block;
    margin-top: 10px;
    font-size: 0.5em;
    text-transform: uppercase;
    font-family: cafetaregular, sans-serif;
    color: #6f6f6f;
}

/* line 604, ../sass/screen.scss */
.next-race>div.first li.last {
    margin-right: 0;
}

/* line 607, ../sass/screen.scss */
.next-race>div.last {
    width: 612px;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(50%, #1c1c1c), color-stop(100%, #333333));
    background-image: -webkit-linear-gradient(left, #000000, #1c1c1c, #333333);
    background-image: -moz-linear-gradient(left, #000000, #1c1c1c, #333333);
    background-image: -o-linear-gradient(left, #000000, #1c1c1c, #333333);
    background-image: linear-gradient(left, #000000, #1c1c1c, #333333);
}

/* line 611, ../sass/screen.scss */
.next-race>div.last h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    height: 72px;
    line-height: 72px;
    padding-left: 40px;
    font-size: 3.2em;
}

.next-race>div.last>ul {
    background: url("../images/grid.png") repeat left top transparent;
}

/* line 621, ../sass/screen.scss */
.next-race>div.last>ul>li {
    width: 204px;
    height: 112px;
    background-color: #e6e6e6;
    padding-left: 10px;
    padding-top: 6px;
}

/* line 628, ../sass/screen.scss */
.next-race>div.last>ul>li.off {
    background: url("../images/logos/logo-ffsakarting-light.png") no-repeat center center transparent;
}

/* line 631, ../sass/screen.scss */
.next-race>div.last>ul>li h3 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
}

/* line 639, ../sass/screen.scss */
.next-race>div.last>ul>li h4 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 6px;
}

/* line 646, ../sass/screen.scss */
.next-race>div.last>ul>li.bloc-championnat-de-france h4 {
    color: #105ea5;
}

/* line 649, ../sass/screen.scss */
.next-race>div.last>ul>li.bloc-coupe-de-france h4 {
    color: #929292;
}

/* line 652, ../sass/screen.scss */
.next-race>div.last>ul>li.bloc-superkart h4 {
    color: #d05444;
}

/* line 655, ../sass/screen.scss */
.next-race>div.last>ul>li p {
    margin: 0;
    padding: 0;
    color: #201f1f;
}

/* line 661, ../sass/screen.scss */
.list-races>li {
    min-height: 650px;
    background: url("../images/bg-list-races.png") no-repeat center bottom #201d1e;
}

/* line 665, ../sass/screen.scss */
.list-races>li.last {
    background: #fff;
}

/* line 668, ../sass/screen.scss */
.list-races h1 {
    margin: 0 0 20px 0;
    font-family: cafetaregular, sans-serif;
    height: 48px;
    line-height: 48px;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-left: 18px;
}

/* line 679, ../sass/screen.scss */
.list-races>li.last h1 {
    color: #211e1e;
    font-size: 3em;
    text-align: center;
    height: 60px;
    line-height: 76px;
    margin-bottom: 2px;
    padding-left: 0;
}

/* line 688, ../sass/screen.scss */
.list-races-championnat-de-france h1 {
    background-color: #105ea5;
}

/* line 691, ../sass/screen.scss */
.list-races-coupe-de-france h1 {
    background-color: #929292;
}

/* line 694, ../sass/screen.scss */
.list-races-superkart h1 {
    background-color: #d05444;
}

.list-races-championnat-de-france-endurance h1 {
    background-color: #ffdd00;
    color: #000;
}

/* line 697, ../sass/screen.scss */
.list-races ul {
    margin: 0;
    padding: 0;
}

/* line 701, ../sass/screen.scss */
.list-races li {
    color: #FFF;
    list-style: none;
}

/* line 705, ../sass/screen.scss */
.list-races>li>ul {
    padding: 0 20px;
}

/* line 708, ../sass/screen.scss */
.list-races>li>ul>li {
    margin-bottom: 14px;
}

/* line 711, ../sass/screen.scss */
.list-races>li>ul>li h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

/* line 716, ../sass/screen.scss */
.list-races>li>ul>li h2 span {
    font-size: 0.9em;
    font-weight: normal;
}

/* line 720, ../sass/screen.scss */
.list-races>li>ul>li>span {
    color: #929292;
}

/* line 723, ../sass/screen.scss */
.list-races>li.last>div {
    padding: 0 15px;
}

/* line 726, ../sass/screen.scss */
.list-races>li.last>div>ul {
    border-top: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    margin: 5px 0 5px 0;
    height: 560px;
    overflow: hidden;
}

/* PARTNERS */
.list-races>li.last ul li {
    list-style: none;
}

.list-races>li.last ul>li>a {
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top center;
    margin: 12px 0;
    height: 124px;
    line-height: 124px;
}

.list-races>li.last ul a span {
    display: none;
}

.display-title-calendar,
.display-title-press_releases,
.display-title-news {
    position: relative;
}

.display-title-calendar:before,
.display-title-press_releases:before,
.display-title-news:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -56px;
    width: 56px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

.display-title-calendar:before {
    margin-top: -72px;
    height: 144px;
    background-image: url("../images/title-calendar.jpg");
}

.display-title-press_releases:before {
    margin-top: -83px;
    height: 165px;
    background-image: url("../images/title-press_releases.jpg");
}

.display-title-news:before {
    margin-top: -38px;
    height: 76px;
    background-image: url("../images/title-news.jpg");
}

/*
.list-races > li.last ul a:hover,
.list-races > li.last ul a:focus,
.list-races > li.last ul li a:active {
  background-position: top center;
}
*/
.bloc-endurance {
    height: 154px;
    background: url("../images/bg-endurance.png") no-repeat center center transparent;
}

.bloc-endurance>div {
    height: 48px;
}

.bloc-endurance>div>h1 {
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
    line-height: 48px;
    font-family: cafetaregular, sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 345px;
    text-align: center;
    font-weight: normal;
}

.bloc-endurance>div>p {
    display: inline-block;
    vertical-align: top;
    width: 679px;
    margin: 0;
    line-height: 48px;
    padding-left: 26px;
}

.bloc-endurance>div>p>span {
    color: #8f8f8f;
    font-weight: bold;
    font-size: 1.2em;
}

.bloc-endurance>div>p>span.icons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.bloc-endurance>div>p>a {
    color: #fdfdfc;
    padding: 0 10px 0 12px;
}

.bloc-endurance>div>p>a.first {
    border-right: 1px solid #797878;
    padding: 0 18px 0 10px;
    margin-right: 12px;
}

.bloc-endurance ul {
    margin: 0;
    padding: 0;
}

.bloc-endurance>ul {
    height: 106px;
    padding: 25px 0 0 0;
}

.bloc-endurance>ul>li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #555454;
    padding: 0 25px;
    width: 20%;
}

.bloc-endurance>ul>li.last {
    border-right: none;
    padding-right: 0;
}

.bloc-endurance>ul>li>ul>li {
    list-style: none;
}

.bloc-endurance>ul>li>ul>li.first {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 6px;
    font-weight: bold;
}

.bloc-endurance>ul>li>ul>li.second {
    font-style: italic;
    color: #fff;
    margin-bottom: 6px;
}

.bloc-endurance>ul>li>ul>li.last {
    color: #929292;
    text-transform: uppercase;
}



/* SUBSCRIBE PAGE */
/* line 734, ../sass/screen.scss */
.subscribe>div {
    min-height: 320px;
    position: relative;
}

/* line 737, ../sass/screen.scss */
.subscribe p {
    color: #939494;
    margin: 0 0 16px 0;
}

/* line 741, ../sass/screen.scss */
.subscribe h2 {
    font-size: 1em;
    color: #231f20;
    margin-bottom: 30px;
}

/* line 746, ../sass/screen.scss */
.subscribe ul {
    margin: 0;
    padding: 0;
}

/* line 750, ../sass/screen.scss */
.subscribe li {
    list-style: none;
}

.subscribe .bottom-block {
    position: absolute;
    bottom: 34px;
}

/* line 753, ../sass/screen.scss */
.subscribe .bottom-block>ul>li {
    display: inline-block;
    vertical-align: top;
}

/* line 757, ../sass/screen.scss */
.subscribe .bottom-block>ul>li>ul {
    margin-left: 10px;
}

/* line 760, ../sass/screen.scss */
.subscribe .bottom-block>ul>li>ul>li>a {
    color: #939494;
    font-style: italic;
    font-size: 0.95em;
}

/* line 766, ../sass/screen.scss */
.pilot-form>.toggler>h1 {
    cursor: pointer;
}

.subscribe-2 fieldset.bloc {
    padding: 34px;
}

/* line 773, ../sass/screen.scss */
.subscribe-2 fieldset>span {
    position: absolute;
    right: 34px;
    top: 34px;
}

/* line 783, ../sass/screen.scss */
.bloc-submit {
    margin: 30px 0;
    text-align: right;
}

/* line 787, ../sass/screen.scss */
.bloc-submit span {
    height: 33px;
    line-height: 33px;
    font-style: italic;
    color: #939494;
}

/* CONTACT PAGE */
/* line 795, ../sass/screen.scss */
.contact>div {
    min-height: 334px;
}

/* line 798, ../sass/screen.scss */
.contact-address ul {
    margin: 0;
    padding: 0;
}

/* line 802, ../sass/screen.scss */
.contact-address li {
    list-style: none;
}

/* line 805, ../sass/screen.scss */
.contact-address>ul>li>ul>li {
    display: inline-block;
    vertical-align: top;
}

/* line 809, ../sass/screen.scss */
.contact-address>ul>li.first {
    margin-bottom: 18px;
}

/* line 812, ../sass/screen.scss */
.contact-address .box-shadow {
    width: 164px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
}

/* line 818, ../sass/screen.scss */
.contact-address img {
    vertical-align: middle;
}

.contact-address>ul>li>ul {
    display: table;
    width: 100%;
}

.contact-address>ul>li>ul>li {
    display: table-cell;
}

.contact-address>ul>li>ul>li.first {
    text-align: center;
    vertical-align: middle;
    width: 170px;
}

/* line 821, ../sass/screen.scss */
.contact-address .address {
    padding-left: 14px;
}

/* line 824, ../sass/screen.scss */
.contact-address .address h2 {
    font-size: 1em;
    margin: 0;
}

/* line 828, ../sass/screen.scss */
.contact-address .address p {
    line-height: 17px;
    color: #555;
    margin: 0;
}

/* line 833, ../sass/screen.scss */
.contact-address .address p strong {
    font-weight: normal;
    color: #000;
}

/* PAGE PARTNERS */
.page-partners li {
    height: 152px;
    margin-bottom: 14px;
}

.page-partners li span {
    display: none;
}

.page-partners li a {
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center bottom;
    margin: 14px 0;
    height: 124px;
}

.page-partners li a:hover,
.page-partners li a:focus,
.page-partners li a:active {
    background-position: center top;
}

.page-articles dl>dt {
    font-weight: bold;
}

.page-articles dl>dd {
    margin: 0;
}


.slideshow {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 9px 0 0;
    width: 550px;
}

.slideshow.news .bloc-news {
    padding: 0;
    width: 550px;
    height: 305px;
    background-color: #29292b;
    position: relative;
}

.slideshow.news .bloc-news .title {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slideshow.news .bloc-news .title>h1 {
    width: 478px;
    font-weight: normal;
}

.slideshow.news .bloc-news .title {
    background-color: transparent;
}

.carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide {
    z-index: 100;
}

.slide img {
    display: block;
}

/* NEWS */
.news>.last>ul {
    margin: 0;
    padding: 5px 5px 0 5px;
}

.news>.last>ul>li {
    list-style: none;
    margin-bottom: 5px;
}

.diaporama>ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.diaporama>ul>li {
    list-style: none;
    width: 190px;
    margin-bottom: 3px;
}

.diaporama>ul>li.last {
    margin-bottom: 0;
}

.news>.last>ul>li>a,
.diaporama>ul>li>a {
    position: relative;
    display: block;
    height: 126px;
    overflow: hidden;
    background-color: #29292b;
}

.diaporama>ul>li>a {
    height: 100px;
}

.news>.last>ul>li>a>h3,
.diaporama>ul>li>a>h3 {
    font-weight: normal;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 12px;
    line-height: 16px;
    background-color: rgba(0, 0, 0, 0.7);
}

.news>.last>ul>li>a:hover>h3,
.news>.last>ul>li>a:focus>h3,
.news>.last>ul>li>a:active>h3 {
    background-color: #000;
}

.diaporama>ul>li>a:hover>h3,
.diaporama>ul>li>a:focus>h3,
.diaporama>ul>li>a:active>h3 {
    background-color: #000;
}

.news>.last>ul>li>a>img {
    /*  max-height: 124px;*/
}

.news form#filter-form {
    padding: 8px 6px;
    text-align: center;
}

.news form#filter-form label {
    color: #b0b1b1;
    padding-right: 4px;
    vertical-align: middle;
}

.news form#filter-form select {
    width: 190px;
    vertical-align: middle;
}

.news .paginate-arrow {
    display: block;
    text-align: center;
    padding: 8px 0;
    width: 235px;
    margin: 0 auto;
}

.news .paginate-arrow-top {
    padding-top: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.news .paginate-arrow-bottom {
    padding-bottom: 14px;
    border-top: 1px solid #c4c4c4;
}

.news>.last>.paginate {
    text-align: center;
    padding: 10px 0;
}

.news>.last>.paginate,
.news>.last>.paginate a {
    color: #818181;
}

.news>.last>.paginate .on {
    color: #000;
}

.news .bloc-news {
    width: 638px;
    margin: 0 auto;
    padding: 30px 0;
}

.news .bloc-news .title {
    height: 70px;
}

.news .bloc-news .title>span {
    display: inline-block;
    vertical-align: top;
    background-color: #000;
    border-right-width: 7px;
    border-right-style: solid;
    color: #fff;
    height: 70px;
    text-align: center;
    font-weight: bold;
    padding: 16px;
    width: 72px;
    line-height: 22px;
}

.news .bloc-news .title>span>span.first {
    display: block;
    font-size: 2.45em;
}

.news .bloc-news .title>span>span.last {
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
}

.news .bloc-news .title>h1,
.news .bloc-news .simple-title>h1 {
    font-weight: normal;
    font-size: 2em;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    margin: 0;
}

.news .bloc-news .title>h1 {
    color: #fff;
    width: 566px;
    height: 70px;
    padding: 12px 20px;
    background-color: #29292b;
    line-height: 24px;
}

.slideshow.news .bloc-news .title>h1 {
    background-color: rgba(0, 0, 0, 0.7)
}

.news .bloc-news .simple-title>h1 {
    color: #1f1b1c;
    margin-top: 20px;
}

.news .bloc-news .content {
    margin-top: 20px;
}

.news .bloc-news .content p {
    margin: 0;
    color: #3e3d40;
    line-height: 16px;
    font-size: 1.2em;
}

.news .published {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #b0b1b1;
}

.news .published .date {
    font-style: italic;
    color: #7f7f7f;
}

.news .published>ul {
    float: right;
    margin: 0;
    padding: 0;
}

.news .published>ul>li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.news .published>ul>li>a {
    display: block;
}

.news .published>ul>li>a>span {
    display: none;
}

.download-area {
    border-top: 1px solid #b0b1b1;
    margin-top: 20px;
}

.download-area h3 {
    margin: 10px 0;
    color: #625e5e;
    font-size: 2.45em;
    text-transform: uppercase;
    font-family: cafetaregular, sans-serif;
}

.download-area>ul {
    margin: 0;
    padding: 0;
}

.download-area>ul>li {
    list-style: none;
}

.download-area>ul>li .icons {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

.bloc-newsletter {
    height: 74px;
    padding: 0 24px;
    margin-bottom: 16px;
}

.bloc-newsletter p {
    margin: 0;
}

.bloc-newsletter>div {
    display: inline-block;
    vertical-align: top;
    height: 74px;
}

.bloc-newsletter>.first>.first {
    height: 74px;
    line-height: 74px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    color: #211e1e;
    font-size: 3em;
    text-transform: uppercase;
    font-family: cafetaregular, sans-serif;
}

.bloc-newsletter>.first>.first>span {
    color: #808080;
}

.bloc-newsletter>.first>.last {
    height: 74px;
    line-height: 16px;
    padding-top: 21px;
    width: 180px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    color: #939494;
}

.bloc-newsletter>.last {
    padding-left: 20px;
    padding-top: 20px;
}

.bloc-newsletter>.last form input {
    vertical-align: top;
}

.bloc-newsletter>.last form input[type=email] {
    margin-top: 5px;
    width: 190px;
    margin-right: 20px;
}

.list-bloc-races {
    padding: 18px 12px 30px 12px;
}

.list-bloc-races>h1 {
    padding-left: 10px;
    margin-bottom: 17px;
}

.list-bloc-races>div {
    min-height: 130px;
}

.list-bloc-races>div>a {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 130px;
}

.list-bloc-races>div>a>span {
    display: none;
}

.list-bloc-races>div a.previous {
    float: left;
    background: url('../images/arrow_left.png') no-repeat center center transparent;
}

.list-bloc-races>div a.next {
    background: url('../images/arrow_right.png') no-repeat center center transparent;
}

.list-bloc-races>div>div.bloc-select {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 5px;
    width: 225px;
}

.list-bloc-races>div>div.bloc-select>div {
    width: 225px;
    height: 130px;
    padding: 20px 18px;
    background-color: #000;
}

.list-bloc-races>div>div.bloc-select h2 {
    color: #fff;
    margin: 0 0 4px 0;
    font-size: 1.4em;
    font-weight: bold;
}

.list-bloc-races>div>div.bloc-select h3 {
    color: #fff;
    margin: 0 0 4px 0;
    font-size: 1.2em;
    font-weight: normal;
}

.list-bloc-races>div>div.bloc-select h4 {
    color: #fff;
    margin: 0 0 4px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.list-bloc-races>div>div.bloc-select p {
    color: #fff;
    margin: 0 0 4px 0;
    line-height: 14px;
    font-size: 1.1em;
    font-weight: normal;
}

.list-bloc-races>div>div.bloc-select>ul {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.list-bloc-races>div>div.bloc-select.selected>ul {
    padding: 31px 17px;
    display: block;
}

.list-bloc-races>div>div.bloc-select>ul>li {
    list-style: none;
}

.list-bloc-races>div>div.bloc-select>ul>li a {}

.list-bloc-races>div>div.bloc-select>ul>li a span {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

.bloc-select-infos {
    padding: 18px;
}

.list-bloc-races .bloc-select-infos>div:hover {
    background-color: transparent;
}

.bloc-select-infos h2 {
    font-size: 2em;
}

.bloc-select-infos h2 .cart_comp {
    font-weight: normal;
    color: #595959;
    font-size: 0.8em;
}

.bloc-select-infos h3 {
    font-size: 1.6em;
}

.bloc-select-infos>ul {
    margin: 0 0 22px 0;
    padding: 0;
}

.bloc-select-infos>ul>li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}

.bloc-select-infos>ul>li>a {
    position: relative;
    font-family: cafetaregular, sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 0 13px;
    font-size: 2.45em;
    height: 48px;
    line-height: 48px;
}

.bloc-select-infos>ul>li>a,
.bloc-select-infos>ul>li>a:visited {
    color: #7f7e7e;
    background-color: #ddd;
}

.bloc-select-infos>ul>li>a:focus,
.bloc-select-infos>ul>li>a:hover,
.bloc-select-infos>ul>li>a:active,
.bloc-select-infos>ul>li>a.selected {
    color: #fff;
    background-color: #000;
}

.bloc-select-infos>ul>li>a.selected:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    content: '';
    background-image: url('../images/arrows_color.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -4px -74px;
    width: 16px;
    height: 8px;
}

.bloc-select-infos .gallery {
    background-color: #171717;
    margin: 0;
    padding-top: 19px;
    padding-left: 19px;
}

.bloc-select-infos .gallery li {
    display: inline-block;
    width: 115px;
    height: 77px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 19px;
    background-color: #929292;
}

.bloc-infos-circuit>div {
    display: inline-block;
    vertical-align: top;
}

.bloc-infos-circuit>div.first {
    width: 480px;
    height: 310px;
    background-color: #e8e8e8;
}

.bloc-infos-circuit>div.last {
    padding: 0 25px 20px 25px;
    width: 480px;
}

.bloc-infos-circuit>div.last h1 {
    font-size: 2.5em;
    margin: 0 0 6px 0;
}

.bloc-infos-circuit>div.last h2 {
    font-size: 1.7em;
    margin: 0 0 26px 0;
}

.bloc-infos-circuit>div.last h3 {
    font-size: 1.7em;
    margin: 0 0 6px 0;
}

.bloc-infos-circuit>div.last p {
    margin: 0 0 20px 0;
    font-size: 1.2em;
}

.bloc-infos-liste>ul {
    margin: 0;
    padding: 0;
    height: 40px;
}

.bloc-infos-liste>ul>li {
    display: inline-block;
    vertical-align: top;
}

.bloc-infos-liste>ul>li.first {
    padding-right: 17px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-size: 3em;
    font-family: cafetaregular, sans-serif;
}

.bloc-infos-liste>ul>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 14px;
    color: #acacac;
    font-size: 3em;
    font-family: cafetaregular, sans-serif;
}

.bloc-infos-liste>ul>li>a:focus,
.bloc-infos-liste>ul>li>a:hover,
.bloc-infos-liste>ul>li>a:active,
.bloc-infos-liste>ul>li.selected>a {
    color: #7f7e7e;
}

.bloc-infos-liste table {
    width: 100%;
    background-color: #fff;
}

.bloc-infos-liste table>thead>tr>th {
    color: #fff;
    height: 24px;
    padding: 0 10px;
    background-color: #949494;
    text-align: left;
}

.bloc-infos-liste table>thead>tr>th.pilot {
    background-color: #8c8c8c;
}

.bloc-infos-liste table>tbody>tr>td {
    color: #000;
    height: 26px;
    padding: 0 10px;
    text-align: left;
}

.bloc-infos-liste table>tbody>tr.odd>td {
    background-color: #eee;
}

.bloc-infos-liste table>tbody>tr.odd>td.pilot {
    background-color: #d4d4d4;
}

.bloc-infos-liste table>tbody>tr.even>td.pilot {
    background-color: #e3e3e3;
}

.bloc-infos-liste table>tfoot>tr>td {
    padding: 20px 0 0 0;
    text-align: right;
    font-size: 1.2em;
}

.results_list .bt_list {
    margin: 0;
    padding: 0;
}

.results_list .bt_list>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.results_list .bt_list>li.selected>a {
    color: #aaa;
}

#page-presentation {
    position: relative;
    padding-bottom: 400px;
    background: url('../images/presentation_bottom.png') no-repeat center bottom #fff;
}

#page-presentation>div {
    display: inline-block;
    vertical-align: top;
}

#page-presentation p {
    font-size: 1.2em;
    color: #171717;
    line-height: 1.5em;
    margin: 0 0 12px 0;
}

#page-presentation>div.first {
    width: 302px;
    margin-right: 20px;
}

#page-presentation>div.first h1 {
    font-size: 5.2em;
    height: 61px;
    line-height: 51px;
    font-weight: bold;
    color: #000;
    font-family: inherit;
    margin: 0 0 15px 0;
    text-transform: none;
}

#page-presentation>div.last {
    width: 634px;
}

#page-presentation>div.last>div {
    display: inline-block;
    vertical-align: top;
}

#page-presentation>div.last>img {
    margin-bottom: 20px;
}

#page-presentation>div.last>div.first {
    width: 307px;
    margin-right: 20px;
}

#page-presentation>div.last>div.last {
    width: 307px;
}

#page-presentation>span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 329px;
    color: #fff;
    font-size: 3em;
    text-align: center;
    width: 100%;
    height: 51px;
    line-height: 51px;
}

.hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

.list-bloc-races>h1 {
    display: inline-block;
    vertical-align: top;
    min-width: 170px;
}

#form-filter,
#form-filter>div,
#form-filter>p {
    margin: 0;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    color: #5e5e5e;
}

#form-filter select {
    height: 18px;
    line-height: 18px;
}

#form-filter input[type="submit"] {
    display: none;
}


/*
.slideshow a {
  font-size:.75em;
  line-height:2em;
  text-decoration:none;
  color:#fff;
  background:#666;
}
.slideshow a:hover,
.slideshow .selected a {
  background-color:#333;
}
*/
/* pagination */
/*
.slides-pagination {
  position:absolute;
  bottom:1em;
  left:1em;
  margin:0;
  padding:0;
  list-style:none;
  z-index:110;
}
.slides-pagination li {
  display:inline;
}
.slides-pagination a {
  display:block;
  float:left;
  width:2em;
  margin-right:5px;
}
*/
/* skip */
/*
.slides-next,
.slides-prev {
  position:absolute;
  top:50%;
  margin-top:-1em;
  padding:0 .5em;
  z-index:120;
}
.slides-next {
  right:0;
}
.slides-prev {
  left:0;
}
.slides-next.disabled,
.slides-prev.disabled {
  opacity:.5;
  cursor:auto;
}
*/


/* FOOTER */
/* line 839, ../sass/screen.scss */
footer {
    margin-top: 30px;
    height: 394px;
    background: url("../images/bg-footer-repeat.png") repeat-x center top transparent;
}

/* line 844, ../sass/screen.scss */
footer h1 {
    color: #8f8f8f;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0 0 10px 0;
}

/* line 850, ../sass/screen.scss */
footer>div ul {
    margin: 0;
    padding: 0;
}

/* line 854, ../sass/screen.scss */
footer>div>ul {
    min-height: 290px;
}

/* line 857, ../sass/screen.scss */
footer>div>ul li {
    list-style: none;
}

/* line 860, ../sass/screen.scss */
footer>div>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 245px;
    margin-right: 15px;
    padding-top: 30px;
}

/* line 867, ../sass/screen.scss */
footer>div>ul>li.last {
    width: 504px;
    margin-right: 0;
}

/* line 871, ../sass/screen.scss */
footer ul>li>ul>li {
    margin-bottom: 8px;
    height: 13px;
}

/* line 877, ../sass/screen.scss */
footer>div>ul a,
footer>div>ul a:link,
footer>div>ul a:visited {
    color: #fdfdfc;
    line-height: 13px;
}

/* line 881, ../sass/screen.scss */
footer>div>ul span.icons {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

/* line 886, ../sass/screen.scss */
footer .logos {
    text-align: right;
    height: 104px;
    padding-top: 18px;
}

/* line 891, ../sass/screen.scss */
footer .logos>img {
    vertical-align: middle;
}

/* line 894, ../sass/screen.scss */
footer .logos>img:first-child {
    margin-right: 28px;
}

/* line 897, ../sass/screen.scss */
footer .contact-form label {
    color: #fdfdfc;
}

/* line 900, ../sass/screen.scss */
footer .contact-form .submit {
    text-align: right;
}

#alert-box {
    display: none;
    cursor: pointer;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
}

#alert-box>div {
    display: inline-block;
    margin-top: 10%;
    padding: 2em;
    text-align: left;
    min-width: 20%;
}
