/* ---------------------------------------------- GENERAL ---------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
@font-face {
    font-family: 'l10Bold';
    src: url('fonts/l10-bold-webfont.eot');
    src: url('fonts/l10-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/l10-bold-webfont.woff2') format('woff2'), url('fonts/L10-Bold.woff') format('woff'), url('fonts/l10-bold-webfont.ttf') format('truetype'), url('fonts/l10-bold-webfont.svg#l10bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'l10Regular';
    src: url('fonts/L10-Regular.woff2') format('woff2'), url('fonts/L10-Regular.woff') format('woff'), url('fonts/L10-Regular.ttf') format('truetype'), url('fonts/L10-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

body, body.page {
    background: #EDEADB;
    font-family: 'l10Regular', 'l10Bold', 'Roboto', 'Helvetica', sans-serif;
    margin-bottom: 0;
    white-space: none;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, span.subtitle, span.subtitle-enluminures, .footer-simple-text-container.footer-menu-title {
    font-family: 'l10Bold';
}

a, a:hover {
    color: #5ab5a7;
}

a:hover {
    text-decoration: none;
}

.mail-wrapper a:hover, #footer .menu-item a:hover {
    text-decoration: underline;
}

#footer .menu-item a[aria-current=page] {
    color: #FFF;
    text-decoration: underline;
}

b, strong {
    font-family: 'l10Bold', 'l10Regular', 'Roboto', 'Helvetica', sans-serif;
}

p {
    font-size: 1rem;
}

p::-moz-selection, *::-moz-selection {
    background-color: #5ab5a7;
    color: white;
}

p::selection, *::selection {
    background-color: #5ab5a7;
    color: white;
}

h1 {
    color: #FFFFFF;
    font-size: 2.5rem;
}

h3 {
    color: #5ab5a7;
    font-size: 1.6rem;
}

h4 {
    color: #5ab5a7;
    font-size: 1rem;
}

h1::-moz-selection, h3::-moz-selection, h4::-moz-selection {
    background-color: #5ab5a7;
    color: white;
}

h1::selection, h3::selection, h4::selection {
    background-color: #5ab5a7;
    color: white;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}

body.single-jeu .container {
    max-width: 1040px;
}

.vc_row.wpb_row.vc_inner {
    padding: 25px 0;
}

.vc_row.wpb_row {
    padding: 25px 0;
}



.vc_row.wpb_row.top-paper, .single-content.top-paper {
    margin-top: -130px;
    padding-top: 140px;
    background-size: 100% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url("/wp-content/uploads/2021/05/paper-top.png");
}

#tickyeah-row, #tickyeah-home {
    overflow: visible;
    top: -15px;
    padding-bottom: 60px !important;
    text-align: center;
}

#tickyeah-row:before, #tickyeah-home:before {    
    content:"";
    width: 100%;
    position: absolute;
    bottom: 100%;
    height: 60px;
    background-size: 100% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url("/wp-content/themes/triptrap/images/paper-top-black.png");
}

#tickyeah-row > div, #tickyeah-home > div {
    max-width: 575px;
    float: none;
    display: inline-block;
    text-align: left;
}

#tickyeah-row .wpb_column:first-child > .vc_column-inner,
#tickyeah-home .wpb_column:first-child > .vc_column-inner {
    max-width: 800px;
    float: right;
}

#tickyeah-row .vc_images_carousel, 
#tickyeah-home .vc_images_carousel {
    margin: 0 auto;
}

#tickyeah-row .wpb_images_carousel,
#tickyeah-home .wpb_images_carousel {
    margin-bottom: 0;
}

.single-content.top-paper {
    padding-top: 60px;
}

.vc_row.wpb_row.bottom-paper {
    margin-bottom: -130px;
    padding-bottom: 160px;
    background-size: 100% auto;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url("/wp-content/uploads/2021/05/paper-bottom.png");
}

.vc_row.wpb_row.top-paper.bottom-paper {
    min-height: 1114px;
    margin: -130px 0;
    padding: 140px 0 160px;
    background-size: 100% auto;
    background-position: 50% 0, 50% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url("/wp-content/uploads/2021/05/paper-top.png"), url("/wp-content/uploads/2021/05/paper-bottom.png");
    background-color: transparent;
}

.vc_row.wpb_row.vc_row-fluid.top-paper.withscroller {
    margin-top: -220px;
}

.vc_row.wpb_row.vc_row-fluid.bottom-paper-overlaped {
    padding-top: 180px;
}

#main .vc_row.wpb_row.paper-overlap-row {
    padding: 0 0 60px 0;
}

h1.title-post {
    color: #FFFFFF;
    font-size: 45px;
}

.vc_row.wpb_row.vc_row-fluid.bottom-paper-overlaped {
    padding-top: 180px;
}

.owl-nav img {
    max-width: 100%;
}

.owl-prev {
    width: 60px;
    left: -20px;
}

.owl-next {
    width: 60px;
    right: -20px;
}

.no-margin-bot-element {
    margin-bottom: 0;
}

/* ---------------------------------------------- PAGE LOADER ---------------------------------------------- */

.hide-loader .page-loader {
    display: none;
}

.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #edeadb;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.page-loaded .page-loader {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

div#wrapper {
    opacity: 0;
}

