﻿@font-face {
    font-family: 'Calibri-Light';
    src: url('../eot/calibri-lightd41d.eot#iefix') format('embedded-opentype'), url('../woff/calibri-light.woff') format('woff'), url('../ttf/calibri-light.ttf') format('truetype'), url('../svg/calibri-light.svg#Calibri-Light') format('svg');
    font-weight: normal;
    font-style: norma;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../eot/montserrat-lightd41d.eot#iefix') format('embedded-opentype'), url('../woff/montserrat-light.woff') format('woff'), url('../ttf/montserrat-light.ttf') format('truetype'), url('../svg/montserrat-light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../eot/montserrat-regulard41d.eot#iefix') format('embedded-opentype'), url('../woff/montserrat-regular.woff') format('woff'), url('../ttf/montserrat-regular.ttf') format('truetype'), url('../svg/montserrat-regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../eot/montserrat-mediumd41d.eot#iefix') format('embedded-opentype'), url('../woff/montserrat-medium.woff') format('woff'), url('../ttf/montserrat-medium.ttf') format('truetype'), url('../svg/montserrat-medium.svg#Montserrat-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../eot/montserrat-semiboldd41d.eot#iefix') format('embedded-opentype'), url('../woff/montserrat-semibold.woff') format('woff'), url('../ttf/montserrat-semibold.ttf') format('truetype'), url('../svg/montserrat-semibold.svg#Montserrat-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.midMark {
    position: fixed;
    top: 50vh;
    display: block;
    background-color: red;
    width: 100vw;
    left: 0;
    height: 1px;
    z-index: 999999;
}


/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/

body {
    margin: 0px;
    font-family: Calibri-Light;
    font-size: 14px;
    line-height: 28px;
    color: #070707;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}

.ct {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
    max-width: 100%;
}

.ct-small {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}

.conteneurContenuBloc {
    margin-bottom: 120px;
}

.contenuFullPage {
    position: relative;
    overflow: hidden;
    z-index: 1000;
    background-color: #fff;
}

/*------- Couleur du loader et des selecteur -------*/

::-moz-selection {
    background: #24ad75;
    color: #fff
}

::selection {
    background: #24ad75;
    color: #fff
}

.spinner > div {
    background-color: #24ad75;
}

/*----------------- TEXTES ----------------*/

h1,
.h1 {
    font-size: 60px;
    line-height: 80px;
    color: #070707;
    letter-spacing: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Montserrat-SemiBold;
    font-weight: 400;
}

h2,
.h2 {
    font-size: 20px;
    line-height: 26px;
    color: #070707;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 20px;
}

.bTitre {
    width: 100%;
    text-align: center;
}

    .bTitre h2 {
        font-size: 80px;
        font-size: 4vw;
        line-height: calc(4vw + 20px);
        color: #070707;
        letter-spacing: 0.8vw;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-family: Montserrat-SemiBold;
        font-weight: 400;
        display: inline-block;
        width: 84vw;
        position: relative;
        text-align: left;
    }

        .bTitre h2:before {
            font-family: boonIco;
            content: "\e99a";
            color: #24ad75;
            font-size: 20px;
            line-height: 20px;
            position: absolute;
            top: -40px;
            left: -45px;
        }

    .bTitre .petit {
        font-size: 2.1vw;
        line-height: 2.1vw;
        letter-spacing: 0.5vw;
        margin-bottom: 1vw;
    }

h3,
.h3 {
    font-size: 18px;
    line-height: 21px;
    color: #070707;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: Montserrat-Medium;
    margin-bottom: 5px;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    font-family: Calibri-Light;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: justify;
}

.bPara p {
    text-align: center;
    font-family: Montserrat-Medium;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    line-height: 30px;
}

img {
    border: 0px;
}

ul {
    margin: 0px 0 20px 20px;
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
    font-family: Calibri-Light;
    font-size: 14px;
    line-height: 28px;
}

ul ul {
    margin: 0px 0 10px 0;
    list-style: none;
    text-align: justify;
}

    ul ul li {
        margin-left: 20px;
        list-style-type: circle;
    }

.ulOrder li {
    list-style-type: decimal;
}

/*---------- Boutons ---------*/

.btn {
    text-decoration: none;
    text-align: center;
    background: #24ad75;
    font-family: Montserrat-Medium;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    transition: 0.3s all ease-out;
    position: relative;
    z-index: 20;
}

    .btn:before {
        display: block;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        position: absolute;
        background-color: #222;
        transition: 0.3s all ease-out;
        z-index: -1;
    }

    .btn:hover {
    }

        .btn:hover:before {
            width: 100%;
        }

.noir .btn:before {
    background-color: #fff;
}

.noir .btn:hover {
    color: #222;
}

.btnLine {
    color: #070707;
    font-family: Montserrat-Medium;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-right: 5px;
    z-index: 20;
}

    .btnLine::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 30px;
        height: 4px;
        background-color: #24ad75;
        z-index: -1;
        animation: growBack 0.5s forwards;
    }

    .btnLine:hover::before {
        animation: grow 0.7s;
        animation-fill-mode: forwards;
    }

@keyframes grow {
    0% {
        width: 30px;
        height: 4px;
        top: 8px;
    }

    30% {
        height: 100%;
        top: 0;
        width: 30px;
    }

    100% {
        height: 100%;
        top: 0;
        width: 100%;
    }
}

@keyframes growBack {
    0% {
        left: unset;
        right: 0;
        height: 100%;
        top: 0;
        width: 100%;
    }

    30% {
        left: unset;
        right: 0;
        height: 100%;
        top: 0;
        width: 0px;
    }

    70% {
        left: 0;
        right: unset;
        height: 4px;
        top: 8px;
        width: 0px;
    }

    100% {
        left: 0;
        right: unset;
        height: 4px;
        top: 8px;
        width: 30px;
    }
}



/*---------- CLASSES PERSO ---------*/

.noir {
    background-color: #070707;
}

    .noir h1,
    .noir h2,
    .noir h3,
    .noir p,
    .noir .btnLine {
        color: #fff;
    }

.important {
    font-weight: bold;
}

.color {
    color: #24ad75;
}

.ita {
    font-style: italic;
}

.petit {
    font-size: 15px;
    display: block;
    letter-spacing: 2px;
}

.retourBtn {
    text-align: right;
    margin: 5px 0;
}

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.nomargin {
    margin-bottom: 0px !important;
}

.sTexte {
    width: 350px;
}


/*-----------------------------------------*/
/*----------------- HEADER ----------------*/
/*-----------------------------------------*/

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    height: 0;
}

#logo {
    width: 135px;
    float: left;
    margin-left: 60px;
    margin-top: 60px;
    position: relative;
    z-index: 9100;
}

    #logo img {
        width: 100%;
    }

.menuOpened {
    overflow: hidden;
}


/*-------------------------------------------------------*/
/*-------------------- HOMEPAGE -------------------------*/
/*-------------------------------------------------------*/

.NewSliderHomeMaster {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1000;
    background-color: #222;
    margin-bottom: 0px;
}

    .NewSliderHomeMaster .contenuFullPhotoSeule {
        height: 100% !important;
    }

    .NewSliderHomeMaster .swiper-container {
        height: 100% !important;
    }

    .NewSliderHomeMaster .swiper-slide:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        opacity: 6;
        pointer-events: none;
        z-index: 1;
    }

    .NewSliderHomeMaster .swiper-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -25%);
        background: transparent;
        z-index: 99;
        text-align: center;
        width: fit-content;
    }

        .NewSliderHomeMaster .swiper-text h2 {
            color: white !important;
            font-size: 55px;
            letter-spacing: 1.1px;
            line-height: initial;
            margin-bottom: 0px;
        }

        .NewSliderHomeMaster .swiper-text .ligne-slider {
            width: fit-content !important;
            padding: 25px 0px; 
        }

        .NewSliderHomeMaster .swiper-text .localisation {
            font-family: Montserrat-SemiBold;
            color: white !important;
            font-size: 20px;
            letter-spacing: 1.1px;
            line-height: initial;
            text-align: center;
            text-transform: uppercase;
        }

    .NewSliderHomeMaster .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 100%;
        background: #ffffff;
        opacity: 0.2;
    }

    .NewSliderHomeMaster .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url("../svg/before-arrow.svg");
        left: 0;
        right: auto;
        width: 100px;
        height: 100px;
        background-size: contain;
    }

    .NewSliderHomeMaster .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url("../svg/next-arrow.svg");
        right: 0;
        left: auto;
        width: 100px;
        height: 100px;
        background-size: contain;
    }

.NewSliderHomeMaster .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

.NewSliderHomeMaster .swiper-background {
    height: 100% !important;
}

.homeTop {
    max-height: 100vh;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1000;
    background-color: #222;
}
/*
    .homeTop:before {
        background: rgb(7,7,7);
        background: linear-gradient(0deg, rgba(7,7,7,1) 0%, rgba(255,255,255,0) 100%);
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 250px;
        width: 100%;
        z-index: 5200;
        pointer-events: none;
    }*/

    .homeTop:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 6;
        pointer-events: none;
    }

    .homeVideoIn {
        width: 100%;
        position: relative;
        z-index: 2000;
        overflow: hidden;
    }

        .homeVideoIn video {
            width: 100%;
        }

