@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 0;
    font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{

    background-color: #1c1c1c;

}
#products a {
	color:#fff;
	    text-decoration:none;
}
.statistic {
    padding: 60px 50px;
}

#moduleRef .titre_vign {
	display:none;
	text-transform: uppercase;
}
.bg-grey {
	background: #f1f1f1;
	margin-bottom:12px;
	max-width:360px;
}
.bg-blue {
	background:#00baff ;
	text-align: center;
	color:#FFF;
}
.bg-blue1 {
	background:#00baff ;
	text-align: center;
	color:#FFF;
	max-width:95%;
	-webkit-animation-name: mymove; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-name: mymove;
    animation-duration: 5s;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
}
@-webkit-keyframes mymove {
    from {width: 1%;}
    to {width: 95%;}
}

@keyframes mymove {
    from {width: 1%;}
    to {width: 95%;}
}

.bg-blue2 {
	background:#00baff ;
	text-align: center;
	color:#FFF;
	max-width:90%;
	-webkit-animation-name: mymove2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-name: mymove2;
    animation-duration: 5s;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
}
@-webkit-keyframes mymove2 {
    from {width: 1%;}
    to {width: 90%;}
}

@keyframes mymove2 {
    from {width: 1%;}
    to {width: 90%;}
}

.bg-blue3 {
	background:#00baff ;
	text-align: center;
	color:#FFF;
	max-width:85%;
	-webkit-animation-name: mymove3; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-name: mymove3;
    animation-duration: 5s;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
}
@-webkit-keyframes mymove3 {
    from {width: 1%;}
    to {width: 85%;}
}

@keyframes mymove3 {
    from {width: 1%;}
    to {width: 85%;}
}

.bg-blue4 {
	background:#00baff ;
	text-align: center;
	color:#FFF;
	max-width:92%;
	-webkit-animation-name: mymove; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-name: mymove;
    animation-duration: 5s;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
}
@-webkit-keyframes mymove3 {
    from {width: 1%;}
    to {width: 92%;}
}

@keyframes mymove3 {
    from {width: 1%;}
    to {width: 92%;}
}
.timer101,
.timer357,
.timer107,
.timer197 {
	color:#666;
	font-size:36px;
	color:rgb(37, 172, 222);
}
.haflcolumn {
	width:49%;
	float:left;
	text-align:center;
	margin-top:60px;
}
.bg-blue5 {
	background:#00baff ;
	text-align: center;
	color:#FFF;
	max-width:95%;
	-webkit-animation-name: mymove5; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-name: mymove5;
    animation-duration: 5s;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
}
@-webkit-keyframes mymove5 {
    from {width: 1%;}
    to {width: 95%;}
}

@keyframes mymove5 {
    from {width: 1%;}
    to {width: 95%;}
}

.bg-blue6 {
	background:#00baff ;
	text-align: center;
	color:#FFF;
	max-width:90%;
	-webkit-animation-name: mymove6; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    animation-name: mymove6;
    animation-duration: 5s;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
}
@-webkit-keyframes mymove6 {
    from {width: 1%;}
    to {width: 90%;}
}

@keyframes mymove6 {
    from {width: 1%;}
    to {width: 90%;}
}

.clients img {
    width:90px;
    height:auto;
    padding:10px;
    -webkit-animation-name: myimg; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    animation-name: myimg;
    animation-duration: 1.5s;
}
/*.clients img:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}*/
             
@-webkit-keyframes myimg {
    from {filter: grayscale(100%) blur(5px);}
    to {filter: grayscale(0) blur(0);}
}

@keyframes myimg {
    from {filter: grayscale(100%) blur(5px);}
    to {filter: grayscale(0) blur(0);}
}
.titlenice {
color:#25acde !important;
margin-bottom:3px;
}
.titlenice img {
	margin-left:-20px;
	margin-right:5px;
	transition:0.3s;
}
.titlenice:hover img{
	margin-left:0;
}

.linker
{
  font-size : 20px;
  font-color: black;
}

