@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'graphik_bold';
    src: url('../fonts/graphikbolditalic-webfont.woff2') format('woff2'),
        url('../fonts/graphikbolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'graphik_regular';
    src: url('../fonts/graphikregularitalic-webfont.woff2') format('woff2'),
        url('../fonts/graphikregularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

img {
    max-width: 100%;
}

a {
    transition: all 300ms ease-in-out;
}

body * {
    box-sizing: border-box;
}

#temp-home {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
    min-height: 100vh;
    padding: 30px 30px 90px 30px;
    background: #272425 url('../img/bg.png') no-repeat top left;
    background-size: auto 100%;
}

#temp-home #logo {
    position: relative;
    width: 100%;
    max-width: 435px;
    height: 422px;
}

#temp-home #logo img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#temp-home #logo img.active {
    display: block;
}

#temp-home h1 {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 21px;
    margin: 84px 0;
    font-weight: normal;
    margin-top: -80px;
    font-family: 'graphik_regular';
}

#temp-home .points-forts {
    width: 100%;
    max-width: 1396px;
    display: flex;
    margin-bottom: 84px;
    justify-content: space-between;
}

#temp-home .points-forts .point-fort {
    width: 32%;
    max-width: 404px;
    min-height: 300px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color: #272425;
    transform: translateY(100px);
}

#temp-home .points-forts .point-fort:nth-child(1) {
    transition: all 200ms ease-in-out;
}

#temp-home .points-forts .point-fort:nth-child(2) {
    transition: all 400ms ease-in-out;
}

#temp-home .points-forts .point-fort:nth-child(3) {
    transition: all 600ms ease-in-out;
}

#temp-home .points-forts .point-fort.active {
    opacity: 1;
    transform: none;
}

#temp-home .points-forts .point-fort .titre {
    font-size: 44px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'graphik_bold';
    letter-spacing: -3px;
}

#temp-home .points-forts .point-fort .titre span {
    color: #F44321;
    font-size: 60px;
    text-transform: none;
}

#temp-home .points-forts .point-fort .texte {
    line-height: 22px;
    text-transform: uppercase;
}

#temp-home .contacts {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#temp-home .contacts a {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#temp-home .contacts a.phone {
    border-radius: 3px;
    padding: 0 30px;
    background: #F44321;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-family: 'graphik_bold';
}

#temp-home .contacts a.phone:hover {
    background: #fff;
    color: #F44321;
}

#temp-home .contacts a.phone:hover svg path {
    transition: all 200ms ease-in-out;
}

#temp-home .contacts a.phone:hover svg path {
    fill: #F44321;
}

#temp-home .contacts a.phone svg {
    margin-right: 10px;
}

#temp-home .contacts a.social {
    width: 100%;
    max-width: 44px;
    margin-left: 20px;
    border-radius: 3px;
    border: solid 1px #fff;
}

#temp-home .contacts a.social:hover {
    border: solid 1px #F44321;
    background: #F44321;
}

#temp-home .contact-devis {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#temp-home .contact-devis .titre {
    line-height: 20px;
    font-family: 'graphik_regular';
}

#temp-home .contact-devis a {
    margin-top: 10px;
    height: 44px;
    line-height: 44px;
    display: flex;
    border-radius: 3px;
    padding: 0 30px;
    background: #F44321;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-family: 'graphik_bold';
}

#temp-home .contact-devis a:hover {
    background: #fff;
    color: #F44321;
}

/*COPYRIGHTS*/
.gl-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 25px 10px;
}

.gl-copy,
.gl-copy a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.gl-copy a:hover {
    text-decoration: underline;
}

.gl-copy img {
    margin-bottom: -7px;
}


/*MENTIONS LEGALES*/
#temp-legal {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    color: #fff;
    width: 100%;
    min-height: 100vh;
    padding: 30px 30px 120px 30px;
    background: #272425 url('../img/bg.png') no-repeat top left;
    background-size: auto 100%;
}

#temp-legal h1 {
    font-family: 'graphik_bold';
    margin: 40px 0 10px;
}

#temp-legal .back-home {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

#temp-legal .mentions {
    max-width: 1200px;
    margin: 0 auto 80px;
}

#temp-legal .mentions h2 {
    margin-bottom: 0px;
    margin-top: 25px;
    font-family: 'graphik_bold';
}

#temp-legal .mentions p {
    font-size: 14px;
    line-height: 20px;
}

#temp-home .logos-partenaires {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

#temp-home .logo img {
    border-radius: 10px;
    overflow: hidden;
    max-height: 82px;
}

@media all and (max-width: 1280px) {
    #temp-home .points-forts {
        flex-direction: column;
        align-items: center;
    }

    #temp-home h1 {
        margin: -80px 0 35px;
    }

    #temp-home .contacts a.phone {
        padding: 0 15px;
        font-size: 20px;
    }

    #temp-home .points-forts .point-fort {
        width: 100%;
        min-height: 0;
        margin-bottom: 20px;
        padding: 15px 25px 30px;
    }

    #temp-home .points-forts .point-fort .titre {
        font-size: 38px;
    }

    #temp-home .contacts a.social {
        margin-left: 10px;
    }

    #temp-home .points-forts .point-fort .titre span {
        font-size: 52px;
    }

    #temp-home .logo,
    #temp-legal .logo {
        width: 100%;
        max-width: 250px;
        /*padding-top: 50px;*/
    }

    #temp-home .contacts {
        margin-bottom: 15px;
    }

    #temp-home .contact-devis {
        margin-bottom: 50px;
    }

    #temp-home .points-forts {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 768px) {
    #temp-home {
        padding-top: 0;
        padding-bottom: 30px;
        background-attachment: fixed;
    }

    #temp-home #logo {
        max-width: 285px;
        height: 315px;
    }

    .gl-copy {
        position: relative;
    }
}