.homeTopCaption {
    position: absolute;
    z-index: 5600;
    top: 50%;
    text-align: center;
    left: 50%;
    width: 90%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    font-size: 55px;
    color: #fff;
    font-family: Montserrat-SemiBold;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: 10px;
    display: block;
}

    .homeTopCaption span {
        color: #24ad75;
        display: block;
    }


/*
    .homeTop-sliderCt {
        width: 100%;
        height: 100%;
    }

    .homeTop-slider {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1100;
    }

        .homeTop-slide {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;    
            background-color: #222;
        }

            .homeTop-imageBlur,
            .homeTop-imageShape {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 100%;
                display: block;
                background-size: cover;
                background-position: center;
            }

                .homeTop-slide1 .homeTop-imageBlur,
                .homeTop-slide1 .homeTop-imageShape {
                    background-image: url(../images/testBurdet.jpg);
                }

                .homeTop-slide2 .homeTop-imageBlur,
                .homeTop-slide2 .homeTop-imageShape {
                    background-image: url(../images/tempHome2.jpg);
                }

            .homeTop-title {
                position: absolute;
                z-index: 1800;
                top: 50%;    
                text-align: center;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
            }

                .homeTop-title span {
                    font-size: 55px;
                    color: #fff;
                    font-family: Montserrat-Medium;
                    line-height: 55px;
                    text-transform: uppercase;
                    letter-spacing: 10px;
                    display: block;
                }

            .homeTop-city {
                position: absolute;
                z-index: 1700;
                bottom: 90px;
                left: 50%;
                transform: translateX(-50%);
            }

                .homeTop-city span {
                    position: relative;
                    color: #fff;
                    text-transform: uppercase;
                    font-family: Montserrat-Regular;
                    font-size: 20px;
                    letter-spacing: 4px;
                    display: block;
                }

                    .homeTop-city span:before {
                        content: "";
                        display: block;
                        width: 1px;
                        height: 20vh;
                        background-color: #fff;
                        margin: 0 auto 20px auto;
                    }

            .homeTop-lien {
                width: 66vh;
                height: 66vh;
                position: absolute;
                top: 17vh;
                left:calc((100vw - 66vh) / 2);
                z-index: 1800;
                cursor: pointer;
                display: none;
            }

    .homeTop-nav {
        position: absolute;
        z-index: 2000;
        width: 100%;
        pointer-events: none;
        height: 40px;
        top: calc(50% - 20px);
    }

        .homeTop-navPrev {
            pointer-events: all;
            position: absolute;
            left: 0;
            top: 0;
            cursor: pointer;
            padding-left: 40px;
        }

            .homeTop-navPrev:before {
                content: "";
                display: block;
                width: 33px;
                height: 1px;
                background-color: #fff;
                position: absolute;
                left: 0;
                top: 19px;
                transition: 0.3s all ease-out;
            }

                .homeTop-navPrev:hover:before {
                    width: calc(100% + 5px);
                    opacity: 0.5;
                }

        .homeTop-navNext {
            pointer-events: all;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            padding-right: 40px;
        }

            .homeTop-navNext:before {
                content: "";
                display: block;
                width: 33px;
                height: 1px;
                background-color: #fff;
                position: absolute;
                right: 0;
                top: 19px;
                transition: 0.3s all ease-out;
            }

                .homeTop-navNext:hover:before {
                    width: calc(100% + 5px);
                    opacity: 0.5;
                }

            .homeTop-nav span {
                font-family: Montserrat-Regular;
                font-size: 12px;
                line-height: 40px;
                letter-spacing: 2px;
                color: #fff;
                text-transform: uppercase;
            }

    .homeTop-pagination {
        position: absolute;
        z-index: 2000;
        right: 50px;
        bottom: 50px;
    }

        .homeTop-pagination div {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

            .homeTop-paginationEnd {
                margin-left: 15px;
            }

            .homeTop-paginationEnd:before {
                content: "";
                display: inline-block;
                vertical-align: top;
                position: relative;
                top: 12px;
                height: 1px;
                background-color: #fff;
                width: 100px;
                margin-right: 15px;
            }

            .homeTop-pagination span {
                font-family: Montserrat-Medium;
                font-size: 12px;
                line-height: 12px;
                letter-spacing: 2px;
                color: #fff;
                text-transform: uppercase;
            }

                .homeTop-pagination .homeTop-paginationEnd span {
                    color: #24ad75;
                }*/

/*.homeTopTemp {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .homeTopTemp:after {
        content:"";
        display: block;
        width: 100%;
        height: 40vh;
        position: absolute;
        pointer-events: none;
        bottom: 0;
        left:0;
        right: 0;
        background: rgba(255,255,255,0);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(7,7,7,1) 80%);
        z-index: 1450;
    }

    .homeTopDesc {
            position: absolute;
            z-index: 1800;
            top: 50%;    
            text-align: center;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            pointer-events: none;
        }

            .homeTopDesc > div {
                font-size: 55px;
                color: #fff;
                font-family: Montserrat-SemiBold;
                line-height: 65px;
                text-transform: uppercase;
                letter-spacing: 10px;
                display: block;
            }

.homeTopPic {
    text-align: center;
    position: relative;
    height:100%;
    width: 100%;
}
.blur {
    width:100%;
    height: 100%;
}
    .blur image {
        width:100%;
        height: 100%;
    }

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
circle {
   opacity: 1;
   -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}*/

.homeIntro {
    background-color: #070707;
    width: 100%;
}

    .homeIntro .ct-small {
        padding: 170px 0px;
    }

        .homeIntro .ct-small h1 {
            color: #fff;
            margin-bottom: 0px;
        }


.homeIntro50 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.homeIntro50-left {
    width: 50%;
}

    .homeIntro50-left img {
        width: 100%;
        position: relative;
    }

.homeIntro50-right {
    width: 50%;
}

.homeIntro50-rightCt {
    margin-left: 140px;
}

.homeIntro50-right h2,
.homeIntro50-right p,
.homeIntro50-right .btnLine {
    color: #fff;
}

.homeSlide {
    padding-top: 250px;
    width: 100%;
}

    .homeSlide .bTitre {
        position: relative;
        z-index: 2800;
    }

.homeSlideDesc {
    position: relative;
    z-index: 2500;
    margin-top: 100px;
}

    .homeSlideDesc .ct {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

.homeSlideDesc-txt {
    margin: -80px 130px 0px 30px;
}


.homeHorizontalIntroImg {
    position: absolute;
    bottom: -200px;
    right: 0;
    z-index: 2500;
}

.homeSlideDesc-img {
    width: 420px;
    height: 540px;
    position: relative;
}

.homeSlideDesc-imgOut {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateY(-47vw);
    left: 0;
    overflow: hidden;
    transition: 2s all ease-out;
}

    .homeSlideDesc-imgOut img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.9s all ease-out;
    }

        .homeSlideDesc-imgOut img:last-of-type {
            transform: translateY(100%);
            z-index: 20;
        }

.imgTurnPassed {
    transform: none !important;
}


    .imgTurnPassed img:last-of-type {
        transform: none !important;
    }

.homeHorizontal {
    position: relative;
    z-index: 2000;
    padding-top: 280px;
}

    .homeHorizontal .bTitre {
        padding-bottom: 6.25vw;
    }

.homeHorizontalScroll {
    padding: 0px 8vw 9vw 8vw;
}

.homeHorizontalCt {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.homeHorizontalEl {
    width: 48%;
    margin-right: 2%;
    height: 27vw;
    flex-shrink: 0;
    position: relative;
}

.homeHorizontalImg {
    position: absolute;
    z-index: 90;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(100);
    transition: 0.5s all ease-out;
}

.homeHorizontalEl:hover .homeHorizontalImg {
    filter: grayscale(0);
}

.homeHorizontalEl:before {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(7, 7, 7, 1);
    opacity: 0.6;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s all ease-out;
}

.homeHorizontalEl:hover:before {
    opacity: 0;
}

.homeHorizontalEl h2 {
    position: absolute;
    width: 100%;
    padding: 0px 90px 30px 35px;
    margin-bottom: 0px;
    box-sizing: border-box;
    z-index: 200;
    bottom: 0;
    color: #fff;
    font-size: 2vw;
    letter-spacing: 5px;
    line-height: 40px;
}

    .homeHorizontalEl h2 .petit {
        color: #24ad75;
        font-size: 1vw;
        line-height: 1.5vw;
        letter-spacing: 3px;
    }

    .homeHorizontalEl h2:after {
        position: absolute;
        right: 30px;
        bottom: 30px;
        font-size: 1.5vw;
        content: "\e99a";
        font-family: boonIco;
    }

.homeHorizontalBot {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 3000;
}

.homeHorizontalBotImg {
    width: 50%;
    transform: translateY(30px);
}

    .homeHorizontalBotImg img {
        width: 420px;
        display: block;
        position: relative;
    }

.homeHorizontalBotTxt {
    width: 50%;
}

    .homeHorizontalBotTxt .sTexte {
        margin: 0 auto;
    }

/*.homeHorizPlus {
    width: 300px;
    height: 300px;
    display: block;
    background-color: #24ad75;
}*/

.homeHorizPlus {
    text-align: right;
    margin-top: 30px;
    color: #fff;
}


/*------------------------------------------------------*/
/*------------------ HOME ACTUS ------------------------*/
/*------------------------------------------------------*/


.homeActuLeBlanc {
    display: block;
    width: 100%;
    height: 850px;
}

.homeActus {
    padding-top: 120px;
}

.homeActusTitre {
    margin-bottom: 4vw;
    position: relative;
}

    .homeActusTitre .btnLine {
        position: absolute;
        right: 0;
        top: 140px;
        margin-top: 0px;
    }

    .homeActusTitre h2 {
        width: 100%;
        text-align: right;
        font-family: Montserrat-Medium;
        font-size: 8.3vw;
        line-height: 8.3vw;
        opacity: 0.05;
        letter-spacing: 1vw;
        margin-bottom: 0px;
    }

.actusCt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.actuCt {
    position: relative;
    width: 32%;
    display: block;
}

.actuImageCt {
    position: relative;
    width: 100%;
    height: 380px;
    transform-origin: top left;
    position: relative;
    max-height: 95vh;
    z-index: 300;
}

.actuImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100);
    transition: 0.5s all ease-out;
    position: relative;
}