body.page-loaded div#wrapper {
    opacity: 1;
}

#corpo-block-left {
    z-index: 2;
}

.no-scroll {
  overflow: hidden;
}

.page-loader-inner:after {
    content: "";
    position: absolute;
}

.page-loader-inner {
    width: 150px;
    animation: 1s ease-in-out loader-slidein;
    animation: 1s ease-in-out loader-slidein;
    animation: 1s ease-in-out loader-slidein;
    position: relative;
}

.page-loader-inner:after {
    content: "";
    display: block;
    background: #121d33;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    animation: 0.7s ease-in-out 1s forwards loader-filling;
    animation: 0.7s ease-in-out 1s forwards loader-filling;
    animation: 0.7s ease-in-out 1s forwards loader-filling;
    z-index: -1;
}

@-webkit-keyframes loader-slidein {
    from {
        margin-top: 100px;
        opacity: 0;
    }
    to {
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes loader-slidein {
    from {
        margin-top: 100px;
        opacity: 0;
    }
    to {
        margin-top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes loader-filling {
    from {
        height: 0%;
    }
    to {
        height: 100%;
    }
}

@keyframes loader-filling {
    from {
        height: 0%;
    }
    to {
        height: 100%;
    }
}

/* ---------------------------------------------- HEADER ---------------------------------------------- */

:root {
    font-size: 16px;
}

.header-menu-container.side-menu.menu-container ul.menu {
    justify-content: space-between;
    align-items: center;
}

a.navbar-brand {
    width: 100%;
    text-align: center;
}

a.navbar-brand img {
    height: 49px;
    max-height: none;
}

img.desktop-logo {
    display: initial;
}

img.responsive-logo {
    display: none;
}

.header-menu-column.logo-col {
    padding: 0;
}

nav#header {
    height: 69px;
    background: #5ab5a7!important;
}

.header-menu-column.logo-col {
    padding: 0;
}

nav#header {
    background: #5ab5a7!important;
    height: 69px;
}

.header-menu-container ul li a {
    font-family: 'l10Bold';
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 10px 15px;
}

.header-menu-container ul li {
    margin: 0;
}

.header-menu-container.menu-right ul li.blue {
/*    padding: 5px 15px;*/
    /*background-color: #121C33;
    color: #FFF;*/
}

.header-menu-container.menu-right ul li.blue a {
/*    color: inherit;*/
    background-color: #121C33;
    color: #FFF;
}

.header-menu-container.menu-right ul li.blue a:hover {
    color: #121C33;
    background-color: #FFF;
}

.header-black-filter::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .55);
}

/*custom style Suzette*/
#post-3699 .header-black-filter::before {
    background: rgba(0,0,0,.75);
}

#page-3699 .header-jeu-column-logo > img {
    max-width: 450px !important;
}


.header-black-filter .triptrap-header>div {
    position: relative;
    z-index: 2;
}

nav#header>.container {
    max-width: calc(100% - 60px);
    width: 1700px;
}

.vc_row.wpb_row.row-header {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

.header-wysiwyg-text-container.responsive-reserver-nav p {
    margin: 0;
}

.header-wysiwyg-text-container.responsive-reserver-nav {
    position: absolute;
    right: 10px;
    top: calc(50% - 18px);
}

.header-wysiwyg-text-container.responsive-reserver-nav a {
    padding: 4px 13px;
    background: #121c33;
    color: #FFFFFFFF;
    display: inline-block;
    border: 2px solid #121c33;
}

.header-wysiwyg-text-container.responsive-reserver-nav a:hover {
    background: none;
    color: #121c33;
}

.responsive-header-row {
    display: none;
}

.enluminures-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}

.enluminures-container .corners span {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
}

.enluminures-container .corners span:nth-child(1) {
    background-image: url("/wp-content/uploads/2021/04/enluminure-top-left.png");
    top: 69px;
    left: 0;
    z-index: 2;
}

.enluminures-container .corners span:nth-child(2) {
    background-image: url("/wp-content/uploads/2021/04/enluminure-top-right.png");
    top: 69px;
    right: 0;
    z-index: 2;
}

.enluminures-container .corners span:nth-child(3) {
    background-image: url("/wp-content/uploads/2021/04/enluminure-bottom-left.png");
    bottom: 0;
    left: 0;
    z-index: 2;
}

.enluminures-container .corners span:nth-child(4) {
    background-image: url("/wp-content/uploads/2021/04/enluminure-bottom-right.png");
    bottom: 0;
    right: 0;
    z-index: 2;
}

.enluminures-container .lines span {
    position: absolute;
}


.enluminures-container .lines span:nth-child(1) {
    position: absolute;
    top: 72px;
    right: 87px;
    left: 87px;
    background: #5ab5a7;
    height: 2px;
    z-index: 9;
}

.enluminures-container .lines span:nth-child(2) {
    top: calc(71px + 87px);
    bottom: 87px;
    right: 3px;
    width: 2px;
    background: #5ab5a7;
    z-index: 9;
}

.enluminures-container .lines span:nth-child(3) {
    bottom: 3px;
    left: 87px;
    right: 87px;
    height: 2px;
    background: #5ab5a7;
    z-index: 9;
}

.enluminures-container .lines span:nth-child(4) {
    top: calc(71px + 87px);
    bottom: 87px;
    left: 3px;
    width: 2px;
    background: #5ab5a7;
    z-index: 9;
}

