body {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

h1 {
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: center;
    margin: 60px 0;
}

h2 {
    color: #FF0E00;
    font-size: 1.5em;
}

h3 {
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 3px;
    font-weight: 600;
}

h4 {
    font-size: 1.2em;
}
a {
    color : #FF0E00;
}

.corps {
    padding-bottom: 50px;
}

#pagination a {
    color: rgba(13, 7, 33, 0.6);
    text-decoration: none;
    font-size: 1.2em;
}
#pagination a.active, #pagination a.chevron {
    color: rgb(13, 7, 33);
    font-weight: 600;
}
#pagination a:hover, #pagination a:active, #pagination a:focus {
    color: #FF0E00;
}

#pagination.white-pagination a {
    color: rgba(255, 255, 255, 0.7);
}
#pagination.white-pagination a.active, #pagination.white-pagination a.chevron {
    color: rgb(255, 255, 255);
}

.container-fluid {
    padding: 0;
}

button[data-toggle="collapse"] {
    outline: none !important;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

button[data-toggle="collapse"].active {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.imgIcone {
    width: 30px;
}

.moduleKmlArticlesSub hr {
    border-color: #0D0721;
    margin: 40px 0;
}
.moduleKmlArticlesSub hr:last-child {
    border-color: transparent;
}

/**********************
        Menu
**********************/
#menu {
    background-color: #0D0721;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 11;
    color: white;
    text-align: center;
}

#menu #logo {
    position: absolute;
    width: 150px;
    left: 150px;
    top: 5px;
}
#menu .menu_link{
    list-style: none;
    margin-top: 20px;
    display: inline-block;
}

#menu .menu_link li{
    display: inline-block;
    text-transform: uppercase;
}

#menu .menu_link li a, #menu .menu_link li span{
    border-left: 2px white solid;
    color: white;
    text-decoration: none;
    padding: 0 20px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
}

#menu .menu_link li a:hover, #menu .menu_link li span:hover{
    color: rgba(255, 255, 255, 0.8);
}

#menu .menu_link li:first-child a{
    border-left: none;
}

#menu .menu_chip{
    list-style: none;
    display: inline-block;
}

#menu .menu_chip li {
    display: inline-block;
    margin: 0 2px;
}
#menu .submenu {
    display: none;
    position: absolute;
    background-color: #0D0721;
    top: 60px;
    padding: 0;
}
#menu .submenu li {
    display: block;
}

#menu .submenu li a {
    border: none;
    padding: 10px 20px;
    display: block;
}
#menu .submenu.active {
    display: block;
}
#menu .btn {
	padding-left:15px;
	padding-right:15px;
}

/***************************
        Widget Social
***************************/
#deferlante {
    position: fixed;
    z-index: 12;
    top: calc(20vh - 30px);
    right: 14px;
}

#widgetSocial {
    position: fixed;
    z-index: 12;
    top: 20vh;
    right: 0px;
    margin-right: -250px ;
    transition: margin-right 0.5s linear;
}

#widgetSocial:hover {
    margin-right: 0;
}

#widgetSocial > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#widgetSocial > ul > li{
    display: block;
    padding: 0;
    margin: 10px;
}


#widgetSocial .content > div {
    height: 100%;
    width: 100%;
    overflow-x: auto;
}

#widgetSocial .content {
    background-color: white;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    height: 400px;
    top: 0;
}

#widgetSocial .content li{
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

#widgetSocial .content .twitter ul, #widgetSocial .content .youtube ul{
    margin: 0;
    margin-left: 10px;
    padding: 0;
    list-style: none;
}

#widgetSocial .content .youtube {
    border-left: 8px solid #D11210;
}

#widgetSocial .content .facebook {
    border-left: 8px solid #364E88;
}


#widgetSocial .content .twitter {
    border-left: 8px solid #2EA2E9;
}

/**************************
        Fil d'Ariane
*************************/
.breadcrumb {
    margin-top: 20px !important;
    padding: 0;
}
.breadcrumb li {
    float: left;
    padding: 0;

    color: #0D0721;
}
.breadcrumb > li + li::before {
    padding: 0 ;
    color: #FF0E00;
    margin: 0 10px;
}
.breadcrumb li:first-child {
    list-style-type: none;
    margin: 0;
}
.breadcrumb li a {
    color: #0D0721;
}
.breadcrumb li a:first-letter  {
    text-transform: uppercase;
}
/************************
        Loader
*************************/
.loader {
    background: url("../images/back_course.png") no-repeat center fixed;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0D0721 ;
    z-index: 10;

}
.loader > div {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #FF0E00; /* Blue */
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(50vh - 100px);
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

/**************************
        SWITCH Language
**************************/
#zone_drapeaux {
    position: fixed;
}

