
@font-face {
    font-family: 'jura-variablefont_wght';
    src: url('../font/Jura/Jura-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'brandon_reg';
    src: url('../font/Brandon-Grotesque-Font/Brandon_reg.otf') format('opentype');
}

@font-face {
    font-family: 'brandon grot w01 light';
    src: url('../font/Brandon Grot W01 Light/Brandon Grot W01 Light.ttf') format('truetype');
}

html {
}


body {
    margin-bottom: 60px;
    background-color: #fff;
    color: #fff;
    font-family: jura-variablefont_wght;
}

div, span {
    font-family: jura-variablefont_wght;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

a, a:visited, a:focus, a:active {
    color: #fff;
}


.main-container {
}


    .main-container .main-content {
        opacity: 0.95;
        min-width: 100vw;
        max-width: 100vw;
        background-color: #141414;
        box-shadow: 2px 2px 30px #000;
        margin: 0px auto;
        display: block;
        z-index: 200;
    }

    .main-container .main-body {
        margin: 1rem;
        margin-top: 3rem;
        margin-bottom: 12rem;
        min-height: 1100px;
        position: relative;
    }

.main-body footer {
    bottom: 0px;
    /*position: absolute;*/
    width: 100%;
    padding: 2rem;
    margin-top: 2rem;
}

    .main-body footer > div {
        text-align: center;
    }

    .main-body footer a {
        color: #fff;
        text-decoration: none;
        font-family: 'brandon grot w01 light';
        font-size: 1.2rem;
    }

    .main-body footer .inc {
        font-size: 0.9rem;
    }

@media (min-width: 40rem) {
    .main-container .main-content {
        min-width: 90vw;
        max-width: 90vw;
    }
}

@media (min-width: 60rem) {
    .main-container .main-content {
        min-width: 60rem;
        max-width: 60rem;
    }

    .main-container .main-body {
        min-height: 800px;
    }
}

@media (min-width: 72rem) {
    .main-container .main-content {
        min-width: 72rem;
        max-width: 72rem;
    }
}

.main-bg {
    position: fixed;
    z-index: -1000;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url('../images/2k-x-2k-B.png');
}




#bg-images-moving {
    position: fixed;
    z-index: -500;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

    #bg-images-moving .animated-div {
        box-shadow: 2px 2px 30px #7a7a7a;
    }

        #bg-images-moving .animated-div:before {
            content: " ";
            color: red;
            background-color: #fff;
            width: 2px;
            height: 30px;
            display: block;
            animation: testAnim 16s ease forwards;
        }

#particles-js {
    position: fixed;
    z-index: -100;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}





@keyframes testAnim {
    0% {
        opacity: 0.6;
        margin-top: 0px;
    }


    100% {
        opacity: 0;
        margin-top: 95%;
    }
}


@media (min-width: 60rem) {
    main {
        position: relative;
        z-index: 200;
        opacity: 0.95;
        min-width: auto;
        max-width: auto;
        min-height: 100vh;
        background-color: #141414;
        box-shadow: 2px 2px 30px #000;
        margin: 0px auto;
        position: fixed;
        top: 0;
        left: auto;
        right: auto;
        bottom: 0;
    }
}




.modal-lang-selector {
    color: #000;
    position: fixed;
    z-index: 2000;
    padding: 20px;
    min-width: 200px;
    min-height: 100px;
    background-color: #fff;
    position: absolute;
    margin: 0 auto;
    box-shadow: 2px 2px 26px 12px #000;
    animation: modal-mini-dropPopup 0.2s ease forwards;
    display: none;
}

    .modal-lang-selector .close-win {
        float: right;
        cursor: pointer;
        font-size: 1.5rem;
        margin-top: -12px;
        margin-right: -6px;
    }

    .modal-lang-selector .langs {
        margin: 0rem;
        min-width: 12rem;
    }

        .modal-lang-selector .langs > div {
            margin: 1rem;
        }

            .modal-lang-selector .langs > div a {
                text-decoration: none;
            }

                .modal-lang-selector .langs > div a i {
                    margin-right: 12px;
                }

                .modal-lang-selector .langs > div a * {
                    color: #000;
                }

