﻿@font-face {
  font-family: 'GothamHTF-Book';
  src: url('fonts/GothamHTF-Book.eot?#iefix') format('embedded-opentype'),  
      url('fonts/GothamHTF-Book.otf')  format('opentype'),
      url('fonts/GothamHTF-Book.woff') format('woff'), 
      url('fonts/GothamHTF-Book.ttf')  format('truetype'),
      url('fonts/GothamHTF-Book.svg#GothamHTF-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'GothamHTF-Medium';
  src: url('fonts/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'),  
      url('fonts/GothamHTF-Medium.otf')  format('opentype'),
      url('fonts/GothamHTF-Medium.woff') format('woff'),
      url('fonts/GothamHTF-Medium.ttf')  format('truetype'), 
      url('fonts/GothamHTF-Medium.svg#GothamHTF-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamHTF-Bold';
  src: url('fonts/GothamHTF-Bold.eot?#iefix') format('embedded-opentype'),  
      url('fonts/GothamHTF-Bold.otf')  format('opentype'),
      url('fonts/GothamHTF-Bold.woff') format('woff'), 
      url('fonts/GothamHTF-Bold.ttf')  format('truetype'), 
      url('fonts/GothamHTF-Bold.svg#GothamHTF-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'sytrico';
  src:  url('fonts/sytrico.eot?ofhfsl');
  src:  url('fonts/sytrico.eot?ofhfsl#iefix') format('embedded-opentype'),
    url('fonts/sytrico.woff2?ofhfsl') format('woff2'),
    url('fonts/sytrico.ttf?ofhfsl') format('truetype'),
    url('fonts/sytrico.woff?ofhfsl') format('woff'),
    url('fonts/sytrico.svg?ofhfsl#sytrico') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/

body {
    margin: 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: rgba(36, 36, 36, 0.80);
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}

.ct-grand {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1500px;
    max-width: 100%;
}

.ct {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
    max-width: 100%;
}

.ct-petit {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
}

.conteneurContenuBloc {
    margin-bottom: 140px;
}

.nomargin {
    margin-bottom: 0px !important;
}

.smallmargin {
    margin-bottom: 80px;
}

/*------- Couleur du loader et des selecteur -------*/
 
::-moz-selection {
    background: #021930;
    color: #fff
}

::selection {
    background: #021930;
    color: #fff
}

.spinner > div {
    background-color: #021930;
}

/*----------------- TEXTES ----------------*/

h1,
.h1 {
    font-family: GothamHTF-Medium;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 400;
}

    h1 span,
    .h1 span {
        position: relative;
    }

        h1 span:before,
        .h1 span:before {
            width: 100%;
            height:2px;
            background-color: rgba(255, 255, 255, 0.80);
            content:"";
            position: absolute;
            left: 0;
            bottom: 0;
        }

h2,
.h2 {
    font-family: GothamHTF-Medium;
    font-size: 30px;
    line-height: 40px;
    color: #242424;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 400;
}

    h2 .prespan,
    .h2 .prespan {
        font-family: GothamHTF-Medium;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        text-transform: uppercase;
        opacity: 0.6;
        display: block;
        font-weight:200;
        margin-bottom: 8px;
    }

    h2 .important,
    .h2  .important {
        font-weight: 400;
        font-family: GothamHTF-Bold;
    }

h3,
.h3 {
    font-size: 20px;
    font-family: Nunito;
    font-weight: 700;
    line-height: 25px;
    color: #242424;
    margin-bottom: 10px;
}

    h3 .prespan,
    .h3 .prespan {
        font-family: GothamHTF-Book;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 0.6;
        display: block;
        font-weight:200;
        margin-bottom: 5px;
    }

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin-bottom: 0px;
    color: rgba(36, 36, 36, 0.80);
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}

img {
    border: 0px;
}

ul {
    margin: 0px 0 20px 20px;
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
    text-align: left;
    margin-bottom: 0px;
    color: rgba(36, 36, 36, 0.80);
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
}

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 ---------*/

.btnLine {
    margin-top: 40px;
    font-family: GothamHTF-Medium;
    font-size: 16px;
    text-transform: uppercase;
    color: #242424;
    letter-spacing: 2px;
    line-height: 40px;
    position: relative;
    display: inline-block;
}

    .btnLine:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #242424;
        transform-origin: bottom left;
        transform: scaleX(1);
        transition: transform 0.5s ease;
    }

    .btnLine:hover:after {
        transform-origin: bottom right;
        transform: scaleX(0);
    }

.btn {
    text-decoration: none;
    text-align: center;
    background: #94c11f;
    border: 2px solid #94c11f;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 18px 45px;
    transition: 0.2s all ease-out;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: GothamHTF-Medium;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

    .btn:hover {
        background: none;
        color: #94c11f;
    }

    .btn:before {
        content: "\e902";
        font-family: sytrico;
        font-size: 24px;
        line-height: 10px;
        margin-right: 15px;
        position: relative;
        top: 4px;
    }

/*---------- CLASSES PERSO ---------*/

.important {
    font-weight: bold;
}

.color {
    color: #0899AE;
}

.legende {
    font-style: italic;
}

.retourBtn {
    text-align: left;
    margin-bottom: 30px;
}

    .retourBtn a {
        text-transform: uppercase;
        font-family: GothamHTF-Medium;
        letter-spacing: 1px;
        opacity: 0.4;
        transition: 0.2s all ease-out;
        font-size: 18px;
        line-height: 18px;
    }

        .retourBtn a:before {
            content: "\e904";
            margin-right: 15px;
            font-family: sytrico;
            font-size: 25px;
            line-height: 10px;
            position: relative;
            top: 3px;
            transition: 0.2s all ease-out;
        }

        .retourBtn a:hover {
            opacity: 1;
        }

        .retourBtn a:hover:before {
            margin-right: 20px;
        }

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.alignMiddle {
    position: relative;
    display: block;
}

.alignMiddleIn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}

/*-----------------------------------------*/
/*----------------- HEADER ----------------*/
/*-----------------------------------------*/

header {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 0px 0px;
}

    .topBar {
        height: 42px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 0 150px;
        background-color: rgba(255, 255, 255, 0.05);
        text-align: right;
        position: relative;
        z-index: 12000;
        transition: 0.2s all ease-out;
    }

        .topBar-num,
        .topBar-contact {
            line-height: 42px;
            color: #fff;
            opacity: 0.65;
            font-family: Nunito;
            font-size: 15px;
            letter-spacing: 1px;
            display: inline-block;
            margin-right: 35px;
            transition: 0.2s all ease-out;
        }

            .topBar-num:before {
                content:"\eaa2";
                font-size: 12px;
                margin-right: 10px;
                font-family: boonIco;
            }

            .topBar-contact:before {
                content:"\e928";
                font-size: 12px;
                margin-right: 7px;
                font-family: boonIco;
            }

            .topBar-num:hover,
            .topBar-contact:hover{
                opacity: 1;
            }

        .topBar-btn {
            line-height: 32px;
            margin-top: 4px;
            border: 1px solid rgba(255, 255, 255, 0.30);
            border-radius: 4px;
            display: inline-block;
            box-sizing: border-box;
            padding: 0 20px;
            font-family: GothamHTF-Book;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.65);
            transition: 0.2s all ease-out;
        }

            .topBar-btn:last-of-type {
                margin-left: 15px;
            }

            .topBar-btn:hover {
                background-color: #94c11f;
                border: 1px solid #94c11f;
                color: #fff;
            }

    .botBar {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 150px;
        display: inline-block;
        transition: 0.2s all ease-out;
    }

        .headerLogo {
            width: 190px;
            height: 64px;
            position: relative;
            float: left;
            transition: 0.2s all ease-out;
        }

            .headerLogo img {
                width: 100%;
                position: absolute;
                width: 100%;
                transition: 0.2s all ease-out;
            }

                .headerLogo .logoCoul {
                    opacity: 0;
                }
                .headerLogo .logoBlanc {
                    opacity: 1;
                }

        .headerMenu {
            float: right;
            margin-top: 12px;
            transition: 0.2s all ease-out;
        }

/*-------------------- scroll -------------------------*/


.scrl .topBar,
.noSlider .topBar{
    background-color: #f8f8f8;
}
.scrl .topBar-num, 
.scrl .topBar-contact,
.noSlider .topBar-num, 
.noSlider .topBar-contact {
    color: #242424;
}
.scrl .topBar-btn,
.noSlider .topBar-btn {
    border: 1px solid #94c11f;
    color: #94c11f;
}
.scrl .topBar-btn:hover,
.noSlider .topBar-btn:hover {
    color: #fff;
}
.scrl .topBar-btnEntreprise,
.noSlider .topBar-btnEntreprise {
    background-color: #94c11f;
    border: 1px solid #94c11f;
    color: #fff;
}
.scrl .topBar-btnEntreprise:hover, 
.noSlider .topBar-btnEntreprise:hover {
    background-color: rgba(239, 65, 54, 0.00);
    color: #94c11f;
}
.scrl .headerLogo,
.noSlider .headerLogo {
    width: 155px;
    height: 52px;
}
.scrl .headerLogo .logoBlanc,
.noSlider .headerLogo .logoBlanc {
    opacity: 0;
}
.scrl .headerLogo .logoCoul,
.noSlider .headerLogo .logoCoul {
    opacity: 1;
}
.scrl .botBar,
.noSlider .botBar {
    background-color: #fff;
    padding: 15px 150px;
    -webkit-box-shadow: 0px 2px 10px -8px rgba(0,0,0,0.56);
    -moz-box-shadow: 0px 2px 10px -8px rgba(0,0,0,0.56);
    box-shadow: 0px 2px 10px -8px rgba(0,0,0,0.56);
}
.scrl .headerMenu,
.noSlider .headerMenu {
    margin-top: 6px;
}
.scrl .nav a,
.noSlider .nav a{
    color: #242424;
}
.scrl .nav a:after,
.noSlider .nav a:after {
    background-color: #242424;
}
.scrl .nav ul ul a,
.noSlider .nav ul ul a {
    color: #fff;
}

/*-------------------------------------------------------*/
/*-------------------- HOMEPAGE -------------------------*/
/*-------------------------------------------------------*/

.bandeauSlider {
    margin-bottom: 90px;
    position: relative;
}

    .bandeauScroll {
        width: 80px;
        height: 80px;
        background-color: #fff;
        position: absolute;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 220px;
        left: calc((100% - 1400px)/2);
        z-index: 6000;
        transform-origin: center;
        transition: 0.2s all ease-out;
    }

        .bandeauScroll:before {
            content: "\e903";
            font-family: sytrico;
            font-size: 26px;
            color: #242424;
        }

        .bandeauScroll:hover {
            transform: scale(1.1);
        }

    .swiper-scrollbar {
        display: none !important;
    }

    .bandeauSliderHome .swiper-container {
        height: 100vh !important;
        min-height: 770px !important;
    }

    .bandeauSliderMaster .swiper-container {
        height: 700px !important;
    }

        .bandeauSlider:before {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2500;
            display: block;
            content:"";
            background-color: #021930;
            opacity: 0.7;
        }

    .bandeauCaption {
        position: absolute;
        width: 100%;
        top: 25%;
        left: 0;
        z-index: 5500;
    }

        .bandeauSliderMaster .bandeauCaption {
            top: 260px;
        }

        .homeIntro,
        .blocIntro {
            width: 1400px;
            margin: 0 auto;
            position: relative;
        }

            .homeIntro h1 {
                font-size: 4vw;
                line-height: 5vw;
                margin-bottom: 10px;
            }

            .homeIntroRight {
                width: 480px;
                float: right;
            }

                .homeIntroRight p,
                .blocIntro p {
                    color: rgba(255, 255, 255, 0.85);
                    line-height: 35px;
                    margin-bottom: 40px;
                }

                .blocIntro p {
                    width: 450px;
                }

            .introBtn {
                font-family: GothamHTF-Bold;
                font-size: 18px;
                letter-spacing: 3px;
                color: #fff;
                line-height: 45px;
                display: inline-block;
                text-transform: uppercase;
                position: relative;
            }

                .homeIntroRight .introBtn {
                    margin-left: 40px;
                }

                .introBtn:nth-of-type(2) {
                    margin-top: 20px;
                }

                .introBtn:after {
                      content: '';
                      position: absolute;
                      display: block;
                      height: 4px;
                      bottom: 0px;
                      left: 0;
                      right: 0;
                      background-color: #94c11f;
                      transform-origin: bottom left;
                      transform: scaleX(1);
                      transition: transform 0.5s ease-in-out;
                }

                    .introBtn:hover:after {
                          transform: scaleX(0);
                          transform-origin: bottom right;
                    }

                .introBtn:before {
                    content: "\e902";
                    font-family: sytrico;
                    font-size: 20px;
                    position: absolute;
                    left: -40px;
                    top: 0px;
                }

    .blocIntro-right {
        position: absolute;
        right: 0;
        top: 95px;
        text-align: right;
        width: 300px;
    }

        .blocIntro-right span {
            display: block;
            font-size: 16px;
            text-transform: uppercase;
            font-family: GothamHTF-Medium;
            letter-spacing: 2px;
            color: rgba(255, 255, 255, 0.75);
            margin-bottom: 15px;
            font-weight: 200;
        }

.ccb526 {
    position: relative;
    z-index: 5100;
}

    /*.ccb526 .contenuMixteImageG {
        margin-top: -350px;
    }*/

.triExp {
    margin-top: 40px;
}

    .triExp a {
        width: 100%;
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #d8d8d8;
        color: rgba(33, 33, 33, 0.85);
        text-transform: uppercase;
        font-family: GothamHTF-Medium;
        letter-spacing: 1px;
        transition: 0.2s all ease-out;
        position: relative;
    }

        .triExp a:last-of-type {
            border-bottom: none;
        }

        .triExp a:after {
            content: "\e902";
            font-family: sytrico;
            font-size: 27px;
            position: absolute;
            right: 0px;
            top: 0px;
            transition: 0.2s all ease-out;
            opacity: 0;
            color: #94c11f;
        }

        .triExp a:hover {
            color: #94c11f;
        }

            .triExp a:hover:after {
                opacity: 1;
            }

.quiSommesLogos {
    width: 570px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

    .quiSommesLogos img {
        width: 170px;
    }

        .quiSommesLogos img:last-of-type {
            width: 145px;
            margin-top: -10px;
        }

    .quiSommesLogos > span {
        font-family: GothamHTF-Medium;
        font-size: 16px;
        color: #fff;
    }

.ccb531 {
    width: 100%;
    overflow-x: hidden;
}

.avisCt {
    background-image:url(../images/backAvis.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    background-color: #021930;
}
    
    .avisIntro {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 40px;
    }

        .avisIntro h2 {
            color: #fff;
            margin-bottom: 15px;
        }

        .avisIntro p {
            color: #fff;
        }

        .avisArrows {
            position: absolute;
            top: 30px;
            right: 0;
        }

            .avisArrow {
                display: inline-block;
                margin-left: 40px;
                transition: 0.2s all ease-out;
                cursor: pointer;
                border: 0px !important;
                outline: none !important;
                user-select: none;
            }

                .avisArrow:before {
                    font-size: 40px;
                    font-family: sytrico;
                    color: #fff;
                    transition: 0.2s all ease-out;
                }

                    .avisArrowPrev:before {
                        content: "\e904";
                    }

                    .avisArrowNext:before {
                        content: "\e902";
                    }

                    .avisArrow:hover {
                        opacity: 0.6;
                    }

    .avis {
        background-color: rgba(255, 255, 255, 0.30);
        border-radius: 7px;
        width: 430px;
        padding: 30px 35px;
        box-sizing: border-box;
    }

        .avisTop {
            height: 183px;
            overflow: hidden;
        }

            .avis h3 {
                color: #fff;
            }

            .avis p {
                font-size: 15px;
                line-height: 25px;
                color: #fff;
                height: auto;
                overflow: hidden;
            }

        .avisBot {
            margin-top: 30px;
        }

            .avisBot:before {
                display: block;
                width: 40px;
                height: 2px;
                content: "";
                background-color: rgba(255, 255, 255, 0.40);
                margin-bottom: 10px;
            }

            .avisBot-nom,
            .avisBot-poste {
                color: #fff;
                font-family: Nunito;
                font-weight: 700;
                font-size: 15px;
                display: block;
            }

                .avisBot-poste {
                    font-weight: 400;
                }


/*------------------------------------------------------*/
/*-------------------- CONTENU -------------------------*/
/*------------------------------------------------------*/

/*---------- Contenus des Blocs ---------*/

.conteneurBlocImgTxt .ct-grand,
.doubleColGrand {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;    
    align-items: flex-start;
}

.conteneurBlocTxtImg .ct-grand {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

    .txtImgCenter.conteneurBlocImgTxt .ct-grand,
    .txtImgCenter.conteneurBlocTxtImg .ct-grand {
        align-items: center;
    }

.contenuMixteImageG,
.contenuMixteImageD {
    width: 640px;
    border-radius: 10px;
    overflow: hidden;
}

.contenuMixteTexteG {
    width: 490px;
    margin-top: 40px;
    margin-left: 160px;
}

.contenuMixteTexteD {
    width: 490px;
    margin-top: 40px;
    margin-right: 160px;
}

    .txtImgGray.imgUp .contenuMixteTexteG,
    .txtImgGray.imgUp .contenuMixteTexteD,
    .txtImgCenter .contenuMixteTexteG,
    .txtImgCenter .contenuMixteTexteD{
        margin-top: 0px;
    }


.contenuFullPage .contenuFull {
    width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
    width: 100%;
}

    .contenuFullPage .contenuFullPhotoSeule img {
        width: 100%;
    }

.contenuFullPage .contenuFullPhotoSlider {
    display: block;
    position: relative;
}

.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;
}

.txtImgGray .ct-grand {
    padding: 110px 0px;
}

    .txtImgGray .ct-grand:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f8f8f8;
        border-radius: 10px;
        width: 1020px;
        height: 100%;
        z-index: -1;
    }

    .conteneurBlocImgTxt.txtImgGray .ct-grand:before {
        left: unset;
        right: 0;
    }

.backBlue {
    width: 100%;
    padding: 130px 0px;
    background-color: #021930;
    position: relative;
    z-index: 200;
    color: rgba(255, 255, 255, 0.80);
}

    .backBlue h2,
    .backBlue h3,
    .backBlue .btnLine {
        color: #fff;
    }

    .backBlue .btnLine:after {
        background-color: #fff;
    }

    .backBlue h2 .prespan {
        color: rgba(255, 255, 255, 0.60);
    }

    .backBlue p,
    .backBlue li {
        color: rgba(255, 255, 255, 0.80);
    }

    .backBlue:after {
        content: "";
        opacity: 0.05;
        position: absolute;
        width: 100%;
        display: block;
        height: 32vw;
        z-index: -1;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background-image: url(../images/backWaves.svg);
        background-repeat: no-repeat;
        background-size: 105%;
        background-position: center 5vw;
    }

    .backBlue-first {
        padding-bottom: 0px !important;
    }

        .backBlue-first:after {
            display: none;
        }

.imgUp .contenuMixteImageG,
.imgUp .contenuMixteImageD {
    margin-top: -200px;
    position: relative;
    z-index: 3000;
}

    .txtImgGray.imgUp .contenuMixteImageG,
    .txtImgGray.imgUp .contenuMixteImageD {
        margin-top: -360px;
    }

    .ccb526.imgUp .contenuMixteImageG {
        margin-top: -350px;
    }

.ctaCt {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #f8f8f8;
    padding: 70px 140px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

    .ctaCt-left {
        width: 540px;
    }

    .ctaCt-right {
        width: 450px;
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

        .ctaBtn {
            background-color: #94c11f;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.2s all ease-out;
            overflow: hidden;
            z-index: 400;
            position: relative;
        }

            .ctaBtnNoir {
                background-color: #242424;
            }

            .ctaBtnBig {
                height: 100%;
            }

            .ctaBtnSmall {
                height: 49%;
            }

            .ctaBtn:before {
                content: "\e901";
                position: absolute;
                font-family: sytrico;
                top: 8px;
                left: -250px;
                z-index: 20;
                font-size: 880px;
                color: rgba(255,255,255,.08);
                transition: 0.2s all ease-out;
            }

            .ctaBtn span {
                font-family: GothamHTF-Medium;
                font-size: 18px;
                line-height: 25px;
                letter-spacing: 3px;
                color: #fff;
                position: relative;
                text-align: center;
                z-index: 30;
                text-transform: uppercase;
            }

                .ctaBtn span:after {
                    font-family: sytrico;
                    display: block;
                    content: "\e902";
                    font-size: 40px;
                    margin-top: 20px;
                }

                .ctaBtnSmall span {
                    line-height: 30px;
                }

                    .ctaBtnSmall span:after {
                        margin-top: 10px;
                    }

            .ctaBtn:hover {
                background-color: #fe655b;
            }

                .ctaBtnNoir:hover {
                    background-color: #3c3a3a;
                }

                .ctaBtn:hover:before {
                    left: -200px;
                }

.overDouble {
    width: 1070px;
    margin: 0 auto !important;
}

.texteDouble {
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

    .texteDouble.ct100 {
        width: 100%;
        box-sizing: border-box;
        padding: 130px calc((100% - 1070px)/2);
    }

    .texteDouble .ct-grand,
    .texteDouble .ct,
    .texteDouble.ct100 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

        .contenuTexte2ColG {
            width: 490px;
        }

        .contenuTexte2ColD {
            width: 490px;
        }

    .texteDouble,
    .texteDouble p {
        text-align: justify;
    }

.numberTitle {
    margin-bottom: 15px;
    position: relative;
}

    .numberTitle .number {
        font-size: 70px;
        color: rgba(36, 36, 36, 0.08);
        position: absolute;
        left: -50px;
        top: -20px;
        font-family: GothamHTF-Bold;
        letter-spacing: 2px;
    }

    ul + .numberTitle {
        margin-top: 60px;
    }

    ul + .btnLine {
        margin-top: 10px;
    }

.atouts {
    margin-top: 40px;
}

    .atout {
        text-transform: uppercase;
        color: #242424;
        font-family: GothamHTF-Medium;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
        letter-spacing: 1px;
        position: relative;
    }

        .atout:before {
            display: inline-block;
            width: 28px;
            height: 28px;
            content: "\e978";
            font-family: boonIco;
            border-radius: 50%;
            text-align: center;
            line-height: 28px;
            color: #94c11f;
            background-color: #e7efd3;
            margin-right: 15px;
            position: relative;
            top: 2px;
        }

.blocGrisPlus {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 75px;
    position: relative;

}

    .blocGrisPlus-lgd {
        font-size: 70px;
        line-height: 50px;
        color: rgba(36, 36, 36, 0.08);
        position: absolute;
        right: 50px;
        top: 45px;
        font-family: GothamHTF-Bold;
        letter-spacing: 2px;
    }

.divCenter,
.divCenter h2 {
    text-align: center;
}

    .divCenter p {
        width: 720px;
        margin: 0 auto;
        text-align: center;
    }

.secteursCt {
    width: 1050px;
    margin: 70px auto 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

    .secteur {
        width: 210px;
        margin-bottom: 40px;
    }

        .secteur span {
            font-family: GothamHTF-Medium;
            font-size: 16px;
            display: block;

            line-height: 24px;
            color: rgba(255, 255, 255, 0.80);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .secteurImg {
            width: 100%;
            height: 55Px;
            text-align: center;
            margin-bottom: 15px;
            opacity: 0.8;
        }

            .secteurImg img {
                height: 100%;
                object-fit: contain;
            }

.body_1201 .secteurImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.backBlue.SansVague {
    padding-top: 0;
    padding-bottom: 0;
}



.body_1201 .backBlue.SansVague:after {
    display:none;
}


.ccb538 .ct-grand,
.ccb550 .ct-grand
/*.ccb561 .ct-grand*/ {
    margin-bottom: -205px;
}

.metiersCt {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

    .metier {
        width: 238px;
        margin-bottom: 15px;
        box-sizing: border-box;
        display: block;
        background-color: #1c3045;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 18px;
    }

        .metier h3 {
            font-family: GothamHTF-Medium;
            font-size: 16px;
            color: #fff;
            line-height: 18px;
            margin-bottom:10px;
            font-weight: 400;
        }

        .metier p {
            font-size: 14px;
            line-height: 20px;
        }

.nbList {
    margin-left: 0px;
}

    .nbList li {
        list-style: none;
        margin-bottom: 30px;
        position: relative;
        padding-left: 27px;
    }

        .nbList li span {
            display: block;
            position: absolute;
            left: 0;
            color: #fff;
            font-family: GothamHTF-Bold;
            opacity: 0.3;
            font-size: 24px;
            top: -9px;
        }

.photoMembre {
    margin-left: 50px;
    position: relative;
}

    .photoMembre-img {
        width: 245px;
        height: 340px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

        .photoMembre-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .photoMembre-img:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            width: 100%;
            height: 180px;
            display: block;
            background: rgba(255, 255, 255, 0.00);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        }

        .backBlue .photoMembre-img:before{
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(2,25,48,1) 100%);
        }

    .photoMembre-lgd {
        position: relative;
        top: -50px;
        left: 30px;
        font-family: GothamHTF-Book;
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 30px;
        color: #242424;
    }

        .backBlue .photoMembre-lgd {
            color: #fff;
        }

        .photoMembre-lgd span {
            display: block;
            font-family: GothamHTF-Medium;
            font-size: 25px;
            margin-bottom: 0px;
        }

.etapes {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

    .etape {
        width: 29%;
        margin-bottom: 40px;
        box-sizing: border-box;
        display: block;
        background-color: #1c3045;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 25px;
        position: relative;
    }

        .etape h3 {
            font-family: GothamHTF-Medium;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 20px;
            margin-bottom: 10px;
            color: #fff;
        }

        .etape-num {
            font-size: 30px;
            font-family: GothamHTF-Medium;
            position: absolute;
            top: 15px;
            right: 15px;
            color: rgba(255, 255, 255, 0.20);
        }

        .etape:after {
            position: absolute;
            content: "\e902";
            color: rgba(255, 255, 255, 0.50);
            top: 50%;
            font-size: 35px;
            right: -55px;
            transform: translateY(-50%);
            font-family: sytrico;
        }

            .etape:nth-of-type(3):after,
            .etape:nth-of-type(6):after,
            .etape:nth-of-type(9):after {
                display: none;
            }

.doubleCol,
.triCols {
    width: 1070px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

    .doubleColEl {
        width: 480px;
        max-width: 48%;
    }

        .ct-petit .doubleColEl p {
            max-width: 400px;
        }

    .triCol {
        width: 30%;
        text-align: center;
    }

    .doubleCol + .triCols {
        margin-top: 60px;
    }

        .triCol-img {
            height: 90px;
            opacity: 0.8;
            margin-bottom: 20px;
        }

            .triCol:first-of-type .triCol-img {
                opacity: 0.6;
            }

        .triCol-img img {
            height: 100%;
        }

        .triCol-lgd {
            font-family: 'Nunito', sans-serif;
            font-weight: 400;
            font-size: 17px;
            line-height: 26px;
        }

            .triCol-lgd span {
                font-family: GothamHTF-Bold;
                letter-spacing: 1px;
                font-size: 24px;
                text-transform: uppercase;
                display: block;
                margin-bottom: 5px;
                color: #021930;
            }

             .backBlue .triCol-lgd span {
                 color: #fff;
             }

    .doubleCol h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
        color: #242424;
    }

        .backBlue .doubleCol h3 {
            color: #fff;
        }


.ccb577 {
    padding-top: 80px;
}

    .ccb577 .doubleColEl h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .ccb577 .doubleColEl:nth-of-type(2) {
        display: block;
        background-color: #1c3045;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 25px 35px;
        position: relative;
        width: 400px;
    }

.citation {
    margin-top: 35px;
    padding-left: 30px;
    position: relative;
}

    .citation:before {
        width: 2px;
        height: 92%;
        content: "";
        position: absolute;
        background-color: rgba(36, 36, 36, 0.30);
        display: block;
        top: 6px;
        left: 0;
    }

    .citation-phrase {
        font-family: GothamHTF-Book;
        font-size: 21px;
        line-height: 26px;
        opacity: 0.6;
        position: relative;
    }

    .citation-lgd {
        display: block;
        margin-top: 5px;
        font-style: italic;
        font-size: 15px;
    }


.triGroupe {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

    .triGroupeEl {
        width: 30%;
    }


        .triGroupe-logo {
            height: 100px;
            width: 100%;
            text-align: center;
            margin-bottom: 30px;
        }

            .triGroupe-logo img {
                height: 100%;
            }

        .triGroupeEl .btnLine {
            margin-top: 20px;
        }

        .triGroupeEl ul {
            margin-top: 5px;
            margin-bottom: -10px;
        }

        .triGroupeSoustitre {
            display: block;
            opacity: 0.6;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
            font-style: italic;
        }

.triColsQuiSommes {
    margin-bottom: 50px;
}

.noSlider .bandeauSlider {
    display: none;
}

.noSlider .fullpage {
    padding-top: 180px;
}

.noSlider h1 {
    color: #242424;
}

    .noSlider h1 span:before, 
    .noSlider .h1 span:before {
        background-color: rgba(36, 36, 36, 0.80);
    }


.ct-petit .doubleCol .btn {
    padding: 13px 25px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
}

    .ct-petit .doubleCol .btn:before {
        font-size: 20px;
        line-height: 9px;
        margin-right: 15px;
        top: 3px;
    }

.body_21 .pictoFoot {
    display: none;
}

#map {
    height: 500px;
    width :100%;
    display: block;
    background-color: #efefef;
}

.contentPin {
    padding: 10px 20px;
}

    .contentPin h3 {
        font-family: GothamHTF-Medium;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        font-weight: 200;
        color: #94c11f;
        margin-bottom: 8px;
    }

    .contentPin .textAdress {
        text-align: center;    
        color: rgba(36, 36, 36, 0.80);
        font-family: 'Nunito', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
    }

.ct-contactConsultant .doubleColEl:first-of-type {
    margin-top: 20px;
}

    .ct-contactConsultant .blocGrisPlus {
        padding: 25px 30px;
    }

    .ct-contactConsultant .blocGrisPlus h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ct-contactConsultant .blocGrisPlus .btnLine {
        margin-top: 20px;
    }


/*---------- 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 #cccccc;
    transition: 0.3s all ease-out;
    outline: none;
    border-radius: 5px;
    padding: 0px 10px;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;

    /*à changer*/
    color: #565656;
    font-size: 14px;
    font-family: Arial;
}

    textarea {
        resize: vertical; 
        height: 120px;
        line-height: 20px;
        padding: 10px;
    }

    select option {
        height: 35px;
    }

    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,
    select: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: 0px !important;
    border-bottom: 2px solid #cc5246 !important;
}

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

/*---------- Contact ---------*/

.formulaire-consEntr {
    margin-bottom: 70px;
}

.formulaire {
    width: 100%;
}

    .formulaire-double {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

        .formulaire-row {
            margin-bottom: 25px;
            position: relative;
        }

        .formulaire-double .formulaire-row {
            width: 45%;
        }

    .formulaire-row label,
    .formulaire-label {
        display: block;
        font-family: GothamHTF-Book;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 0.7;
        font-weight: 200;
        margin-bottom: 8px;
        transition: 0.2s all ease-out;
    }

    .formulaire-consEntr .formulaire-row {
        margin-bottom: 35px;
    }

.formulaire-checkboxIn {
    margin-top: 12px;
}

    .formulaire-checkboxIn table {
        display: block;
        width: 100%;
    }

        .formulaire-checkboxIn table tbody {
            display: block;
            width: 100%;
            column-count: 3;
        }

        .formulaire-checkboxIn table tr {
            margin-bottom: 15px;
            display: block;
            height: 17px;
        }

        .formulaire-checkboxIn table tr td {
            display: block;
        }

    .formulaire-checkboxIn label {
        letter-spacing: 0px;
        color: #242424;
        line-height: 17px;
        text-transform: none;
    }

    .formulaire-checkboxIn input[type="checkbox"]:not(:checked) + label::before, 
    .formulaire-checkboxIn input[type="checkbox"]:checked + label::before {
        top: 0px;
        margin-top: 0px;
    }

    .formulaire-checkboxIn input[type="checkbox"]:not(:checked) + label::after,
    .formulaire-checkboxIn input[type="checkbox"]:checked + label::after {
        top: 0;
        margin-top: 0px;
        line-height: 15px;
    }

.formulaire-checks {
    margin-top: 40px;
}

    .formulaire-checks > div {
        margin: 0px 0px 10px 0px;
    }

        .formulaire-checks > div label,
        .ReCaptcha-notice {
            opacity: 1;
            color: #979797;
            line-height: 20px;
            font-size: 13px;
        }

            .formulaire-check > div label a,
            .ReCaptcha-notice a {
                color: #000;
                text-decoration: underline;
            }

.formulaire-send {
    text-align: center;
    margin-top: 35px;
}

/*-- Style des champs avec erreurs
        */

.errorControl {
    background-color: #FBE3E4 !important;
    border: 0px !important;
    border-bottom: 2px solid #cc5246 !important;
}

.check-rappel label {
    line-height: 16px;
}

.formulaire-check {
    margin-bottom: 20px;
}

    .formulaire-check > div {
        margin: 0px 0px 8px 0px;
    }

    .formulaire-check > div label,
    .ReCaptcha-notice {
        opacity: 1;
        color: #979797;
        line-height: 20px;
        font-size: 13px;
    }

        .formulaire-check > div label a,
        .ReCaptcha-notice a {
            color: #000;
            text-decoration: underline;
        }


/*----------------------------------------------------*/
/*-------------- LISTINGS / DETAIL -------------------*/
/*----------------------------------------------------*/

/*---------- Listing Actus ---------*/

.listingActus {
    justify-content:space-between;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .listActuCt {
        position: relative;
        display: block;
        width: 460px;
        /*margin-right: 40px;*/
        margin-bottom: 40px;
        border-radius: 10px;
        overflow: hidden;
    }

        /*.listActuCt:nth-of-type(2n) {
            margin-right: 0px;
        }*/

        .listActuImg {
            width: 100%;
            height: 260px;
            position: relative;
            overflow: hidden;
        }

            .listActuImg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                transform-origin: center;
                transition: 0.3s all ease-out;
            }

            .listActuImg:hover img {
                transform: scale(1.06);
            }

            .listActuCateg {
                position: absolute;
                background-color: #242424;
                bottom: 10px;
                left: 0;
                z-index: 200;
                line-height: 30px;
                padding: 0px 10px;
                font-size: 15px;
                text-transform: uppercase;
                color: #fff;
                letter-spacing: 1px;
                font-family: Nunito;
                font-weight: 600;
                pointer-events: none;
            }

        .listActuDesc {
            width: 100%;
            background-color: #f8f8f8;
            box-sizing: border-box;
            padding: 25px;
        }

            .listActuDate {    
                font-family: GothamHTF-Medium;
                font-size: 14px;
                line-height: 16px;
                letter-spacing: 1px;
                text-transform: uppercase;
                opacity: 0.6;
                color: #242424;
                display: block;
                font-weight: 200;
                margin-bottom: 8px;
            }

            .listActuDescCt {
                height: 130px;
            }

                .listActuTitre {
                    font-size: 16px;
                    line-height: 22px;
                    margin-bottom: 10px;
                    overflow: hidden;
                    max-height: 45px;
                    letter-spacing: 1px;
                }

                .listActuTexte {
                    font-size: 16px;
                    line-height: 22px;
                    max-height: 67px;
                    overflow: hidden;
                }

            .listActuLien {
                margin-top: 0px;
                text-align: right;
            }

                .listActuLien .btnLine {
                    margin-top: 5px;
                    font-size: 14px;
                    letter-spacing: 2px;
                    line-height: 30px;
                }

    .classActuCategories select {
        border: 2px solid #cccccc;
        text-transform: uppercase;
        font-family: GothamHTF-Medium;
        font-size: 16px;
        letter-spacing: 1px;
    }

        .classActuCategories select option {
            text-transform: none;
        }

/*---------- Détail Actu ---------*/

.ct-actu {
    margin-bottom: 80px;
}

.detailActuImage {
    width: 100%;
    margin-bottom: 40px;
}

    .detailActuImage a {
        display: block;
        width: 100%;
    }

        .detailActuImage a img {
            width: 100%;
        }

.detailActuDate {
    color: #242424;
    font-family: GothamHTF-Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.6;
    display: block;
    font-weight: 200;
    margin-bottom: 30px;
}

.detailActuTexte div + h2,
.detailActuTexte p + h2 {
    margin-top: 40px;
}

.detailActuTexte h2 {
    margin-bottom: 20px;
}

#detailActuGalerie {
    clear: both;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(36, 36, 36, 0.20);
}

    #detailActuGalerie a {
        display: inline-block;
        width: 228px;
        height: 140px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        #detailActuGalerie a:nth-of-type(4n) {
            margin-right: 0px;
        }

        .detailActuGalerieImg {
            margin: 0px;
            width: 100%;
            height: 100%;
            object-fit:cover;
            object-position: center;
        }

.detailActuFichiersCt ul {
    clear: both;
    margin-top: 50px;
    padding-top: 50px;
    margin-left: 0px;
    border-top: 1px solid rgba(36, 36, 36, 0.20);
}

    .detailActuFichiersCt li {
        margin-left: 20px;
    }


/*-----------------------------------------------------*/
/*-------------------- FOOTER -------------------------*/
/*-----------------------------------------------------*/


.pictoFoot {
    text-align: center;
}

    .pictoFoot:before {
        display: block;
        margin: 0 auto 80px;
        content: "\e900";
        font-family: sytrico;
        color: #94c11f;
        font-size: 65px;
        line-height: 50px;
    }

.body_1201 .pictoFoot:before {
    color: #94c11f;
}


footer {
    width: 100%;
    padding: 50px 0;
    background: #f8f8f8;
}

    .footerLeft {
        float: left;
        width: 200px;
    }

        .footerLogo {
            width: 180px;
            margin-bottom: 20px;
            display: inline-block;
        }

            .footerLogo img {
                width: 100%;
                opacity: 1;
            }

        .footerSocial {
            display: block;
        }

            .footerSocial a {
                display: inline-block;
                margin-right: 10px;
                transition: 0.2s all ease-out;
            }

                .footerSocial a:before {
                    color: #05305b;
                    font-size: 30px;
                    font-family: boonIco;
                }

                .footerSocial-lk:before {
                    content: "\e95f";
                }

                .footerSocial a:hover {
                    opacity: 0.6;
                }

    .footerRight {
        float: right;
        width: 700px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

        .footerCol {
            width: 270px;
        }

            .footerColTitre {
                font-family: GothamHTF-Medium;
                font-size: 16px;
                line-height: 18px;
                letter-spacing: 2px;
                text-transform: uppercase;
                opacity: .6;
                display: block;
                margin-bottom: 10px;
            }

            .footerCol p {
                font-size: 15px;
                line-height: 23px;
                margin-bottom: 8px;
            }

            .footerLien {
                font-size: 15px;
                line-height: 23px;
                display: block;
                color: rgba(36,36,36,.8);
                transition: 0.2s all ease-out;
            }

                .footerLien:before {
                    content:"\e928";
                    font-size: 12px;
                    margin-right: 7px;
                    font-family: boonIco;
                    transition: 0.2s all ease-out;
                }

                .footerLien:hover {
                    opacity: 0.6;
                }

                    .footerLien:hover:before {
                        margin-right: 12px;
                    }

            .footerTel {
                font-family: Nunito;
                font-size: 15px;
                font-weight: 700;
                color: #242424;
            }

                .footerTel:before {
                    content: "\eaa2";
                    font-size: 12px;
                    margin-right: 10px;
                    font-family: boonIco;
                }

            .footerContact {
                display: inline-block;
                margin-top: 7px;
                font-family: Nunito;
                font-size: 15px;
                font-weight: 700;
                color: #242424;
                text-decoration: underline;
            }

#crosslink {
    text-align: center;
    padding: 15px 0px;
    color: rgba(36, 36, 36, 0.90);
}

    #crosslink a {
        font-size: 14px;
        font-family: Nunito;
        font-weight: 200;
        color: rgba(36, 36, 36, 0.90);
        transition: 0.2s all ease-out;
        margin: 0 5px;
    }

        #crosslink a:hover {
            color: #242424;
        }

.ctEngagement {
    width: 800px;
    margin: 0 auto;
}

.colBleu {
    color: #0e3660;
}

.colRouge {
    color: #94c11f;
}

.btnScrl {
    position: fixed;
    transition: 0.3s all ease-out;
    bottom: 40px;
    right: 40px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #021930;
    transform: translateX(100px);
    z-index: 5000;
}

    .btnScrl:hover {
        opacity: 0.7;
    }

    .btnScrl::after {
        line-height: 40px;
        color: #fff;
        font-size: 26px;
        content: "\e933";
        font-family: boonIco;
    }

    .btnScrl-up .btnScrl {
        transform: none;
    }


/*header:before {
    content:"";
    position: fixed;
    width:1px;
    height: 100%;
    top:0;
    left: 50%;
    display: block;
    background-color: #fa0b0b;
}*/

.fromBot,
.fromBot2,
.fromBot3,
.fromLeft,
.fromRight,
.fade,
.fade2,
.fade3,
.fade4, 
.fade5 
{
    visibility: hidden;
}

.iframeContenuAdmin .fromBot,
.iframeContenuAdmin .fromBot2,
.iframeContenuAdmin .fromBot3,
.iframeContenuAdmin .fromLeft,
.iframeContenuAdmin .fromRight,
.iframeContenuAdmin .fade,
.iframeContenuAdmin .fade2,
.iframeContenuAdmin .fade3,
.iframeContenuAdmin .fade4, 
.iframeContenuAdmin .fade5
{
    visibility: visible;
}

.iframeContenuAdmin .homeIntroRight p, 
.iframeContenuAdmin .blocIntro p,
.iframeContenuAdmin .blocIntro .h1,
.iframeContenuAdmin .blocIntro .h2,
.iframeContenuAdmin .blocIntro h1,
.iframeContenuAdmin .blocIntro h2,
.iframeContenuAdmin .blocIntro a,
.iframeContenuAdmin .homeIntro h1,
.iframeContenuAdmin .homeIntro a {
    color: #242424;
}



/* SYTRIA FORMATION PAGE */

span.texteDesc {
    color: #fff;
    font-size: 16px;
    width: 47%;
    display: block;
    transition: all .5s ease-in-out;
}


span.telForm {
    position: absolute;
    text-align: center;
    background-color: #94c11f;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}



.introBtn:hover span.telForm {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease-in-out;
}


img.logoSytriaFormation {
    max-width: 100%;
    margin-bottom: 30px;
}


.body_1201 .introBtn:after {
    background-color: #94c11f;
}

.body_1201 .atout:before {
    color: #94c11f;
    background-color: #eff3e5;
}


a.btn.btnFleche.flecheVerte {
    text-align: left;
    background: #94c11f;
    border: 2px solid #94c11f;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

    a.btn.btnFleche.flecheVerte:hover {
        text-align: left;
        background: transparent;
        border: 2px solid #94c11f;
        color: #94c11f;
    }

span.prespan.prespanLine {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
    margin-top: 70px;
}

    span.prespan.prespanLine:before, span.prespan.prespanLine:after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 2px;
        background-color: white;
    }

.body_1201  .backBlue:after {
    z-index: 11000 !important;
}

.MarginBottForm {
    padding-top: 0;
}

.body_1201  .secteur span.chiffreClefs {
    font-family: 'GothamHTF-Bold';
    font-size: 27px;
    line-height: 33px;
    color: #ffff;
}


.body_1201 .secteur span {
    text-transform: initial;
    font-family: 'GothamHTF-Book';
    font-size: 14px;
    line-height: 20px;
}


.atouts.atoutsForm {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

    .atouts.atoutsForm .atout {
        width: 46%;
    }

.body_1201 .secteurImg {
    height: 70px;
    text-align: center;
    margin-bottom: 15px;
    opacity: 1;
}


img.logoData {
    margin-top: 50px;
    width: 270px;
}

.secteur.numForm.fade4 {
    width: 390px;
    text-align: left;
    margin-bottom: 100px;
}

    .secteur.numForm.fade4 h2 {
        width: 390px;
        text-align: left;
        margin-bottom: 0px;
    }




h2.listeReferencesTitre {
    display: none;
}

.refUc {
    display: none;
}

.ccb626 {
    min-height: 600px;
}

#panUc {
    display: flex !important;
    justify-content: center;
    width: 50%;
    margin: auto;
    column-gap: 20px;
    grid-row-gap:20px;
    flex-wrap: wrap;
}


.listeReferencesConteneurImage {
    background-color: #f8f8f8;
    padding: 23px;
    box-sizing: border-box;
    max-width: 220px;
    border-radius: 5px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .listeReferencesConteneurImage a, .listeReferencesConteneurImage img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }


.listeReferencesConteneurImage a img {
    object-fit:contain;
    width: 100%;
}
.blocsReferences {
    width: 30%;
}


.blocsReferences .imgCenter img {
    position: relative;
}


.backBlue.backBlue-noForm:after {

    display:none;
}

.ccb628 .backBlue {
    padding: 0 0px 80px 0;
}

.backBlue-noForm {
    padding-bottom: 40px;
}

/*header PAGE FORMATION*/


.body_1201.scrl .topBar, .body_1201.scrl .botBar {
    display: none;
}