#panHomeActus .actuImage {
    background-size: cover;
    background-position: center;
}

.actuImageShade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #070707;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 200;
    transition: 0.5s all ease-out;
}

.actuImageCt:hover .actuImageShade {
    opacity: 0 !important;
}

.actuImageCt:before {
    position: absolute;
    z-index: 500;
    right: 20px;
    top: 335px;
    color: #24ad75;
    font-size: 20px;
    content: "\e99a";
    font-family: boonIco;
}

.actuImage img {
    width: 100%
}

.actuImageCt:hover .actuImage {
    filter: grayscale(0) !important;
}

.actuDescCt {
    position: relative;
    z-index: 200;
    box-sizing: border-box;
    padding: 25px;
}

.actuPetitDesc {
    width: 100%;
}

.actuDate {
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    line-height: 11px;
    display: block;
    color: #24ad75;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.actuTitre {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 29px;
    max-height: 60px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #070707;
}

.actuGrandDesc {
    display: none;
    margin-top: 30px;
}

.actuTexte {
    margin-bottom: 20px;
    max-height: 200px;
    overflow: hidden;
    font-family: Calibri-Light;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: justify;
}

.actuLien {
    text-align: left;
}


.botOutline {
    padding-top: 220px;
    padding-bottom: 120px;
    position: relative;
}

.body_14 .botOutline {
    padding-top: 90px;
}

.botOutlineTitre {
    text-align: center;
    width: 100%;
    position: absolute;
    /*top: 200px;*/
    left: 0px;
    z-index: 200;
}

    .botOutlineTitre h2 {
        display: inline-block;
        text-align: left;
        font-size: 8.3vw;
        opacity: 0.05;
        letter-spacing: 1vw;
        line-height: 9.3vw;
    }

.botOutlineText {
    width: 50%;
    float: right;
    position: relative;
    z-index: 400;
}


/*------------------------------------------------------*/
/*----------------- REALISATIONS -----------------------*/
/*------------------------------------------------------*/


.lstReal {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 18vw;
}

.lstReal-intro {
    position: relative;
    width: 100%;
    display: inline-block;
}

    .lstReal-intro h1 {
        position: relative;
    }

        .lstReal-intro h1:before {
            font-family: boonIco;
            content: "\e99a";
            color: #fff;
            font-size: 20px;
            line-height: 20px;
            position: absolute;
            top: -20px;
            left: -25px;
        }

.lstReal-introDesc {
    width: 50%;
    float: right;
}

    .lstReal-introDesc .sTexte {
        margin: 0 auto;
    }

    .lstReal-introDesc,
    .lstReal-introDesc p,
    .lstReal-introDesc h2,
    .lstReal-introDesc h3 {
        color: #fff;
    }

        .lstReal-introDesc,
        .lstReal-introDesc p {
            text-align: justify;
        }

.lstReal-els {
    width: 88vw;
    margin: -210px auto 0 auto;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.lstReal-el {
    width: 37.7vw;
    height: 25vw;
    margin: 0px 3.1vw 7vw 3.1vw;
    display: block;
    position: relative;
    text-decoration: none;
}

    .lstReal-el:nth-of-type(2n) {
        top: 12vw;
    }

.lstReal-imgCt {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

    .lstReal-imgCt:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 1);
        opacity: 0.3;
        top: 0;
        left: 0;
        z-index: 500;
        pointer-events: none;
        transition: 0.3s all ease-out;
    }

.lstReal-el:hover .lstReal-imgCt:before {
    opacity: 0.1;
}

.lstReal-img {
    background-size: cover;
    background-position: center;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    filter: grayscale(100);
    transition: 0.3s all ease-out;
}

.lstReal-el:hover .lstReal-img {
    filter: grayscale(0);
}

.lstReal-desc {
    position: absolute;
    left: -15px;
    top: 14vw;
    z-index: 500;
}

.lstReal-num {
    position: relative;
    margin-left: -25px;
    width: 25px;
    margin-bottom: 20px;
    font-family: Montserrat-SemiBold;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
}

    .lstReal-num:after {
        width: 35px;
        height: 1px;
        display: block;
        background-color: #fff;
        position: absolute;
        top: 4px;
        right: -35px;
        content: "";
    }

.lstReal-ville {
    color: #24ad75;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    font-family: Montserrat-SemiBold;
}

.lstReal-nom {
    font-size: 2.6vw;
    line-height: 2.6vw;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}


.dtlReal-intro {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
}

.dtlReal-introImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

    .dtlReal-introImg:before {
        position: absolute;
        z-index: 300;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.40);
    }