.li111,
.li222,
.li333,
.li444,
.li555,
.li666,
.li777,
.li888,
.li999,
.li1000,
.li1001 {
	line-height:26px;
	margin-top:5px;
	margin-bottom:5px;
	color:#25acde;
	font-size:16px;
	cursor: pointer;
	font-family: helveticacondensed-light;
	
}
.li111 img,
.li222 img,
.li333 img,
.li444 img,
.li555 img,
.li666 img,
.li777 img,
.li888 img,
.li999 img,
.li1000 img,
.li1001 img {
	margin-left:-18px;
	margin-right:5px;
	transition:0.3s;
}
.li111:hover img,
.li222:hover img,
.li333:hover img,
.li444:hover img,
.li555:hover img,
.li666:hover img,
.li777:hover img,
.li888:hover img,
.li999:hover img,
.li1000:hover img,
.li1001:hover img {
	margin-left:0;
}
.noidung11,
.noidung22,
.noidung33,
.noidung44,
.noidung55,
.noidung66,
.noidung77,
.noidung88,
.noidung99,
.noidung100,
.noidung101 {
	line-height:20px;
	font-family: helveticacondensed-light;
}
#Souspart_moyen1 h4 {
	font-family: helveticacondensed-light;
	color:#555;
	font-size:18px;
}
.noidung11,
.noidung22,
.noidung33,
.noidung44,
.noidung55,
.noidung66,
.noidung77,
.noidung88,
.noidung99,
.noidung100,
.noidung101 {
	display:none;
}
.menu11 {
	width: 100%;
    float: left;
}
.noidung_service {
	width: 62%;
    padding-left: 3%;
    float: right;
    display: inline-block;
    border-left: 1px solid #eee;
}
.righttext {
	text-align:right;
	padding-right:3px;
}
/* ______________________________________________________________________ */
@font-face {
    font-family: 'Helvetica-Condensed';
    src: url('../font/helvetica-condensed.eot');
    src: url('../font/helvetica-condensedd41d.eot?#iefix') format('embedded-opentype'),
    /* url('../font/helvetica-condensed.woff') format('woff') */
    url('../font/helvetica-condensed.ttf') format('truetype'),
    url('../font/helvetica-condensed.svg#helvetica-condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticacondensed-light';
    src: url('../font/helvetica-condensed-light-webfont.eot');
    src: url('../font/helvetica-condensed-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../font/helvetica-condensed-light-webfont.woff') format('woff'),
    url('../font/helvetica-condensed-light-webfont.ttf') format('truetype'),
    url('../font/helvetica-condensed-light-webfont.svg#helveticacondensed-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../font/gotb.eot');
    src: url('../font/gotbd41d.eot?#iefix') format('embedded-opentype'),
    url('../font/gotb.woff') format('woff'),
    url('../font/gotb.ttf') format('truetype'),
    url('../font/gotb.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CenturyGothic';
    src: url('../font/got.eot');
    src: url('../font/gotd41d.eot?#iefix') format('embedded-opentype'),
    url('../font/got.woff') format('woff'),
    url('../font/got.ttf') format('truetype'),
    url('../font/got.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CenturyGothic-BoldItalic';
    src: url('../font/gotbi.eot');
    src: url('../font/gotbid41d.eot?#iefix') format('embedded-opentype'),
    url('../font/gotbi.woff') format('woff'),
    url('../font/gotbi.ttf') format('truetype'),
    url('../font/gotbi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Italic';
    src: url('../font/gotci.eot');
    src: url('../font/gotcid41d.eot?#iefix') format('embedded-opentype'),
    url('../font/gotci.woff') format('woff'),
    url('../font/gotci.ttf') format('truetype'),
    url('../font/gotci.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helvetica_neuelightcondobl';
    src: url('../font/helveticaneue-lightcondobl-webfont.eot');
    src: url('../font/helveticaneue-lightcondobl-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../font/helveticaneue-lightcondobl-webfont.woff') format('woff'),
    url('../font/helveticaneue-lightcondobl-webfont.ttf') format('truetype'),
    url('../font/helveticaneue-lightcondobl-webfont.svg#helvetica_neuelightcondobl') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica-Condensed-Oblique';
    src: url('../font/helvetica-condensed-oblique.eot');
    src: url('../font/helvetica-condensed-obliqued41d.eot?#iefix') format('embedded-opentype'),
    url('../font/helvetica-condensed-oblique.woff') format('woff'),
    url('../font/helvetica-condensed-oblique.ttf') format('truetype'),
    url('../font/helvetica-condensed-oblique.svg#helvetica-condensed-oblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---- WRAPPER----*/


#wrapper{

   position: absolute;
   width: 100%;
   height: 100%;
   overflow: hidden;


}

h3{
    background-color: #00BAFF;
    color: #FFFFFF;
    font-family: 'CenturyGothic-Italic';
    font-size: 20px;
    padding: 10px;
    z-index: 1;
}


a:link {color: #25acde;}
a:visited {color: #25acde;}
a:hover {color:#19d0ff;}
a:active {color:#19d0ff;}

#backGround{

    z-index: 0;
}


.barreTimer{

  background-color:#19d0ff;
  height: 5px;
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom:39px;

}
/* ///// WRAPPER ///// */




/* ______________________________________________________________________ */




/* ----- MENU ------ */



#menu{

    position:absolute;
    width:312px;
    height:100%;
    z-index: 5;
    overflow: hidden;
    left:0px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */

}

#contenuMenu{

    position: absolute;
    width: 312px;
    height: 675px;



}


#contenerDeco img{

    position: absolute;
    height: 3000px;
    width:  303px;
    z-index: 3;
}


.ie8 #contenerDeco img{

    position: absolute;
    height: 3000px;

}



#contenerDeco{

    position: absolute;
    height: 3000px;
    z-index: 1;
    top:-250px;
}


.ie8 #contenerDeco{

    position: absolute;
    height:  1500px;
    z-index: 1;
    top:0px;

}

#ssnav{

    position: absolute;
    width: 305px;
    height: 100%;
    z-index: 3;
    background-color: #fff;
    visibility: hidden;
}


#backGroundMenu{
    position: absolute;
    z-index: 0;


}

#nav{


    position: absolute;
    margin-left: 11px;
    margin-top: 81px

}