div#tt-cart-counter a {
    background: none;
    padding: 0;
}

div#tt-cart-counter {
    width: 28px;
    position: relative;
    margin: 30px auto;
    color: #121d33;
}

div#tt-cart-counter:hover .tt-counter {
    background: #131d33;
    color: #FFFFFF;
}

span.tt-counter {
    font-family: 'l10Bold';
    text-transform: uppercase;
    font-size: 1rem;
    background: #ffffff;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: -17px;
    top: -12px;
}

/* ---------------------------------------------- LANGUAGE SWITCHER  ---------------------------------------------- */

ul#qtranslate-chooser {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul#qtranslate-chooser a {
    color: #121d33b3;
    text-transform: uppercase;
}

ul#qtranslate-chooser li.active a {
    font-weight: 700;
    color: #121d33;
}

.language-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 0;
}

ul#qtranslate-chooser li+li {
    border-top: 1px solid #121d33;
}

/* ---------------------------------------------- TRIP TRAP TOOLS  ---------------------------------------------- */

span.subtitle {
    color: #5AB5A7;
    font-weight: bold;
    font-size: 1.6rem;
}

span.subtitle-enluminures {
    color: #5AB5A7;
    font-weight: bold;
    font-size: 1.6rem;
}

.header-subtitle-italic span.subtitle em{
    font-style: italic;
}