/*********************
        HOME
*********************/

#homeCourses h3:before, #homeCourses h3:after,
#homeClassement h3:before, #homeClassement h3:after,
#page-classement h3:before, #page-classement h3:after,
#page-courses h3:before, #page-courses h3:after,
#homeAnnonce h3:before, #homeAnnonce h3:after,
#historique h3:before, #historique h3:after {
    content:url(../images/corner.png);
    margin-top: -40px;
    display: inline-block;
    width: 40px;
    vertical-align: top;
    text-align: left;
}
#homeCourses h3:after, #homeClassement h3:after, #homeAnnonce h3:after, #historique h3:after, #page-classement h3:after, #page-courses h3:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 40px;
}
#homeAnnonce h3:before, #homeAnnonce h3:after,
#historique h3:before, #historique h3:after
{
    content:url(../images/corner-blue.png);
}
#header {
    background-color: #0D0721;
    color: white;
    position: relative;
    min-height: 500px;
}
#header .fp-slides {
    position: absolute;
    top: 0;
}
#header .fp-slidesNav {
    text-align: center;
}
#header .fp-slidesNav ul li a span {
    background-color: white;
}

#fp-nav ul li a span {
    background: white;
}
#header .adherer {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 15vh;
    z-index: 9;
}
#header .adherer p:first-child {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}
#header .adherer p:nth-child(2){
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
#header .fp-tableCell {
    position: relative;
}
#header .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    height: 100%;
    width: 100%;
}
#header .layer {
    background-image: url("../images/back2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    top: 0;
    position: absolute;
}
#fullpage:not(.home-page) #header .layer {
    background-image: url("../images/back2_inner_page.png");
    opacity: 1;
}
#header.home-page {
    min-height: inherit;
}
#header.home-page .adherer{
    margin-top: 30vh;
}
/***************************
        Courses
***************************/
#homeCourses {
    width: 100%;
    background-image: url("../images/back1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    color: white;
    position: relative;
    float: left;
    overflow: hidden;
}

.courses{
    padding-top: 50px;
}

.courses .course .chrono{
    font-size: 2.5em;
    padding-left: 30px;
    line-height: 0.7em;
}
.courses .course .chrono small{
    font-size: 45%;
}

.courses .course .visuel-container {
    float: left;
    width: 250px;
    min-height: 250px;
}
.courses .course .visuel{
    background-image: url("../images/back_course.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    float: left;
    width: 250px;
    position: absolute;
}

.courses .course .visuel .photo{
    width: 195px;
    height: 195px;
    border-radius: 200px;
    border: 3px solid white;
    margin: 80px 0;
}

.courses .course .visuel .chip-animation{
    width: 250px;
    height: 250px;
    border-radius: 200px;
    position: absolute;
    top: 52px;
    -webkit-animation: rotating 20s linear infinite;
}

.courses .course .visuel .chip-animation div{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #FF0E00;
}

.courses:not(.calendrier) .course:first-child .visuel .chip-animation div{
    margin-top: 48px;
    margin-left: 37px;
}
.courses .course:last-child .visuel .chip-animation div{
    margin-top: 130px;
    margin-left: 223px;
}

.articles .article {

}
.articles .article .photo {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius : 50%;
    padding: 0px 5px 0px 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease;
    -webkit-box-shadow: 2px 2px 30px 5px rgba(197, 197, 197, 0.3);
    -moz-box-shadow: 2px 2px 30px 5px rgba(197, 197, 197, 0.3);
    box-shadow: 2px 2px 30px 5px rgba(197, 197, 197, 0.3);
}

.articles .article .photo:hover {
    cursor: pointer;
    background-size: 110% 110%;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.courses .course .visuel .logo{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 3px solid white;
    margin: 80px 0;
    position: absolute;
    top: 155px;
    left: 5px;
    z-index: 9;
}

.courses .course .visuel .date {
    width: 195px;
    height: 195px;
    border-radius: 200px;
    border: 3px solid white;
    margin: 80px 28px;
    position: absolute;
    top: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.45);
    font-size: 2em;
    color: #0D0721;
    font-weight: 700;
    padding-top: 74px;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.courses .course .visuel:hover .date {
    opacity: 1;
}
.courses .course .description{
    float: left;
    width: inherit;
    padding-left: 20px;
}

.courses .course .description h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}



#homeActu {
    background-color: #F4F4F4;
    position: relative;
    float: left;
    width: 100%;
}

