body {
    margin: 0;
}

.cntct {
    background-color: #fff;
    color: #000000;
    font-family: Lucas, 'Trebuchet MS', sans-serif;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
}

/* Nespresso CSS */
.cntct h1,
.cntct h2,
.cntct h3,
.cntct h4 {
    line-height: 1.25;
}

.cntct-img {
    max-width: 100%;
    height: auto;
}

/* 
Nespresso CSS 
Utility used on too much elements but needed
*/

/* a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    box-sizing: border-box;
}
 */

.cntct-u-text-center {
    text-align: center;
}

.cntct-u-text-upper {
    text-transform: uppercase;
}

/* Light */
.cntct-u-fw-300 {
    font-weight: 300;
}

/* regular */
.cntct-u-fw-400 {
    font-weight: 400;
}

/* medium */
.cntct-u-fw-500 {
    font-weight: 500;
    letter-spacing: .25em;
}

/* semi bold */
.cntct-u-fw-600 {
    font-weight: 600;
}

/* bold */
.cntct-u-fw-700 {
    font-weight: 700;
    letter-spacing: .1em;
}

/* xtra bold */
.cntct-u-fw-800 {
    font-weight: 800;
    letter-spacing: .1em;
}

.cntct-u-fsz-16 {
    font-size: 16px;
}

.cntct-u-pos-r {
    position: relative;
}

.cntct-u-z-top {
    z-index: 10;
}

/* all custom */
.cntct-wrapper {
    margin: 0 auto;
}

/* section intro */
.cntct-intro {
    margin: 40px 0 20px 0;
    padding: 0 20px;
    text-align: left;
}

.cntct-intro__title {
    font-size: 24px;
}

.cntct-intro__descr {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
}

/* desktop */
@media only screen and (min-width:769px) {
    .cntct-intro {
        margin: 40px auto;
        max-width: 1300px;
        text-align: center;
    }

    .cntct-intro__title {
        font-size: 40px;
    }

    .cntct-intro__descr {
        margin: 0 auto;
        font-size: 18px;
        max-width: 800px;
        margin-top: 20px;
    }
}

/* section faq */
.cntct-faq {
    background-color: #F4F4F4;
    text-align: left;
    padding: 20px;
}

.cntct-faq__title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
}

.cntct-faq__links {
    text-align: left;
    padding-left: 10px;
}

.cntct-faq__link {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.065em;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: color .4s ease-in-out;
}

.cntct-faq__link:hover {
    color: #907244;
}