span.subtitle-enluminures:before {
    content: "";
    display: inline-block;
    background-image: url("/wp-content/uploads/2021/04/subtitle-decoration-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 29px;
    vertical-align: bottom;
    margin-right: 10px;
}

span.subtitle-enluminures:after {
    content: "";
    display: inline-block;
    background-image: url("/wp-content/uploads/2021/04/subtitle-decoration-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 29px;
    vertical-align: bottom;
    margin-left: 10px;
}

.wpb_text_column.wpb_content_element.scroller p {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.wpb_text_column.wpb_content_element.scroller {
    margin-bottom: 45px;
}

.surtitle {
    color: #5AB5A7;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

p.rewards-container {
    display: flex;
    flex-wrap: wrap;
}

h2 {
    color: #5AB5A7;
    font-size: 1.7rem;
}

h2::-moz-selection {
    background-color: #5ab5a7;
    color: white;
}

h2::selection {
    background-color: #5ab5a7;
    color: white;
}

a.void-button {
    display: inline-block;
    cursor: pointer;
    padding: 8px 23px;
    border: 1px solid #5ab5a7;
    color: #000000;
    text-transform: uppercase;
}

a.void-button.vert {
    color: #5ab5a7;
}

a.void-button:hover {
    background: #5ab5a7;
    color: #ffffff;
    text-transform: uppercase;
}

a.plain-button {
    padding: 8px 23px;
    border: 1px solid #5ab5a7;
    color: #ffffff;
    background: #5ab5a7;
    text-transform: uppercase;
}

a.plain-button:hover {
    color: #5ab5a7;
    background: #ffffff;
}

a.void-button.button-large {
    padding-left: 45px;
    padding-right: 45px;
}

.btn-voucher {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 20px !important;
    margin-bottom:  20px !important;
}

.btn-voucher a {
    min-width: 260px;
    display: inline-block;
}

.vc_row.wpb_row.vc_row-fluid.wallpaper {
    background-image: url('/wp-content/uploads/2022/11/wallpaper.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
}

.vc_row.wpb_row.vc_row-fluid.has-paper-top {
    padding-top: 145px;
}

.vc_row.wpb_row.vc_row-fluid.has-game-top {
    padding-top: 180px;
}

.vc_row.wpb_row.vc_row-fluid.has-paper-bottom {
    padding-bottom: 120px;
}

.food-card>.wpb_wrapper>p {
    margin-bottom: 5px;
}

#sb_instagram #sbi_load .sbi_load_btn {
    background: transparent;
    color: #5ab5a7;
    border: 1px solid #5ab5a7;
    border-radius: 0;
    transition: none;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
    background: #5ab5a7;
    color: #FFF;
    box-shadow: none;
}

/* ---------------------------------------------- VERTICAL SEPARATOR - TEMPLATE ---------------------------------------------- */

.vertical-dynamic-separator {
    height: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-dynamic-separator.catalpa-bar {
    height: initial;
    position: static;
    padding: 0 0 55px;
}

.vertical-dynamic-separator .image-top, .vertical-dynamic-separator .image-bottom {
    width: 10px;
    text-align: center;
}

.vertical-dynamic-separator .separator-line {
    width: 2px;
    height: 50%;
    background: #7cb3a5;
}

.vertical-dynamic-separator .content-center {
    color: #7cb3a5;
    margin-top: 4px;
    font-size: 20px;
}

.contact-col-horaires .wpb_text_column {
    margin-bottom: 0;
}

.wrapper-location-contact a:hover {
    text-decoration: underline;
}

/* ---------------------------------------------- GAME - TEMPLATE PAGE ---------------------------------------------- */

/* Header */

.header-jeu-wrapper {
    display: flex;
    width: 1110px;
    max-width: calc(100% - 60px);
}

.header-jeu-wrapper :is(p, a) {
    margin-bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
}

.header-jeu-wrapper .infos-row-1> :is(p, a, div) {
    margin-right: 20px;
}

.header-jeu-wrapper .infos-row-1 :is(p, a, div) {
    color: #5ab5a7;
}

.header-jeu-column-logo {
    padding-left: 35px;
    display: flex;
    align-items: center;
}

.header-jeu-column-infos {
    width: 55%;
    padding-right: 20px;
}

.header-jeu-column-infos .description {
    margin-bottom: 25px;
}

.header-jeu-column-infos .infos-row {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    align-items: baseline;
    font-weight: 700;
}

.header-jeu-column-infos .infos-row-1 div p {
    color: #5AB5A7;
}

.header-jeu-column-infos .infos-row-1 div img {
    height: 100%;
    width: auto;
    margin-right: 5px;
}

.header-jeu-column-infos .infos-row .adult {
    max-width: 260px;
    font-size: 0.8em;
    font-weight: normal;
}

.header-jeu-column-infos .infos-row .running {
    font-size: 0.8em;
    font-weight: normal;
}

.header-jeu-column-infos .infos-row-2 {
    margin: 35px 0;
    justify-content: flex-start;
}

.header-jeu-column-infos .infos-row-2 div {
    margin: 5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-jeu-column-infos .infos-row-2 div img {
    margin-bottom: 10px;
}

.header-jeu-column-infos .infos-row-cta a {
    min-width: 140px;
    margin: 5px 10px;
    padding: 7px 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: solid 1px #5AB5A7;
    font-size: .7rem;
    line-height: 1;
}

.header-jeu-column-infos .infos-row-cta a:hover {
    background: #FFF;
    border-color: #FFF;
}

.header-jeu-column-infos .infos-row-cta a:hover p {
    color: #5ab5a7;
}

.header-jeu-column-infos .infos-row-cta a img {
    height: 20px;
}

.header-jeu-column-infos .infos-row-cta a:last-of-type {
    min-height: 48px;
    background: #FFF;
    color: #000;
    border-color: #FFF;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.header-jeu-column-infos .infos-row-cta a:last-of-type:hover {
    background: #5ab5a7;
    border-color: #5ab5a7;
    color: #FFF;
}

.award {
    display: flex;
    position: relative;
    color: white;
    font-family: "l10Bold", "l10Regular", "Roboto";
    font-weight: bold;
    text-align: center;
    width: 175px;
    height: 75px;
    line-height: 1.2em;
    padding: 10px 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media screen and (max-width:400px) {
    .award {
        width: 160px;
        font-size: 0.9em;
    }

    .header-jeu-column-logo > img {
        margin-left: 20px;
    }

    #page-3699 .header-jeu-column-logo > img {
        max-width: 450px !important;
        margin-left: -50px;
    }
}

@media screen and (max-width:380px) {
    .award {
        width: 155px;
        font-size: 0.8em;
    }
}

.award > div {
    margin: auto !important;
}

.award small {
    font-size: 72%;
    line-height: 1.2em;
    display: block;
}

.award:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 50px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../images/award.svg);
}

.award:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 75px;
    width: 50px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/award-2.svg);
}

.home .jeu-metas {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    font-size: 8px; 
}

.home .award {
    display: block;
    color: #121C33;
    width: 100px;
    height: 40px;
    padding: 5px 23px;
    line-height: 1.1em;
}

.home .award small {
    font-size: 85%;
}

.home .award:before,
.home .award:after {
    height: 40px;
    width: 25px;
}

.home .award:before {
    background-image: url(../images/award-inv.svg);
}

.home .award:after {
    background-image: url(../images/award-2-inv.svg);
}



/* Page */

.jeu .top-paper.bottom-paper::before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 250px;
    bottom: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.video_embeder {
    margin-bottom: 50px;
}

/* Trailer */

.iframe-vimeo>.wpb_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    clear: both;
}

.iframe-vimeo>.wpb_wrapper iframe, .iframe-vimeo>.wpb_wrapper object, .iframe-vimeo>.wpb_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video blocks */
.video-block {
    height: 600px;
}

/* FAQ */

.faq .vc_toggle {
    margin-bottom: 10px;
}

.faq .vc_toggle_content {
    margin: 15px 0;
}

.faq .vc_toggle_content p {
    margin-bottom: 0;
}

.faq .vc_toggle_title {
    margin: 0 20px;
    padding: 10px 50px 10px 0;
    background-color: #5AB5A7;
}

.faq .vc_toggle_title::before {
    content: '';
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    left: -20px;
    background-image: url(../images/faq-eluminure-left.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.faq .vc_toggle_title::after {
    content: '';
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: -20px;
    background-image: url(../images/faq-eluminure-right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
}

.faq .vc_toggle_title h4 {
    color: #FFF;
}

.faq .vc_toggle_icon {
    left: initial!important;
    right: 25px;
}

.faq .vc_toggle_icon::after, .faq .vc_toggle_icon::before {
    background: #FFF;
}

/* IMG - Histoire */

.game-img-1 img {
    max-width: calc(100% + 120px);
    margin-left: -120px;
}

.game-img-2 img {
    max-width: calc(100% + 200px);
    margin-right: -200px;
}

/* Background Icons */

#wrapper-background-icons {
    position: absolute!important;
    top: 95vh;
    z-index: 2;
    pointer-events: none;
}

.jeu-background-icons {
    width: 100%
}

/* ---------------------------------------------- CATALPA BAR - TEMPLATE ---------------------------------------------- */

.catalpa-categories-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalpa-category-wrapper {
    width: 35%;
    margin-bottom: 55px;
    display: flex;
    flex-direction: column;
}

.catalpa-category-header {
    margin-bottom: 35px;
    display: flex;
    align-items: flex-end;
}

.catalpa-category-header h3 {
    margin: 0 0 0 15px;
    color: #121C33;
    text-transform: uppercase;
}

:is(.catalpa-products-wrapper, .catalpa-product-row) {
    width: 100%;
}

.catalpa-product-row {
    display: flex;
    justify-content: space-between;
}

.catalpa-product-row .width70 {
    width: 70%;
}

.catalpa-product-row .width30 {
    width: 30%;
}

.catalpa-product-row .width50 {
    width: 50%;
}

.catalpa-product-row .vertical-wrapper {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.catalpa-product-row .vertical-wrapper.full {
    width: 100%;
}

.catalpa-product-row .vertical-wrapper.full p {
    text-align: start!important;
}

.catalpa-product-row .vertical-wrapper:last-of-type p {
    text-align: end
}

.catalpa-product-row .vertical-wrapper:first-of-type p.description {
    font-size: .9rem;
    font-style: italic;
}

.catalpa-product-row .vertical-wrapper .bloc-amount-price {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.catalpa-product-row .vertical-wrapper .bloc-amount-price p:first-of-type {
    margin: 0 5px;
}

.catalpa-product-row .vertical-wrapper p {
    margin-bottom: 0;
}

.catalpa-product-row .vertical-wrapper p.price {
    color: #5AB5A7;
    font-weight: 800;
}

/* ---------------------------------------------- FOOTER  ---------------------------------------------- */

footer#footer {
    padding: 60px 0;
    background: #121C33;
    color: #FFFFFF;
    line-height: 1.8;
}

#footer .row>div {
    margin-top: 15px;
}

#footer h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

#footer p {
    margin-top: 0;
}

#footer a {
    color: #FFF;
}

#footer h4 a, #footer .footer-menu-title a {
    color: #5ab5a7;
    font-family: 'l10Bold';
}

