html,
body {
    font-family: 'Heebo', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    background: #f3f2f1;
    color: #231f20;
}
body {
    position:relative;
    overflow-x: hidden;
}
a, a:active, a:focus {
    outline: none;
}
a {
    color: #1f3b49;
}
a:hover {
    color: #1f3b49;
}
.t3-wrapper {
    position:relative;
    width: 100%;
    max-width: 100vw;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 80px 0 0 0;
    overflow-x: hidden;
}
.mobile-device .t3-wrapper {
    -webkit-overflow-scrolling: touch;
}


/* MAIN NAVIGATION */
#t3-mainnav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #f3f2f1;
    border: 0;
    z-index: 9;
}
#t3-mainnav .container {
    width: 100%;
    max-width: 100%;
}
.t3-navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 30px;
    text-align: center;
}
.t3-navbar ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.t3-navbar ul li:after {
    content: '/';
    display: inline;
    color: #1f3b49;
}
/* DISABLE GIFT CARDS */
.t3-navbar ul li:nth-last-child(2):after,
.t3-navbar ul li:last-child:after {
    display: none;
}

.t3-navbar ul li:last-child:after {
    display: none;
}
.t3-navbar ul li a:before,
.t3-navbar ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transition: inherit;
    z-index: -1;
}
.t3-navbar ul li a:before {
    right: 0;
    border: 1px solid #1f3b49;
    border-left: 0;
    border-right: 0;
}
.t3-navbar ul li a:after {
    left: 0;
}
.t3-navbar ul li a {
    position: relative;
    z-index: 1;
    margin: 0 2px;
    padding: 7px 4px 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}
.t3-navbar ul li a:hover,
.t3-navbar ul li.active > a {
    background: transparent !important;
    color: #1f3b49 !important;
}
/* DISABLE GIFT CARDS */
.t3-navbar ul li:last-child a {
    padding: 7px 10px 6px;
    border-radius: 0;
    background: #1f3b49;
    color: #fff !important;
    transition: background 0.6s;
}
.t3-navbar ul li:last-child a:hover {
    background: #231f20 !important;
    color: #fff !important;
}


/* MOBILE NAVIGATION */
#header-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
#trigger-menu-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0 0 0 auto;
    padding: 10px 10px 5px 10px;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #1f3b49;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#trigger-menu-overlay span {
    margin: 2px 0 0 0;
    padding: 0;
}
#trigger-menu-overlay:before {
    width: 50px !important;
    height: 32px !important;
    background: url('../images/villa-etang-blanc_menu-icon.png') top center no-repeat;
    background-size: 32px auto !important;
    margin: 0 !important;
    padding: 0 !important;
    content: '\00a0';
}
.menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(243,242,241,0.9);
    z-index: 999999 !important;
}
.menu-overlay .menu-overlay-close {
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
    overflow: hidden;
    border: 0 !important;
    background: url('../images/cross.png') no-repeat center center;
    background-size: 32px 32px !important;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}
.menu-overlay .overlay-logo {
    width: 260px;
    height: 54px;
    margin: 45px auto 15px !important;
}
.menu-overlay .overlay-logo a {
    display: block;
    width: 260px;
    height: 54px;
    background: url('../images/villa-etang-blanc_logo_blk.png') center center no-repeat;
    background-size: 100% auto;
}
.menu-overlay .overlay-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto 0 0;
    text-align: left;
}
.menu-overlay .nav {
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.menu-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 100%;
    position: relative;
}
.menu-overlay ul li {
    display: block;
    height: auto;
    min-height: 19px;
    margin: 2px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}
.menu-overlay ul li a {
    display: inline-block;
    width: auto;
    margin: 5px 0;
    padding: 0;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    background: transparent !important;
    color: #231f20;
    text-decoration: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.menu-overlay ul li a:hover,
.menu-overlay ul li a:focus,
.menu-overlay ul li.active a,
.menu-overlay ul li.active a:hover,
.menu-overlay ul li.active a:focus {
    background: transparent !important;
    color: #231f20 !important;
}
.menu-overlay ul li a.menu-button {
    padding: 5px 8px 3px 8px;
    font-family: 'Heebo', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 17px;
    text-transform: uppercase;
    background: #231f20 !important;
    color: #fff;
}
.menu-overlay ul li a.menu-button.first {
    margin-top: 12px;
}
.menu-overlay ul li a.menu-button:hover {
    background: #fff !important;
}
.overlay-slideright {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slideright.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }
    .overlay ul li {
        min-height: 34px;
    }
}
.overlay-footer {
    display: block;
    margin: 20px auto;
    text-align: center;
}
.overlay-footer ul li {
    margin: 0 !important;
    padding: 3px 4px 0 5px !important;
}
.overlay-footer ul li:first-child {
    border-right: 1px solid #231f20;
}
.overlay-footer ul li a {
    font-size: 14px;
    font-style: normal;
}
#header-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: none;
}
#header-right a {
    display: block;
    margin: 10px 20px 0 0;
    padding: 7px 12px 6px;
    text-transform: uppercase;
    border-radius: 0;
    background: #1f3b49;
    color: #fff;
    transition: background 0.6s;
}
#header-right a:hover {
    background: #231f20;
}