#homeActu .article {
    /*height: 300px;*/
    max-height: 100vh;
}
#homeActu .article .image {
    width: 100%;
    height: auto;
    max-width: 900px;
    /*max-height: 100vh;*/
}

#homeActu .switch-actu {
    /*margin-left: -180px;*/
    position: absolute;
    margin-right: auto;
    width: 181px;
    height: 181px;
    text-align: left;
    margin-left: calc(50vw - 90px);
    top: calc(50vh - 90px);
}
#homeActu .switch-actu-button {

}
#homeActu .switch-rotate {
    animation: switch-rotate 30s ease infinite;
    cursor: pointer;
}
#homeActu .article-content {
    padding-top: 125px;
}
@keyframes switch-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    33% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    66% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

#homeActu .article{
    display: none;
}
#homeActu .article.active{
    display: block;
}
/*****************************
        Classement
*****************************/
#homeClassement {
    background-image: url("../images/back3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-color: #0D0721;
    color: white;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#homeClassement .classements {
    width: 200%;
    margin-left: calc(-50% - 330px);
    -webkit-transition: margin-left 1s;
    -moz-transition: margin-left 1s;
    -ms-transition: margin-left 1s;
    -o-transition: margin-left 1s;
    transition: margin-left 1s;
}

#homeClassement .btn-group .active, #page-classement .btn-group .active {
    color: white;
    background-color: #FF0E00;
    border-color: #FF0E00;
}
#homeClassement .classements.proto {
    margin-left: calc(-50% - 330px);
}
#homeClassement .classements.serie {
    margin-left: calc(-50% + 330px);
}
#homeClassement .classements.proto .classement-serie,
#homeClassement .classements.serie .classement-proto
{
    opacity: 0.5;
}
#homeClassement .classements.proto .classement-proto,
#homeClassement .classements.serie .classement-serie
{
    opacity: 1;
}

#homeClassement .classement {
    display: inline-block;
    vertical-align: top;
    margin: 30px;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.classement .skipper:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.75);
}

.classement .skipper:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.6);
}

.classement .skipper {
    margin: 5px;
    border-radius: 4px 20px 20px 4px;
    color: #0D0721;
    height: 40px;
    padding-top: 11px;
    padding-left: 15px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.classement .skipper a {
    color: #0D0721;
    text-decoration: none;
}
.classement .name {
    display: inline-block;
    width: 60%;
    text-transform: uppercase;
    font-family: 'Raleway-Bold', sans-serif;
}
.classement .points {
    display: inline-block;
    width: 15%;
}
.classement .photo {
    display: inline-block;
    width: 40px;
	height:40px;
    overflow: hidden;
    border-radius: 20px;
    float: right;
    margin-top: -11px;
	background-size:cover;
	background-position:center;
}
.classement .photo img{
    max-width: 150%;
}

/******************************
        Skipper
******************************/
#form-search input{
    background-color: #0D0721;
    border-radius: 25px;
    color: white;
    padding: 8px 20px;
    display: inline-block;
}
#form-search input:active, #form-search input:focus {
    outline: none;
}
.summary-skipper {
    display: inline-block;
    width: 180px;
    margin: 10px;
    height: 325px;
    vertical-align: top;
    position: relative;
}
.summary-skipper img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.summary-skipper img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.summary-skipper div{
    background-color: white;
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 10px;
}
.summary-skipper div p:first-child {
    color: #0D0721;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
}
.summary-skipper div p:last-child {
    color: rgba(13, 7, 33, 0.4);
    font-weight: 600;
}