.cntct-faq__link::before {
    display: inline-block;
    content: "";
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.cntct-faq__link-search {
    font-weight: 700;
    margin-top: 10px;
}

.cntct-faq__link-search::before {
    background-image: url(../img/icn-search.svg);
    width: 20px;
    vertical-align: text-top;
}

/* desktop faq */
@media only screen and (min-width:769px) {
    .cntct-faq {
        padding: 70px 120px;
    }

    h2.cntct-faq__title {
        margin: 0;
        font-size: 24px;
        letter-spacing: .07em;
        text-align: center;
        margin-bottom: 45px;
    }

    .row-faq:last-child {
        margin-top: 10px;
    }

    /* row flex */
    .row-faq {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -.5rem;
        margin-left: -.5rem;
        /* justify-component: space-around; */
        justify-content: space-between;
        max-width: 1180px;
        margin: 0 auto;
    }

    .col-faq {
        flex-basis: 100%;
        max-width: 100%;
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .box {
        position: relative;
        box-sizing: border-box;
        min-height: 1rem;
        margin-bottom: 0;
        border-radius: 2px;
        overflow: hidden;
        text-align: left;
    }

    .box-faq {
        position: relative;
        box-sizing: border-box;
        min-height: 1rem;
        margin-bottom: 0;
        border-radius: 2px;
        overflow: hidden;
        text-align: left;
    }

    .col-faq {
        width:320px;
    }

    .cntct-faq__link {
        font-size: 18px;
    }

    .cntct-faq__link::before {
        vertical-align: top;
        vertical-align: -webkit-baseline-middle;
        margin-right: 10px;
    }

    .cntct-faq__link-search {
        margin-top: 0;
    }

}

/* section services */
.cntct-sevices>a:last-of-type {
    border-bottom: 1px solid #D8D8D8;
}

.cntct-sevice__block {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #D8D8D8;
    text-decoration: none;
    transition: background-color .4s ease-in-out;
}

.cntct-sevice__block.is-hidden {
    display: none;
}

.cntct-sevice__block.is-hidden-ambassador {
    display: none;
}

.cntct-sevice__block:hover {
    background-color: #F4F4F4;
}

.cntct-sevice__block--img {
    width: 25%;
    display: flex;
    justify-content: center;
}

.cntct-service__block--icn {
    max-width: 55px;
}

.cntct-service__block--content {
    width: 75%;
    display: flex;
    flex-direction: column;
    color: #4A4A4A;
    position: relative;
}

.cntct-service__block--content::after {
    display: inline-block;
    content: "";
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(50%, 50%);
}

.cntct-service__block--title {
    color: #000000;
    font-size: 22px;
    letter-spacing: .01em;
    margin: 0;
}

.cntct-service__block--title-gold {
    color: #907244;
    letter-spacing: normal;
}

.cntct-service__block--descr {
    margin: 0;
    padding-right: 20px;
    font-size: 14px;
    letter-spacing: .02em;
}

.cntct-service__block--descr.ambassadeur:after {
    display: inline-block;
    content: "";
    background-image: url(../img/ambassadeur.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 110px;
    height: 20px;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.cntct-service__block--time {
    margin: 0;
    font-size: 13px;
}
.cntct-service__block--spc {
    display: none;
} 
.cntct-service__block--time::before {
    display: inline-block;
    content: "";
    background-image: url(../img/icn-hour.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: text-top;
}

.cntct-service__block--link {
    text-decoration: none;
    color: #907244;
    font-size: 14px;
    font-weight: 300;
    margin-top: 2px;
    letter-spacing: .02em;
}

p.cntct-service__star {
    font-size: 11px;
    width: 100%;
    font-weight: 300;
    color: #4A4A4A;
    text-align: left;
    margin: 40px 0;
    padding-left: 30px;
}

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

    .cntct-sevices>a:last-of-type {
        border-bottom: none;
    }

    .cntct-sevices {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 60px 30px;
        text-align: center;
        max-width: 1280px;
        margin: 0 auto;
    }

    .cntct-sevice__block {
        box-sizing: border-box;
        flex: 0 1 33%;
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
        border: none;
        min-width: 300px;
        cursor: pointer;
    }

    .cntct-sevice__block.crsr-dflt {
        cursor: default;
    }

    .cntct-sevice__block--img {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .cntct-sevice__block--img.mb-9 {
        margin-bottom: 9px;
    }

    .cntct-service__block--icn {
        max-width: 65px;
    }

    .cntct-service__block--content {
        width: 100%;
    }

    .cntct-service__block--content::after {
        display: none;
    }

    .cntct-service__block--title {
        margin-bottom: 5px;
    }

    .cntct-service__block--descr {
        padding: 0;
    }

    .cntct-service__block--time {
        margin-top: 5px;
    }
    .cntct-service__block--spc {
        display: block;
        height: 23px;
        margin: 0;
    }

    .cntct-service__block--link {
        margin-top: 10px;
    }

    .cntct-service__block--link:before {
        display: inline-block;
        content: "";
        background-image: url(../img/arrow.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 7px;
        height: 14px;
        vertical-align: middle;
        margin-right: 10px;
    }
}

/* section listen */
.cntct-listen {
    background-color: #FAFAFA;
    padding: 20px;
    padding-bottom: 65px;
}

.cntct-listen>div:first-of-type {
    margin-bottom: 40px;
}

.cntct-listen__title {
    font-size: 18px;
    margin-bottom: 30px;
}

.cntct-listen__block {
    display: flex;
    justify-items: center;
    margin-bottom: 30px;
}

.cntct-listen__block--img {
    width: 25%;
    display: flex;
    justify-content: center;
}

.cntct-listen__block--icn {
    max-width: 65px;
}

.cntct-listen__block--content {
    width: 75%;
    display: flex;
    flex-direction: column;
    color: #4A4A4A;
    position: relative;
}

.cntct-listen__block--title {
    font-size: 17px;
    margin: 0;
    color: #000000;
    margin-bottom: 10px;
}

.cntct-listen__block--descr {
    font-size: 12px;
    margin: 0;
}

.cntct-listen__info--txt {
    width: 100%;
    color: #907244;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cntct-listen__info--desk {
    display: none;
}

.cntct-listen__info--link:before {
    display: inline-block;
    content: "";
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 7px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
}

.cntct-listen__push {
    margin: 0px;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.cntct-listen__push--link {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #907244;
    padding: 15px 50px;
    border-radius: 5px;
    display: inline-block;
    margin: auto;
}

@media only screen and (min-width:769px) {
    .cntct-listen>div:first-of-type {
        margin-bottom: auto;
    }

    .cntct-listen {
        box-sizing: border-box;
        padding-top: 60px;
        padding-bottom: 60px
    }

    .cntct-listen__title {
        font-size: 24px;
        text-align: center;
    }

    .cntct-listen__wrapper {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 40px 60px 0px 60px;
        text-align: center;
    }

    .cntct-listen__block {
        flex-basis: 100%;
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
        border: none;
        max-width: 33%;
        min-width: 359px;
    }

    .cntct-listen__info--desk {
        display: block;
    }

    .cntct-listen__info--mobile {
        display: none;
    }

    .cntct-listen__block--img {
        width: 100%;
        height: 120px;
        margin-bottom: 20px;
    }

    .cntct-listen__block--content {
        width: 100%;
    }

    .cntct-listen__block--title {
        font-size: 22px;
        letter-spacing: .06em;
    }

    .cntct-listen__block--descr {
        margin: auto;
        max-width: 334px;
        min-height: 80px;
        font-size: 14px;
        letter-spacing: .06em;
    }

    .cntct-infos__block {
        display: flex;
        width: 100%;
        align-items: baseline;
        align-content: space-between;
        justify-content: space-around;
    }

    .cntct-listen__info--txt {
        font-size: 17px;
    }

    .cntct-listen__push {
        margin: 0
    }

}

@media screen and (min-width: 878px) and (max-width: 1610px) {
	.cntct-listen__block--title {
		min-height: 55px;
	}
}

@media only screen and (min-width:1357px) {
    .cntct-listen__wrapper {
        padding: 60px 120px 0px 120px;
    }
}

/* section google */
.cntct-google {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    padding: 0 20px;
}

.cntct-google--2 {
    padding: 0;
    width: 100%;
}

.cntct-google__content {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: block;
}

.cntct-google__title {
    font-family: Lucas, 'Trebuchet MS', sans-serif;
    font-weight: 700;
}

.cntct-google__text {
    text-align: left;
    max-width: 340px;
    margin: 0 auto;
    font-family: Lucas, 'Trebuchet MS', sans-serif;
}

.cntct-google__bubble--blue {
    background-color: #4285F4;
    border-radius: 50%;
    width: 460px;
    height: 460px;
    position: absolute;
    top: -250px;
    left: -250px;
    z-index: 1;
}

img.cntct-google__img {
    margin: 100px 0 50px 80px;
    max-width: 250px;
    display: inline-block;
}

.cntct-google__bubble--yellow {
    background-color: #FBBC05;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    /* margin: 50px 0 0 20px; */
    margin: 50px 0 20px 20px;
}

.cntct-google__bubble--red {
    border-radius: 50%;
    background-color: #EA4335;
    width: 260px;
    height: 260px;
    position: absolute;
    bottom: -100px;
    right: -150px;
}

@media only screen and (min-width:769px) {
    .cntct-google {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        align-content: center;
        min-height: auto;
        height: 700px;
    }

    .cntct-google__content {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        align-content: center;
        min-height: auto;
        max-width: 1190px;
        margin: 0 auto;
    }

    img.cntct-google__img {
        max-width: 400px;
        height: 300px;
        display: inline-block;
        margin: 0;
        margin-right: 10%;
    }

    .cntct-google__text {
        flex-basis: 60%;
        padding: 0;
        /* max-width: 350px; */
        max-width: 450px;
        margin: 0;
    }

    .cntct-google__title {
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .cntct-google__descr {
        max-width: 600px;
        margin: 16px 0;
    }

    .cntct-google__bubble--blue {
        width: 360px;
        height: 360px;
        top: -130px;
        left: -150px;
    }

    .cntct-google__bubble--yellow {
        position: absolute;
        width: 100px;
        height: 100px;
        margin: 0;
        left: 50px;
        bottom: 100px;
    }

    .cntct-google__bubble--red {
        width: 390px;
        height: 390px;
        top: -150px;
    }
}

@media only screen and (min-width:1350px) {
    .cntct-google__bubble--yellow {
        width: 100px;
        height: 100px;
    }
}

/* section google suite */

.cntct-google__content--full.is-hidden {
    display: none;
}

.cntct-google__content--two.is-hidden {
    display: none;
}

.cntct-google--section {
    display: block;
    padding: 0;
}

.cntct-google__content--half {
    position: relative;
    text-decoration: none;
    color: #000000;
    display: block;
    overflow: hidden;
}

.cntct-google__text {
    padding: 0 20px;
}

.cntct-google__link {
    margin-top: 10px;
    text-decoration: none;
    color: #000000;
    transition: color .4s ease-in-out;
}
.cntct-google__link:hover {
    color: #907244;
}
.cntct-google__link:before {
    display: inline-block;
    content: "";
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 7px;
    height: 14px;
    /* vertical-align: middle; */
    vertical-align: text-top;
    margin-right: 10px;
}

@media only screen and (min-width:769px) {
    .cntct-google--section {
        height: auto;
        display: flex;
        padding: 0;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

    .cntct-google__content--full {
        display: flex;
        width: 100%;
        height: 700px;
        position: relative;
    }

    .cntct-google__content--two {
        display: flex;
        align-items: center;
        align-content: center;
        width: 100%;
    }

    .cntct-google__content--half {
        flex: 0 1 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 700px;
    }

    .cntct-google__content--half>img.cntct-google__img {
        margin-right: 0;
    }

    .cntct-google__content--half .cntct-google__bubble--blue {
        width: 25vw;
        height: 25vw;
    }

    .cntct-google__content--half .cntct-google__bubble--yellow {
        width: 5vw;
        height: 5vw;
        bottom: 10px;
    }

    .cntct-google__content--half .cntct-google__bubble--red {
        width: 25vw;
        height: 25vw;
    }

}

@media only screen and (min-width:1350px) {
    .cntct-google__content--half .cntct-google__bubble--blue {
        width: 21vw;
        height: 21vw;
    }

    .cntct-google__bubble--yellow {
        width: 100px;
        height: 100px;
    }

    .cntct-google__content--half .cntct-google__bubble--red {
        width: 20vw;
        height: 20vw;
    }
}

@media only screen and (min-width:1900px) {
    .cntct-google__content--half .cntct-google__bubble--blue {
        width: 435px;
        height: 435px;
    }

    .cntct-google__content--half .cntct-google__bubble--red {
        width: 415px;
        height: 415px;
    }
}