body {
    font-family: 'Roboto', sans-serif;
}

.blog-header {
    background: #fff;
    padding: 0 !important;
}

.blog-header-container img {
    max-height: 140px;
}

.menu-social-icons {
    position: absolute;
    right: 1em;
    top: 0;
    height: 100%;
    align-items: center;
}

.menu-social-icons a.social-icon {
    background: transparent;
    color: white;
    display: block;
}

.menu-social-icons a.social-icon:hover {
    background: transparent;
    color: #ddd;
}

.menu-social-icons a > i.fa {
    font-size: 30px;
    font-weight: 100;
}

@media(max-width: 991px) {
    .menu-social-icons a > i.fa {
        font-size: 20px;
    }
}

.navbar a > i.fa {
    font-size: 36px;
    font-weight: 100;
}

@media(max-width: 991px) {
    .navbar a > i.fa {
        font-size: 20px;
    }
}


.navbar a {
    transition: all 150ms ease-in-out;
}
.navbar a:hover {
    background: rgba(255,255,255,0.1);
}

header .navbar a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

header .navbar li {
    transition: all 150ms ease-in-out;
}

header .navbar ul.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
}

header .navbar ul.dropdown-menu > li a {
    padding: 10px 15px;
    color: #111;
    font-size: 13px;
}

header .navbar ul.dropdown-menu > li a:hover {
    background: rgba(0,0,0,0.10);
}

.vt-bg-yellow {
    background: #F2CD5C !important;
    color: #111 !important;
    border: none !important;
}

.vt-bg-yellow * {
    color: #111 !important;
}

.vt-bg-yellow:hover {
    border: none !important;
    background: #eabd38 !important;
    color: #111 !important;
}

.vt-bg-blue {
    background: #00AFE9 !important;
    color: #fff !important;
    border: none !important;
}

.vt-bg-blue:hover {
    border: none !important;
    background: #0c97c4 !important;
    color: #eee !important;
}

a.btn.rounded {
    border-radius: 12px !important;
}

a {
    transition: all 150ms ease-in-out;
    color: #009ee9;
}

a:hover {
    color: #0685c1;
}

button, a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none !important;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

footer ul {
    padding:0;
    margin: 0;
}

hr {
    border: none;
    border-bottom: 3px solid #003362;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    width: 150px;
}
hr.subhr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}

footer hr {
    border: none;
    border-bottom: 3px solid #F2CD5C;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 50px;
}



footer ul > li {
    list-style-type: none;
}

footer ul > li > a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
}

a.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
}

a.btn.btn-primary {
    background: #003362;
    border-color: #003362;
}

a.btn.btn-primary:hover {
    background: #064e91;
    border-color: #064e91;
}

a.btn.btn-info {
    background: #009ee9;
    border-color: #009ee9;
}

a.btn.btn-info:hover {
    background: #1083ba;
    border-color: #1083ba;
}