#historique {
    padding: 60px 0;
}
#historique .historique-item {
    background-color: rgba(0,0,0, 0.25);
    margin: 1px;
    text-align: left;
    padding: 10px;
    float: left;
    width: 100%;
}
#historique .historique-list .historique-item .date-type,
#historique .historique-list .historique-item .course-equipage-bateau,
#historique .historique-list .historique-item .historique-classement,
#historique .historique-list .historique-item .historique-classement-2
{
    display: inline-block;
    text-align: left;
    position: relative;
    vertical-align: middle;
}
#historique .historique-list .historique-item .date-type {
    width: 15%;
}
#historique .historique-list .historique-item .course-equipage-bateau {
    width: 55%;
}
#historique .historique-list .historique-item .historique-classement {
    width: 10%;
}
#historique .historique-list .historique-item .historique-classement-2 {
    width: 18%;
}
#historique .historique-year {
    float: left;
    width: 100%;
    background-color: #0D0721;
    color: white;
    padding: 20px;
    margin: 1px;
    text-align: left;
    font-weight: 700;
    font-size: 1.2em;
}
.historique-year-content {
    float: left;
    width: 100%;
}
#historique-more {
    float: left;
    width: 100%;
}
/******************************
        Petites Annonces
******************************/
#homeAnnonce {
    background-color: #F4F4F4;
    color: #0D0721;
    position: relative;
    float: left;
    width: 100%;
}

#homeAnnonce h3 {
    margin-top: 100px;
}
#homeAnnonce #home_pub1, #homeAnnonce #home_pub2 {
    display: inline-block;
    height: auto;
    width: 400px;
    margin: 10px;
    max-height: 100px;
    max-width: calc(100% - 30px);
    overflow: hidden;
}

#homeAnnonce #home_pub1 a, #homeAnnonce #home_pub2 a {
    height: 100%;
    width: 100%;
    display: block;
}

#homeAnnonce #home_pub1 a img, #homeAnnonce #home_pub2 a img {
    height: auto;
    width: 100%;
}

#homeAnnonce #home_pub1, #homeAnnonce #home_pub2{
    width: 400px;
}

.annonces article {
    margin-top: 50px;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.annonces article a{
    text-decoration: none;
    color: black;
}

.annonces article .photo{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.annonces article .photo img{
    margin-top: calc(50% - 200px);
    transform: translate(0%, -50%);
    width: 100%;
}

.annonces article h4, .annonces article .date{
    font-family: 'Raleway-Semi-Bold', sans-serif;
    color: #b7b7b7;
}

.annonces .categories {
    position: absolute;
    top: 10px;
    left: 30px;
}
/**************************
            Footer
***************************/
#footer {
    background-color: #0D0721;
    color: white;
    font-size: 0.9em;
    letter-spacing: 1px;
    padding: 20px 0;
    font-weight: 600;
    float: left;
    width: 100%;
}
#footer:not(.home-page) {
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
}
#footer .logo, #footer .ffv {
    height: 90px;
}
#footer h4 {
    color : #FF0E00;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 600;
}
#footer .footer_menu > ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
}
#footer .footer_menu > ul > li{
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: 800;
    width: calc( 20% - 6px) ;
}

#footer .footer_menu > ul ul {
    display: block;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer .footer_menu > ul ul li a {
    text-transform: none;
    font-weight: 500;
}
#footer .footer_menu > ul ul li:before {
    content: "> ";
    font-weight: 400;
}
#footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .social ul li{
    display: inline-block;
    padding: 0;
    margin: 5px;
}
.btn, .bouton {
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1em;
    font-weight: 600;
}

.bouton {
    border-radius: 15px !important;
    width: auto !important;
}

.btn-sm {
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 2px;
}

.btn-xs {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 1em;
}
.btn-default {
    background-color: transparent;
    border: 1px white solid;
    color: white;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
}

.btn-default-blue {
    background-color: transparent;
    border: 1px #0D0721 solid;
    color: #0D0721;
}

.btn-default-blue:hover, .btn-default-blue:active, .btn-default-blue:focus {
    color: #0D0721;
    background-color: rgba(13, 7, 33, 0.1);
    border-color: #0D0721;
}

.btn-primary, .bouton {
    background-color: #0D0721;
    border: 1px #0D0721 solid;
    color: white;
    -webkit-box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.3);
}

.btn-primary-white:hover, .btn-primary-white:active, .btn-primary-white:focus {
    color: #0D0721;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: white;
}