/* TOP */
#top {
    position: relative;
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
}
#topBlock {
    width: 100%;
    width: calc(100% - 280px);
    max-width: 1600px;
    margin: 0 auto;
}
#topBlockInner {
    width: 100%;
    text-align: center;
}
#topBlockInner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#top .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 83px;
    margin-top: -41px;
    margin-left: -200px;
}
#top .logo a {
    width: 400px;
    height: 83px;
    background: url('../images/villa-etang-blanc_logo_wht.png') center center no-repeat;
    background-size: 100% auto;
}
.home #top .logo {
    margin-top: -34px;
}
.home #top .logo a {
    width: 400px;
    height: 83px;
    background: url('../images/villa-etang-blanc_logo_blk.png') center center no-repeat;
    background-size: 100% auto;
}
.cabane #top .logo {
    width: 549px;
    margin-left: -275px;
}
.cabane #top .logo a {
    width: 549px;
    height: 83px;
    background: url('../images/cabane-etang-blanc_logo_wht.png') center center no-repeat;
    background-size: 100% auto;
}
#topBottomLeftBlock {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 20px;
}
#topBottomLeftBlock .top-language {
    margin-right: 10px;
    padding-right: 3px;
    border-right: 1px solid #1f3b49;
}
#topBottomLeftBlock .top-language ul {
    padding-top: 2px;
}
#topBottomLeftBlock .top-language ul li {
    padding: 0;
    line-height: 15px;
}
#topBottomLeftBlock .top-language ul li a {
    padding: 0;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
    color: #1f3b49 !important;
}
#topBottomLeftBlock .top-social img {
    width: 22px;
    height: auto;
    margin: 0 8px 0 0;
}
#topTitle {
    position: absolute;
    bottom: 75px;
    right: 50px;
    width: 36%;
    max-width: 320px;
    height: auto;
    text-align: center;
}
#topTitle h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#topTitle h1 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}