.btn_menu{

    text-align: left;
    font-family: helvetica_neuelightcondobl;
    font-size: 13px;
    height: 20px;
    width: 200px;
    cursor: pointer;
    z-index: 2;




}
.roll{

    overflow-x: hidden;
    height: 20px;
    padding-top: 3px;
    color: #fff;
}

.roll *{

    margin-left: -15px;

}

#btnLogo{

    position: absolute;
    z-index: 2;
    height: 70px;
    width: 250px;
    cursor: pointer;
    background-color: #f0f8ff;
    opacity : 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */

}
.ie8 #btnLogo{

    background-color: #f0f8ff;
    opacity : 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */
 }



/* ////// MENU ////// */




/* ______________________________________________________________________ */




/* ----- LOADER ----- */

#blocusWait{

    display: none;
    position:absolute;
    top:0;
    width: 100%;
    height:100%;
    z-index: 100;
    overflow: hidden;
    /*opacity : 0;*/
    z-index: 100;


}

#loadingImg{


    height: 100%;
    text-align: center;
    width: 100%;


}

#loadingImg img{


    width:200px;
    height: 200Px;

}


.bgLoader{

    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #1c1c1c;
    /*opacity : 1;*/
    z-index: -1;

}


/* ////// LOADER ////// */




/* ______________________________________________________________________ */




/* ----- GALERY ------ */

.btn_ssmenu{

    text-align: left;
    font-family: helvetica_neuelightcondobl;
    font-size: 15px;
    height: 20px;
    width: 200px;
    cursor: pointer;
    z-index: 2;

}

#contener_ssnav{

    margin-top: 95px;
    margin-left: 95px;
    position: absolute;
    z-index: 10;
    visibility: hidden;

}


.btn_ssmenu .roll{

    color: #707173;
    text-align: right;
    margin-left: -15px;

}


#selectionRef{

    visibility: hidden;
    background-color: #00BAFF;
    color: #FFFFFF;
    font-family: helvetica_neuelightcondobl;
    font-size: 13px;
    height: 22px;
    line-height: 24px;
    margin-top: 118px;
    padding-left: 11px;
    position: absolute;
    width: 301px;
    z-index: 2;

}

#titre_selectionRef{

    padding-left: 163px;

}

.btn_ssmenu {

    margin-left: -11px;
    text-align: right;
    color: #87888a;
    overflow-x: hidden;

}


.roll_ssmenu {

    margin-left: -95px;
    width: 310px;
    padding-top: 5px;

}

.roll_ssmenu img{

    margin-left:5px;


}

#moduleRef{

    position:absolute;
    background-color: #212121;
    height:100%;
    left:306px;
    overflow: hidden;
    z-index: -1;
    visibility:hidden;
    display: none;
}

.item {

    margin: 1px;
    float: left;

}

.tous{

    margin: 1px;
    float: left;
    overflow: hidden;
    cursor: pointer;

}

.tous img{



}

#bigimg{

    height:100%;
    overflow: hidden;
    margin-left: 306px;


}
#bigimg_cont{

    position: absolute;
    overflow-y: hidden;


}