a.btn-lg {
    font-size: 1.1em;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navbar.navbar-expand-lg {
    padding: 0;
}

.navbar-nav .nav-item {
    padding: 0;
}

.navbar-nav .nav-item .nav-link {
    padding: 20px 20px;
}

.bottom-header a {
    font-size: 12px;
}

.clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.btn-plus {
    background: none;
    border-radius: 100% !important;
    border: 2px solid;
    height: 32px;
    width: 32px;
    line-height: 22px;
    font-size: 22px;
    padding: 0;
}

a.btn-plus::after {
    content: '+';
}

article.card-spe {
    height: 350px;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
article.card-spe .thumb {
    width: auto;
    height: 250px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 0;
}
article.card-spe .infos {
    width: auto;
    height: 350px;
    position: relative;
    padding: 14px 24px;
    background: #fff;
    -webkit-transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card-spe .infos .title {
    position: relative;
    margin: 10px 0;
    letter-spacing: 3px;
    color: #152536;
    font-family: "Grotesque Black", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    text-shadow: 0 0 0px #32577f;
}
article.card-spe a.btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

article.card-spe .infos .flag {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 23px;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right;
    background-size: 100% auto;
    display: inline-block;
}
article.card-spe .infos .date, article.card-spe .infos .seats {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: .85rem;
    color: rgba(21, 37, 54, 0.7);
    font-family: "Grotesque", sans-serif;
}
article.card-spe .infos .seats {
    display: inline-block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card-spe .infos .txt {
    font-family: "Merriweather", sans-serif;
    line-height: 2;
    font-size: .95rem;
    color: rgba(21, 37, 54, 0.7);
    opacity: 0;
    -webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card-spe .infos .details {
    position: absolute;
    left: 0;
    left: 0;
    bottom: 0;
    margin: 10px 0;
    padding: 20px 24px;
    letter-spacing: 1px;
    color: #4e958b;
    font-family: "Grotesque Black", sans-serif;
    font-size: .9rem;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card-spe:hover .infos {
    -webkit-transform: translateY(-260px);
    transform: translateY(-260px);
}
article.card-spe:hover .infos .seats, article.card-spe:hover .infos .txt, article.card-spe:hover .infos .details {
    opacity: 1;
}
img.img-responsive {
    display: block;
    width: 100%;
}
img.img-bordered {
    border: 1px solid #003362;
}

.home-partner {
    width: 100%;
    display: block;
    padding: 5px;
}

.home-partner > div {
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 92px;
}

.news-absolute-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    color: white;
    background: rgba(9, 40, 69, 0.6);
    width: 40%;
    max-width: 600px;
    min-width: 280px;
    z-index: 5;
    transform: translateX(-50%);
    text-align: center;
    padding: 15px;
    padding-bottom: 50px;
    border-radius: 12px 12px 0 0;
}

.directory .badge {
    text-transform: uppercase;
    padding: 5px;
}
.directory .badge.badge-primary {
    background-color: #c02026;
}
.directory .nav-pagination {
    position: absolute;
    bottom: 0;
}
.directory .nav-pagination .page-item .page-link {
    color: #13375f;
    cursor: pointer;
    font-size: 0.825rem;
}
.directory .nav-pagination .page-item.active .page-link {
    background-color: #c02026;
    border-color: #c02026;
    color: #fff;
    cursor: default;
}
.directory .form-control {
    border: 1px solid #13375f;
    border-radius: 0;
}
.directory .form-control:focus {
    box-shadow: none;
    border-color: #c02026;
}
.directory .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.directory .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #13375f;
}
.directory .custom-control-label {
    padding-top: 3px;
    color: #13375f;
    text-transform: initial;
}
.directory .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #13375f;
    border-color: #13375f;
    box-shadow: none;
}

#map-container {
    position: fixed;
    right: 0;
    width: 57%;
}
#map-container #map {
    width: 100%;
}

.golf-directory {
    transition: all 0.3s;
}
.golf-directory:hover, .golf-directory:focus, .golf-directory:active {
    cursor: pointer;
    background: #13375f;
    color: #ffffff;
}
.golf-directory:hover h5, .golf-directory:hover .card-title, .golf-directory:focus h5, .golf-directory:focus .card-title, .golf-directory:active h5, .golf-directory:active .card-title {
    color: #ffffff !important;
}
.golf-directory .card-title {
    font-size: 0.9rem;
    font-weight: bold;
}
.golf-directory .card-body .badge {
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 5px;
}
.golf-directory .card-body .badge.badge-category {
    background: #265f59;
    color: #fff;
}
.golf-directory .card-body .badge.badge-type-p {
    background: #265f59;
    color: #fff;
}
.golf-directory .card-body .badge.badge-type-s {
    background: #265f59;
    color: #fff;
}

.golf-directory-filters label {
    text-transform: uppercase;
    font-size: 0.825rem;
    color: #8C8C8C;
}

.golf-directory-modal {
    font-size: 1rem;
    padding-right: 0 !important;
}
.golf-directory-modal .modal-dialog {
    max-width: 800px;
}
.golf-directory-modal .badge {
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 5px;
}
.golf-directory-modal .badge.badge-category {
    background: #265f59;
    color: #fff;
}
.golf-directory-modal .badge.badge-type-p {
    background: #265f59;
    color: #fff;
}
.golf-directory-modal .badge.badge-type-s {
    background: #265f59;
    color: #fff;
}
.golf-directory-modal a {
    color: #fff;
}
.golf-directory-modal a:hover, .golf-directory-modal a:active, .golf-directory-modal a:focus {
    color: #eee;
}
.golf-directory-modal .description p {
    margin: 0 !important;
}

.loading-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
}

