﻿


/* VERSION MOBILE : PAGE ACCUEIL*/
@media screen and (max-width: 480px) {

    /*Vidéo : Div*/
    #accueil > .video {
        width: 100vw;
    }
        /*Vidéo : Btn Mute*/
        #accueil > .video > span:nth-child(2) {
            right: calc(-100vw + 50px);
        }

    /*Titre + Paragraphe Intro : Div*/
    #accueil > .divIntroAccueil > div:first-child {
        margin: 0px !important;
    }

    /*1er Modèle de Maison : Card*/
    #accueil > .nosModele-wrapper > div:first-child {
        margin-top: 20px !important;
    }
    /*Chaque Modèle de Maison : Card*/
    .nosModele > .cadre > div:first-child {
        justify-content: center;
    }

        .nosModele > .cadre > div:first-child > div:first-child {
            margin-left: 0px;
            width: 80%;
        }

            .cardMaison {
                height: 275px;
            }
                /*Chaque Modèle de Maison : Image*/
                .cardMaison > a , .cardMaison > div:first-child {
                    height: 222.76px;
                }

                    .cardMaison > a > div:first-child {
                        height: 100%;
                        display: grid;
                    }

                        .cardMaison > a > div:first-child > img , .cardMaison > div:first-child > img {
                            max-height: 100%;
                        }

                        .cardMaison > a > div:first-child > div:nth-child(3) {
                            align-self: flex-end;
                            margin-bottom: 45px;
                        }

    /*Chaque Modèle de Maison : Intitulé Maison*/
    .card-body {
        padding: 0px !important;
        margin: 0px !important;
    }
    /*Exemple Maison des dernières réalisations*/
    #accueil > div:nth-child(12) > div.derniereRealisation:nth-child(2) {
        display: none;
    }

    /*Bouton "VOIR TOUS NOS DERNIERS PROJETS"*/
    #accueil > div:nth-child(13) > div:first-child {
        margin-top: 0px !important;
    }
}




 
.btnMute {
    position: relative;
    top: -4vh;
    right: -95vw;
    width: fit-content;
    background-color: #991b1c;
    color: white;
    border-radius: 50%;
}

.bandeauIconAccueil {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0rem 0.2rem 0.38rem #00000029;
}

.buttonBandeauIconAccueil {
    background: #991B1C 0% 0% no-repeat padding-box;
    box-shadow: 0rem 0.2rem 0.38rem #00000029;
    border-radius: 0.31rem;
    width: 100%;
}

    .buttonBandeauIconAccueil p {
        height: 3vh;
    }

.backgroundEquipeLacin {
    height: fit-content;
    width: 103vw;
    max-width: 103vw;
    overflow-x: hidden !important;
}


.cardMaison {
    background: none;
    border: none;
    overflow: hidden;
    border-radius: 0;
}

.card-body {
    padding: 1vh 0;
    margin-top: 5vh;
}