/* LAYOUT */
.t3-sl {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border: 0 !important;
}
.t3-sl .row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 0;
}
.t3-sl img {
    width: 100%;
    height: auto;
}
.t3-sl h3 {
    margin: 0 0 20px 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.t3-sl h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.t3-sl a {
    display: block;
    margin: 40px 0 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.t3-sl-1 {
}
.t3-sl-1 .row {
    margin: 40px auto 0;
}
.t3-sl-1 .row > div:nth-child(1) {
    flex: 9;
    padding-right: 25px;
    text-align: right;
}
.t3-sl-1 .row > div:nth-child(1) .titles-block {
    width: 100%;
    max-width: 420px;
    margin: 0 0 40px auto;
    text-align: right;
}
.home .t3-sl-1 .row > div:nth-child(1) .titles-block {
    width: 50%;
    max-width: 160px;
    margin: 0 0 40px auto;
    text-align: left;
}
.t3-sl-1 .row > div:nth-child(1) h1 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.t3-sl-1 .row > div:nth-child(1) h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.t3-sl-1 .row > div:nth-child(1) h2:after {
    display: block;
    content: ' ';
    width: 42px;
    height: 2px;
    margin: 15px 0 12px auto;
    background: #1f3b49;
}
.t3-sl-1 .row > div:nth-child(1) h3 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
}
.t3-sl-1 .row > div:nth-child(1) h4:after {
    display: block;
    content: ' ';
    width: 42px;
    height: 2px;
    margin: 15px 0 6px;
    background: #1f3b49;
}
.t3-sl-1 .row > div:nth-child(1) img {
    display: block;
    width: 90%;
    margin: 15px 0 15px auto;
}
.t3-sl-1 .row > div:nth-child(2) {
    flex: 8;
    padding-left: 25px;
}
.t3-sl-1 .row > div:nth-child(2) p:nth-child(1) img {
    width: 36%;
}
.t3-sl-1 .row > div:nth-child(2) p:nth-child(2) {
    width: 42%;
    margin: 18px 0;
}
.landes .t3-sl-1 .row > div:nth-child(2) p:nth-child(2),
.champagne .t3-sl-1 .row > div:nth-child(2) p:nth-child(2) {
    width: 72%;
}
.t3-sl-1 .row > div:nth-child(2) p:nth-child(3) img {
    width: 72%;
}
.t3-sl-2 .row > div {
    text-align: center;
    max-width: 800px;
}
.t3-sl-3 .row {
    max-width: 100% !important;
}
.t3-sl-3 .row > div {
    margin: 0;
    padding: 0;
    text-align: center;
}
.t3-sl-4 {
    /* background: url('../images/villa-etang-blanc_trait_1.png') center center no-repeat; */
    background-size: 100% auto;
}
.t3-sl-4 .row {
    width: calc(100% - 24%);
    margin-left: 7%;
    margin-right: 17%;
}
.t3-sl-4 .row > div:nth-child(1) {
    flex: 2;
    align-self: flex-start;
}
.t3-sl-4 .row > div:nth-child(1) .bg-text-block {
    padding: 20px 20px 140px 20px;
    background: #1f3b49;
    color: #fff;
}
.t3-sl-4 .row > div:nth-child(2) {
    flex: 3;
    align-self: flex-start;
    margin: 260px auto 0 -100px;
}
.t3-sl-5 .row {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
}
.t3-sl-5 .row > div {
    flex: 1;
}
.home .t3-sl-5 .row > div:nth-child(4),
.landes .t3-sl-5 .row > div:nth-child(4) {
    display: none;
}
.t3-sl-6 .row {
    width: 80% !important;
}
.t3-sl-6 .row > div:nth-child(1) {
    flex: 1;
    align-self: flex-start;
}
.t3-sl-6 .row > div:nth-child(2) {
    flex: 2;
}
.t3-sl-6 .row > div:nth-child(2) h3 {
    max-width: 340px;
    margin: 50px 0 20px 0;
}
.t3-sl-6 .row > div:nth-child(2) p {
    max-width: 340px;
    margin-bottom: 30px;
}
.t3-sl-6 .row > div:nth-child(2) a {
    margin: 25px 0;
}
.t3-sl-6 .row > div:nth-child(2) p:last-child {
    position: relative;
    max-width: 92%;
    z-index: 1;
}
.t3-sl-6 .row > div:nth-child(2) p:last-child:before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: #1f3b49;
    z-index: -1;
}
.t3-sl-7 {
    /* background: url('../images/villa-etang-blanc_trait_2.png') bottom center no-repeat; */
    background-size: 100% auto;
}
.t3-sl-7 .row:nth-child(1) {
    width: 64% !important;
}
.t3-sl-7 .row:nth-child(1) > div:nth-child(1) {
    text-align: right;
}
.t3-sl-7 .row:nth-child(2) {
    margin-top: -120px;
}
.t3-sl-7 .row:nth-child(2) > div:nth-child(1) {
    flex: 5;
    align-self: flex-start;
    margin-left: 12%;
}
.t3-sl-7 .row:nth-child(2) > div:nth-child(1) p {
    position: relative;
    max-width: 92%;
    z-index: 1;
}
.t3-sl-7 .row:nth-child(2) > div:nth-child(1) p:after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background: #1f3b49;
    z-index: -1;
}
.t3-sl-7 .row:nth-child(2) > div:nth-child(2) {
    flex: 4;
    align-self: flex-start;
    margin: 120px 4% 0 0;
}
.t3-sl-8 {
    padding: 90px 0 20px;
}
.t3-sl-8 .row {
    position: relative;
    justify-content: flex-end;
    width: 90% !important;
}
.t3-sl-8 .row .t3-module {
    margin-bottom: 0;
}
.t3-sl-8 .row > div:nth-child(1):before {
    content: '';
    position: absolute;
    top: 50%;
    left: -100px;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    background: #1f3b49;
    z-index: -1;
}
.t3-sl-8 .row > div:nth-child(1) {
    position: relative;
    width: calc(100% - 170px) !important;
    margin: 0 50px 0 120px;
    z-index: 1;
}
.t3-sl-8 .row > div:nth-child(2) {
    position: absolute;
    width: calc(100% - 350px) !important;
    margin: 0 0 0 auto !important;
    z-index: 2;
}
.t3-sl-9 {
    padding: 90px 0;
}
.t3-sl-9 .row {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.t3-sl-9 .row .t3-module {
    margin: 0;
    padding: 0;
}
.t3-sl-9 .row img {
    object-fit: cover;
    width: 100%;
    height: 320px;
}
.t3-sl-9 .row > div {
    min-height: 0
}
.t3-sl-9 .row > div:nth-child(1) {
    flex: 3;
    padding: 0;
}
.t3-sl-9 .row > div:nth-child(2) {
    flex: 3;
    margin: 0;
    padding: 30px 30px 0 30px;
}
.t3-sl-9 .row > div:nth-child(3) {
    flex: 5;
    padding: 0;
}


/* TABLE */
.table .t3-module .vimeo-wrapper {
    width: 100% !important;
    margin: 0;
    padding: 0;
}
.table .t3-module .vimeo-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.table .t3-module .vimeo-wrapper iframe,
.table .t3-module .vimeo-wrapper object,
.table .t3-module .vimeo-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* CARTE */
.content-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 960px;
    margin: 0 auto 50px;
}
.content-item .content-item-left {
    flex: 4;
    padding: 0 20px 0 0;
}
.content-item .content-item-left img {
    object-fit: cover;
    width: 100%;
    height: auto;
    min-height: 100%;
}
.content-item .content-item-right {
    flex: 6;
    padding: 0 0 0 20px;
}
.content-item h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.carte .content-item strong,
.carte .content-item b {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* ROOMS */
.rooms .category-desc {
    margin: 30px auto 0;
    text-align: center;
}
.rooms .category-desc h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.rooms .category-desc h1 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.items-leading {
    width: 90%;
    width: calc(100% - 220px);
    max-width: 1024px;
    margin: 60px auto 0;
    z-index: 1 !important;
}
.items-leading .leading {
    padding: 0 0 60px 0;
}
.items-leading .item-row {
    position: relative;
    display: flex;
    z-index: 1;
}
.items-leading .item-row img {
    width: 100%;
    height: auto;
}
.items-leading .item-row-1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -80px;
    width: 80px;
    height: 180px;
    margin-top: -90px;
    background: #1f3b49;
    z-index: -1;
}
.items-leading .item-row-1 {
    padding: 30px;
    background: #cdcccb;
    z-index: 1;
}
.items-leading .item-row-1 .item-col-1 {
    flex: 3;
}
.items-leading .item-row-1 .item-col-1 .inner {
    margin: 0 40px 0 0;
}
.items-leading .item-row-1 .item-col-1 .item-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.items-leading .item-row-1 .item-col-1 .item-header h4 {
    margin: -22px 0 0 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    line-height: 72px;
    color: #1f3b49;
}
.items-leading .item-row-1 .item-col-1 .item-header .item-title-sep {
    margin: 0 7px;
    padding: 0;
    font-size: 70px;
    font-weight: 100 !important;
    line-height: 70px;
    color: #1f3b49;
}
.items-leading .item-row-1 .item-col-1 .item-header h2 {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    line-height: 21px;
    color: #1f3b49;
}
.items-leading .item-row-1 .item-col-1 h3 {
    font-size: 13px;
    font-weight: 700;
}
.items-leading .item-row-1 .item-col-2 {
    flex: 4;
}
.items-leading .item-row-1 .item-col-2 {
    display: block;
    margin: 0 -125px 0 0;
}
.items-leading .item-row-2 {
    flex: 4;
    margin: -50px 0 0 0;
    padding: 0 20px;
    z-index: 2;
}
.items-leading .item-row-2 .item-col-1 {
    display: flex;
    flex-wrap: nowrap;
    flex: 4;
    padding: 0 20px;
    overflow: hidden;
}
.items-leading .item-row-2 .item-col-1 .item-secondary-image {
    margin: 0 20px;
}
.items-leading .item-row-2 .item-col-2 {
    display: flex;
    flex: 3;
    flex-direction: column;
}
.items-leading .item-row-2 .item-col-2 .item-info {
    width: 120px;
    height: 120px;
    margin: 0 -60px 20px auto;
    padding: 12px;
    background: #1f3b49;
    color: #fff;
}
.items-leading .item-row-2 .item-col-2 .item-links {
    padding: 20px 0 0 0;
}
.book-now-link,
.more-pics-link {
    display: inline-block !important;
    margin: 5px 0;
    padding: 5px 0 4px 36px !important;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 24px;
    background: url('../images/villa-etang-blanc_chambres_reservation.png') center left no-repeat;
    background-size: 24px auto;
    color: #1f3b49 !important;
}
.more-pics-link {
    display: inline-block !important;
    background: url('../images/villa-etang-blanc_chambres_galerie.png') center left no-repeat;
    background-size: 24px auto;
}
/* PAIR ROOM */
.items-leading .leading:nth-child(even) .item-row {
    flex-direction: row-reverse;
}
.items-leading .leading:nth-child(even) .item-row-1:before {
    left: auto;
    right: -80px;
}
.items-leading .leading:nth-child(even) .item-row-1 .item-col-1 .inner {
    margin: 0 0 0 40px;
}
.items-leading .leading:nth-child(even) .item-row-1 .item-col-2 {
    display: block;
    margin: 0 0 0 -125px;
}
.items-leading .leading:nth-child(even) .item-row-2 .item-col-2 .item-info {
    margin: 0 auto 20px -60px;
}
.items-leading .leading:nth-child(even) .item-row-2 .item-col-2 .item-links {
    text-align: right;
}


