html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Comfortaa";
    src: url("../fonts/CaviarDreams.ttf");
}

@font-face {
    font-family: "Comfortaa-Bold";
    src: url("../fonts/CaviarDreams_Bold.ttf");
}

body {
    overflow-x: hidden;
    /*font-family: "Comfortaa", Arial, sans-serif !important;*/
}

.logo-container {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
}

.landscape {
    background-image: url("../img/agence.jpg");
    background-position: top;
    background-size: cover;
    min-height: 100vh;
}

.filter-landscape {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100vh;
    width: 100%;
    padding: 75px 0;
}

.filter {
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 100vh;
    width: 100%;
    padding: 75px 0;
}

.upper-filter {
    background-color: rgba(0, 0, 0, 0.6);
    /*min-height: 100vh;*/
    /*width: 100%;*/
    margin: 0 75px;
    z-index: 1000;
    padding-bottom: 10px;
}

.brand-title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    padding-top: 200px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .brand-title {
        font-size: 100px;
        padding-top: 100px;
    }
}

.main-title,
.sub-title {
    color: #fff;
    font-size: 45px;
    text-align: center;
}

.paragraph {
    font-size: 20px;
}

.service-item {
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
    padding: 25px 50px !important;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .service-item {
        padding: 25px 20px !important;
    }
}

.icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 35px;
}

.service-item h4 {
    text-align: center;
}

.communication {
    background-image: url("../img/typing.jpg");
}

.services {
    background-image: url("../img/pens.jpg");
}

.tarifs {
    background-image: url("../img/pricing.jpg");
}

.contact {
    background-image: url("../img/contact.jpg");
}

.communication,
.services,
.tarifs,
.contact {
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: top;
    color: #fff;
}

.communication h3,
.services h3,
.tarifs h3,
.contact h3 {
    text-align: center;
    font-size: 45px;
    padding-top: 50px;
    text-decoration: underline;
}

.communication .paragraph,
.services .paragraph,
.tarifs .paragraph,
.contact .paragraph {
    padding: 50px;
}

.communication ul li {
    font-size: 20px;
    margin-left: 50px;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .communication .paragraph,
    .services .paragraph,
    .tarifs .paragraph,
    .contact .paragraph {
        font-size: 35px;
    }
}

.footer {
    background-color: #111;
    color: #fff;
    padding: 25px 25px;
    text-align: center;
}

.footer a,
.footer a:hover,
.footer h4 a,
.footer h4 a:hover {
    color: #C5A630;
}

.legals {
    font-size: 11px;
}

/**
    FORMS
 */
label,
button {
    font-size: 20px !important;
}

@media screen and (max-width: 991px) {
    form {
        padding: 0 25px;
    }

    label,
    button {
        font-size: 35px !important;
    }
}

/**
    TOOLS
 */

.red {
    color: red;
}