.btn-primary-white {
    background-color: white;
    border: 1px white solid;
    color: #0D0721;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active,
.bouton:hover, .bouton:active, .bouton:focus{
    color: white;
    background-color: rgba(13, 7, 33, 0.9) !important;
    border-color: #0D0721 !important;
}

.badge {
    background-color: #FF0E00 !important;
    color: white !important;
}
.label-primary {
    background-color: #FF0E00;
}
.label-default {
    background-color: #0D0721;
}

/**********************
    Page classement
**********************/

#page-classement {
    background-color:  #1A1726;
    color: white;
    padding: 50px 0;
}
#page-classement h3{
    color: white;
    margin-top: 60px;
}
#page-classement a {
    color: white;
}
#page-classement .classement a, #page-classement .btn-primary-white {
    color: #0D0721;
}
#page-classement .btn-xs, .bloc_buttons .btn-xs {
    padding: 2px 15px;
    margin: 5px 0;
    font-weight: 400;
    margin-left: 20px;
}

/**********************
    Page courses
**********************/

#page-courses {
    background-color:  #1A1726;
    color: white;
    background: url(../images/back4.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
#page-courses h3{
    color: white;
    margin-top: 60px;
}
#page-courses a {
    color: white;
}
#page-courses .classement a, #page-courses .btn-primary-white {
    color: #0D0721;
}
#page-courses .btn-xs, .bloc_buttons .btn-xs {
    padding: 2px 15px;
    margin: 5px 0;
    font-weight: 400;
    margin-left: 20px;
}

.classements-page-course .skipper {
    width: 800px;
}
#homeClassement .classsements.classements-page-course {
    margin-left: calc(-50% - 430px);
}
#homeClassement .classements.proto.classements-page-course {
    margin-left: calc(-50% - 430px);
}
#homeClassement .classements.serie.classements-page-course {
    margin-left: calc(-50% + 430px);
}

.classements-page-course .boat {
    width: 35%;
    display: inline-block;
}
.classements-page-course .adherent {
    display: inline-block;
	vertical-align:top;
    width: 50%;
}
.classements-page-course .temps {
    display: inline-block;
    width: auto;
    float: right;
    margin-right: 20px;
}
@media (max-width: 700px) {
	.classements-page-course .adherent {    
		width: 30%;
	}
}
/***********************
    Nous contacter
***********************/
form .label {
    display: block;
    color: #0D0721;
    font-size: 1em;
    text-align: left;
}

form input:not(.btn), form textarea {
    display: block;
    border-radius: 5px;
    border: 1px solid #0D0721;
    width: 500px;
    max-width: 100%;
    margin-left: 5px;
    margin-top: 2px;
}

form input[type=file] {
    border: none;
    box-shadow: none;
    border-radius: inherit;
    width: inherit;
    max-width: 100%;
    margin-left: inherit;
    margin-top: inherit;
    padding: 0;
}

form .recaptcha {
    display: block;
    text-align: center;
    width: 500px;
    margin: 50px 0;
    max-width: 100%;
}
.tab-captcha {
	position: relative;
	width: 150px;
	margin: 0 auto;
}

.tab-captcha td {
	text-align: center;
	padding: 3px;
}

.captcha-form{
	text-align: center;
	padding: 10px;
}
.captcha-form input[type="text"]{
	width:200px;
	display:inline-block;
}
/********************
    Adherer
**********************/
form.adherer input:not(.btn) {
    min-width: 200px ;
    height: 25px;
    border-radius: 25px;
    padding: 0 20px;
    border-color: rgba(13, 7, 33, 0.5);
    margin-bottom: 5px;
}
form.adherer textarea{

    padding: 0 20px;
    border-color: rgba(13, 7, 33, 0.5);
    margin-bottom: 5px;
}
form input[type="radio"]{
    display: inline-block;
    width: auto;
    min-width: inherit !important;
    vertical-align: middle;
    margin-right: 10px;
}

/***************************
    Bateaux & skippers
***************************/
.gm-style-iw {
    text-align: center;
    padding-top: 15px;
}

.fiche-adherent-secours-front .image_from_gestion{
    max-width: 40%;
}

.fiche-bateau-secours-front .info_bateau_photo{
    text-align: center;
    display: block;
    padding: 20px 0;
    border-bottom: 1px rgba(128, 128, 128, 0.28) solid;
}