.dtlReal-introTitre {
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 4px;
    font-family: Montserrat-SemiBold;
    max-width: 80%;
    position: absolute;
    z-index: 400;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.dtlReal-introLieu {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
    font-family: Montserrat-Medium;
    max-width: 500px;
    position: absolute;
    z-index: 450;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

    .dtlReal-introLieu:before {
        height: 11vw;
        width: 1px;
        content: "";
        top: calc(-11vw - 20px);
        display: block;
        left: 50%;
        background-color: #fff;
        position: absolute;
    }

.dtlReal-desc {
    padding-top: 120px;
    z-index: 200;
    position: relative;
}

.dtlReal-back {
    position: absolute;
    transform: rotate(-90deg) translateY(50%);
    color: #fff;
    text-transform: uppercase;
    display: block;
    left: -50px;
    top: 50%;
    z-index: 9999;
    font-size: 17px;
    line-height: 17px;
    font-family: Montserrat-Medium;
    transition: 0.3s all ease-out;
}

    .dtlReal-back:hover {
        color: #24ad75;
    }

.dtlReal-desc h1 {
    text-align: center;
    margin-bottom: 120px;
}

.dtlReal-descTexte {
    float: left;
    color: #fff;
}

.dtlReal-descImage {
    width: 600px;
    height: 360px;
    float: right;
    display: block;
}

    .dtlReal-descImage img {
        width: 100%;
    }

.dtlReal-carasCt {
    position: relative;
    z-index: 20;
    padding-top: 90px;
}

    .dtlReal-carasCt:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 900px;
        /*max-height: 100%;*/
        display: block;
        z-index: -1;
        background-color: #f2f2f2;
    }

.dtlReal-caras {
    padding-bottom: 90px;
}

.dtlReal-cara {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 2px solid #222;
}

    .dtlReal-cara:last-of-type {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.dtlReal-caraTxt {
    display: block;
    color: #222222;
    font-size: 21px;
    font-family: Montserrat-Medium;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 3px;
}

.dtlReal-caraLbl {
    display: block;
    color: #24ad75;
    font-size: 16px;
    font-family: Montserrat-Medium;
    line-height: 18px;
    text-transform: uppercase;
}

.dtlReal-photos {
    display: flex;
    padding-bottom: 130px;
    width: 100%;
    position: relative;
    z-index: 300;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dtlReal-photo {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

    .dtlReal-photo img {
        width: 100%;
    }

.dtlReal-photo50 {
    width: 48%;
}

.dtlReal-next {
    display: block;
    width: 100%;
    height: 600px;
    position: relative;
}

.dtlReal-nextImg {
    position: absolute;
    z-index: 200;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 100%;
    transition: 0.3s all ease-out;
    filter: grayscale(100);
    background-size: cover;
    background-position: center;
}

    .dtlReal-nextImg:before {
        position: absolute;
        z-index: 300;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.50);
    }

.dtlReal-next:hover .dtlReal-nextImg {
    filter: grayscale(0);
}

.dtlReal-nextLbl {
    position: absolute;
    z-index: 300;
    display: inline-block;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
    letter-spacing: 1px;
    top: 50px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

    .dtlReal-nextLbl:after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        display: block;
        bottom: -3px;
        left: 0;
        background-color: #fff;
    }

.dtlReal-nextTxt {
    width: 955px;
    position: absolute;
    z-index: 400;
    display: block;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.dtlReal-nextVille {
    display: block;
    color: #24ad75;
    font-family: Montserrat-Medium;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dtlReal-nextLieu {
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 50px;
    color: #fff;
    line-height: 52px;
    display: block;
}

.dtlReal-descContent .sTexte {
    text-align: justify;
    padding-bottom: 50px;
}

.dtlReal-descContent h2 {
    text-align: left;
}



/*------------------------------------------------------*/
/*-------------------- METIER -------------------------*/
/*------------------------------------------------------*/

.blocIntro {
    background-color: #070707;
    background-size: cover;
    background-position: center;
    padding-top: 230px;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 80px;
}

.blocIntroMrWhite {
    padding-top: 230px;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 80px;
}

.blocIntro:after {
    width: 100%;
    height: 220px;
    content: "";
    display: block;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-image: url(../png/blocintroshadow.png);
}


.blocIntro .contenuFull {
    position: relative;
    z-index: 200;
}

.body_1184 .blocIntro {
    background-image: url(../jpg/bmetier.jpg);
}

.body_1158 .blocIntro {
    background-image: url(../jpg/bmetier.jpg);
}

.body_1185 .blocIntro {
    padding-bottom: 260px;
    background-image: url(../jpg/bprojet.jpg);
}

.body_1187 .blocIntro {
    padding-bottom: 150px;
    background-image: url(../jpg/bprojet.jpg);
}

.body_1187 h1 {
    margin-bottom: 170px;
}

.body_1188 .blocIntro {
    background-image: url(../jpg/bequipe.jpg);
}

.blocIntroMetierTxt {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1000;
}

    .blocIntroMetierTxt .sTexte {
        float: right;
    }

.blocIntroMetierImg {
    margin-left: 140px;
    float: left;
    margin-top: 110px;
    width: 420px;
    height: 370px;
    position: relative;
    z-index: 200;
}

    .blocIntroMetierImg img {
        width: 100%;
    }

.blocIntroProjetImg {
    float: left;
    margin-top: 50px;
    width: 550px;
    position: relative;
    z-index: 200;
}

    .blocIntroProjetImg img {
        width: 100%;
    }

.blocIntroHistoireImg {
    margin-left: 140px;
    float: left;
    width: 420px;
    position: relative;
    z-index: 200;
}

    .blocIntroHistoireImg img {
        width: 100%;
        top: -90px;
        position: relative;
    }

.blocIntroEquipeTxt {
    margin-top: 30px;
    margin-bottom: 50px;
}

.blocIntroEquipeImg {
    margin-left: 0px;
    float: left;
    width: 545px;
    position: relative;
    z-index: 200;
}

    .blocIntroEquipeImg img {
        width: 100%;
        position: relative;
    }

.blocIntroMetierLgd {
    width: 50%;
    box-sizing: border-box;
    padding: 100px 130px;
    border: 5px solid #24ad75;
    float: right;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}

.titreNoirMetier {
    padding: 35px 0px 110px 0px;
    text-align: center;
}

.titreNoirProjet {
    padding: 150px 0px 150px 0px;
    text-align: center;
}

    .titreNoirMetier h2,
    .titreNoirProjet h2 {
        font-size: 3.1vw;
        line-height: 4vw;
        letter-spacing: 0.5vw;
    }

.ctBlocVertMetier {
    display: inline-block;
    width: 100%;
    padding-bottom: 150px;
}

    .ctBlocVertMetier .sTexte {
        float: left;
        margin-left: 125px;
    }

    .ctBlocVertMetier .blocVert {
        position: absolute;
        right: 0;
        top: 120px;
    }

.blocVert {
    width: 540px;
    padding: 120px 130px;
    box-sizing: border-box;
    background-color: #24ad75;
    color: #fff;
}

    .blocVert h2 {
        color: #fff;
        position: relative;
    }

    .blocVert .color {
        color: #222;
    }

    .blocVert h2:before {
        font-family: boonIco;
        content: "\e99a";
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: -35px;
        left: -40px;
    }

    .blocVert p,
    .blocVert h3 {
        color: #fff;
    }


.metierDoubleText {
    display: inline-block;
    width: 100%;
    margin-bottom: 75px;
}

.metierDoubleText-left {
    width: 475px;
    float: left;
    margin-left: 125px;
}

.metierDoubleText-right {
    width: 500px;
    float: right;
    /*margin-top: 300px;*/
}

    .metierDoubleText-right .blocVert {
        width: 100%;
        padding: 110px 105px;
    }

.centerHistoire {
    padding-top: 20px;
}

    .centerHistoire h2 {
        width: 640px;
        letter-spacing: 1px;
        margin: 0 auto 30px auto;
        font-size: 16px;
        line-height: 28px;
    }

    .centerHistoire p {
        font-size: 23px;
        line-height: 28px;
        font-style: italic;
    }

.h2Histoire {
    color: #dcdcdc;
}

.blocMetierMid {
    display: flex;
    margin-bottom: 180px;
    flex-direction: row;
}

.blocMetierMid-img {
    width: 50%;
    position: relative;
    z-index: 200;
}

    .blocMetierMid-img img {
        width: 100%;
    }

.blocMetierMid-txt {
    position: relative;
    width: 50%;
    border: 5px solid #24ad75;
    margin-top: 9.9vw;
    margin-left: -7.8vw;
    box-sizing: border-box;
    padding: 7.8vw 7.8vw 7.8vw 15.1vw;
}

    .blocMetierMid-txt h2 {
        font-size: 26px;
        font-weight: bold;
        font-family: Montserrat-SemiBold;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 3.1vw;
    }

    .blocMetierMid-txt ul {
        padding: 0px;
        margin: 0px;
    }

    .blocMetierMid-txt li {
        font-family: Montserrat-SemiBold;
        color: #222;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 30px;
        list-style: none;
        margin-bottom: 1.8vw;
        padding-left: 25px;
        position: relative;
    }

        .blocMetierMid-txt li:before {
            display: block;
            width: 10px;
            height: 10px;
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            background-color: #222;
            border-radius: 50%;
        }


.blocMetierDemarche {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 3000;
}

.blocProjetDemarche {
    height: 20px;
    z-index: 3000;
    position: relative;
    display: block;
    width: 100%;
}

.blocProjetDemarcheCt {
    position: absolute;
    height: 600px;
    right: 0;
    top: -200px;
}

.blocMetierDemarche-texte {
    width: 450px;
    margin-left: 60px;
    float: left;
}

.blocMetierDemarche-green {
    width: 450px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #24ad75;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 580px;
}

    .blocMetierDemarche-green:before {
        position: absolute;
        pointer-events: none;
        display: block;
        top: 0;
        left: 0;
        content: "";
        background-image: url(../png/backdemarche.png);
        background-size: 90% auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        z-index: 20;
    }

.blocMetierDemarche-titre {
    position: relative;
    z-index: 30;
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .blocMetierDemarche-titre span {
        display: block;
    }

        .blocMetierDemarche-titre span:nth-of-type(1) {
            font-size: 69px;
            line-height: 69px;
        }

        .blocMetierDemarche-titre span:nth-of-type(2) {
            font-size: 45px;
            line-height: 50px;
        }

        .blocMetierDemarche-titre span:nth-of-type(3) {
            font-size: 42px;
            line-height: 50px;
        }

        .blocMetierDemarche-titre span:nth-of-type(4) {
            font-size: 62px;
            line-height: 60px;
        }

.blocEquipeIntro {
    position: relative;
    z-index: 300;
    padding-bottom: 180px;
}

    .blocEquipeIntro .sTexte {
        margin-left: 120px;
    }

.blocEquipeIntroImg {
    position: absolute;
    right: 0;
    top: 0;
    width: 530px;
}

    .blocEquipeIntroImg img {
        width: 100%;
    }

.equipierCt {
    padding-bottom: 120px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.equipierImageCt {
    width: 50%;
    height: 530px;
    position: relative;
    z-index: 300;
    float: left;
}

.equipierCtRight .equipierImageCt {
    float: right;
}

.equipierImage {
    width: 630px;
    height: 100%;
    box-sizing: border-box;
    border: 10px solid #24ad75;
    position: relative;
}

.equipierCtRight .equipierImage {
    float: right;
}

.equipierImageCapt {
    position: absolute;
    top: -28px;
    left: 60px;
    padding: 10px 25px;
    color: #24ad75;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 5px;
    font-family: Montserrat-SemiBold;
    background-color: #fff;
}

.equipierImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.equipierDescCt {
    width: 50%;
    float: right;
    margin-top: 145px;
    position: relative;
    z-index: 500;
}

.equipierCtRight .equipierDescCt {
    float: left;
}

.equipierTitre {
    margin-left: 40px;
    padding: 40px 3px;
    margin-bottom: 60px;
    display: inline-block;
    background-color: #fff;
}

.equipierCtRight .equipierTitre {
    margin-left: 0px;
}

.equipierCtRight .equipierDesc-soustitre {
    text-align: right
}

.equipierTitre-nom {
    font-family: Montserrat-SemiBold;
    letter-spacing: 8px;
    color: #222;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
}

.equipierCtRight .equipierTitre-nom {
    text-align: right;
}

.equipierTitre-desc {
    font-family: Montserrat-Regular;
    letter-spacing: 2px;
    color: #222;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
}

.equipierCtRight .equipierTitre-desc {
    text-align: right;
    padding-right: 8px;
}

.equipierDesc {
    background-color: #fff;
    padding: 20px 0px 0px 30px;
    margin-left: 85px;
}

.equipierCtRight .equipierDesc {
    margin-left: 0px;
    padding: 20px 30px 0px 0px;
}

.equipierDesc-soustitre {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat-SemiBold;
    margin-bottom: 8px;
    font-size: 15px;
    color: #222;
}

.equipeNoir {
    padding-top: 140px;
}

.ccb559 .equipeNoir {
    padding-top: 200px;
}

.noir .equipierTitre,
.noir .equipierDesc,
.noir .equipierImageCapt {
    background-color: #070707;
    color: #fff;
}

    .noir .equipierTitre .equipierTitre-nom,
    .noir .equipierTitre .equipierTitre-desc,
    .noir .equipierDesc-soustitre {
        color: #fff;
    }

.botOutlineEquipe {
    position: relative;
}

/*------------------------------------------------------*/
/*-------------------- CONTENU -------------------------*/
/*------------------------------------------------------*/

/*---------- Contenus des Blocs ---------*/

.contenuFullPage .contenuMixteImageG {
    width: 300px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuMixteImageD {
    width: 300px;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuMixteTexteG {
    width: 610px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuMixteTexteD {
    width: 610px;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColG {
    width: 450px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColD {
    width: 450px;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuFull {
    width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
    width: 100%;
}

    .contenuFullPage .contenuFullPhotoSeule img {
        width: 100%;
    }

.contenuFullPage .contenuFullPhotoSlider {
    display: block;
    position: relative;
}

.photoColonne {
    margin-bottom: 15px;
}

    .photoColonne img {
        width: 100%;
    }

.flottantGauche {
    float: left;
    margin: 0 30px 0 0;
}

.flottantDroite {
    float: right;
    margin: 0 0 0 30px;
}

.sepFooter {
    display: block;
    clear: both;
    height: 40px;
}

.projetLine1 {
    z-index: 200;
}

.projetLine {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.projetLineImgRight {
    justify-content: flex-end;
}

.projetLine-txt {
    width: 600px;
    box-sizing: border-box;
    padding-top: 50px;
}

.projetLine-para {
    width: 100%;
    display: flex;
    flex-direction: row;
}

    .projetLine-para + .projetLine-para {
        margin-top: 110px;
    }

.projetLine-num {
    width: 120px;
    text-align: left;
    font-family: Montserrat-SemiBold;
    font-size: 70px;
    line-height: 60px;
    color: #222;
    flex-shrink: 0;
}

.projetLine-desc {
    width: 420px;
}

    .projetLine-desc h2 {
        margin-bottom: 5px;
    }

.soustitre {
    font-size: 18px;
    line-height: 30px;
    font-family: Montserrat-Medium;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #24ad75;
    display: block;
}

.projetLine-desc .soustitre {
    margin-bottom: 30px;
}


.projetLine-image {
    width: 50%;
    box-sizing: border-box;
}

.projetLine1 .projetLine-image {
    margin-top: -155px;
}

.projetLine-image img {
    max-width: 100%;
}

.projetLineImgLeft .projetLine-image {
    padding-right: 60px;
    text-align: right;
}

.projetLineImgRight .projetLine-image {
    padding-left: 130px;
    text-align: left;
}

.hstLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hstLine2 {
    margin-bottom: 150px;
}

.hstLine3 {
    margin-bottom: 50px;
}

.hstLine4 {
    margin-bottom: 50px;
}

.hstDate {
    display: block;
    position: relative;
    width: 460px;
    height: 460px;
    box-sizing: border-box;
    border: 10px solid #24ad75;
}

    .hstDate span {
        position: absolute;
        top: 80px;
        left: 120px;
        background-color: #fff;
        display: block;
        padding: 10px 0px;
        font-family: Montserrat-Medium;
        font-size: 205px;
        line-height: 205px;
        color: #272727;
    }

.hstLine2 .hstDate span {
    top: 60px;
    left: -220px;
}

.hstLine4 .hstDate span {
    top: 150px;
    left: -220px;
}

.hstDesc {
    width: 380px;
    position: relative;
}


.hstLineLeft .hstDesc {
    margin-right: 80px;
}

.hstLineRight .hstDesc {
    margin-left: 120px;
}

.hstDesc:before {
    font-family: boonIco;
    content: "\e99a";
    color: #24ad75;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: -20px;
    left: -35px;
}

.hstLine1 .hstDesc {
    margin-top: 170px;
}

.hstLine2 .hstDesc {
    margin-top: 320px;
}

.hstLine3 .hstDesc {
    margin-top: 35px;
}

.hstLine4 .hstDesc {
    margin-top: 65px;
}

.hstLine5 .hstDesc {
    margin-top: 160px;
}


/*---------- Pagination ---------*/

.paginationListing {
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
}

    .paginationListing span {
        padding: 10px 16px;
        background: #222;
        color: #fff;
        border: 1px solid #222;
    }

    .paginationListing a {
        padding: 10px 16px;
        background: #fff;
        color: #222;
        border: 1px solid #222;
    }

        .paginationListing a:hover {
            color: #fff;
            background: #222;
            cursor: pointer;
        }

/*----------------------------------------------*/
/*-------------- FORMULAIRES -------------------*/
/*----------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
    border: 1px solid #E3E3E3;
    transition: 0.3s all ease-out;
    color: #565656;
    outline: none;
    padding: 5px;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    textarea:focus {
        border-color: #777;
    }

button[type="button"],
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 7px 15px;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    cursor: pointer;
}

    button[type="button"]:hover,
    button[type="submit"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover {
        background: none;
        color: #222;
    }

        button[type="button"]:disabled,
        button[type="submit"]:disabled,
        input[type="submit"]:disabled,
        input[type="button"]:disabled,
        input[type="reset"]:disabled,
        button[type="button"]:hover:disabled,
        button[type="submit"]:hover:disabled,
        input[type="submit"]:hover:disabled,
        input[type="button"]:hover:disabled,
        input[type="reset"]:hover:disabled {
            background: #222;
            color: #fff;
            opacity: 0.7;
            cursor: default;
        }

/*.errorControl {
    background-color: #FBE3E4 !important;
    border: solid 1px Red !important;
}*/

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

/*---------- Contact ---------*/

#map {
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 100;
    position: relative;
}

    #map p {
        text-align: center;
    }

.contactTitre {
    position: absolute;
    top: 230px;
    z-index: 200;
    left: calc((100% - 1200px) / 2);
    color: #fff;
}

.contactCt {
    position: relative;
    z-index: 300;
}

.contactCt-intro {
    display: inline-block;
    width: 100%;
    margin-top: -260px;
}

    .contactCt-intro .blocVert {
        float: right;
    }

        .contactCt-intro .blocVert p {
            font-family: Montserrat-SemiBold;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

.contactCt-form {
    margin-top: 100px;
    padding-bottom: 70px;
}

.formulaire {
    width: 100%;
    margin-top: 20px;
}

.formulaire-row {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .formulaire-row > span {
        display: none !important
    }

.formulaire input[type="text"],
.formulaire input[type="tel"],
.formulaire input[type="email"],
.formulaire textarea {
    background-color: rgba(255, 255, 255, 0.00);
    height: 30px;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    width: 65%;
}

.formulaire textarea {
    height: 100px;
    resize: vertical;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.formulaire label {
    font-size: 15px;
    line-height: 30px;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    cursor: text;
    width: 30%;
    text-align: right;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.formulaire input[type="text"]:focus,
.formulaire input[type="email"]:focus,
.formulaire input[type="tel"]:focus,
.formulaire textarea:focus {
    border-bottom: 1px solid #24ad75;
}

.errorMailCt {
    width: 100%;
    text-align: right;
}

    .errorMailCt span {
        color: #ef3a28 !important;
    }

.errorControl {
    background-color: rgba(251, 227, 228, 0.00) !important;
    border: 0px !important;
    border-bottom: 2px solid #cc5246 !important;
}


.formulaire-check {
    margin-bottom: 20px;
    width: 65%;
    float: right;
}

    .formulaire-check > div {
        margin: 0px 0px 8px 0px;
    }

        .formulaire-check > div label,
        .ReCaptcha-notice {
            opacity: 1;
            color: #ffffff;
            font-size: 12px;
            line-height: 14px;
            font-family: Montserrat-Regular;
            text-transform: none;
            letter-spacing: 0px;
        }

            .formulaire-check > div label a,
            .ReCaptcha-notice a {
                color: #fff;
                text-decoration: underline;
            }

    .formulaire-check input[type="checkbox"]:not(:checked) + label::before,
    .formulaire-check input[type="checkbox"]:checked + label::before {
        background: rgba(248, 248, 248, 0.00);
        border: 1px solid #fff;
    }

    .formulaire-check input[type="checkbox"]:not(:checked) + label::after,
    .formulaire-check input[type="checkbox"]:checked + label::after {
        color: #fff;
    }

.formulaire-send {
    text-align: right;
    width: 100%;
    margin-top: 30px !important;
}

/*-- Style du champ Kit Bancaire Stripe (uc/KitsBancaires/StripeElements.ascx) */

.stripe {
    max-width: 420px;
}

.stripe-savedCardsTitle {
    display: block;
    margin: 0 0 10px;
}

.stripe-cardSelectTitle {
    display: block;
    margin: 20px 0 10px;
}

.stripe-savedCard {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.stripe-savedCardImage {
    display: none;
}

.stripe-savedCardName {
    margin: 0 5px;
}

    .stripe-savedCardName::before {
        content: "\2022\2022\2022\2022";
        margin-right: .33em;
        letter-spacing: 2px;
    }

.stripe-savedCardExp {
    margin: 0 0 0 10px;
}

.stripe-savedCardDelete {
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    line-height: .5em;
    cursor: pointer;
}

.stripe-cardSelect {
    margin: 5px 0;
}

.stripe-cardContainer {
    padding: 20px 0 0 0;
    overflow: hidden;
    transition: max-height .25s ease-out, opacity .25s ease-out;
}

    .stripe-cardContainer:not(.isVisible) {
        max-height: 0;
        opacity: 0;
    }

    .stripe-cardContainer.isVisible {
        max-height: 200px;
        opacity: 1;
    }

.formulaire .StripeElement {
    width: 100%;
    height: 30px;
    padding: 5px 0 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(33, 33, 33, 0.25);
    box-sizing: border-box;
    transition: 0.3s all ease-out;
}

    .formulaire .StripeElement iframe {
        opacity: 0;
        transition: 0.3s opacity ease-out;
    }

    .formulaire .StripeElement--focus iframe,
    .formulaire .StripeElement:not(.StripeElement--empty) iframe {
        opacity: 1;
    }

.formulaire .StripeElement--focus {
    border-bottom-color: #222;
}

    .formulaire .StripeElement--focus ~ label,
    .formulaire .StripeElement:not(.StripeElement--empty) ~ label {
        transform-origin: left center;
        transform: translate3d(0, -100%, 0) scale3d(.85, .85, 1);
        opacity: 0.5;
    }

.formulaire .StripeElement--invalid:not(.StripeElement--focus) {
    background-color: #FBE3E4 !important;
    border-bottom-color: #cc5246 !important;
}

/*---------- Inscription / Connexion ---------*/

/*----------------------------------------------------*/
/*-------------- LISTINGS / DETAIL -------------------*/
/*----------------------------------------------------*/

/*---------- Listing Actus ---------*/

.liens-cat {
    text-align: center;
    margin-bottom: 10px;
}

    .liens-cat a {
        text-transform: uppercase;
        display: inline-block;
        margin: 0px 15px;
        color: #fff;
        font-family: Montserrat-Medium;
        font-size: 16px;
        line-height: 17px;
    }

#listingActus {
    font-size: 0;
}

.lstActu {
    margin-top: -120px;
    padding-bottom: 80px;
}

.lstActusCt {
    position: relative;
    margin-top: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
}


    .lstActusCt .actuCt {
        margin-right: 24px;
        margin-bottom: 40px;
    }

        .lstActusCt .actuCt:nth-of-type(3n) {
            margin-right: 0;
        }

/*---------- Détail Actu ---------*/

.detailActu-intro {
    width: 100%;
    padding-top: 200px;
}

    .detailActu-intro .ct {
        padding-bottom: 180px;
    }

.detailActuDate {
    color: #24ad75;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    letter-spacing: 1px;
}


.detailActu-ct {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 50px;
}

.detailActu-left {
    width: 620px;
    display: block;
    padding-top: 70px;
}

.detailActu-right {
    width: 500px;
    margin-top: -150px;
}

.detailActuPhoto {
    width: 100%;
}

    .detailActuPhoto img {
        width: 100%;
    }


.detailActu-retour {
    margin-bottom: 40px;
    text-align: left;
}

.detailActuDesc {
}

#detailActuGalerie {
    clear: both;
    margin-top: 30px;
}

    #detailActuGalerie a {
        display: inline-block;
        width: 185px;
        height: 110px;
        font-size: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        #detailActuGalerie a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

#detailActuFichiers {
    padding: 0px;
    margin: 40px 0 0 0;
}

    #detailActuFichiers li {
        font-family: Montserrat-SemiBold;
        color: #222;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 30px;
        list-style: none;
        margin-bottom: 20px;
        padding-left: 25px;
        position: relative;
    }

        #detailActuFichiers li:before {
            display: block;
            width: 10px;
            height: 10px;
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            background-color: #222;
            border-radius: 50%;
        }


.detailActuBottom {
    width: 100%;
    display: block;
    height: 50px;
}

.divCenter {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

    .divCenter h1,
    .divCenter h2,
    .divCenter h3,
    .divCenter p {
        text-align: center;
    }

/*-----------------------------------------------------*/
/*-------------------- FOOTER -------------------------*/
/*-----------------------------------------------------*/

footer {
    width: 100%;
    text-align: center;
    background: #191919;
    /*position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;*/
    padding: 0px;
}

    footer .ct {
        display: flex;
        padding: 110px 0;
        flex-direction: row;
        justify-content: space-between;
    }

.footerLogo {
    width: 465px;
    margin-right: 60px;
    margin-top: 7px;
}

    .footerLogo img {
        width: 100%;
    }

.footerCol {
    margin-right: 30px;
    text-align: left;
}

.footerTitle {
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footerCol p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.footerCol a {
    color: #fff;
}

.footerCol:last-of-type {
    margin-right: 0px;
}


.crosslinks {
    width: 100%;
    display: block;
    background-color: #24ad75;
    padding: 10px 30px;
    box-sizing: border-box;
}

.crosslinksLeft {
    float: left;
}

.linkSoc {
    display: inline-block;
    vertical-align: top;
    height: 33px;
    width: 33px;
    margin-right: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}

.linkSocLk:before {
    font-family: boonIco;
    content: "\e95e";
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.linkSocFb:before {
    font-family: boonIco;
    content: "\e94c";
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.linkSocInsta:before {
    font-family: boonIco;
    content: "\e95b";
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.linkSocYt:before {
    font-family: boonIco;
    content: "\e973";
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.linkSoc:hover {
    opacity: 0.6;
}

.crosslinksRight {
    float: right;
    color: #fff;
}

    .crosslinksRight a {
        font-family: Montserrat-SemiBold;
        font-size: 11px;
        line-height: 33px;
        color: #fff;
        letter-spacing: 2px;
        margin: 0px 10px;
        text-transform: uppercase;
    }

        .crosslinksRight a:hover {
            opacity: 0.5;
        }

/*-------------------------------------------*/
/*-------------- CONNEXION ------------------*/
/*-------------------------------------------*/

.connexionCt {
    margin: 0 auto 40px auto;
}

.connexionGauche {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 50px;
    border-right: solid 1px #222;
}

.connexionDroite {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 50px;
}

.mdpOublie {
    margin-bottom: 20px;
}

.btnInscription {
    margin-top: 20px;
}

/*---------------------------------------------*/
/*-------------- INSCRIPTION ------------------*/
/*---------------------------------------------*/

.inscriptionCt {
    margin-bottom: 50px;
}

.inscriptionBloc {
    margin-bottom: 20px;
}

.inscriptionGauche {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: left;
    padding-right: 50px;
}

.inscriptionDroite {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.inscriptionRow {
    margin-bottom: 10px;
}

    .inscriptionRow label {
        margin-bottom: 5px;
        display: block;
    }

/*Style du texte d'erreur de mail*/
.formError {
    margin-top: 4px;
    color: #f74b4b;
}

.inscriptionLegende {
    display: block;
    font-style: italic;
}

.containerMessageInscription {
    text-align: center;
}

#panMenu {
    display: inline-block;
    margin-bottom: 30px;
}

    #panMenu a {
        display: inline-block;
        border: 1px solid #868686;
        background: #868686;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }

        #panMenu a:hover {
            background: #222;
            color: #fff;
        }

    #panMenu .actif {
        background: none;
        color: #222;
    }

.submitInscription {
    text-align: center;
    padding: 10px 0;
    margin: 30px auto 0px auto;
}

    .submitInscription .btn {
        margin-top: 20px;
    }

/*--------------------------------------------------*/
/*-------------- REVUE DE PRESSE -------------------*/
/*--------------------------------------------------*/

.listeLignePresse {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.listePressesConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    float: left;
}

    .listePressesConteneurImage img {
        width: 100%;
    }

.listePressesConteneurTextes {
    float: left;
    width: 635px;
    height: auto;
    margin-left: 30px;
}

.listePressesTitre {
    font-size: 12px;
    margin: 0;
}

.listePressesConteneurDate {
    color: #555;
    font-size: 11px;
    margin: 10px 0;
}

.listePressesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listePressesConteneurLien {
    margin-top: 5px;
    text-align: right;
}
/*------------------------------------------------*/
/*-------------- GALERIE SIMODEC -------------------*/
/*------------------------------------------------*/

.albumCtSimodec {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    width: 400px;
}

.albumSimodec {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 10px;
}

    .albumSimodec img {
        max-width: 100%;
    }


/*------------------------------------------------*/
/*-------------- GALERIE PHOTO -------------------*/
/*------------------------------------------------*/
/*---------- Listing Galerie Photo ---------*/
.albums {
    font-size: 0;
    margin-bottom: 50px;
}

.albumCt {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.albumPhoto {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 10px;
}

    .albumPhoto img {
        max-width: 100%;
    }

.albumTitre {
    text-align: center;
    display: block;
    width: 100%;
}

    .albumTitre a {
        color: #000;
        font-size: 14px;
    }

        .albumTitre a:hover {
            color: #222;
        }

/*---------- Détail Galerie Photo ---------*/

#galeriePhoto {
    margin: 30px 50px 50px 50px;
}

.contenuDescriptionAlbum {
    margin-bottom: 30px;
    text-align: justify;
}

.conteneurPhoto {
    float: left;
    width: 65px;
    height: 65px;
    margin: 5px;
    overflow: hidden;
}

.conteneurPhotoIsotop {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    background: none;
}

    .conteneurPhotoIsotop .swipebox .classHoverVideo {
        background: url(../png/play.png) no-repeat center;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 6;
        left: 0;
    }

    .conteneurPhotoIsotop img {
        margin-left: 5px;
        margin-right: 5px;
        margin: 0;
        width: 100%;
    }

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }

/*------------------------------------------------*/
/*-------------- GALERIE VIDEO -------------------*/
/*------------------------------------------------*/

/*---------- Listing Galerie Vidéo ---------*/

#conteneurVideo {
    margin-bottom: 50px;
    width: 100%;
}

.videoCt {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
}

    .videoCt img {
        width: 100%;
    }

.videoImg {
    display: block;
    height: 170px;
}

.videoTitre {
    display: block;
    text-align: center;
    margin-top: 10px;
}

    .videoTitre a {
        color: #000;
    }

        .videoTitre a:hover {
            color: #222;
        }

/*---------- Détail Galerie Vidéo ---------*/

#divVideo {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 50%;
    overflow: hidden;
}

    #divVideo iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detailVideoDate {
    margin-top: 15px;
    font-style: italic;
}

.detailVideoDescription {
    margin-top: 5px;
}

/*---------------------------------------------------*/
/*----------------- LIVRE D'OR ----------------------*/
/*---------------------------------------------------*/

.temoignageCt {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.temoignageTitre {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}

.temoignageBlocUser {
}

.temoignageDe {
    float: left;
}

.temoignageUser {
    color: #000;
}

.temoignageMail {
    color: #999;
    text-decoration: underline;
}

    .temoignageMail:hover {
        color: #000;
    }

.temoignageDate {
    float: right;
    text-align: right;
    color: #000;
}

.temoignageDescription {
    clear: both;
    padding: 10px 0;
    display: block;
}

.popupRow {
    display: block;
    margin-bottom: 10px;
}

    .popupRow span {
        margin-bottom: 5px;
        display: block;
    }

/*--------------------------------------------------*/
/*----------------- RECHERCHE ----------------------*/
/*--------------------------------------------------*/

.rechercheMot {
    font-weight: bold;
}

.rechercheResultat {
    text-align: right;
}

.rechercheTypeMedia {
    padding: 3px;
}

.rechercheListeCt {
    margin-bottom: 50px;
}

.rechercheListeTitre {
    margin-top: 20px;
}

.rechercheListeLigne {
}

.rechercheListeDesc {
    text-align: justify;
}

.rechercheListeLien {
    text-align: right;
}

.importantRecherche {
    font-weight: bold;
}

/*--------------------------------------------*/
/*-------------- REFERENCES ------------------*/
/*--------------------------------------------*/

.ctReferences {
    padding-bottom: 80px;
}

.blocsReferences {
    box-sizing: border-box;
    width: 33%;
    height: 200px;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blocsReferencesConteneurImage {
    height: 100%;
    width: 100%;
}

    .blocsReferencesConteneurImage a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .blocsReferencesConteneurImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.blocsReferencesConteneurTextes {
    width: 100%;
    display: none;
}

.blocsReferencesTitre {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.blocsReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

/*---------------------------------*/
/*------ ECHANGE DE FICHIER -------*/
/*---------------------------------*/

.fichierLigne {
    border-bottom: solid 1px #ccc;
    height: 32px;
}

.fichierLienDossier {
    display: block;
    background: url(../dossier.html)no-repeat;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
}

    .fichierLienDossier span {
        margin-left: 5px;
    }

.fichierLigne a:hover {
    background-color: #fff;
}

.fichierLienFichier {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
    background: url(../fichier-defaut.html)no-repeat;
}

.fichierDossierParent {
    display: block;
    margin-bottom: 10px;
}

.fichierLienFichier.pdf {
    background: url(../fichier-pdf.html)no-repeat;
}

.fichierLienFichier.excel {
    background: url(../fichier-excel.html)no-repeat;
}

.fichierLienFichier.word {
    background: url(../fichier-word.html)no-repeat;
}

.fichierLienFichier.pp {
    background: url(../fichier-powerpoint.html)no-repeat;
}

.fichierLienFichier.photo {
    background: url(../fichier-image.html)no-repeat;
}

.retourBtn .btn {
    margin-right: 0;
}

/*---------------------------*/
/*---------- FAQ ------------*/
/*---------------------------*/

.faqListe {
    margin: 0 0 60px 0;
}

    .faqListe a {
        cursor: pointer;
        margin-bottom: 20px;
        text-decoration: none;
    }

.questionFAQ {
    cursor: pointer;
    margin-bottom: 5px;
}

.reponseFAQ {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 3%;
}

    .reponseFAQ p {
        margin-bottom: 0;
    }

.faqListe .sepFooter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

    .faqListe .sepFooter:last-child {
        border: none;
    }

/*----------------------------------*/
/*---- SOUS MENU - BLOC GAUCHE -----*/
/*----------------------------------*/

#smMenu {
    margin: 0 0 10px 0;
    padding: 0;
}

.smSeparateur {
    height: 1px;
    display: block;
}

.blocGauche #smMenu > li {
    background: none;
    padding: 0;
}

.blocGauche #smMenu li ul li {
    background: none;
    padding: 0;
}

.smParent, .smParentActif {
    background: #222;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

    .smParent:hover, .smParentActif:hover {
        background: #ccc;
    }

#smMenu ul {
    padding: 0;
}

#smMenu > li {
    list-style: none;
}

#smMenu li ul {
    margin: 0px;
}

    #smMenu li ul li {
        list-style: none;
        margin: 0px;
    }

#smMenu ul li a {
    background: #eee;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

    #smMenu ul li a:hover {
        background: #222;
        color: #fff;
    }

#smMenu ul li .smActif {
    font-weight: bold;
}

#smMenu ul li ul li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #222;
    background: #eee;
}

    #smMenu ul li ul li a:hover {
        background: #ccc;
    }

#smMenu ul li ul li .smActif {
    font-weight: bold;
}

/*------------ PAGE EMPLOIS ------------*/
/*----------------------------------*/

.emploisCt {
    padding-bottom: 80px;
}

.pasdejob {
    text-align: center;
}

.noJobCt {
    display: flex;
    vertical-align: top;
    width: 400px;
    height: 320px;
    background-color: rgba(255, 255, 255, 0.00);
    box-sizing: border-box;
    border: 4px solid #24ad75;
    margin: 0px auto;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .noJobCt img {
        display: block;
        width: 90px;
        margin-bottom: 50px;
    }

    .noJobCt p {
        text-align: center;
        font-family: Montserrat-SemiBold;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        font-size: 40px;
        line-height: 45px;
    }

.noJobCaption {
    text-align: center;
    margin: 45px auto 0 auto;
    width: 600px;
}

    .noJobCaption p {
        text-align: center;
        width: 100%;
    }

    .noJobCaption::after  {
        position: relative;
        margin: 40px auto 0 auto;
        font-family: boonIco;
        font-size: 45px;
        color: #fff;
        content: "\e939";
        display: block;
        animation: updown 1.5s infinite;
    }

    .h2Offres {
        text-align: center;
        font-size: 35px;
        letter-spacing: 4px;
    }


    @keyframes updown {
        0% {
            transform: translateY(0)
        }
        50% {
            transform: translateY(15px);
        }
        100% {
            transform: translateY(0px);
        }
    }

.blocCandiCt {
    padding: 0 0px 80px;
}

.blocCandidaturePostesOuverts {
    padding-top: 20px;
    margin-bottom: 50px;
}

.posteListe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 435px;
    height: 350px;
    background-color: rgba(255, 255, 255, 0.00);
    box-sizing: border-box;
    border: 4px solid #24ad75;
    margin: 0px 75px 75px 0px;
    position: relative;
}

    .posteListe:nth-of-type(2n) {
        margin-right: 0px;
    }

.posteListeImage {
    /*width: 100%;
        height: 100%;
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        filter: grayscale(100);
        transition: 0.3s all ease-out;*/
    display: none;
}

/*.posteListe:hover .posteListeImage {
            filter: grayscale(0);
        }

        .posteListeShade {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            z-index: 200;
            background-color: rgba(7, 7, 7, 0.30);
        }

        .posteListeImage img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }*/



.posteListeDate {
    display: block;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    color: #24ad75;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #070707;
    padding: 5px 10px;
}

.posteListeTitreCt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.posteListeType {
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    color: #24ad75;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-left: 15px;
    margin-bottom: 0px;
}

.posteListeTitre {
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 44px;
    line-height: 50px;
    position: relative;
    left: -65px;
    background-color: #070707;
    padding: 10px 30px;
    transition: 0.3s all ease-out;
}

.posteListe:hover .posteListeTitre {
    left: -55px;
}

.posteListePlus {
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

    .posteListePlus:before {
        font-family: boonIco;
        font-size: 18px;
        margin-right: 2px;
        position: relative;
        top: 3px;
        content: "\e930";
    }

.posteListeIntro {
    display: none;
}


#blocCandidature {
    padding: 100px 0px;
}

.blocCandidatureCentrer {
    text-align: center;
}

    .blocCandidatureCentrer p {
        text-align: center;
    }

/*------------ POSTULER ------------*/
/*----------------------------------*/
.postuler {
    margin-top: 50px;
    text-align: center;
}

.postuler-content {
    background-color: #000000;
    display: inline-block;
    width: 1000px;
    max-width: 33%;
    -moz-transition: max-width 0.25s, border 0.25s;
    -o-transition: max-width 0.25s, border 0.25s;
    -webkit-transition: max-width 0.25s, border 0.25s;
    transition: max-width 0.25s, border 0.25s;
    height: 45px;
    overflow: hidden;
}

.postuler-btn {
    font-size: 15px;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    border: none;
    transition: all 0.25s ease-in-out, font-size 0.2s linear;
    cursor: pointer;
}

    .postuler-btn:hover {
        background-color: #24ad75;
    }

.postuler.open .postuler-content {
    max-width: 100%;
    height: auto;
}

.postuler.open .postuler-btn {
    background-color: #24ad75;
}

    .postuler.open .postuler-btn::after {
        content: "\00d7";
        left: auto;
        position: relative;
        top: 1px;
        font-size: 22px;
        padding-left: 10px;
        cursor: pointer;
    }

        .postuler.open .postuler-btn::after:hover::after {
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }

.postuler-form {
    max-height: 0;
    opacity: 0;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    -moz-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -o-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -webkit-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
}

.postuler.open .postuler-form {
    padding: 40px;
    opacity: 1;
}

.postuler-intro {
    margin: 0px 0 40px 0px;
    font-size: 23px;
    font-family: Montserrat-Medium;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #fff;
}

.postuler-line {
    display: flex;
    margin: 0px 0 10px 0px;
    color: #fff;
}

.postuler-fields {
    padding: 0px 0;
}

.postuler-field label {
    color: #fff;
    width: 130px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    font-family: Montserrat-Medium;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.postuler-field input, .postuler-field select {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 25px;
    padding: 7px 0px;
    width: 235px;
}

.postuler-field textarea {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 25px;
    padding: 7px 0px;
    width: 100%;
    resize: vertical;
}

.postuler-line-3 .postuler-field .input {
    width: 695px;
}

.postuler-line-3 .postuler-field input {
    width: 100%;
}

.postuler-field select {
}

    .postuler-field select option {
        color: #000000;
    }

.postuler-field textarea {
    width: 100%;
}

.postuler-field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 50%;
}

.postuler-field-message {
    display: block;
    width: 90%;
    margin: 0 auto;
}

    .postuler-field-message label {
        display: inline-block;
        margin-bottom: 15px;
    }

.postuler-line-6 {
    margin-top: 30px;
    margin-bottom: 40px;
}

    .postuler-line-6 table {
        margin-left: 30px;
        position: relative;
        top: -3px;
    }

.postuler-line .postuler-field:nth-child(2) {
}

.postuler-field label {
}

.postuler-field-v-separator {
    width: 1px;
    background-color: #b0b0b0;
}

.postuler-field::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.postuler-field-nom,
.postuler-field-prenom {
    width: 50%;
}

.postuler-field-adresse {
    width: 100%;
}

.postuler-field-cp {
    /*width: 40%;*/
}

.postuler-field-ville {
    /*width: 60%;*/
}

.postuler-field-tel {
    width: 50%;
}

.postuler-field-email {
    width: 50%;
}

.postuler-fields-files {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    /*border-top: 1px solid #b0b0b0;*/
}

.postuler-field-file {
    display: inline-block;
    width: 45%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .postuler-field-file label::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        background: no-repeat center center;
        background-size: contain
    }

    .postuler-field-file input {
        width: 57%;
        margin-top: 10px;
        font-size: 12px;
        background: none;
        border: 0px solid #000;
        border-radius: 0;
    }

.postuler-fields-files label {
    width: 165px;
}

.postuler-field-cv label::before {
    content: '\e9fa';
    font-family: 'boonIco';
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.postuler-field-lettre label::before {
    content: '\e9ff';
    font-family: 'boonIco';
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.postuler-fields-actions a {
    color: #fff;
}

.postuler-fields-actions {
    padding-bottom: 0;
    color: #fff;
}

.postuler-field-captcha::after {
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 13px;
    color: rgba(0,0,0,0.3);
}

.postuler-field-submit {
    display: block;
    text-align: center;
    margin: 30px 0px 50px 0px;
}

    .postuler-field-submit a {
        text-decoration: none;
    }

        .postuler-field-submit a:hover {
            color: #24ad75;
        }

            .postuler-field-submit a:hover:before {
                background-color: #fff;
            }

.detailDescCt {
    margin: 0 auto;
}

.detailEmploi-intro {
    padding-bottom: 100px;
}

.detailEmploi-introDtl {
    margin-bottom: 10px;
}

.emploiType {
    color: #24ad75;
    text-transform: uppercase;
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 2px;
    font-family: Montserrat-SemiBold;
}

.emploiDate {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: Montserrat-Medium;
    margin-left: 20px;
}

.detailEmploiCt {
    padding-bottom: 20px;
    padding-top: 50px;
}

    .detailEmploiCt h1 {
        margin-bottom: 30px;
    }

.detailEmploiForm {
    padding-bottom: 80px;
}


/*------------ APPLI SOGIDEC ------------*/
/*----------------------------------*/

.albumsBody {
    overflow: hidden;
    width: 100vw;
    height: 100vh !important;
}

    .albumsSimodec {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }

        .albumCtSimodec {
            margin: 0;
            width: 25%;
            height: calc(100vh / 3);
            overflow: hidden;
            position: relative;
            z-index: 200;
        }

            .albumCtSimodec:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 300;
                background-color: #222;
                opacity: 0.3;
                transition: 0.2s all ease-out;
            }

                .albumCtSimodec:hover:before {
                    opacity: 0;
                }

            .albumCtSimodec img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

            .albumCtTitre {
                position: absolute;
                max-width: 90%;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
                color: #fff;
                font-family: Montserrat-SemiBold;
                font-size: 30px;
                line-height: 35px;
                text-align: center;
                letter-spacing: 1px;
                text-transform: uppercase;
                z-index: 350;
            }

    .modalSimodec {
        border-radius: 0px;
        padding: 0;
        position: relative;
    }

    .modalSimodec .btnClose {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9000;
        margin-bottom: 0px;
    }

    .modalSimodec .swiper-container {
        height: 600px;
        background-color: #212121;
    }

    .modalSimodec .swiper-slide {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .modalSimodec .popupFermer {
        background: none;
        height: auto;
        width: auto;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

        .modalSimodec .popupFermer:after {
            font-family: boonIco;
            font-size: 20px;
            color: #fff;
            content: "\e983";
        }

    .modalSimodec .swiper-button-prev, 
    .modalSimodec .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        margin-top: 0px;
        z-index: 200;
        cursor: pointer;
        background: none;
    }

        .modalSimodec .swiper-button-prev {
            left: 25px;
        }

        .modalSimodec .swiper-button-next {
            right: 25px;
        }

        .modalSimodec .swiper-button-prev:before, 
        .modalSimodec .swiper-button-next:before {
            font-family: boonIco;
            font-size: 50px;
            line-height: 50px;
            color: #fff;
        }

            .modalSimodec .swiper-button-prev:before {
                content: "\e93e";
            }

            .modalSimodec .swiper-button-next:before {
                content: "\e93c";
            }

    .albumContenu {
        height: 350px;
        box-sizing: border-box;
        width: 100%;
        padding: 35px;
    }

        .titreAlbum {
            font-family: Montserrat-SemiBold;
            font-size: 35px;
            line-height: 35px;
            margin-bottom: 30px;
            color: #24ad75;
            text-transform: uppercase;
        }

    .albumDetails {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        border-bottom: 2px solid rgba(36, 173, 117, 0.50);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .albumDetail {
            width: 33%;
            text-align: left;
            box-sizing: border-box;
            position: relative;
        }

            .albumDetailTitre {
                display: block;
                color: #24ad75;
                font-size: 16px;
                font-family: Montserrat-Medium;
                line-height: 18px;
                text-transform: uppercase;
            }

            .albumDetailDesc {
                display: block;
                color: #222222;
                font-size: 21px;
                font-family: Montserrat-Medium;
                line-height: 22px;
                text-transform: uppercase;
                margin-top: 3px;
            }

            .albumDetail:nth-of-type(2),
            .albumDetail:nth-of-type(3) {
                padding-left: 30px;
            }

                .albumDetail:nth-of-type(2):before,
                .albumDetail:nth-of-type(3):before {
                    position: absolute;
                    height: 100%;
                    content: "";
                    left: 0;
                    top: 0;
                    display: block;
                    width: 2px;
                    background-color: rgba(34, 34, 34, 0.10);
                }


    .albumDescription {
        font-size: 17px;
        line-height: 26px;
        height: 129px;
        overflow: hidden;
    }



/*------------ ANIMSITE ------------*/
/*----------------------------------*/

/*.homeTopTemp,*/
.fromTop,
.fromBot,
.fromBot2,
.fromBot3,
.fade,
.fade2,
.fade3,
.fade4,
.fromLeft,
.fromRight {
    visibility: hidden;
}

.iframeContenuAdmin .fromTop,
.iframeContenuAdmin .fromBot,
.iframeContenuAdmin .fromBot2,
.iframeContenuAdmin .fromBot3,
.iframeContenuAdmin .fade,
.iframeContenuAdmin .fade2,
.iframeContenuAdmin .fade3,
.iframeContenuAdmin .fade4,
.iframeContenuAdmin .fromLeft,
.iframeContenuAdmin .fromRight,
.ceBackground .fromTop,
.ceBackground .fromBot,
.ceBackground .fromBot2,
.ceBackground .fromBot3,
.ceBackground .fade,
.ceBackground .fade2,
.ceBackground .fade3,
.ceBackground .fade4,
.ceBackground .fromLeft,
.ceBackground .fromRight {
    visibility: visible;
}
