/********* Général **********/

/* Global */

html, body {
    overflow-x: hidden;
}

h2 {
    color: #697883;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
}

h2 span {
    color: #a2d13e;
    text-transform: uppercase;
    font-weight: 500;
}

a {
    color: #697883; 
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: #a2d13e;
}

::selection {
    background: #a2d13e;
    color: #fff;
}

:active {
    color: #a2d13e
}

/* navigation  */

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #2a2a2acc;
}

nav .container {
    justify-content: space-between;
    display: flex;
    height: 56px;
    align-items: center;
}

nav ul {
    display: flex;
    margin: 0;
}

nav li {
    list-style: none;
    padding: 0 10px;
}

nav li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1em;
}

nav .logo img {
    width: 150px;
}

/* banner */

.banner {
    background-image: url(../img/bkg-banner.png);
    height: 170vh;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -56px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: -250px;
}
.banner .scroll {
    position: absolute; 
    display: flex;
    align-items: center;
    justify-content: center;
    top: 80vh;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s ease-in-out;
    margin-top: -20px;
}

.scroll:hover {
    transition: .3s ease-in-out;
    margin-top: 0px;
}

.banner__content img {
    width: 400px;
    margin-top: -10vh;
}

h1 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-top: -25px;
}

.qui {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 70%);
    background: #fff;
    margin-top: -20vh;
    height: 100vh;
    position: relative;
    z-index: -5;
}

.qui:after {
    content: url(../img/truck.png);
    position: absolute; 
    left: 0;
    bottom: -138px;
    height: 100%;
}

.qui .txt,
.services .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-qui {
    margin-top: -90vh;
}

.qui .container,
.qui .row,
.services .container,
.services .row,
.contact .container,
.contact .row {
    height: 100%;
}

.services {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 85%, 0 100%);
    background: #697883;
    margin-top: -40vh;
    height: 130vh;
    position: relative;
    z-index: -10;
    color: #fff;
}

.services:after {
    content: url(../img/services.png);
    position: absolute; 
    right: 0;
    top: 20vh;
    height: 100%;
}

.services h2 {
    color: #fff;
    line-height: 30px;
}

.actions {
    height: 90vh;
    margin-top: -20vh;
    display: flex;
    align-items: center;
}

.actions .txt {
    margin: 40px auto 0!important;
}

.contact {
    background-image: url(../img/bkg-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
}

.contact h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

.contact .filter {
    background: #212121a1;
    height: 100%;
}

.contact .row {
    align-items: flex-end !important;
}

.contact form {
    display: flex;
    flex-direction: column;
    padding: 50px 50px 30px 50px;
    margin-top: 40px;
}

.contact form input,
.contact form textarea {
    margin: 5px;
    border: none;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
}

.contact button {
    width: max-content;
    background: #697883;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 10px 5px 10px auto;
    font-size: 14px;
}

/* Mentions légales */

.mentions {
    margin: 150px 0;
}

.mentions h1 {
    color: #697883;
    color: #697883;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.mentions h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 50px;
}

/* Footer  */

footer {
    background: #212121;
    height: 100px;
    color: #fff;
    font-size: 12px;
    height: 100%;
    font-weight: 300;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

footer li {
    list-style: none;
    padding: 0 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-weight: inherit;
}

/* Responsive */



@media screen and (min-width: 981px) and (max-width: 1490px ) {

    .qui {
        height: 120vh!important;
    }

    .qui:after {
        left: -10%;
        bottom: 0;
    }

    .services:after {
        top: 17vh;
        left: 40%;
    }


    .actions {
        height: 120vh;
    }
}

@media screen and (max-width: 980px) {

    .col-12 {
        width: 100%!important;
    }

    nav .container {
        flex-direction: column!important;
    }

    nav .container ul {
        display: none;
        /* display: flex; 
        flex-direction: column;
        text-align: center;
        padding: 0; */
    }

    nav .container li {
        margin: 5px auto;
    }
    
    .banner {
        clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    }

    .banner .banner__content img {
        width: 300px;
        margin-bottom: 20px;
    }

    .qui {
        height: unset;
        padding: 35vh 0 20vh 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 93%, 0 85%);
    }

    .qui article {
        margin: 0;
    }

    .qui .txt {
        margin-top: -65px;
    }

    .img-qui {
        margin-top: -35vh;
    }

    .services {
        height: unset;
        padding: 20vh 0;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 95%, 0 100%);
    }

    .services:after, .qui:after {
        display: none;
    }

    .services .txt {
        margin-top: 25vh;
    }

    .actions {
        height: unset;
        padding: 20vh 0;
    }
    
    .actions .txt {
        margin-top: 120px!important;
    }

    .contact form {
        padding: 20px;
    }

}