.fiche-bateau-secours-front .info_bateau_photo img{
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#boat-photos, #skipper-photos {
    text-align: center;
    position: relative;

    margin: 50px 0;
    background-image: url("../images/back1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    color: white;
    overflow: hidden;
}

#skipper-photos {
    margin-bottom: 1px;
}

.slick-photos {
    display: flex;
    align-items: center;
    margin: 0 12%;
    padding: 30px 0 30px 0;
}
.slick-list {
    margin: 0 50px;
    width: 100%;
}
.slick-track {
    display: flex;
    align-items: center;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: transparent;
}
.slick-prev::after, .slick-next::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #FF0E00;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
}
.slick-prev::after {
    transform: rotate(-135deg);
}
.slick-photos .img-container {
    display: inline-block;
    padding: 10px;
}
.slick-photos img {
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
}


/*************************
        Calendrier
**************************/
.calendrier .course {
    /*overflow: hidden;*/
    /*height: auto;*/
}
.calendrier .course > a {
    display: inline-block;
}
.calendrier .course .visuel-container {
    float: none;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.calendrier .course .visuel {
    background-image: none;
}
.calendrier .course .visuel .photo, .calendrier .course .visuel .date {
    border: none;
}
.calendrier .course:hover .visuel {
    background-image: url("../images/back_course2.png");
}

.calendrier .course:hover .visuel .date {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    opacity: 1;
    font-size: 1.8em;
    background-color: rgba(255, 255, 255, 0.80);
}

.calendrier .course .visuel .chip-animation div{
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
}

.calendrier .course .visuel .chip-animation {
    width: 120px;
    height: auto;
    position: absolute;
    top: 75px;
    left: 170px;
    color: #FF0E00;
    letter-spacing: 2px;
    -webkit-animation: none;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
.calendrier .course .visuel .chip-animation span {
    width: 500px;
}

.calendrier .course:hover .visuel .chip-animation {
    opacity: 1;
}
.calendrier .course:last-child .visuel .chip-animation div {
    margin: auto;
}

.calendrier .course .logo-date {
    background-color: white;
    opacity: 1;
    color: #0d0721;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-top: 26px;
}

.calendrier .course:hover .logo-date.with-logo {

    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
.calendrier .course .description {
    position: relative;
    padding-left: 0;
    width: 100%;
}
.calendrier .course:hover .description-txt {
    /*display: inline-block;*/
    opacity: 1;
}
.calendrier .course .description-txt {
    /*display: none;*/
    opacity: 0;
}
.calendrier .course .icons {
    /*display: inline-block;*/
    position: absolute;
    top: 60px;
    opacity: 1;
    width: 100%;
}
.calendrier .course:hover .icons {
    /*display: none;*/
    opacity: 0;
}

.calendrier .course .icons img{
    opacity: 0.4;
}

.calendrier .course .icons img.active{
    opacity: 1;
}

/***********************
    Espace adhérent
***********************/
.panel {

}

.panel .panel-header {
    display: inline-block;
    width: 100%;
    font-size: 1.3em;
    padding: 15px;
}


.panel-primary {
    border-color: #0D0721;
}

.panel-primary .panel-header {
    background-color: rgba(13, 7, 33, 1);
    color: white;
}

.panel-primary .panel-body {
    background-color: rgba(13, 7, 33, 0.7);
    color: white;
}

.panel-default {
    border-color: #898989;
}

.panel-default .panel-header {
    background-color: #898989;
    color: white;
}

.panel-default .panel-body {
    background-color: rgba(166, 166, 166, 0.33);
}
.panel-default .panel-body .skipper:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.26);
}

.panel-default .panel-body .skipper:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.14);
}

.panel-info {
    border-color: #FF0E00;
}

.panel-info .panel-header {
    background-color: #FF0E00;
    color: white;
}

.panel-info .panel-body {
    background-color: white;
}
.panel-info .panel-body .skipper:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.26);
}

.panel-info .panel-body .skipper:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.14);
}
.message_ok {
    padding: 8px 30px;
    background-color: #FF0E00;
    font-weight: 600;
    color: white;
    border-radius: 20px;
    margin: 5px 0;
}

.iframe {
    width: 100%;
    text-align: center;
}
.iframe iframe {
    max-width: 100%;
}

.photo_portrait img{
    max-width: 100%;
}

.confirmation h3{
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
}
.confirmation-buttons .btn-default{
    background-color: white;
    border: 1px #333333 solid;
    color: #333333;
}
