@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/century-gothic/CenturyGothic.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/century-gothic/GOTHICB.TTF");
    font-style: normal;
    font-weight: 700;
}

html,
body {
    height: 100%;
    margin: 0;
    font-size: 100%;
    font-family: "Century Gothic", Arial, Verdana, sans-serif;
}

html {
    height: -webkit-fill-available;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
    body {
        /* The hack for Safari */
        min-height: -webkit-fill-available;
    }
}

body {
    color: #585858;
    background-image: url("../images/fond-desktop.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d9d9d9;
    overflow: hidden;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
b {
    font-weight: 700;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.rose {
    color: #e42384;
}



.logo {
    position: absolute;
    top: 13%;
    left: 4.7%;
    max-width: 42.2vw;
}
.listing {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 2.1rem;
    line-height: 1.1;
}
.listing.listing-services {
    top: 240px;
    left: 52.9%;
}
.listing li p {
    margin: 0;
    display: inline-block;
    background-color: #d9d9d9;
    padding: 0 0.1em 0.1em 0.1em;
}
.listing li p:before,
.comming-soon:before {
    content: "•";
    margin-right: 0.9em;
}

.listing.listing-contact {
    top: 674px;
    left: 59.5%;
}
.listing.listing-contact li:last-child p {
    padding-top: 0.35em;
    padding-bottom: 0.2em;
    padding-right: 0.2em;
}

.comming-soon-container {
    position: absolute;
    left: 40px;
    bottom: 25px;
    text-align: center;
}
.comming-soon {
    margin: 0;
    font-size: 2.1rem;
    background-color: #d9d9d9;
    padding: 0 0.1em 0.1em 0.1em;
    display: inline-block;
}
.comming-soon:before {
    color: #e42384;
    margin-right: 0.6em;
}

.logos-container {
    position: absolute;
    right: 40px;
    bottom: 7px;
    display: flex;
    align-items: flex-end;
}
.logos-container p {
    margin: 0;
    background-color: #d9d9d9;
}
.logos-container-ar-concept {
    height: 50px;
    padding: 11px 0 0 10px;
}
.logos-container-ar-concept img {
    max-width: 140px;
    display: block;
}
.logos-container-text {
    height: 50px;
    font-size: 1.5rem;
    padding: 7px 20px 0 13px;
}
.logos-container-chartresrepro {
    font-size: 1.5rem;
    padding: 10px 10px 4px 0;
}
.logo-chartresrepro {
    max-width: 120px;
    display: block;
}




@media screen and ( max-width: 1800px ),
       screen and ( max-height: 950px ) {
    .logo {
        max-width: 600px;
    }
    .listing,
    .comming-soon {
        font-size: 1.9rem;
    }
    .listing.listing-services {
        top: 200px;
    }
    .listing.listing-contact {
        top: 630px;
    }
    
    .logos-container-ar-concept {
        height: 40px;
        padding: 7px 0 0 7px;
    }
    .logos-container-ar-concept img {
        max-width: 110px;
    }
    .logos-container-text {
        height: 40px;
        font-size: 1.2rem;
        padding: 5px 16px 0 10px;
    }
    .logos-container-chartresrepro {
        font-size: 1.2rem;
        padding: 8px 8px 3px 0;
    }
    .logo-chartresrepro {
        max-width: 96px;
    }
}

@media screen and ( max-width: 1550px ) {
    .logo {
        max-width: 500px;
    }
    .listing,
    .comming-soon {
        font-size: 1.6rem;
    }
    .listing.listing-services {
        top: 180px;
    }
    .listing.listing-contact {
        top: 530px;
    }
}

@media screen and ( max-width: 1380px ) {
    .logo {
        max-width: 400px;
    }
    .listing,
    .comming-soon {
        font-size: 1.3rem;
    }
    .listing.listing-services {
        top: 130px;
    }
    .listing.listing-contact {
        top: 400px;
    }
}

/* Mobile landscape */
@media screen and ( max-width: 800px ) and ( min-aspect-ratio: 1 / 1 ) {
    .logo {
        top: 12.8%;
        left: 4.7%;
        max-width: 79vh;
    }
    .listing.listing-services {
        top: 23.8%;
    }
    .listing,
    .comming-soon {
        font-size: 3.3vh;
    }
    .listing.listing-contact {
        top: 67%;
    }
    .logos-container {
        right: 3.8vh;
        bottom: 1vh;
    }
    .logos-container-ar-concept {
        height: auto;
        padding: 1vh 0 1.5vh 1vh;
    }
    .logos-container-ar-concept img {
        max-height: 2vh;
        display: block;
    }
    .logos-container-text {
        font-size: 2.2vh;
        height: auto;
        padding: 1vh 1vh 1vh 1.3vh;
    }
    .logo-chartresrepro {
        max-width: none;
        max-height: 9.2vh;
        padding: 1vh 1vh 0 0;
    }
    .comming-soon-container {
        left: 4vh;
        bottom: 1.6vh;
    }
}

/* Mobile portrait */
@media screen and ( max-width: 1040px ) and ( max-aspect-ratio: 1 / 1 ) {
    body {
        background-image: url("../images/fond-mobile-portrait.png");
    }
    .logo {
        max-width: 100%;
        height: 25vh;
        left: 50%;
        transform: translateX(-50%);
        top: 1.6%;
    }
    .listing.listing-services {
        top: 31.5vh;
        left: 6.5%;
        font-size: 2.2vh;
        /*font-size: 3.8vw;*/
    }
    .listing.listing-contact {
        top: 66%;
        left: 5.6%;
        font-size: 3vh;
        /*font-size: 5.4vw;*/
    }
    .logos-container {
        left: 0;
        right: 0;
        bottom: 6vh;
        justify-content: center;
    }
    .logos-container-ar-concept {
        height: auto;
        padding: 10px 0px 11px 10px;
    }
    .logos-container-ar-concept img {
        max-width: none;
        max-height: 2vh;
    }
    .logos-container-text {
        height: auto;
        font-size: 2.4vh;
        padding-bottom: 9px;
    }
    .logo-chartresrepro {
        max-width: none;
        max-height: 10vh;
        padding: 1vh 1vh 0 0;
    }
    .comming-soon-container {
        position: absolute;
        left: 0;
        bottom: 2vh;
        right: 0;
    }
    .comming-soon {
        font-size: 1.6vh;
        text-align: center;
    }
}
@media screen and ( max-width: 680px ) and ( max-aspect-ratio: 1 / 1 ) {
    .listing.listing-services {
        font-size: 3.8vw;
    }
    .listing.listing-contact {
        font-size: 5.4vw;
    }
}