.imagesBigIn{

    position: absolute;
}
.maskingOverflow{


     position: absolute;
     overflow: hidden;
     width: 100%;
     height:100%;


}

    /* Roll */

        .roll_Cadre{

            position:absolute;
            width: 100%;
            height: 100%;
            border: 15px;
            margin: -15px -15px;
            border-style: solid;
            border-color: #25acde;
            z-index: 2;
            opacity: 0;


        }


        .titre_vign{
            font-family:'CenturyGothic-Italic';
            position:absolute;
            padding: 20px;
            right: -50px;
            top: 26px;
            color:#a9a9a9;
            background-color:#f0f8ff;
            z-index: 1;
            opacity : 0;
            -ms-filter: "alpha(opacity=0)"; /* IE 8 */
            filter : alpha(opacity=0); /* IE < 8 */




        }


        .sstitre_vign{
            font-family:'CenturyGothic-Italic';
			    text-transform: uppercase;
            height: 5px;
            font-size:15px;
            position:absolute;
            padding: 13px;
            right: -50px;
            top:67px ;
            z-index: 1;
            color: #ffffff;
            background-color:#25acde;
            opacity : 0;
            -ms-filter: "alpha(opacity=0)"; /* IE 8 */
            filter : alpha(opacity=0); /* IE < 8 */


        }

    /* /// Roll //// */

    /* block Info */
            #blocInfoProjet{

                position:absolute;
                width: 400px;
                background-color: #FFFFFF;
                z-index: 5;
                font-size: 12px;
                line-height: 12px;
                font-family: Arial,verdana;
                right: -500px;
                color: #87888a;




            }
            .intertitre{

                font-weight: bolder;
                color: #25acde;
                text-decoration: underline;
                /*line-height: 50px;*/
                /*margin-bottom: 10px;*/

            }

            #content_int, #content_carac, #content_porj{
                margin:8px 0 15px 0;
            }


            #contenerInfoTxt{


                height:544px;

            }

            #contenerInfoTxt .scrollable{

                width: 300px;
                height: 270px;
                margin-top: 65px;


            }


            .stitle_Info{

                background-color: #25ACDE;
                color: #FFFFFF;
                font-family: 'CenturyGothic-Italic';
                font-size: 16px;
                line-height: 15px;
                margin-left: -30px;
                max-width: 380px;
                padding: 8px;
                position: absolute;
                z-index: 1;



            }
            .title_Info{

                padding: 15px;
                padding-right: 13px;
                color:#a9a9a9;
                background-color:#fff;
                z-index: 1;
                font-family:'CenturyGothic-Italic';
                font-size: 24px;
                margin-left: -50px;
                line-height: 20px;


            }

            .allContentino{
                 line-height: 20px;
            }

            .allContentino p{
                font-size: 12px;
                font-family: Arial, Helvetica, sans-serif !important;

            }

            .allContentino p + p{
                margin-top:5px;
            }

            #imgCont{
				background: #fff;
                position:absolute;
                margin-top: 369px;
                margin-left: 50px;
                text-align: left;
                width: 310px;

            }



            #content_opt{

                margin-top: 15px;

            }

            .titrecontenu{
                font-weight: bolder;
            }

            .imgInfo{

                line-height: 35px;
                opacity : 0.6;
                -ms-filter: "alpha(opacity=60)"; /* IE 8 */
                filter : alpha(opacity=60); /* IE < 8 */
                max-width: 70px;
            }

            .btnIfoContener{

                cursor: pointer;
                display: inline-block;
                /*height: 62px;*/
                height: 53px;
                margin-top: 0.5em;
                overflow: hidden;
                padding-left: 2px;
                padding-right: 2px;
                width: 70px;


            }


           .contenuerRollInfo{


            }

            .underRollInfo{

               margin-top: 4px;
               height: 4px;
               width: 100%;
               background-color: #25acde;
            }


            .textcontenudescr{
                line-height: 12px;
                font-size: 14px;

            }
            .textcontenudescr p{
                line-height: 12px;
            }

/* /// block Info //// */

/* ////// GALERY ///// */



/* ______________________________________________________________________ */



/* -----SROLL PERSO ----*/


#scrollFlecheUp{

    position: absolute;
    top: 5px;


}
#scrollFlecheDown{

    bottom: 5px;
    position: absolute;


}

/* /////// SROLL PERSO /////// */




/* ______________________________________________________________________ */


/* -------- MODULE BACK GROUND ---------*/


.MyPicts{

    position: absolute;
    width:100%;
    height:100%;
    overflow: hidden;

}

.miniContener{

    width:100%;
    height:100%;
    overflow: hidden;
}
.newPics{

    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */

}