.fade-move {
    transition: all 800ms ease-in-out 50ms;
}
.fade-enter-active {
    transition: all 600ms ease-out;
}
.fade-leave-active {
    transition: all 200ms ease-in;
    position: absolute;
    z-index: 0;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
.fade-enter {
    transform: scale(0.9);
}
.competition-item .pb-3 img {
    width: 100% !important;
}

@media(max-width: 1000px) {
    .blog-header-logo-main img {
        max-height: 100px;
    }

    .blog-header-logo-void {
        display: none;
    }
}


@media(max-width: 991px) {
    body {
        font-size: 13px;
    }
    header .navbar a {
        font-size: 12px;
    }

    header .navbar-collapse {
        background: #002b52;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 8px 10px;
    }

    header ul.navbar-nav > li.nav-item.vt-bg-yellow {
        background: none !important;
    }

    header ul.navbar-nav > li.nav-item.vt-bg-yellow > a {
        padding: 8px 10px !important;
        color: white !important;
    }

    header ul.navbar-nav > li.nav-item.vt-bg-yellow > a:after {
        content: "Accueil";
        margin-left: 5px;
    }


    header ul.navbar-nav > li.nav-item.vt-bg-yellow > a > i {
        color: white !important;
        font-size: 16px !important;
    }

    .dropdown-menu .nav-item .nav-link {
        font-size: 10px !important;
    }

    .news-absolute-box {
        display: none;
    }

    .h1, h1 {
        font-size: 2.2rem;
    }

    .h2, h2 {
        font-size: 1.7rem;
    }

    .h3, h3 {
        font-size: 1.5rem;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .h5, h5 {
        font-size: 1rem;
    }

    .h6, h6 {
        font-size: 0.9rem;
    }
}

@media(max-width: 767px) {
    footer h4 {
        margin-top: 20px;
    }

    .vt-bg-yellow.btn.rounded.btn-info.d-block.pt-3.pb-3 {
        margin-bottom: 10px;
        padding: 10px !important;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .h2, h2 {
        font-size: 1.4rem;
    }

    .h3, h3 {
        font-size: 1.2rem;
    }

    .h4, h4 {
        font-size: 1.1rem;
    }

    .h5, h5 {
        font-size: 0.9rem;
    }

    .h6, h6 {
        font-size: 0.8rem;
    }
}

@media(max-width: 600px) {
    .blog-header-logo-main img {
        max-height: 60px;
    }

    .blog-header-logo-ffgolf > img {
        max-height: 30px !important;
    }

    .blog-header-logo-void {
        display: none;
    }

    .h1, h1 {
        font-size: 1.5rem;
    }

    .h2, h2 {
        font-size: 1.2rem;
    }

    .h3, h3 {
        font-size: 1.1rem;
    }

    .h4, h4 {
        font-size: 1rem;
    }

    .h5, h5 {
        font-size: 0.9rem;
    }

    .h6, h6 {
        font-size: 0.8rem;
    }
}

a[rel="lightbox"]:hover {
    opacity: 0.75;
    cursor: zoom-in;
}

a[rel="lightbox"], a.lightbox, a.bordered, .img-responsive, .home-mozaic-image {
    display: block;
}
a[rel="lightbox"] > img, a.lightbox > img, a.bordered > img, .home-mozaic-image > img {
    border: 1px solid #003362;
    display: block;
    width: 100%;
    max-width: 100%;
}

.nav.nav-tabs {
    gap: 3px;
    column-gap: 3px;
    row-gap: 3px;
    text-align: center;
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    flex: 1;
    min-width: 200px;
}

.nav-tabs .nav-item > .nav-link {
    border: none;
    background: #eee;
}

.nav-tabs .nav-item > .nav-link.active {
    background: #ddd;
    font-weight: 600;
}

.block-adv {
    border-right: 1px solid #ccc;
    max-width: 300px;
}

@media(max-width: 767px) {
    .block-adv {
        border-right: none;
        max-width: 100%;
    }

    .block-adv img {
        max-width: 100% !important;
    }
}

#box-social {
    right: 0;
    top: 40%;
    position: fixed;
    z-index: 996;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
    #box-social {
        top: 0;
        right: 0;
        left: initial;
        text-align: center;
        position: fixed;
        width: 72px;
        z-index: 9999;
    }
}
#box-social .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}
#box-social .social-icons {
    position: absolute;
    z-index: 500;
    padding: 0;
    text-align: center;
    right: 5px;
    top: 64px;
}
#box-social .social-icons .social-icon {
    opacity: 0.8;
    display: block;
    color: #fff;
    padding: 12px;
}
#box-social .social-icons .social-icon:hover {
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    #box-social .social-icons .social-icon {
        display: inline-block;
        padding: 8px;
    }
}
#box-social .social-icons .social-icon i {
    font-size: 36px;
}
@media only screen and (max-width: 768px) {
    #box-social .social-icons .social-icon i {
        font-size: 18px;
    }
}