.nosModele .cardMaison:hover img {
    opacity: 0.3;
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.nosModele .cardMaison .voirModele {
    margin-top: -23vh;
    margin-bottom: 18vh;
    display: block;
    position: relative;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
}

.nosModele .cardMaison:hover .voirModele {
    visibility: initial;
}

.voirModeleImg {
    opacity: 1 !important;
    margin-left: -4vw;
    margin-top: 2vh !important;
}

.divHistoLacin .textUnderTitle {
    margin-bottom: 0;
}

.rowDates {
    margin-top: -80vh !important;
    margin-bottom: 65vh;
}

.divHistoLacin {
    margin-top: -72vh;
    margin-bottom: 32vh;
}

.cardHistoLacin {
    border: 0.125rem solid #991B1C;
    font-size: 0.8vw;
    background-color: rgba(234, 237, 240, 0.9);
    animation-duration: 25s;
    min-height: 11vh;
}

.derniereRealisation {
    height: fit-content;
}


.planDerniereRealisation {
    left: 0rem;
    margin: auto;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background-color: rgba(255,255,255,0.5);
    bottom: -35vh;
}

.infoRealisation {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.infoSupDerniereRealisation {
    border-top: 0.06rem solid #656469;
    border-bottom: 0.06rem solid #656469;
    margin-left: 2vw;
    margin-right: 2vw;
    display: flex;
    height: 3vh;
    display: none
}

    .infoSupDerniereRealisation span {
        margin: auto;
    }

.derniereRealisation .cardMaison:hover .card-body {
    margin-top: 2vh;
}

.cardMaison:hover .infoSupDerniereRealisation {
    display: flex;
}

.cardMaison:hover .planDerniereRealisation {
    animation-name: planDerniereRealisation-animation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.square {
    width: 200rem;
    height: 200rem;
    background: orange;
    border-radius: 0.5rem;
}

.nosModele {
    overflow: hidden;
}

    .nosModele video {
        height: 60vh;
        width: 100%;
    }

.nosModele-animation {
    animation-name: nosModele-animation;
    animation-duration: 1s;
    animation-delay: 9s;
    animation-fill-mode: forwards;
}

.cadre {
    position: relative;
    overflow: hidden;
}

.diaporama li {
    position: relative;
}

.divBackGroundHisto {
    display: flex;
    position: relative;
    z-index: -1;
}

    .divBackGroundHisto img {
        height: auto;
        width: 100vw;
    }

.historique-animation {
    animation-name: historique-animation;
    animation-duration: 25s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.card2001 {
    margin-left: -25vw;
    width: 100%;
}

.card2015 {
    margin-left: -50vw;
    width: 100%;
}

.card2018 {
    margin-left: -75vw;
    width: 100%;
}

.card2020 {
    margin-left: -100vw;
    width: 100%;
}

.card2022 {
    margin-left: -125vw;
    width: 100%;
}

    /*
.historiqueCard2001-animation {
    animation-name: historiqueCard2001-animation;
    animation-duration: 5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}
.historiqueCard2015-animation {
    animation-name: historiqueCard2015-animation;
    animation-duration: 5s;
    animation-delay: 7.5s;
    animation-fill-mode: forwards;
}
.historiqueCard2018-animation {
    animation-name: historiqueCard2018-animation;
    animation-duration: 5s;
    animation-delay: 12.5s;
    animation-fill-mode: forwards;
}
.historiqueCard2020-animation {
    animation-name: historiqueCard2020-animation;
    animation-duration: 5s;
    animation-delay: 17.5s;
    animation-fill-mode: forwards;
}
.historiqueCard2022-animation {
    animation-name: historiqueCard2022-animation;
    animation-duration: 5s;
     animation-delay: 22.5s;
    animation-fill-mode: forwards;
}
*/

    .historiqueCard2001-animation {
        animation-name: historiqueCard2001-animation;
        animation-duration: 1s;
        animation-delay: 4.5s;
        animation-fill-mode: forwards;
    }

    .historiqueCard2015-animation {
        animation-name: historiqueCard2015-animation;
        animation-duration: 1s;
        animation-delay: 9.5s;
        animation-fill-mode: forwards;
    }

    .historiqueCard2018-animation {
        animation-name: historiqueCard2018-animation;
        animation-duration: 1s;
        animation-delay: 14.5s;
        animation-fill-mode: forwards;
    }

    .historiqueCard2020-animation {
        animation-name: historiqueCard2020-animation;
        animation-duration: 1s;
        animation-delay: 19.5s;
        animation-fill-mode: forwards;
    }

    .historiqueCard2022-animation {
        animation-name: historiqueCard2022-animation;
        animation-duration: 1s;
        animation-delay: 24.5s;
        animation-fill-mode: forwards;
    }

    .dateHisto {
        text-align: center;
        height: 2vh;
        z-index: 3;
    }

    .courbe-animation {
        animation-name: courbe-animation;
        animation-duration: 10s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }

    .courbe1, .courbe2, .courbe3, .courbe4, .courbe5, .courbe6 {
        position: relative;
        width: 25vw;
        height: 15vw;
        margin-top: -10vh;
    }

    .courbe1, .courbe2, .courbe5, .courbe6 {
        background: #991B1C;
    }

    .courbe3, .courbe4 {
        background: #656469
    }

    .bandeauNosDernierProjets {
        width: 100%;
        height: 13vh;
        background-color: #991B1C;
        margin-bottom: -16vh;
        margin-top: 9vh;
        padding-right: 0;
    }

    .imgInfo1, .imgInfo2, .imgInfo3, .imgInfo4 {
        width: 0%;
    }

    .imgInfo1-animation {
        animation-name: info-animation;
        animation-duration: 2s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }

    .imgInfo2-animation {
        animation-name: info-animation;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: forwards;
    }

    .imgInfo3-animation {
        animation-name: info-animation;
        animation-duration: 2s;
        animation-delay: 3.5s;
        animation-fill-mode: forwards;
    }

    .imgInfo4-animation {
        animation-name: info-animation;
        animation-duration: 2s;
        animation-delay: 5.0s;
        animation-fill-mode: forwards;
    }

    .bandeauIconAccueil img {
        height: 5vh;
        margin: 0 auto;
        width: fit-content;
    }

    #RE2020 {
        width: 100%;
        height: 100%;
    }

    /*ANIMATION*/
    .flip-front, .testClass {
        position: absolute;
        width: 100%;
        height: 80%;
        backface-visibility: hidden;
        background: #991B1C;
    }

    .cacheDate {
        background-color: #EEEEEE;
        height: 2vh;
        margin-top: -1.5vh;
        z-index: 2;
        width: 10vw;
    }

    .flip-back {
        position: absolute;
        width: 100%;
        height: 80%;
        backface-visibility: hidden;
        text-align: left;
        transform: rotateY(180deg);
        display: flex;
        align-items: center;
        padding: 0.31rem;
    }



    .flip {
        height: 15vh;
        position: relative;
        transform-style: preserve-3d;
    }

    .flip-animation {
        animation-duration: 5s;
        transform: rotateY(180deg);
        transition: transform 1s linear 1s, -webkit-transform 1s linear 1s;
    }


    .backgroundAccueilMobile {
        background: url("/wwwclient/ACCUEIL/bgAccueilMobile.webp") no-repeat center;
    }

    .pt-xl-0-2 {
        padding-top: 0 !important;
    }




    /*ANIMATIONS*/

    @keyframes info-animation {
        from {
            width: 0%;
        }

        to {
            width: 100%;
        }
    }

    @keyframes wipe-enter {
        0% {
            transform: scale(0, .025);
        }

        50% {
            transform: scale(1, .025);
        }
    }

    @keyframes historique-animation {
        0% {
            margin-left: 100vw;
        }

        20% {
            margin-left: 0vw
        }

        30% {
            margin-left: 0vw
        }

        40% {
            margin-left: -100vw
        }

        50% {
            margin-left: -100vw
        }

        60% {
            margin-left: -200vw
        }

        70% {
            margin-left: -200vw
        }

        80% {
            margin-left: -300vw
        }

        90% {
            margin-left: -300vw
        }

        100% {
            margin-left: -400vw
        }
    }

    @keyframes historiqueCard2001-animation {
        to {
            margin-left: 0vw;
        }

        from {
            margin-left: -25vw;
        }
    }

    @keyframes historiqueCard2015-animation {
        to {
            margin-left: 0vw;
        }

        from {
            margin-left: -50vw;
        }
    }

    @keyframes historiqueCard2018-animation {
        to {
            margin-left: 0vw;
        }

        from {
            margin-left: -75vw;
        }
    }

    @keyframes historiqueCard2020-animation {
        to {
            margin-left: 0vw;
        }

        from {
            margin-left: -100vw;
        }
    }

    @keyframes historiqueCard2022-animation {
        to {
            margin-left: 0vw;
        }

        from {
            margin-left: -125vw;
        }
    }

    @keyframes planDerniereRealisation-animation {
        from {
            bottom: -35vh;
        }

        to {
            bottom: 0vh;
        }
    }




    /*
@media screen and (max-height: 890.31rem) {
    .divHistoLacin {
        margin-top: -75vh !important;
    }

    .rowDates {
        margin-top: -80vh !important;
    }
}

@media screen and (max-width: 1500rem) {

    .voirModele {
        display: block;
        margin-top: -30vh;
        margin-bottom: 26vh;
    }

    .planDerniereRealisation {
        bottom: -45vh;
    }

    .mediumSize {
        font-size: 20rem !important;
    }
}

@media screen and (max-width: 1300rem) {

    .cardHistoLacin {
        margin-top: -1vh;
    }

    .derniereRealisation .cardMaison {
        background-color: white;
        box-shadow: 0rem 0.2rem 0.38rem #00000029;
    }

    .infoSupDerniereRealisation {
        display: flex;
    }

    #RE2020 {
        width: 100%;
    }

    .rowDates {
        margin-top: -105vh;
    }

    .divHistoLacin {
        margin-top: -95vh;
    }

    .bandeauIconAccueil img {
        width: auto;
        padding: 0;
    }

    .rowDates, .divHistoLacin {
        margin-top: -60vh;
    }

    .card-body {
        margin-top: 0;
    }
}

@media screen and (max-width: 1440rem) {
    .mt-xl-1-4 {
        margin-top: 1.5rem !important;
    }

    .infoSupDerniereRealisation {
        height: 4vh;
    }

    .bgBlanc {
        min-height: 10vh !important;
    }

    .pt-xl-0-2 {
        padding-top: 0.5rem !important;
    }

    .divHistoLacin {
        margin-top: -80vh !important;
    }

    .rowDates {
        margin-top: -84vh !important;
    }
}


@media screen and (max-width: 1280rem) {
    .dateHisto {
        height: 4.5vh;
    }
}

@media screen and (max-width: 1024px) {
    .backgroundEquipeLacin {
        height: fit-content;
    }

    .divHistoLacin {
        margin-top: -47vh !important;
        margin-bottom: 0;
    }

    .rowDates {
        margin-top: -53vh !important;
    }

    .infoSupDerniereRealisation {
        font-size: 14px;
    }

    .bgBlanc {
        min-height: 12vh !important;
    }

    .dateHisto {
        height: 3.5vh;
    }
}

@media screen and (max-width: 990.125rem) {
    .divHistoLacin {
        margin-top: -80vh
    }

    .rowDates {
        margin-top: -85vh;
    }
}

@media screen and (max-width: 760.5rem) {

    .voirModele, .nosModele .cardMaison:hover .voirModele {
        display: none;
    }

    .histoireScroll {
        width: 450vw;
        max-width: 450vw;
    }

    .card-body {
        margin-top: 0vh;
    }

    .backgroundEquipeLacin {
        height: 35vh;
    }

    .divBackGroundHisto {
        display: none;
    }

    .rowDates {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .divHistoLacin {
        margin-top: 0;
        width: 100vw;
        overflow-x: auto;
        -webkit-overflow-scrolling: auto;
        margin-bottom: 0;
    }


    .histoireScroll {
        width: 250vw;
        max-width: 250vw;
    }

    .dateHisto {
        background-color: #EEEEEE;
        height: fit-content;
        margin-bottom: -1vh;
    }

    .card2001, .card2015, .card2018, .card2020, .card2022 {
        margin-left: 0;
    }

    .historiqueCard2001-animation, .historiqueCard2015-animation, .historiqueCard2018-animation, .historiqueCard2020-animation, .historiqueCard2022-animation {
        animation: none
    }
}

@media screen and (max-width: 570.38rem) {
    .courbeBanniere {
        margin: 0 auto !important;
    }

    .divHistoLacin {
        margin-top: 0 !important;
        width: 100vw;
    }

    .infoSupDerniereRealisation {
        height: 4vh;
    }

    .backgroundEquipeLacin {
        height: 55vh;
    }

    .histoireScroll {
        width: 380vw;
        max-width: 380vw;
    }

    .btnMute {
        right: -87vw;
    }

    .baseline {
        margin: 0 auto !important;
    }

    .mt-11 {
        margin-top: 0 !important;
    }
}
*/