/* Menu gall */


    #menugal{


        height: 100%;
        position: absolute;
        right: 0px;
        top: 5px;
        z-index: 2;

    }


    #cross{

        background-color: #ffffff;
        width:50px;
        cursor: pointer;
        position: absolute;
        height: 50px;
        top : 5px ;
        right:-55px;
        z-index: 5;




    }

    #info{

        bottom: 60px;
        margin-left: 0px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"; /* IE 8 */
        filter : alpha(opacity=0); /* IE < 8 */

    }


    #upFleche{

        bottom: 140px;
        margin-left: 0px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"; /* IE 8 */
        filter : alpha(opacity=0); /* IE < 8 */

    }


    #downFleche{

        bottom: 100px;
        margin-left: 0px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"; /* IE 8 */
        filter : alpha(opacity=0); /* IE < 8 */



    }

    #title_backgMod{

        position:absolute;
        padding: 20px;
        padding-right: 15px;
        right: 0px;
        bottom: 25px;
        color:#a9a9a9;
        background-color:#fff;
        z-index: 1;
        font-family:'CenturyGothic-Italic';
        font-size: 24px;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"; /* IE 8 */
        filter : alpha(opacity=0); /* IE < 8 */

    }


    #stitle_backgMod{

        height: 5px;
        position:absolute;
        padding: 15px 15px 10px 10px;
        right: 0px;
        bottom:0px ;
        z-index: 1;
        color: #ffffff;
        background-color:#25acde;
        font-size: 16px;

        font-family:'CenturyGothic-Italic';
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"; /* IE 8 */
        filter : alpha(opacity=0); /* IE < 8 */

    }

/* /// Menu gall //// */


/*//////////MODULE BACK GROUND////////////*/





/* ______________________________________________________________________ */




/* ----- GENERAL PARTS PROPERTIES  ------ */



.contener{

   position: absolute;
   width: 0px;
   height: 100%;
   margin-left: 295px;
   overflow:hidden;
   z-index: 2;

}


.fond{

    position: absolute;
    width: 550px;
    height: 100%;
    margin-left: 20px;
    background-color: #fff;
    overflow: hidden;

}

.titreCartouche{

    position:absolute;
    overflow: hidden;
    padding: 15px;
    color:#fff;
    background-color:#00baff;
    z-index: 1;
    font-family:'CenturyGothic-Italic';
    font-size: 23px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */





}

.contenuPart{

    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */
    width: 570px;
    overflow: hidden;

}



/* //////////GENERAL PARTS PROPERTIES ////////// */


/* ______________________________________________________________________ */




/* ----- modulePresentation ------ */
.intertitire{

font-size: 25px;
margin-top: 35px;
text-transform: uppercase;

}


#Souspart_secteur_act .paragraphe1{

      height: 279px;
}


.colone{

    width:200px;
    position: absolute;

}

#Souspart_secteur_act .colone p{

    line-height: 8px;

}

.colone img{

  margin-top:3px;
  margin-right: 7px;
}


.colone2 {

 margin-left: 210px;

}

.paragraphe{

    margin-top:16px;
    line-height: 30px;

}
.paragraphe1 {

    margin-top: 15px;
    font-family: CenturyGothic-Bold;
}



.boldText{

    font-family: centurygothic-italic;
   font-size: 18px;

}

.Souspart_Presetation{

    height: 550px;
    width:570px;
    overflow: hidden;
    display: none;
    position: absolute;

}
.Souspart_Statistic {

    height: 550px;
    width:570px;
    overflow: hidden;
    display: none;
    position: absolute;

}
#ssnav_Presentation{

    position: absolute;
    width: 550px;
    margin-left: 20px;
    margin-top: -8px;
    z-index: 2;
}
#ssnav_Statistic {

    position: absolute;
    width: 550px;
    margin-left: 20px;
    margin-top: -8px;
    z-index: 2;
}
.btn_Presentation{

    display: inline-block;
    font-size: 15px;
    height: 25px;
    position: relative;
    text-align: center;
    margin-left: 34px;
    font-family: helvetica_neuelightcondobl;
    font-size: 16px;
    color: #87888a;
    cursor: pointer;
}
.btn_Statistic{

    display: inline-block;
    font-size: 15px;
    height: 25px;
    position: relative;
    text-align: center;
    margin-left: 34px;
    font-family: helvetica_neuelightcondobl;
    font-size: 16px;
    color: #87888a;
    cursor: pointer;
}

#underline_ssnav{

     width: 100%;
     height: 1px;
     background-color:#d8d9d9;
     position: absolute;
     margin-top: 20px;
     margin-left: 20px;

}

#selector_ssnav{

    margin-top: -4px;
    margin-left: 55px;

}

.Souspart_Presetation .titreCartouche {
    margin-left: 10px;
    margin-top: 84px;
    position: absolute;
}
.Souspart_Statistic .titreCartouche {
    margin-left: 10px;
    margin-top: 84px;
    position: absolute;
}

.Souspart_Presetation .titreCartouche div {
    width: 580px;
}
.Souspart_Statistic .titreCartouche div {
    width: 580px;
}