/* TARIFS */
.tarifs .content-item strong,
.tarifs .content-item b {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* GALERIE */
.galerie .t3-sl-2 {
    /* background: url('../images/villa-etang-blanc_trait_2.png') center center no-repeat; */
    background-size: 100% auto;
}
.galerie .t3-sl-2 .row > div {
    max-width: 1024px;
}
.galerie .t3-sl-2 .row > div h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gallery-text {
    margin-bottom: 30px;
}


/* CONTACT */
.contact .t3-sl-1 {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 0;
}
.contact .t3-sl-1 .row {
    margin-top: 0;
    padding-top: 0;
}
.contact .t3-sl-1 .row > div:nth-child(1) {
    flex: 4;
    align-self: flex-start;
    padding-right: 25px;
}
.contact .t3-sl-1 .row > div:nth-child(1) img {
    display: block;
    width: 100%;
    margin: 0;
}
.contact .t3-sl-1 .row > div:nth-child(2) {
    flex: 7;
    align-self: flex-start;
    padding-left: 25px;
}
.contact .t3-sl-1 .row > div:nth-child(2) .centered-text-block {
    text-align: center;
    margin: 10px auto !important;
}
.contact .t3-sl-1 .row > div:nth-child(2) p:nth-child(1) img {
    width: 90%;
    max-width: 320px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.contact .t3-sl-1 .row > div:nth-child(2) p:nth-child(2) {
    width: 90%;
    max-width: 420px;
    margin: 10px auto !important;
}
.contact .t3-sl-1 .row > div:nth-child(2) .contact-icons .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.contact .t3-sl-1 .row > div:nth-child(2) .contact-icons .row .icon {
    flex: 0 0 50px;
    align-self: center !important;
    padding-right: 10px;
}
.contact .t3-sl-1 .row > div:nth-child(2) .contact-icons .row .icon img {
    width: 48px;
    height: auto;
    margin: 0 15px !important;
}
.contact .t3-sl-1 .row > div:nth-child(2) .contact-icons .row .desc {
    align-self: center !important;
    padding-left: 10px;
}
.contact .t3-sl-1 .row > div:nth-child(2) .contact-icons .row .desc p {
    margin: 0;
}


/* MENTIONS */
.mentions .content-item .content-item-left {
    display: none;
}


/* FOOTER */
.t3-footer {
    border: 0;
    background: #1f3b49;
    color: #fff;
}
.breadcrumb {
    text-align: center;
    border: 0;
    background: #1f3b49;
    color: #fff;
}
.breadcrumb li.active {
    text-align: center;
    border: 0;
    background: #1f3b49;
    color: #fff;
}
.t3-footnav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.t3-footnav .t3-module {
    background: transparent;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}
.t3-footnav .t3-module h3 {
    margin: 0 0 6px 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.t3-footnav .t3-module a {
    color: #fff;
}
.t3-footnav > div:nth-child(1) .t3-module {
    text-align: right;
}
.t3-footnav > div:nth-child(2) .t3-module {
    text-align: center;
}
.t3-footnav > div:nth-child(2) .t3-module img.michelin {
    width: 35px;
    height: auto;
}
.t3-footnav > div:nth-child(2) .t3-module img.footer-logo {
    width: 250px;
    height: auto;
}
.t3-copyright {
    text-align: center;
    padding: 30px 0 20px;
    font-size: 11px;
    border: 0;
}
.t3-copyright a {
    color: #fff;
}


/* RGPD ET COOKIES */
.cc-revoke, .cc-window {
    position: fixed !important;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-flow: row wrap;
    flex-direction: row;
    z-index: 999999999999999999 !important;
}
.cc-revoke, .cc-window {
    font-weight: 300 !important;
}
.cc-btn {
    padding-top: 0.5em !important;
    padding-bottom: 0.2em !important;
    border-width: 1px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
.cc-btn:hover {
    text-decoration: none !important;
}
.cc-deny:hover {
    color: #fff !important;
}
.cc-allow:hover {
    color: #222326 !important;
}
.cc-revoke.cc-bottom.cc-left {
    display: none !important;
}
.cc-window .cc-link.cc-cookie,
.cc-window .cc-link.cc-privacy {
    display: none !important;
}


/* AUTO POPUP */
#dailyfullscreen {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243,242,241,0.9) !important;
}
#dailyposition {
    position: relative !important;
    height: auto !important;
    background: #1f3b49 !important;
    padding: 20px !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 300 !important;
    text-align: center !important;
    color: #fff !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#dailyfullscreen.btnh {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
#dailyfullscreen.btnh #dailyposition {
    margin: auto !important;
}
#dailyposition h2 {
    margin: 12px 0 2px 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
#dailyposition h3 {
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    font-family: 'Playfair Display', serif;
    font-size: 22px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
}
#dailyposition p {
    margin: 0 !important;
    padding: 0 !important;
}
#dailyposition strong {
    font-size: 17px !important;
    font-weight: 700 !important;
}
#dailyposition small {
    font-size: 12px !important;
    font-weight: 300 !important;
}
#dailyposition a {
    color: #fff !important;
}
#dailyposition img {
    width: 180px;
    height: auto !important;
    margin-bottom: 5px !important;
}
.dailybutton {
    position: absolute !important;
    top: -36px !important;
    right: 5px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    z-index: 10000 !important;
}
.dailybutton:hover {
    background-color: #1f3b49;
}
.copyrightyannt {
    display: none !important;
    text-indent: -99999999px !important;
    font-size: 0 !important;
    color: transparent !important;
}

