/* <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;subset=cyrillic-ext,greek-ext,latin-ext,vietnamese" rel="stylesheet"> */

body {
    font-family: 'Roboto', Arial, sans-serif;
}

#header-menu > ul > li > a {
    text-transform: uppercase;
    display: block;
    padding: 0 20px 0px 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 13px;
}

#header-menu > ul > li:last-child > a {
    border-right: none !important;
}

.header-sub-menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}

h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 36px !important;
    font-weight: 700;
    margin: 25px 0 25px 0 !important;
    text-align: center;
    text-transform: uppercase !important;
}

h2, .redactor-formatting-h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
    margin: 25px 0 !important;
    text-align: center;
    text-transform: none !important;
}

h3, .redactor-formatting-h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
}

h4, .redactor-formatting-h4 {
    font-size: 33px !important;
    margin: 15px 0 !important;
    font-weight: 500 !important;
    color: #FED0D2;
}

.container-tight {
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.magazin-post-category, .magazin-post-date {
    font-size: 13px;
    font-weight: 500;
}

.content-html, .redactor-editor {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
}

.content-html p, .content-html div, .redactor-editor p, .content-html h2, .content-html h3, .content-html h4, .content-html h5 {
    font-family: 'Cormorant Garamond', serif;
}

.content-html p, .content-html div, .redactor-editor p {
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 25px !important;
}
/*
.content-html .content-html__legende {
    font-family: 'Petrona', serif !important;
    font-size: 14px !important;
    text-align: center !important;
    font-weight: 400;
    color: #969696 !important;
}
*/

.content-html blockquote {
    font-family: 'Satisfy', cursive !important;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px !important;
    border-left: 5px solid #eee;
}

.content-html blockquote p {
    font-family: 'Satisfy', cursive !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}

.link-more {
    background-color: #333333;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
    padding: 5px;
}

.link-more:hover {
    color: white;
}

.posts-filter {
    margin-bottom: 20px;
}

#filter-dropdown {
    background-color: #333333;
    color: #ffffff;
    border-radius: 0px;
    border-color: #333333;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

.filter-dropdown__list {
    border: none;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}

.filter-dropdown__list > li > a {
    background-color: #333333;
    color: #ffffff;
    padding: 5px 25px;
    line-height: 13px;
    line-height: 30px;
    font-weight: 200;
}

.filter-dropdown__list > li > a:hover {
    background-color: #FED0D2;
}

.post-list-post-title {
    font-weight: 200;
    font-size: 17px;
}

.not-coupon .post-list-post-title {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}

.not-coupon .post-list-post-content{
    height: auto;
    margin-bottom: 5px;
}

.post-list-post-global-content{
    /*height: auto;*/
}

.post-list-post-subtitle{
    font-weight: 100;
    font-size: 13px;
    max-height: 34px;
    overflow: hidden;
    line-height: 1.4;
    text-align: center;
}

.country-list-post-img {
    display: block;
    background-color: #000;
}

.country-list-post-img img {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    transition: all 0.3s ease-in-out;
}

.post-list-post:hover .country-list-post-img img {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.country-list-title-xlarge {
    font-size: 25px;
}

.country-list-title-large {
    font-size: 25px;
}

.country-list-title-medium {
    font-size: 25px;
}

.country-list-title {
    line-height: normal;
    text-align: center;
    font-weight: bold;
    overflow: visible !important;
}

.country-list-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

#svg-country-name {
    color: #FED0D2;
    text-transform: uppercase;
    font-size: 27px;
    font-family: 'Ubuntu', Arial, sans-serif;
}

.post-filter-country {
    border: 1px solid #DDDDDD;
    margin-top: 5px;
}

.post-filter-country .form-group {
    display: inline-block;
    background-color: #DDDDDD;
}

.post-filter-country .form-group input {
    margin-left: -12px;
}

.post-filter-country .form-group label {
    padding-left: 15px;
    padding-right: 3px;
}

.category-title {
    margin-bottom: 5px !important;
}

.post-black-square {
    background-color: #333;
    font-size: 15px;
    display: flex;
    justify-content: center;
    height: 180px;
    width: 180px;
    margin: auto;
}

.post-black-square-content {
    margin: auto;
}

.post-black-square-content i {
    color: #FED0D2;
    margin-bottom: 10px;
}

.post-black-square-content span {
    color: white;
    font-weight: 200;
    text-transform: uppercase;
}

.post-black-square:hover {
    background-color: #FED0D2;
}

.post-black-square:hover i {
    color: #333;
}

.post-black-square:hover span {
    color: #333;
}

.info-block {
    font-size: 15px;
    background-color: #FED0D2;
    padding: 40px 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 100;
}

.info-block a:hover{

}

.info-block__bubble {
    z-index: 200;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: -32.5px;
}

.info-block__bubble-text {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    padding: 24px 0px 0px 0px;
    text-transform: uppercase;
}

.info-block p {
    margin-bottom: 0;
}


/*** SOCIAL ***/

.social-block {
    border-top: solid 2px #efeff1;
    border-bottom: solid 2px #efeff1;
    padding: 0 20px 20px 20px;
}

.social-block__title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0;
    color: #FED0D2;
}