.Souspart_Presetation .sstitre {
    width: 650px;
    color: #00BAFF;
    font-family: centurygothic-italic;
    font-size: 23px;
    margin-left: 30px;
    margin-top: 65px;
    position: absolute;
}
.Souspart_Statistic .sstitre {
    width: 650px;
    color: #00BAFF;
    font-family: centurygothic-italic;
    font-size: 23px;
    margin-left: 30px;
    margin-top: 65px;
    position: absolute;
}
h4 {
	color: rgb(37, 172, 222);
}
.scrollable {
    margin-left: 55px;
    margin-top: 139px;
    position: absolute;
    width: 490px;
    height: 380px;
    overflow: hidden;
}
#Souspart_mission1 p {
	font-style: italic;
}
#Souspart_historique1 .titreCartouche,
#Souspart_moyen1 .titreCartouche,
#Souspart_secteur_act1 .titreCartouche,
#Souspart_mission1 .titreCartouche {
	margin-top: 83px;
}

#Souspart_historique1 .scrollable,
#Souspart_moyen1 .scrollable,
#Souspart_secteur_act1 .scrollable,
#Souspart_mission1 .scrollable{
	margin-top: 123px;
	height: 400px;
}
#Souspart_historique1 .mask3,
#Souspart_moyen1 .mask3,
#Souspart_secteur_act1 .mask3,
#Souspart_mission1 .mask3{
	height: 630px;
}
.scrollable p {

    color: #707173;
    font-family: helveticacondensed-light;
    line-height: 30px;

}

#contenuPresentation{

    width: 2300px;
    margin-left: 0px;

}
#contenuStatistic{

    width: 2300px;
    margin-left: 0px;

}
#contenuPresentation_txt{

    width: 2300px;
    margin-left: 0px;

}
#contenuStatistic_txt{

    width: 2300px;
    margin-left: 0px;

}


.btn_Presentation p{

    padding-right: 3px;
    line-height: 20px;
}
.btn_Statistic p{

    padding-right: 3px;
    line-height: 20px;
}
.btn_Presentation{


    overflow: hidden;
    height:16px;

}
.btn_Statistic{


    overflow: hidden;
    height:16px;

}
.monblockInfo{

    background-color: #212121;
    bottom: 95px;
    color: #FFFFFF;
    font-family: helveticacondensed-light;
    height: 54px;
    padding: 45px 23px 20px;
    position: absolute;
    right: 73px;
    width: 400px;
    z-index: 5;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */

}

.titreCartoucheInfo {
    position: absolute;
    background-color: #00BAFF;
    color: #FFFFFF;
    font-family: 'CenturyGothic-Italic';
    font-size: 20px;
    overflow: hidden;
    padding: 20px;
    margin-left: -38px;
    margin-top: -56px;
    position: absolute;

    z-index: 1;
}

.blockTextInfo{

    line-height: 20px;

}

.mask1{

    overflow: hidden;
    position: absolute;
    height: 580px;
    width: 550px;
}

.mask2{

    overflow: hidden;
    position: absolute;
    height: 580px;
    width: 290px;
}

.mask3{

    overflow: hidden;
    position: absolute;
    height: 600px;
    width: 550px;
}

#Souspart_historique .mask2{

    width:330px;


}
#Souspart_moyen .mask2{

    width:300px;


}
#Souspart_secteur_act .mask2{

    width:360px;


}
#Souspart_mission .mask2{

    width:600px;

}
#Souspart_historique1 .mask2{

    width:290px;


}
#Souspart_moyen1 .mask2{

    width:430px;

}
#Souspart_secteur_act1 .mask2{

    width:580px;
	

}
#Souspart_secteur_act1 .titreCartouche div {
    font-size:17px;
}
#Souspart_mission1 .mask2{

    width:300px;

}
.text22 {
	margin-top:28px;
}
.paragraphe p{

    line-height:20px;

}
/* //////// modulePresentation //////// */

/* ______________________________________________________________________ */



/* -----Actu ----*/

#Actu_contenerListing{
      position: absolute;
      width: 500px;
      height: 420px;
      margin-left:25px;
 }
 #Actu_contener{
     height: 619px;
     overflow: hidden;
     position: absolute;
     width: 525px;
 }

.actuselector{

     height:130px;
     margin-top:10px;
     width: 500px;


}

#Actu_contenerListing .scrollable{

    height: 420px;
    margin-left:0px;
    margin-top: 139px;
    overflow: hidden;
    position: absolute;
    width: 500px;
    z-index: 2;
}

.imageActu{

    position: absolute;
    margin-top:0px;
    overflow: hidden;
    height: 135px;
    width: 135px;
}

.sscontenuActu{
    background-color: #F2F2F3;
    height: 135px;
    line-height: 20px;
    margin-left: 135px;
    position: absolute;
    width: 345px;

}

.actu_pre_contenu{

    height: 100px;
    margin: 15px;
    position: absolute;

}

.titre_actu{

   color: #25acde;
   font-family: CenturyGothic-Italic;
   font-size: 20px;
   text-transform: uppercase;
}