#footer a:hover {
    text-decoration: underline;
}

#footer a.footer-icon img {
    max-width: 21px;
}

.footer-image-container.left.logo-ega {
    margin-bottom: 20px;
}

a.footer-icon {
    padding: 0 10px;
}

a.footer-icon:first-child {
    padding-left: 0;
}

a.footer-icon:last-child {
    padding-right: 0;
}

a img.logo-ega {
    margin: 0;
    float: none;
}

.footer-menu-container ul {
    list-style: none;
    padding: 0;
}

.footer-menu-container ul li a {
    color: #FFFFFF;
}

.footer-simple-text-container.footer-menu-title {
    color: #5ab5a7;
}

.footer-dynamic-separator {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 10px 0 25px 0;
    line-height: 0;
}

.separator-line {
    height: 2px;
    background: #7cb3a5;
    width: calc(50% - 160px - 5px);
}

.content-center {
    margin: 0px 2px;
    color: #7cb3a5;
    font-size: 20px;
    padding-bottom: 1px;
}

#footer .container {
    max-width: 1060px;
}

#footer .container .row {
    justify-content: space-between;
}

.footer-menu-column:is(.footer-first-col, .footer-second-col, .footer-third-col, .footer-last-col) {
    width: 25%;
}

.footer-menu-column.legal-links {
    width: 100%;
}

