.blockAchat {
    width: 100%;
    position: relative;
}

.blockAchat img {
    width: 100%;
    display: block;
}

.blockAchatMobile {
    width: 100%;
    position: relative;
}

.blockAchatMobile img {
    width: 100%;
    display: block;
}

#feuillerez {
    position: absolute;
    bottom: 30px;
    z-index: 4;
    width: 150px;
    left: 300px;
}

.blockAchatMobile #feuillerez {
    top: 50px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    height: 80px;
}

#firstA {
    width: 489px;
    height: 48px;
    background: transparent;
    position: absolute;
    left: 60px;
    top: 69px;

    cursor: pointer;
}

#secondA {
    width: 489px;
    height: 48px;
    background: transparent;
    position: absolute;
    left: 60px;
    top: 120px;
    cursor: pointer;
}

#thirdA {
    width: 489px;
    height: 48px;
    background: transparent;
    position: absolute;
    left: 60px;
    top: 180px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .mobileATo2 {
        display: block;
        width: 100%;
    }

    .mobileATo2 img {
        display: block;
        width: 100%;
    }

    #firstA {

        width: 100%;
        height: 85px;
        left: 0px;
        top: 161px;
    }

    #secondA {

        width: 100%;
        height: 85px;
        left: 0px;
        top: 280px;
    }

    #thirdA {

        width: 100%;
        height: 100px;
        left: 0px;
        top: 400px;
    }
    #feuillerez{
        display: none!important;
    }
}

@media screen and (min-width: 375px) {

    #firstA {

        width: 100%;
        height: 85px;
        top: 211px;
    }

    #secondA {

        height: 120px;
        top: 328px;
    }
    #thirdA {

        height: 100px;
        top: 478px;
    }
}

@media screen and (min-width: 414px) {
    #firstA {
        height: 125px;
        top: 211px;
    }

    #secondA {
        height: 140px;
        top: 350px;
    }

    #thirdA {

        height: 140px;
        top: 508px;
    }
}

@media screen and (min-width: 768px) {

    #firstA {
        width: 489px;
        height: 48px;
        background: transparent;
        position: absolute;
        left: 60px;
        top: 69px;
        cursor: pointer;

    }

    #secondA {
        width: 489px;
        height: 48px;
        background: transparent;
        position: absolute;
        left: 60px;
        top: 120px;
        cursor: pointer;

    }

    #thirdA {
        width: 489px;

        height: 48px;
        background: transparent;
        position: absolute;
        left: 60px;
        top: 180px;
        cursor: pointer;
    }

}

@media screen and (min-width: 1024px) {
    #feuillerez {

        width: 200px;
        left: 400px;
    }

    #firstA {
        width: 600px;
        height: 48px;
        left: 60px;
        top: 109px;
    }

    #secondA {
        width: 600px;
        height: 48px;
        left: 60px;
        top: 180px;
    }

    #thirdA {
        width: 600px;
        height: 48px;
        left: 60px;
        top: 250px;
    }

}

@media screen and (min-width: 1180px) {
    #feuillerez {

        width: 230px;
        left: 43%;
        margin-left: -115px;
        /*        left: 400px;
          */  }

    #firstA {
        width: 700px;
        height: 48px;
        left: 60px;
        top: 129px;
    }

    #secondA {
        width: 700px;
        height: 48px;
        left: 60px;
        top: 230px;
    }

    #thirdA {
        width: 700px;
        height: 68px;
        left: 60px;
        top: 300px;
    }
}

.previewMobile{
    position: relative;
    display: block;
    width: 100%;
}
.previewSite{
    position: relative !important;
    display: block !important;
    width: 100% !important;
}
.previewMobile .imgPreview{
    width: 100%;
    display: block;
}

.previewMobile .next{
    position: absolute;
    left: 40px;
    top: 10px;
}
.previewMobile .back{
    position: absolute;
    right: 40px;
    top: 10px;
}
.backSite{
    position: absolute;
    right: 20px;
    top: 20px;
}
.nextSite{
    position: absolute;
    right: 20px;
    top: 45%;
}

.prevSite{
    position: absolute;
    left: 20px;
    top: 45%;
}
#introCity{
    width: 1140px;
    height: 795px;
    position: relative;
}

@font-face {
    font-family: 'arrows';
    src:url('../fonts/arrows/arrows.eot');
    src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
    url('../fonts/arrows/arrows.woff') format('woff'),
    url('../fonts/arrows/arrows.ttf') format('truetype'),
    url('../fonts/arrows/arrows.svg#arrows') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bb-custom-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
}

.bb-custom-side {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    background: #fff;
    /* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bb-custom-firstpage h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
    background: #fff;
}

.bb-custom-firstpage h1 span {
    display: block;
    font-size: 60%;
    opacity: 0.3;
    padding: 0 0 0.6em 0.1em;
}

.bb-custom-firstpage {
    text-align: center;
    padding-top: 15%;
    width: 50%;
    float: left;
    height: 100%;
}

.bb-custom-side p {
    padding: 8%;
    font-size: 1.8em;
    font-weight: 300;
}

.bb-custom-wrapper h3 {
    font-size: 1.4em;
    font-weight: 300;
    margin: 0.4em 0 1em;
}

.bb-custom-wrapper > nav {
    width: 100%;
    height: 40px;
    margin: 1em auto 0;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    text-align: center;
}

.bb-custom-wrapper > nav a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    background: #e54243;
    color: #fff;
    font-size: 0;
    margin: 2px;
}

.bb-custom-wrapper > nav a:hover {
    opacity: 0.6;
}

.bb-custom-icon:before {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 30px;
    line-height: 40px;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
    content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
    content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
    height: auto;
}

.no-js .bb-custom-content {
    height: 470px;
}

@media screen and (max-width: 61.75em){
    .bb-custom-side {
        font-size: 70%;
    }
}

@media screen and (max-width: 33em){
    .bb-custom-side {
        font-size: 60%;
    }
}

.bb-item img{
    width: 100%;
}




.flipbook-viewport{
    overflow:hidden;
    width:100%;
    height:100%;
}

.flipbook-viewport .container{
    position:relative;
    top:00%;
    left:00%;
    margin:auto;
}

.flipbook-viewport .flipbook{
    width:1100px;
    height:792px;
    left:-550px;
    top:-396px;
}

.flipbook-viewport .page{
    width:550px;
    height:550px;
    background-color:white;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.flipbook .page{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
}

.flipbook-viewport .shadow{
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow:0 0 20px #ccc;
    -moz-box-shadow:0 0 20px #ccc;
    -o-box-shadow:0 0 20px #ccc;
    -ms-box-shadow:0 0 20px #ccc;
    box-shadow:0 0 20px #ccc;
}

.flipbook-viewport .double{
    width:1100px;
    height:792px;
    background-size:100% 100%;
}