.text_actu{

  color: #87888a;
  font-family: helveticacondensed-light;
  font-size: 14px;


}

.btn_actu_voirs{

      height: 30px;
      width: 105px;
      overflow: hidden;
      position: absolute;
      line-height: 28px;
      margin-left: 240px;
      margin-top: 100px;
      cursor: pointer;

}
.text_btn_actu_01{


    display: inline-block;
    width: 105px;
    height: 30px;

}



.text_btn_actu{

    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    font-family: Helvetica-Condensed-Oblique;
    font-size: 12px;
    width: 245px;
    margin-left: 10px;



}

.background_btn_actu{

         position: absolute;
        margin-left: 0px;

}

.backGround_btn_actu_01{

         display: inline-block;
         width: 105px;
        height: 30px;
    background-color: #00BAFF;
}


.backGround_btn_actu_02{

        display: inline-block;
        background-color: #FFFFFF;
        width: 105px;
        height: 30px;

}

#Actu_contenerContenu{


    position: absolute;
    width: 500px;
    height: 420px;
    margin-left:600px;


}

.Actu_image{

    position: absolute;
    margin-top:135px;
    overflow: hidden;
    height: 135px;
    width: 135px;

}

#Actu_contenerContenu .scrollable{

    color: #87888A;
    font-family: helveticacondensed-light;
    font-size: 15px;
    height: 420px;
    line-height: 25px;
    margin-left: 150px;
    margin-top: 135px;
    overflow: hidden;
    position: absolute;
    width: 330px;
    z-index: 2;
}

.text_chapeau{


    font-weight: bold;
    line-height: 22px;
    margin-top: 12px;
}

#Actu_contenerContenu .text_actu{

    line-height: 22px;
    margin-top: 12px;
    font-family: helveticacondensed-light;
    font-size: 15px;


}

#Actu_contenerContenu .titre_actu{

    font-size: 25px;
}

.separation{

    height: 1px;
    background-color: #a9a9a9;
    width: 100%;
    margin-top: 12px;

}


#Actu_contenerContenu .btn_actu_voirs{

    margin-left: 148px;
    margin-top: 570px;


}

#crossActu{

    z-index: 3;
    position: absolute;
    margin-left: 845px;
    margin-top: 15px;
    width:0px;
    overflow: hidden;
    height: 50px;
    cursor: pointer;
}
/* //////// Actu //////// */

/* ______________________________________________________________________ */

/* -----Contact ----*/

#moduleContact{
    width: 570px;
    height:100%;
    right:-570px;

}

#moduleContact .fond{
    background: transparent;
}

#contenerContact{
    line-height: 17px;
    position: absolute;
    /*padding:30px 20px 0 20px;*/
    margin-top: 150px;
    width: 540px;
    height: 275px;
    font-family: 'CenturyGothic-Italic';
    color: #87888a;
    
    /*margin-left: 20px;*/


}
.title-contact {
	font-size:14px;
}
#contact-infos
{
    width: 700px;
    height: 286px;
    padding:30px 20px 0 20px;
    background: white;
}

#32A6D8

#logoContact{



 }

 #headcontact{
    margin-top: 5px;
    width: 600px;
     /*height: 500px;*/

 }

 #adresse_lyon{
	 display: inline-block;    
    vertical-align: top;
    width: 220px;
    height:260px;
    cursor: pointer;
 }

#separteurAdresse{
    display: inline-block;
    margin-top:65px;
    width: 50px;
}
#separteurAdresse img {
	width: 50px;
	height:83px;
} 
 #adresse_Danang{
     margin-left: 16px;
     display: inline-block;    
    vertical-align: top;
    width: 230px;
    margin-bottom:8px;
    cursor: pointer;

 }
 #adresse_Hanoi {
     margin-left: 16px;
     display: inline-block;    
    vertical-align: top;
    width: 230px;
    cursor: pointer;

 }
.branch {
	width:230px;
	display:inline-block;
}
.adresses{
    /*display: inline-block;    
    vertical-align: top;
    width: 230px;
    height:280px;
    cursor: pointer;*/
}

.adresse-current{
    background: url(../img/address-current.jpg) no-repeat;
    cursor: default;
}


.ville{
    font-size: 18px;
    color:#25acde;
    margin-top: 6px;
    line-height: 24px;
    font-family: 'CenturyGothic-Italic';
}

.adresse_min{
    margin-top: 7px;
    font-size: 13px;

}


.ville_min{

    font-size: 13px;
    padding-bottom: 10px;
}

.txtContact{
    font-size: 12px;

}


.blueTxt{


    color:#25acde;

}


#mapContainer{
     /*height: 200px;*/
     /*margin-top: 20px;*/
     /*display: none;*/
    position:absolute;
    z-index: -1;
    width:100%;
    opacity: 0;
    overflow: hidden;
}