.footer-menu-column.legal-links .footer-menu-column-inner {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.reward+.footer-menu-container {
    display: flex;
    justify-content: center;
}

.footer-menu-column.legal-links .footer-menu-container ul {
    text-align: right;
}

.footer-menu-column.legal-links .footer-menu-container ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-menu-column.legal-links .footer-menu-container ul li a, .footer-copyright {
    color: #919191;
    font-size: 0.9rem;
}

/* ---------------------------------------------- HOME  ---------------------------------------------- */

.wpb_text_column.wpb_content_element.scrolling-section.scrolling-to-a-la-une {
    margin: -70px 0 0;
    cursor: pointer;
}

.wpb_text_column.wpb_content_element.scrolling-section.scrolling-to-a-la-une:hover h4 span {
    color: #5ab5a7!important;
}

.simple-image-card.auto-height.game-square-card .simple-image-card-content img {
    max-height: 140px;
    width: auto;
}

.simple-image-card.auto-height.game-square-card .simple-image-card-content p {
    margin-bottom: 27px;
}

.simple-image-card.auto-height.game-square-card .simple-image-card-content {
    max-width: 80%;
    margin: 25px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vc_row.wpb_row.vc_row-fluid.bottom-paper.game-squares.vc_row-flex>div {
    max-width: 620px;
}

.vc_row.wpb_row.vc_row-fluid.bottom-paper.game-squares.vc_row-flex {
    justify-content: center;
}

.simple-image-card.auto-height.game-square-card, .simple-image-card.auto-height.game-square-card>.simple-image-card-image>img {
    width: 100%;
}

/* ---------------------------------------------- NOS JEUX  ---------------------------------------------- */

.posts-loop-ajaxed-container.nos-jeux-listing {
    max-width: 1080px;
    margin: auto;
    /* margin: -462px auto -450px auto; */
}

.posts-loop-ajaxed-container.nos-jeux-listing .posts-loop-ajaxed-filters {
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 9;
}

.posts-loop-ajaxed-container.nos-jeux-listing .posts-loop-ajaxed-filters:before {
    content: "";
    display: block;
    width: 115px;
    margin-right: 15px;
    height: 35px;
    background-image: url('/wp-content/uploads/2021/04/subtitle-decoration-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.posts-loop-ajaxed-container.nos-jeux-listing .posts-loop-ajaxed-filters:after {
    content: "";
    display: block;
    width: 115px;
    margin-left: 15px;
    height: 25px;
    background-image: url('/wp-content/uploads/2021/04/subtitle-decoration-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.posts-loop-ajaxed-container.nos-jeux-listing .post-loop-ajaxed-filters {
    display: flex;
    align-items: center;
    justify-content: center;
}

.triptrap-header-container.nos-jeux-header .triptrap-header {
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}

.triptrap-header-container.flex-column .triptrap-header {
    flex-direction: column;
}

.jeux-item {
    width: 100%;
    background: #000000;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    overflow: hidden;
    max-height: 600px;
}

.jeux-item.js-filtered-item.filtered-hidden {
    max-height: 0;
    opacity: 0.5;
    overflow: hidden;
}

.jeux-item-content {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

.jeux-item-content::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, .7);
}

.cover-image-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cover-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.jeux-item-left {
    width: 65%;
    padding: 40px;
}

img.jeux-item-logo {
    max-height: 90%;
}

.jeux-item-right {
    width: 35%;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:767px) {
    .jeux-item-right {
        width: 200px;
    }
}

.jeu-title {
    font-size: 24px;
    color: #5AB5A7;
    line-height: 1;
    font-weight: 800;
}

.jeu-title > div {
    display:inline;
}

.jeu-description {
    margin: 10px 0;
    color: #FFFFFF;
}

.jeu-location {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    color: #5ab5a7;
}

.jeu-location img {
    padding-right: 6px;
}

.jeu-metas {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}

.jeu-metas>div {
    margin: 5px 0;
    text-align: center;
}

.jeu-metas>div+div {
    margin-left: 10%;
}

.jeux-items-container {
    max-width: 1080px;
    margin: auto;
}

.meta-icon {
    height: 45px;
}

.meta-icon img {
    max-width: 43px;
}

.meta-data {
    color: #FFFFFF;
}

.jeux-item-ctas {
    margin-top: 20px;
}

.jeux-item-ctas a.button-en-savoir-plus {
    padding: 6px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    color: #FFFFFF;
    min-width: 140px;
    display: inline-block;
    text-align: center;
}

.jeux-item-ctas a.button-en-savoir-plus:hover {
    background: #FFFFFF;
    color: #000000;
}

.jeux-item-ctas a.button-reserver {
    padding: 6px 15px;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    color: #000000;
    background: #FFFFFF;
    min-width: 140px;
    display: inline-block;
    text-align: center;
}

.jeux-item-ctas a.button-reserver:hover {
    background: #5ab5a7;
    border-color: #5ab5a7;
    color: #ffffff;
}

.post-loop-ajaxed-filters-title {
    display: none;
}

.post-loop-ajaxed-filters-button {
    color: #FFFFFF;
    width: 110px;
    text-align: center;
    background: #5ab5a7;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.post-loop-ajaxed-filters-button:hover {
    background: #000000;
    color: #ffffff;
}

.type_filter {
    height: 40px;
    background: #FFFFFF;
    line-height: 40px;
    padding: 0 0px 0 20px;
    display: flex;
    align-items: center;
}

.type_filter:last-child {
    padding-right: 20px;
}

.type_filter+.type_filter:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 34px;
    background: #5ab5a7;
    vertical-align: middle;
    margin-right: 20px;
}

label.filter-label {
    margin: 0 15px 0 0;
}

.type_filter select {
    border: none;
    max-width: 120px;
}

.jeux-item.js-filtered-item.filtered-hidden {
    height: 0;
    overflow: hidden;
    margin: 0;
}

.loop-badges {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.loop-badges::-webkit-scrollbar {
    display: none;
}

.loop-badges a {
    min-width: 125px;
    max-width: 125px;
/*    margin: 10px 20px;*/
    margin: 10px 10px;
}

.loop-badge {
    padding-top: 25px;
    position: relative;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.1;
}

.loop-badge:hover {
    color: #5AB5A7;
}

.loop-badge-image {
    filter: grayscale(1);
}

.loop-badge:hover .loop-badge-image {
    filter: grayscale(0);
}

.loop-badge .loop-badge-new-game {
    width: 100%;
    color: #5AB5A7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.triptrap-header-container {
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: auto 100%;*/
    background-size: cover;
}

.triptrap-header-container.header-games {
    min-height: calc(70px + 200px + 450px);
}

.loop-badges-container {
    width: 100%;
}

.triptrap-header .vc_empty_space {
    width: 100%;
}

.vc_row.wpb_row.overflow-visible {
    overflow: visible;
}

.posts-loop-ajaxed-container.nos-jeux-listing {
    max-width: 1080px;
    margin: -250px auto -150px auto;
}

.img-height-auto {
    height: auto;
}

/* ---------------------------------------------- TABLE NEXT SESSIONS  ---------------------------------------------- */

#tt-next-sessions table thead th {
    height: auto;
    color: #000;
    text-align: center;
    background: none;
    text-transform: capitalize;
    font-family: 'l10Bold';
    font-size: 1.2rem;
}

#tt-next-sessions .slot {
    width: 70%;
    margin: 0 15% 0 15%;
    padding: 10px 0;
    background: #28CB80;
}

#tt-next-sessions .slot.booked {
    background: #C61D1B;
}

