div#logo {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

div#logo img {
    height: 75px;
}

.intro {
    position: absolute;
    top: 115px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 30px;
}

.intro-title {
    font-size: 49px;
    line-height: 46px;
    /* text-transform: uppercase; */
    font-weight: 100;
}

.intro-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    margin-top: 30px;
    padding: 0 30px;
}

div#infographie-container {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    /* position: relative; */
    max-width: 600px;
    margin: auto;
}

div.background_illustration {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    position: relative;
    overflow: visible;
}

.cta-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.infographie-cta {
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.marker {
    position: absolute;
    width: 50px;
    height: 70px;
    cursor: pointer;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    z-index: 0;
    pointer-events: all;
}

.marker-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/marker_void.png');
    background-size: cover;
    z-index: 1;
}

.marker-background {
    position: absolute;
    width: 42px;
    height: 42px;
    left: 4px;
    top: 5px;
    border-radius: 100%;
    z-index: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #A0A9AA;
}

.marker-background:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 41%;
    width: 7px;
    height: 14px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #A0A9AA;
}

.cartel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: max-height 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: max-height 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: max-height 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    position: absolute;
    top: 100%;
    width: 100%;
}

.cartel-column {
    width: 50%;
    float: left;
    padding: 10px;
    margin-top: -20px;
}


.infographie-cta.open .cartel {
    max-height: 1000px;
}

div.infographie-cta.open .marker-background, div.infographie-cta.open .marker-background::after {
    /* background:#E6C439!important */
}

.exit {
    position: absolute;
    top: -55px;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 7px;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    pointer-events: all;
}

.exit img {
    max-width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.exit:hover img {

    transform: rotate(90deg);
}

.cartel-inside {
    max-width: 800px;
    margin: 0px auto 0 auto;
    padding: 0px 25px 10px 25px;
}

.cartel .icon img {
    max-width: 90%;
}

.icon {
    text-align: center;
    padding-top: 20px;
}

.cartel .title {
    font-size: 20px;
    color: #0E172B;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 27px;
    word-wrap: break-word;
}

body {
    font-family: Verdana, sans-serif;
}

.cartel .text {
    font-size: 16px;
    color: #0E172B;
    font-weight: 100;
    padding-bottom: 15px;
    line-height: 22px;
}

.see-more {
    float: right;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 100;
    background: #0E172B;
    border: 3px solid #0E172B;
    padding: 4px 8px;
    cursor: pointer;
}

.see-more:hover {
    background: none;
    text-decoration: none;
    color: #0E172B;
}


.top-cartel-bar-1 {
    border-top: 5px solid #FFF;
    width: calc(26% - 35px);
    height: 60px;
    float: left;
}

.top-cartel-bar-2 {
    border-top: 5px solid #FFF;
    width: calc(74% - 34px);
    height: 60px;
    float: left;
}

.top-cartel-bar:after {
    content: "";
    display: block;
    clear: both;
}

.top-cartel-triangle {
    float: left;
    width: 70px;
    height: 50px;
    background: none;
    margin-right: -1px;
}

.top-cartel-triangle-inside {
    position: absolute;
    top: 5px;
    border: 35px solid;
    z-index: 1;
}

.top-cartel-triangle-inside-border {
    position: absolute;
    top: -2px;
    border: 35px solid;
    border-color: transparent #FFFFFF #FFFFFF #FFFFFF;
    z-index: 0;
}

.top-cartel-bar {
    position: relative;
    z-index: 1;
}

.bottom-cartel-bar {
    height: 5px;
    background: #FFFFFF;
    width: 100%;
    z-index: 2;
    position: relative;
}

.cartel-background {
    z-index: 2;
    position: relative;
}

.marker:hover {
    margin-top: -10px;
}

/* ------------------------------- CTA COLORS ------------------------------- */

.plane .colored, .plane .marker:hover .marker-background, .plane .marker:hover .marker-background::after, .plane .open .marker-background, .plane .open .marker-background::after {
    background-color: #A4C600;
}

.plane .top-cartel-triangle-inside {
    border-color: transparent #A4C600 #A4C600 #A4C600;
}

.immeuble .colored, .immeuble .marker:hover .marker-background, .immeuble .marker:hover .marker-background::after, .immeuble .open .marker-background, .immeuble .open .marker-background::after {
    background: #AB2E89;
}

.immeuble .top-cartel-triangle-inside {
    border-color: transparent #AB2E89 #AB2E89 #AB2E89;
}

.train .colored, .train .marker:hover .marker-background, .train .marker:hover .marker-background::after, .train .open .marker-background, .train .open .marker-background::after {
    background: #18B273;
}

.train .top-cartel-triangle-inside {
    border-color: transparent #18B273 #18B273 #18B273;
}

.supermarket .colored, .supermarket .marker:hover .marker-background, .supermarket .marker:hover .marker-background::after, .supermarket .open .marker-background, .supermarket .open .marker-background::after {
    background: #E97C4A;
}

.supermarket .top-cartel-triangle-inside {
    border-color: transparent #E97C4A #E97C4A #E97C4A;
}

.house .colored, .house .marker:hover .marker-background, .house .marker:hover .marker-background::after, .house .open .marker-background, .house .open .marker-background::after {
    background: #F8A900;
}
.house .top-cartel-triangle-inside {
    border-color: transparent #F8A900 #F8A900 #F8A900;
}

.car .colored, .car .marker:hover .marker-background, .car .marker:hover .marker-background::after, .car .open .marker-background, .car .open .marker-background::after {
    background: #29AFBE;
}

.car .top-cartel-triangle-inside {
    border-color: transparent #29AFBE #29AFBE #29AFBE;
}

/* ------------------------------- CTA PLACEMENTS ------------------------------- */

div#plane_1 .marker {
    left: 41.3%;
}
div#plane_1 {
    top: 38%;
    height: 62%;
}