@keyframes modal-mini-dropPopup {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }

    40% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
        opacity: 0.92;
    }
}


.services-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    padding: 4rem;
}

.services-section {
    box-shadow: 0px 0px 30px 5px #2a2a2a;
}

    .services-section .img-panel img {
        max-width: 460px;
    }

    .services-section p {
        text-align: center;
        padding: 2rem;
    }







.realisations-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 4rem;
}


.realisation-section {
    display: grid;
    box-shadow: 0px 0px 30px 5px #2a2a2a;
}

    .realisation-section:first-child {
        margin-top: -2rem;
    }


    .realisation-section:nth-child(even) {
        /*border: 1px solid blue;*/
        grid-template-columns: 1.5fr 2fr;
    }

    .realisation-section:nth-child(odd) {
        /*border: 1px solid pink;*/
        grid-template-columns: 2fr 1.5fr;
    }

    .realisation-section > div {
        /*border: 1px solid red;*/
    }

    .realisation-section .text-panel {
    }

        .realisation-section .text-panel .box1 {
            margin: 2rem;
            margin-top: 3rem;
            margin-bottom: 3rem;
            display: grid;
            grid-template-columns: 1fr 3fr;
        }

            .realisation-section .text-panel .box1 > div {
                font-size: 1.2rem;
            }

        .realisation-section .text-panel .box2 {
            margin: 2rem;
            display: grid;
            grid-template-columns: 1fr;
        }

            .realisation-section .text-panel .box2 div.info {
                text-align: justify;
                font-size: 0.9rem;
            }

                .realisation-section .text-panel .box2 div.info .hl {
                    font-size: 1.1rem;
                    font-weight: bold;
                }


            .realisation-section .text-panel .box2 div.info2 {
                text-align: left;
                font-size: 0.9rem;
            }

                .realisation-section .text-panel .box2 div.info2 > div {
                    text-align: left;
                    font-size: 0.9rem;
                    margin-top: 0.8rem;
                }


    .realisation-section .img-panel {
        max-width: 580px;
    }

        .realisation-section .img-panel img {
            width: 100%;
        }

    .realisation-section .img-panel2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

        .realisation-section .img-panel2 > div:nth-child(1) {
            grid-column: 1 / span 2;
            grid-row: 1;
        }

        .realisation-section .img-panel2 > div:nth-child(2) {
            grid-column: 2 / span 2;
            grid-row: 2;
        }

        .realisation-section .img-panel2 > div:nth-child(3) {
            grid-column: 1 / span 2;
            grid-row: 3;
        }

        .realisation-section .img-panel2 img {
            width: 90%;
        }

    .realisation-section p {
        text-align: center;
        padding: 2rem;
    }




.contact-us-container {
    display: grid;
    grid-template-columns: 1fr;
    /*gap: 5rem;*/
    padding: 4rem;
}

    .contact-us-container > div {
        box-shadow: 0px 0px 30px 5px #2a2a2a;
    }

    .contact-us-container .msg {
        margin: 5%;
    }

    .contact-us-container p.caption {
        font-weight: bold;
        font-size: 1.3rem;
    }

    .contact-us-container img.img-emails {
        width: 90%;
        margin: 5%;
        margin-top: 2%;
        margin-bottom: 25%;
    }

    .contact-us-container a, .contact-us-container a:visited, .contact-us-container a:focus, .contact-us-container a:active {
        color: #fff;
    }



.lexique {
    font-size: 0.78rem;
    margin-left: 4rem;
}

    .lexique a, .lexique a:visited, .lexique a:active, .lexique a:focus {
        color: #fff;
    }

    .lexique .caption {
        font-weight: bold;
        margin-bottom: 0.5rem;
        display: block;
    }





.welcome-page .img-container {
    margin-top: 4.7rem;
    margin-right: 2rem;
}