#map{
    margin-top:-10px;
}

#contact-btn
{
    width: 570px;
    height: 50px;
    margin-top: 5px;
    background: white;
}

.btn_contact{

    height: 30px;
    width: 135px;
    overflow: hidden;
    position: absolute;
    line-height: 28px;
    cursor: pointer;
    margin-left: 207px;
    margin-top: 10px;

}
.text_btn_contact_01{


    display: inline-block;
    width: 135px;
    height: 30px;

}



.text_btn_contact{

    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    font-family: Helvetica-Condensed-Oblique;
    font-size: 12px;
    width: 345px;
    margin-left: 10px;



}

.background_btn_contact{

    position: absolute;
    margin-left: 0px;

}

.backGround_btn_contact_01{

    display: inline-block;
    width: 135px;
    height: 30px;
    background-color: #00BAFF;
}


.backGround_btn_contact_02{

    display: inline-block;
    background-color: #FFFFFF;
    width: 135px;
    height: 30px;

}

#rappelleadresse{

    position: absolute;
    font-size: 20px;
    color:#25acde;
    margin-top: 10px;
    margin-left: 350px;
    margin-top: 20px;

}


/* //////// Contact //////// */


/* ______________________________________________________________________ */


/* -----footer ----*/
#footer{
	width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color:#25acde;
    font-family: helvetica-condensed;
    font-size: 14px;
    height: 15px;
    height: 40px;
	z-index: 9999999;

}

#footer div{

    display: inline-block;
    margin-left: 20px;
    height: 40px;
    vertical-align: middle;

}
#social_links {
	float:left;
}
#social_links a {
    position: relative;
    display: block;
    float: left;
    height: 40px;
    padding: 0 9px;
    width:18px;
    transition:.4s;
}
#social_links a:hover .normal{
	top:-18px !important;
	opacity: 0 !important;
}
#social_links a:hover .survol{
	top:10px !important;
	opacity: 1 !important;
}
#social_links a img {
    position: absolute;
    left: 10px;
    top: 10px;
}
#social_links a img.normal {
    top: 10px;
    transition:.4s
}
#social_links a img.survol {
    top: 30px;
    opacity: 0;
    transition:.4s
}

#hotline {
	line-height: 20px;
	
	
}
#hotline div {
    position: relative;
    height:24px;
    overflow: hidden;
    transition:.4s;
    top:0px;
}
/*#hotline div:hover {
    top:-24px;
}*/
#hotline1 {
	line-height: 20px;
}
.footer2 {
	float:right;
}
.footer1 {
	float:left;
}
#btn_mention22{
	
    margin-top: 20px;
    cursor: pointer;
}

#akaru_btn{
    cursor: pointer;
    margin-top: -20px;
    margin-right: 15px;
    
}
#separateur_btn{

    margin-top: 20px;

}
#separateur_btn1{

    margin-top: 20px;

}

/* //////// footer //////// */


/* ______________________________________________________________________ */


.decoration{

    position: absolute;
    height:11px;
    background-repeat: repeat-x;
    background-image: url("../img/backdeco.png");
    width:102%;
    z-index: 1;

}
.decoration2{

    position: absolute;
    right:100px;
    z-index: 0;
    /*background: red;*/

}

/*.decoration2 img{
    position: absolute;
    z-index: 0;
}
*/
#decoration_bottom{

          bottom: 40px;

}

.popupMentions{

    visibility: hidden;
    display: none;
    position:absolute;
    top:0;
    width: 100%;
    height:100%;
    z-index: 100;
    overflow: hidden;
    opacity : 0.8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    filter : alpha(opacity=80); /* IE < 8 */




}


#titreMention{
    position: absolute;
    margin-top: 40px;
    font-size: 25px;
    margin-left: 50px;
    color:#25acde;
    font-family: CenturyGothic-Italic;


}


#contener_mention{

    position: absolute;
    width: 500px;
    height: 430px;
    background-color: #FFFFFF;
    line-height: 15px;
    font-family: helvetica-condensed;
    font-size: 14px;
    color: #a9a9a9;
}

.bgmention{

    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #000;
    opacity : 0.8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    filter : alpha(opacity=80); /* IE < 8 */

}

#contener_mention .scrollable{

    height: 300px;
    margin-left: 50px;
    margin-top: 80px;
    width: 410px;

}

#contener_mention .scrollable p{    
    font-size: 16px;
}

#contener_mention .scrollable h3{
    margin-top:10px;
}

#contener_mention .scrollable h3:first-child{
    margin-top:0;
}

#crossMention{

      position: absolute;
      margin-left: 500px;
      margin-top: 10px;
      cursor: pointer;


}