/* POP UP A EMPORTER */
#dailyposition {
    background: url('../images/villa-etang-blanc_popup-emporter_bg.jpg') center center !important;
    background-size: cover !important;
    padding: 34px !important;
    color: #231f20 !important;
}
#dailyposition .custom {
    background: rgba(255,255,255,0.8);
    padding: 20px !important;
}
#dailyposition h2 {
    margin: 10px 0 15px !important;
    padding: 0 !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
}
#dailyposition p {
    margin: 12px 0 !important;
    padding: 0 !important;
}
#dailyposition a {
    display: block;
    margin: 15px 0 !important;
    padding: 8px 12px 6px !important;
    text-transform: uppercase !important;
    border: 1px solid #231f20 !important;
    background: transparent !important;
    color: #231f20 !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#dailyposition a:hover {
    text-decoration: none !important;
    border: 1px solid #231f20 !important;
    background: #231f20 !important;
    color: #fff !important;
}

@media (max-width:480px) {
    #dailyfullscreen.btnh #dailyposition {
        margin: auto !important;
    }
    #dailyposition {
        background: #1f3b49 !important;
        background-image: none !important;
        padding: 15px !important;
        box-shadow: none !important;
        font-size: 13px !important;
        line-height: 21px !important;
    }
}


@media (max-width: 1024px) {
    .contact .t3-sl-1 .row > div:nth-child(2) {
        flex: 6;
    }
}