.social-block .at-icon {
    background-color: #2d2d2d;
}

.social-block a {
    color: darkgrey;
    font-size: 14px !important;
}
.related-content {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
}

/**** HOME ***/

.home-section__title {
    font-size: 22px;
    font-weight: 400;
    margin: 25px 0;
    text-transform: uppercase;
}

#home-posts-carousel .owl-prev, #home-coupons-carousel .owl-prev, #home-top-destinations-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: 90px;
    color: #DDDDDD;
    z-index: 2;
    font-size: 16px;
    border: none;
    outline: none;
}

#home-posts-carousel .owl-next, #home-coupons-carousel .owl-next, #home-top-destinations-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: 90px;
    color: #DDDDDD;
    z-index: 2;
    font-size: 16px;
    border: none;
    outline: none;
}

#main-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 150px;
    height: auto;
    text-align: right;
}

#main-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 7px 0 0;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

#main-carousel .owl-dots .owl-dot.active {
    background: #FED0D2;
    outline: none;
}

.divtoshow-svg {
    display: none;
    position: absolute;
    font-size: 16px
}

#map > svg {
    max-height: 486px;
}

#map .st1 {
    fill: #333333;
    stroke: #FFFFFF;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
    stroke-linejoin: round;
}

#map .st2 {
    fill: #515151;
    stroke: #FFFFFF;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
    stroke-linejoin: round;
}

#map.map-svg-france .st1, #map.map-svg-france .st2{
    stroke-width: 2.5;
}

.footer-categories {
    margin-top: 50px;
}

.footer-categories-content {
    display: flex;
    justify-content: space-between;
}

.footer-categories-title {
    font-size: 16px !important;
    margin: 5px 0 !important;
    text-align:left !important;
}

.footer-categories ul {
    list-style-type: none;
    padding: 0;
}

#header-menu-responsive > div > div > ul > li > a {
    text-transform: uppercase;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 13px;
}

#header-menu-responsive > div > div > ul > li > a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    line-height: 13px;
}

.nav-responsive {
    background-color: white;
    color: black;
    min-height: 0;
}

.main-menu-bars {
    border: 0;
    background-color: transparent;
    font-size: 20px;
    width: 100%;
}

.nav-responsive ul a, .nav-responsive a {
    color: black;
}

#header-menu-responsive .nav .open > a, #header-menu-responsive .nav .open > a:focus, #header-menu-responsive .nav .open > a:hover {
    color: #333333;
    border: 0;
}

#header-menu-responsive {
    border: 1px solid #eee;
}

/* prevent background-color to gray for subcategories */
#header-menu-responsive .dropdown-menu > li > a:focus, #header-menu-responsive .dropdown-menu > li > a:hover {
    background-color: white;
}

.social-block__buttons {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .country-list-title-xlarge {
        font-size: 30px;
    }

    .country-list-title-large {
        font-size: 25px;
    }

    .country-list-title-medium {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    #header-menu > ul > li > a {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    #header-menu > ul > li > a {
        font-size: 15px;
    }

    h1 {
        font-size: 36px !important;
    }

    .info-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-categories-content {
        display: block;
    }

    .footer-categories-content ul{
        text-align: center;
    }
}


#header-search-bar-mobile {
    position: relative;
    right: 0px;
    background-color: #333;
    padding: 2px 2px 4px 2px;
    top: 0px; }

#header-search-bar-mobile i {
    margin-left: 2px;
}

#header-search-bar-mobile input {
    border: none;
    width: 100%;
    padding-left: 4px; }

#header-search-bar-mobile .form-group{
    float:left;
    width: calc(100% - 30px);
}

/* important v3 */
a:hover{
    color: #FED0D2 !important;
}

.header-sub-menu > li > a:hover{
    background-color: #FED0D2 !important;
    color: white !important;
}

.btn-coupon-order, .partner-list-btn{
    background-color: #FED0D2 !important;
}

.btn-coupon-order:hover{
    background-color: #333333 !important;;
    color: white !important;
}

.paris-info-list i{
    color: #FED0D2 !important;
}

.paris-info-list:hover{
    background-color: #FED0D2 !important;;
}

.magazine-filters{
    background-color: #FED0D2 !important;
}

.filter-dropdown__list > li > a:hover{
    background-color: #FED0D2 !important;
    color: white !important;
}

.info-block{
    background-color: #FED0D2 !important;
}