#tt-next-sessions tbody>tr>td {
    padding: 6px 0;
    color: #121C33;
}

div#tt-next-sessions {
    /*max-width: 700px;*/
    max-width: 800px;
    margin: auto;
}

#tt-next-sessions .col-name .name {
    font-size: 20px;
    font-weight: 700;
}

#tt-next-sessions .next-session-game-name {
    display: flex;
    line-height: 1.3;
    align-items: center;
}

#tt-next-sessions tbody>tr.last-hour {
    border-bottom: 1px solid black;
}

#tt-next-sessions .tt-btn.book {
    padding: 10px;
    background: #121C33;
    text-transform: uppercase;
    min-width: 140px;
    font-weight: 600;
    text-align: center;
}

#tt-next-sessions .tt-btn-hour {
    min-width: 120px;
    background: #28CB80;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
}

#tt-next-sessions a.tt-btn.book.booked {
    background: #C8181F;
    outline: 1px solid #C8181F;
    pointer-events: none;
}

#tt-next-sessions a.tt-btn.book:hover {
    background: #349586;
    outline-color: #349586;
}

#tt-next-sessions a.tt-btn.book .tt-btn-nb-players {
    font-size: 12px;
}

#tt-next-sessions .all-sessions {
    margin-top: 45px;
}

#tt-next-sessions .all-sessions a {
    color: #121C33;
}

#tt-next-sessions .all-sessions a:hover {
    text-decoration: underline;
}

/* ---------------------------------------------- BLOG  ---------------------------------------------- */

.blog-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.blog-post {
    width: 33.3334%;
    padding: 0 30px;
    margin-bottom: 60px;
}

.blog-post-image {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.blog-post-content h3 {
    margin-bottom: 0px;
}

.blog-post-content h3 a {
    color: #5AB5A7;
    font-size: 1.3rem;
}

.blog-post-metas {
    display: flex;
    color: #5ab5a7;
    margin-bottom: 5px;
}

.blog-post-metas>div+div {
    margin-left: 15px;
}

.blog-post-excerpt {
    min-height: 190px;
}

.blog-post-know-more a {
    padding: 8px 23px;
    border: 1px solid #5ab5a7;
    color: #000000;
    text-transform: uppercase;
}

.blog-post-know-more a:hover {
    background: #5ab5a7;
}

.pagination-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

span.page-numbers, a.page-numbers {
    padding: 8px 13px;
    margin: 0 2px;
    line-height: 1;
    color: #000000;
    border: 1px solid #5ab5a7;
}

span.page-numbers.current {
    background: #5ab5a7;
    color: #FFFFFF;
}

.single-content {
    width: 100%;
}

div#they-came {
    max-width: 800px;
    margin: auto;
}

#form-quote {
    /*display: none;*/
}

.dhvc-form-inner {
    color: transparent;
}

.dhvc-form-inner > div {
    color: black;
}

.dhvc-form-inner .vc_row.wpb_row {
    padding: 10px 0;
}

#cookie-law-info-again {
    display: none !important;
}

.page-id-3392 #cookie-law-info-again {
    display: block !important;
    
}

/*NOUVELLE PAGE CATALPA MAI 2024*/

/*background*/
body.page-id-909 {
    background-color: #ffffff;   
}


/*font*/