/* MARKER 2 */

div#plane_2 {

    top: 26%;
    height: 74%;
}
div#plane_2 .marker {

    left: 29%;
}

/* MARKER 3 */

div#plane_3 .marker {
    left: 54%;
}
div#plane_3 {
    top: 49%;
    height: 51%;
}

/* MARKER 4 */

div#plane_4 .marker {
    left: 73%;
}
div#plane_4 {
    top: 70%;
    height: 30%;
}

/* MARKER 5 */

div#immeuble_1 {
    top: 79%;
    height: 28%;
}
div#immeuble_1 .marker {
    left: 37.3%;
}

/* MARKER 6 */

div#immeuble_2 {
    top: 29%;
    height: 75%;
}
div#immeuble_2 .marker {
    left: 31%;
}

/* MARKER 7 */

div#immeuble_3 {
    top: 1%;
    height: 106%;
}
div#immeuble_3 .marker {
    left: 76.5%;
}

/* MARKER 8 */

div#immeuble_4 {
    top: 33%;
    height: 74%;
}
div#immeuble_4 .marker {
    left: 82%;
}

/* MARKER 9 */

div#immeuble_5 {
    top: 69%;
    height: 38%;
}
div#immeuble_5 .marker {
    left: 53%;
}

/* MARKER 10 */

div#train_1 {
    top: 31%;
    height: 74%;
}
div#train_1 .marker {
    left: 38%;
}

/* MARKER 11 */

div#train_2 {
    top: 7%;
    height: 98%;
}
div#train_2 .marker {
    left: 7%;
}

/* MARKER 12 */

div#train_3 {
    top: 7%;
    height: 98%;
}
div#train_3 .marker {
    left: 20%;
}

/* MARKER 13 */

div#train_4 {
    top: 62%;
    height: 44%;
}
div#train_4 .marker {
    left: 74%;
}

/* MARKER 14 */

div#supermarket_1 {
    top: -14%;
    height: 114%;
}
div#supermarket_1 .marker {
    left: 43%;
}

/* MARKER 15 */

div#supermarket_2 {
    top: 38%;
    height: 62%;
}
div#supermarket_2 .marker {
    left: 45%;
}

/* MARKER 16 */

div#supermarket_3 {
    top: 21%;
    height: 79%;
}
div#supermarket_3 .marker {
    left: 57%;
}

/* MARKER 17 */

div#supermarket_4 {
    top: -7%;
    height: 107%;
}
div#supermarket_4 .marker {
    left: 28%;
}

/* MARKER 18 */

div#supermarket_5 {
    top: 2%;
    height: 98%;
}
div#supermarket_5 .marker {
    left: 20%;
}

/* MARKER 19 */

div#house_1 {
    top: 25%;
    height: 75%;
}
div#house_1 .marker {
    left: 66%;
}

/* MARKER 20 */

div#house_2 {
    top: 31%;
    height: 69%;
}
div#house_2 .marker {
    left: 31%;
}

/* MARKER 21 */

div#house_3 {
    top: 55%;
    height: 45%;
}
div#house_3 .marker {
    left: 31%;
}

/* MARKER 22 */

div#house_4 {
    top: 68%;
    height: 32%;
}
div#house_4 .marker {
    left: 57%;
}

/* MARKER 23 */

div#house_5 {
    top: 65%;
    height: 35%;
}
div#house_5 .marker {
    left: 45%;
}

/* MARKER 24 */

div#car_1 {
    top: 10%;
    height: 90%;
}
div#car_1 .marker {
    left: 45%;
}

/* MARKER 25 */

div#car_2 {
    top: -7%;
    height: 107%;
}
div#car_2 .marker {
    left: 37%;
}

/* MARKER 26 */

div#car_3 {
    top: -33%;
    height: 133%;
}
div#car_3 .marker {
    left: 30%;
}

/* MARKER 27 */

div#car_4 {
    top: 1%;
    height: 99%;
}
div#car_4 .marker {
    left: 28%;
}

/* MARKER 28 */

div#car_5 {
    top: -10%;
    height: 110%;
}
div#car_5 .marker {
    left: 51%;
}