@media (max-width: 999px) {
    .t3-wrapper {
        padding-top: 62px;
    }
    #t3-mainnav {
        height: 52px;
    }
    .t3-navbar.navbar-collapse.collapse {
        display: none !important;
    }
    #header-left {
        display: block;
    }
    /* DISABLE GIFT CARDS */
    #header-right {
        display: block;
    }
    #top {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
    #topBlock {
        width: 100%;
        max-width: 100%;
    }
    #topBottomLeftBlock {
        display: none;
    }
    #topTitle {
        position: absolute;
        bottom: 75px;
        right: 50px;
        width: 36%;
        max-width: 320px;
        height: auto;
        text-align: center;
    }
    #topTitle h2 {
        margin: 0;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    #topTitle h1 {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: 400 !important;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    #topTitle {
        bottom: 40px;
        right: 20px;
    }
    #topTitle h1 {
        font-size: 18px;
    }
    .t3-sl h3 {
        font-size: 17px;
        line-height: 20px;
    }
    .t3-sl a {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .t3-sl-1 .row > div:nth-child(1) {
        flex: 1;
        padding-right: 15px;
    }
    .t3-sl-1 .row > div:nth-child(1) h1 {
        font-size: 19px;
        line-height: 21px;
    }
    .t3-sl-1 .row > div:nth-child(2) {
        flex: 1;
        padding-right: 15px;
    }
    .t3-sl-1 .row > div:nth-child(2) p:nth-child(1) img {
        width: 39%;
    }
    .t3-sl-1 .row > div:nth-child(2) p:nth-child(2) {
        width: 78%;
    }
    .t3-sl-1 .row > div:nth-child(2) p:nth-child(3) img {
        width: 78%;
    }
    .t3-sl-4 .row {
        width: calc(100% - 10%);
        margin-left: 5%;
        margin-right: 5%;
    }
    .t3-sl-4 .row > div:nth-child(1) {
        margin-right: -220px;
    }
    .t3-sl-6 .row {
        width: 90% !important;
    }
    .t3-sl-6 .row > div:nth-child(2) h3 {
        max-width: 360px;
        margin: 30px 0 10px;
    }
    .table .t3-sl-6 .row > div:nth-child(2) p,
    .champagne .t3-sl-6 .row > div:nth-child(2) p,
    .landes .t3-sl-6 .row > div:nth-child(2) p {
        margin-bottom: 64px;
    }
    .t3-sl-7 {
        /* background: url('../images/villa-etang-blanc_trait_2.png') center center no-repeat; */
        background-size: 100% auto;
    }
    .table .t3-sl-7 {
        /* background: url('../images/villa-etang-blanc_trait_2.png') bottom center no-repeat; */
        background-size: 100% auto;
    }
    .t3-sl-7 .row:nth-child(2) {
        margin-top: -90px;
    }
    .t3-sl-7 .row:nth-child(1) {
        width: 90% !important;
    }
    .t3-sl-7 .row:nth-child(2) {
        margin-top: -120px;
    }
    .t3-sl-7 .row:nth-child(2) > div:nth-child(1) {
        flex: 6;
        align-self: flex-start;
        margin-left: 12%;
    }
    .t3-sl-7 .row:nth-child(2) > div:nth-child(1) p {
        position: relative;
        max-width: 100%;
        z-index: 1;
    }
    .t3-sl-7 .row:nth-child(2) > div:nth-child(2) {
        flex: 4;
        align-self: flex-start;
        margin: 120px 4% 0 4%;
    }
    .t3-sl-8 .row > div:nth-child(1):before {
        content: '';
        position: absolute;
        top: 50%;
        left: -50px;
        width: 200px;
        height: 200px;
        margin-top: -100px;
        background: #1f3b49;
        z-index: -1;
    }
    .t3-sl-8 .row > div:nth-child(1) {
        position: relative;
        width: calc(100% - 120px) !important;
        margin: 0 50px 0 70px;
        z-index: 1;
    }
    .t3-sl-8 .row > div:nth-child(2) {
        width: calc(100% - 200px) !important;
    }
    .t3-sl-9 .row img {
        height: 380px;
    }
    .t3-sl-9 .row > div:nth-child(2) {
        padding: 20px 20px 0 20px;
    }
    .content-item .content-item-left {
        display: none;
    }
    .content-item .content-item-right {
        padding: 0;
        text-align: center;
    }
    .content-item h1 {
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .items-leading {
        width: 96%;
        width: calc(100% - 60px);
        margin: 60px auto 0;
    }
    .items-leading .item-row-1:before {
        left: -55px;
        width: 55px;
    }
    .items-leading .item-row-1 {
        padding: 15px;
    }
    .items-leading .item-row-1 .item-col-1 .inner {
        margin: 0 10px 0 0;
    }
    .items-leading .item-row-1 .item-col-1 h3 {
        margin-top: 10px;
    }
    .items-leading .item-row-1 .item-col-2 {
        display: block;
        margin: 0 -70px 0 0;
    }
    .items-leading .item-row-2 {
        margin: -30px 0 0 0;
    }
    .items-leading .item-row-2 .item-col-1 {
        flex: 5;
        padding: 0 15px 0 0;
    }
    .items-leading .item-row-2 .item-col-1 .item-secondary-image {
        margin: 0 10px;
    }
    .items-leading .item-row-2 .item-col-2 .item-info {
        margin: 0 -40px 20px auto;
    }
    .items-leading .item-row-2 .item-col-2 .item-links {
        padding: 20px 0 0 0;
    }
    .book-now-link,
    .more-pics-link {
        margin: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .items-leading .leading:nth-child(even) .item-row-1:before {
        right: -55px;
    }
    .items-leading .leading:nth-child(even) .item-row-1 .item-col-1 .inner {
        margin: 0 0 0 15px;
    }
    .items-leading .leading:nth-child(even) .item-row-1 .item-col-2 {
        margin: 0 0 0 -70px;
    }
    .items-leading .leading:nth-child(even) .item-row-2 .item-col-2 .item-info {
        margin: 0 auto 20px -40px;
    }
    .contact .t3-sl-1 .row {
        width: calc(100% - 16px);
        margin-top: 0;
    }
    .contact .t3-sl-1 .row > div:nth-child(1) {
        flex: 1;
        padding-right: 5px;
    }
    .contact .t3-sl-1 .row > div:nth-child(2) {
        flex: 1;
        padding-left: 5px;
    }
    .contact .t3-sl-1 .row > div:nth-child(2) .centered-text-block {
        text-align: center;
        margin: 0 auto !important;
    }
    .contact .t3-sl-1 .row > div:nth-child(2) p:nth-child(1) img {
        margin-bottom: 15px;
    }
    .contact .t3-sl-1 .row > div:nth-child(2) .contact-icons .row .icon {
        flex: 0 0 50px;
        align-self: center !important;
        padding-right: 10px;
    }
    .contact .t3-sl-1 .row > div:nth-child(2) .contact-icons .row .icon img {
        width: 44px;
    }
    .t3-footnav .t3-module h3 {
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .t3-footnav > div:nth-child(2) .t3-module img.michelin {
        width: 28px;
        height: auto;
    }
    .t3-footnav > div:nth-child(2) .t3-module img.footer-logo {
        width: 180px;
        height: auto;
    }
}


@media (max-width: 767px) {
    .t3-sl-4 .row > div:nth-child(1) .bg-text-block {
        padding: 20px 20px 160px 20px;
    }
    .t3-sl-7 .row:nth-child(2) {
        margin-top: -90px;
    }
}


@media (max-width: 699px) {
    .t3-sl-4 .row > div:nth-child(1) .bg-text-block {
        padding: 20px 20px 200px 20px;
    }
    .t3-sl-4 .row > div:nth-child(2) {
        margin: 280px auto 0 -100px;
    }
    .t3-sl-7 .row:nth-child(2) {
        margin-top: -60px;
    }
    .t3-sl-9 .row > div:nth-child(2) {
        padding: 0 20px;
    }
}


@media (max-width: 659px) {
    #trigger-menu-overlay {
        padding: 10px 5px 5px 5px;
    }
    #trigger-menu-overlay:before {
        width: 32px !important;
        height: 32px !important;
    }
    #header-right a {
        display: block;
        margin: 10px 10px 0 0;
        padding: 7px 12px 6px;
    }
    #top {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    #top .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 260px;
        height: 54px;
        margin-top: -27px;
        margin-left: -130px;
    }
    #top .logo a {
        width: 260px;
        height: 54px;
        background: url('../images/villa-etang-blanc_logo_wht.png') center center no-repeat;
        background-size: 100% auto;
    }
    .home #top .logo {
        margin-top: -40px;
    }
    .home #top .logo a {
        width: 260px;
        height: 54px;
        background: url('../images/villa-etang-blanc_logo_blk.png') center center no-repeat;
        background-size: 100% auto;
    }
    #topTitle {
        position: relative;
        bottom: 0;
        right: 0;
        width: 90%;
        max-width: 320px;
        margin: 25px auto 10px;
        height: auto;
        text-align: center;
    }
    #topTitle h2 {
        margin: 0;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    #topTitle h1 {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: 400 !important;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    .t3-sl a {
        margin: 20px 0 0 0;
    }
    .t3-sl {
        padding: 10px 0;
    }
    .t3-sl-1 {
        padding: 20px 0 10px;
    }
    .t3-sl-1 .row {
        margin: 0 auto;
    }
    .t3-module {
        margin-bottom: 20px;
    }
    .home .t3-sl-1 .row {
        margin: 20px auto 0;
    }
    .t3-sl-1 .row > div:nth-child(1) {
        padding: 0 10px 0 15px;
    }
    .home .t3-sl-1 .row > div:nth-child(1) .titles-block {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px auto;
        text-align: right;
    }
    .t3-sl-1 .row > div:nth-child(1) h4:after {
        margin: 15px 0 12px auto;
    }
    .t3-sl-1 .row > div:nth-child(1) img {
        width: 100%;
        margin: 15px 0;
    }
    .t3-sl-1 .row > div:nth-child(2) {
        padding: 0 15px 0 10px;
    }
    .t3-sl-1 .row > div:nth-child(2) p:nth-child(1) img {
        width: 50%;
    }
    .t3-sl-1 .row > div:nth-child(2) p:nth-child(2) {
        width: 100%;
    }
    .landes .t3-sl-1 .row > div:nth-child(2) p:nth-child(2),
    .champagne .t3-sl-1 .row > div:nth-child(2) p:nth-child(2) {
        width: 100%;
    }
    .t3-sl-1 .row > div:nth-child(2) p:nth-child(3) img {
        width: 100%;
    }
    .t3-sl-4 .row {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .t3-sl-4 .row > div:nth-child(1) {
        width: 100%;
        margin: 0;
    }
    .t3-sl-4 .row > div:nth-child(1) .t3-module {
        margin-bottom: 0;
    }
    .t3-sl-4 .row > div:nth-child(1) .bg-text-block {
        padding: 20px;
    }
    .t3-sl-4 .row > div:nth-child(2) {
        width: 100%;
        margin: 0;
    }
    .t3-sl-5 .row {
        width: 100% !important;
        max-width: 100% !important;
    }
    .t3-sl-5 .row > div {
        padding: 0 2px;
    }
    .t3-sl-5 .row > div:first-child {
        padding: 0 2px 0 15px;
    }
    .t3-sl-5 .row > div:nth-child(4) {
        padding: 0 15px 0 2px;
    }
    .home .t3-sl-5 .row > div:nth-child(3),
    .landes .t3-sl-5 .row > div:nth-child(3) {
        padding: 0 15px 0 2px;
    }
    .t3-sl-6 .row {
        flex-direction: column;
        width: 100% !important;
    }
    .t3-sl-6 .row > div:nth-child(1) {
        width: 100%;
        margin: 0;
    }
    .t3-sl-6 .row > div:nth-child(1) .t3-module {
        margin-bottom: 0;
    }
    .t3-sl-6 .row > div:nth-child(2) {
        width: 100%;
        margin: 0;
    }
    .t3-sl-7 .row {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
    }
    .t3-sl-7 .row:nth-child(1) {
        width: 100% !important;
    }
    .t3-sl-7 .row:nth-child(1) > div:nth-child(1) {
        flex: 3;
    }
    .t3-sl-7 .row:nth-child(1) > div:nth-child(2) {
        flex: 5;
        padding: 0;
        margin-right: -30%;
    }
    .t3-sl-7 .row:nth-child(2) {
        flex-direction: column;
        margin-top: 20px;
    }
    .t3-sl-7 .row:nth-child(2) > div:nth-child(1) {
        width: 100%;
        margin: 0;
    }
    .t3-sl-7 .row:nth-child(2) > div:nth-child(1) p {
        max-width: 100%;
    }
    .t3-sl-7 .row:nth-child(2) > div:nth-child(2) {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .t3-sl-8 .row {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
    }
    .t3-sl-8 .row > div:nth-child(1):before {
        display: none;
    }
    .t3-sl-8 .row > div:nth-child(1) {
        position: relative;
        width: 100% !important;
        margin: 0 auto;
        padding: 0 !important;
        z-index: 1;
    }
    .t3-sl-8 .row > div:nth-child(2) {
        width: calc(100% - 16%) !important;
    }
    .t3-sl-9 .row {
        flex-direction: column;
    }
    .t3-sl-9 .row > div {
        width: 100% !important;
        padding: 15px !important;
    }
    .t3-sl-9 .row img {
        width: 100% !important;
        height: auto;
    }
    .t3-mainbody {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .t3-content {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .rooms .category-desc h1 {
        font-size: 21px;
    }
    .items-leading {
        width: 100%;
        margin: 40px auto 0;
        z-index: 1 !important;
    }
    .items-leading .leading {
        padding: 10px;
    }
    .items-leading .item-row-1:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -80px;
        width: 80px;
        height: 180px;
        margin-top: -90px;
        background: #1f3b49;
        z-index: -1;
    }
    .items-leading .item-row-1 {
        flex-direction: column-reverse;
    }
    .items-leading .item-row-1 .item-col-1 .inner {
        margin: 0;
        padding-bottom: 50px;
    }
    .items-leading .item-row-1 .item-col-2 {
        margin: 0 0 20px 0;
    }
    .items-leading .item-row-2 {
        flex-direction: column;
        flex: 4;
        margin: -50px 0 0 0;
        padding: 0 15px;
        z-index: 2;
    }
    .items-leading .item-row-2 .item-col-1 {
        flex-direction: column;
        padding: 0;
    }
    .items-leading .item-row-2 .item-col-1 .item-secondary-image {
        margin: 0 10px 0 0;
    }
    .items-leading .item-row-2 .item-col-1 .item-secondary-image:nth-child(2) {
        margin: 0 0 0 10px;
    }
    .items-leading .item-row-2 .item-col-2 .item-info {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
        padding: 12px;
        background: #1f3b49;
        color: #fff;
    }
    .items-leading .item-row-2 .item-col-2 .item-links {
        padding: 20px 0 0 0;
    }
    .items-leading .leading:nth-child(even) .item-row {
        flex-direction: row;
    }
    .items-leading .leading:nth-child(even) .item-row-1 {
        flex-direction: column-reverse;
    }
    .items-leading .leading:nth-child(even) .item-row-1:before {
        left: auto;
        right: -80px;
    }
    .items-leading .leading:nth-child(even) .item-row-2 {
        flex-direction: column;
        padding: 0 15px;
    }
    .items-leading .leading:nth-child(even) .item-row-2 .item-col-1 {
        flex-direction: column;
        padding: 0;
    }
    .items-leading .leading:nth-child(even) .item-row-1 .item-col-1 .inner {
    }
    .items-leading .leading:nth-child(even) .item-row-1 .item-col-2 {
        display: block;
        margin: 0 0 20px 0;
    }
    .items-leading .leading:nth-child(even) .item-row-2 .item-col-2 .item-info {
        margin: 20px 0 0 0;
    }
    .items-leading .leading:nth-child(even) .item-row-2 .item-col-2 .item-links {
        text-align: left;
    }
    .contact .t3-sl-1 {
        padding: 0 0 40px 0;
    }
    .contact .t3-sl-1 .row {
        flex-direction: column;
    }
    .contact .t3-sl-1 .row > div {
        width: 100%;
    }
    .contact .t3-sl-1 .row > div:nth-child(1) {
        padding: 0;
    }
    .contact .t3-sl-1 .row > div:nth-child(1) img {
        display: block;
        width: 100%;
        margin: 0;
    }
    .contact .t3-sl-1 .row > div:nth-child(2) {
        padding: 0;
    }
    .contact .t3-sl-1 .row > div:nth-child(2) .contact-icons .row {
        flex-direction:row;
    }
    .t3-footnav {
        flex-direction: column;
    }
    .t3-footnav > div {
        width: 100% !important;
    }
    .t3-footnav .t3-module {
        width: 100% !important;
        margin: 20px 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }
    .t3-footnav .t3-module h3 {
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .t3-footnav > div:nth-child(2) .t3-module img.michelin {
        width: 28px;
        height: auto;
    }
    .t3-footnav > div:nth-child(2) .t3-module img.footer-logo {
        width: 180px;
        height: auto;
    }
}