@font-face {
    font-family: 'Blackford';
    src: url('fonts/BlackfordRegular.eot');
    src: url('fonts/BlackfordRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlackfordRegular.woff2') format('woff2'),
        url('fonts/BlackfordRegular.woff') format('woff'),
        url('fonts/BlackfordRegular.svg#BlackfordRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper h2,
.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper h3,
/*.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper p, */
.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper span.subtitle, 
.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper span.subtitle-enluminures {    
/*    font-family: "League Spartan", sans-serif;*/
/*    font-optical-sizing: auto;*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*    font-stretch: condensed;*/
    color: #103854;
/*    text-transform: uppercase;*/
}

.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper .page-subtitle h2 {
    font-size: 5em;
}

.page-id-909 h2,
.page-id-909 h3 {
    font-family: 'Blackford', 'l10Bold';
    text-transform: none;
    font-size: 3.5em;
    line-height: 1em;

}


.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper h4 {
    font-family: 'Blackford', 'l10Bold';
    color: #4cadc9;
    font-size: 2.8em;
}

.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper p {
    /*font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;*/
    font-weight: 900;
    /*font-style: normal;
    font-stretch: condensed;*/
    color: #103854;
    text-transform: uppercase;
    font-size: 1.5em;
}

.page-id-909 h2:after {
    content: '';
    display: block;
    width: 200px;
    height: 20px;
    margin: 20px auto;
    background-image: url(/wp-content/themes/triptrap/images/catalpa/headline.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page-id-909 .void-button {
    border-color: #103854;
    display: inline-block;
}

.page-id-909 .void-button.dark {
    border-color: #5ab5a7;
    color: #5ab5a7;
}

.page-id-909 .void-button:hover {
    background-color: #103854;
}

.page-id-909 .void-button.dark:hover {
    background-color: #5ab5a7;
    color: #103854;
}

.catalpa-event-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.catalpa-event-wrapper h3 {
    font-size: 3.5em;
    line-height: 1em;
}

.catalpa-event-wrapper h4 {
    font-size: 2em;
    line-height: 1em;
}

.page-id-909 .sbi-header {
    text-align: center;
    font-family: Blackford;
    font-size: 3.5em;
    line-height: 1em;
}

/*nav bar*/
.page-id-909 nav#header {
    background-color: #ba945d !important;
}

/*paper*/
.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper,
.page-id-909 .single-content.top-paper,
.page-id-909 .vc_row.wpb_row.top-paper {
    background-image: none;
    background-color: white;
}

.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper,
.page-id-909 .vc_row.wpb_row.vc_row-fluid.has-paper-bottom {
    padding-bottom: 40px;
}

.page-id-909 .vc_row.wpb_row.top-paper.bottom-paper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    min-height: 0;
}

.page-id-909 .vc_row.wpb_row.vc_row-fluid.has-paper-top {
    padding-top: 40px;
}

.page-id-909 .logo-catalpa img {
    width: 200px;
    height: 200px;
}

/*enluminures corners*/
.page-id-909 .enluminures-container .corners span:nth-child(1) {
    background-image: url(/wp-content/themes/triptrap/images/catalpa/enluminure-top-left.png);
}

.page-id-909 .enluminures-container .corners span:nth-child(2) {
    background-image: url(/wp-content/themes/triptrap/images/catalpa/enluminure-top-right.png);
}

.page-id-909 .enluminures-container .corners span:nth-child(3) {
    background-image: url(/wp-content/themes/triptrap/images/catalpa/enluminure-bottom-left.png);
}

.page-id-909 .enluminures-container .corners span:nth-child(4) {
    background-image: url(/wp-content/themes/triptrap/images/catalpa/enluminure-bottom-right.png);
}


.page-id-909 .carte-catalpa a img.alignnone {
    margin-right: 0;
}


/*enluminures lines*/


.page-id-909 .enluminures-container .lines span {    
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
}


.page-id-909 .enluminures-container .lines span:nth-child(1),
.page-id-909 .enluminures-container .lines span:nth-child(1):after,
.page-id-909 .enluminures-container .lines span:nth-child(2),
.page-id-909 .enluminures-container .lines span:nth-child(2):after,
.page-id-909 .enluminures-container .lines span:nth-child(3),
.page-id-909 .enluminures-container .lines span:nth-child(3):after,
.page-id-909 .enluminures-container .lines span:nth-child(4),
.page-id-909 .enluminures-container .lines span:nth-child(4):after {
/*    background: #ba945d; */
    background-color: transparent;
    background-repeat: repeat;
}

.page-id-909 .enluminures-container .lines span:nth-child(1) {
/*    top: 77px;*/
    top: 69px;
    height: 90px;
/*    height: 3px;*/
    background-image: url(/wp-content/themes/triptrap/images/catalpa/enluminure-top.png);
}

/*.page-id-909 .enluminures-container .lines span:nth-child(1):after {
    content: '';
    position: absolute;
    top: 12px;                  
    height: 1px;
    width: 100%;
    left: 0;
}*/

.page-id-909 .enluminures-container .lines span:nth-child(2) {
/*    right: 9px;*/
    right: 0;
    width: 90px;
/*    width: 3px;*/
    background-image: url(/wp-content/themes/triptrap/images/catalpa/enluminure-right.png);
}

/*.page-id-909 .enluminures-container .lines span:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    right: 11px;                  
    width: 1px;
    height: 100%;    
}*/

.page-id-909 .enluminures-container .lines span:nth-child(3) {
/*    bottom: 8px;*/
    bottom: 0;
    height: 90px;
/*    height: 3px;*/
    background-image: url(/wp-content/themes/triptrap/images/catalpa/enluminure-bottom.png);
}

/*.page-id-909 .enluminures-container .lines span:nth-child(3):after {
    content: '';
    position: absolute;
    bottom: 12px;                  
    height: 1px;
    width: 100%;
    right: 0;
}*/

.page-id-909 .enluminures-container .lines span:nth-child(4) {
/*    left: 9px;*/
    left: 0;
    width: 90px;
/*    width: 3px;*/
    background-image: url(/wp-content/themes/triptrap/images/catalpa/enluminure-left.png);

}

/*.page-id-909 .enluminures-container .lines span:nth-child(4):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 11px;                  
    width: 1px;
    height: 100%;    
}*/

#post-102 .vc_row.vc_column-gap-35 {
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 0px !important;
}

#post-102 .vc_row.vc_column-gap-35>.vc_column_container {
    padding: 40px;
}

#post-102 #logo-lt {
    max-width: 85% !important;
    margin: 0 auto;
}