﻿* {
    margin: 0;
    padding: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    /* display:block !important;*/
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

ul, ol, dl, dd {
    list-style: none outside none;
}

sup {
    vertical-align: super;
    font-size: smaller;
    line-height: normal;
}

/* POUR LES VERSIONS d'INTERNET EXPLORER */
select:focus, #project_search_form select:focus, #carrieres form select:focus {
    width: auto !important;
    position: relative;
}

/********************************************************************************************/
/* Remove Webkit Search Default Input Styles
/********************************************************************************************/
input[type=search] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/********************************************************************************************/
/*	 FONTS */
/********************************************************************************************/
@font-face {
    font-family: 'newsgothbold';
    src: url('../fonts/news_gothic_bold_bt-font.eot');
    src: url('../fonts/news_gothic_bold_bt-font.eot?#iefix') format('embedded-opentype'), url('../fonts/news_gothic_bold_bt-font.woff') format('woff'), url('../fonts/news_gothic_bold_bt-font.ttf') format('truetype'), url('../fonts/news_gothic_bold_bt-font.svg#newsgothbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'newsgothroman';
    src: url('../fonts/news_gothic_bt-font.eot');
    src: url('../fonts/news_gothic_bt-font.eot?#iefix') format('embedded-opentype'), url('../fonts/news_gothic_bt-font.woff') format('woff'), url('../fonts/news_gothic_bt-font.ttf') format('truetype'), url('../fonts/news_gothic_bt-font.svg#newsgothroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/********************************************************************************************/
/*	Utils
/********************************************************************************************/
.clear {
    clear: both;
    width: 100%;
    display: block; /* rajout 4 avril 2013 pour home valid w3c - verifier si ca pose pas de bug */
}

.right {
    float: right;
}

.left {
    float: left;
}

.hidden {
    display: none;
}

.unvisible {
    visibility: hidden;
}

.orange {
    color: #e75012;
}

.greydark {
    color: #3d3d3d;
}

.lightboxdark {
    color: #5c5c5c !important;
}

.dark {
    color: #262626;
}

.black {
    color: #000000 !important;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.img-right {
    float: right;
    margin: 4px 0 4px 4px;
}

.img-left {
    float: left;
}

.bloc-left {
    float: left;
    width: 600px;
}

.bloc-right {
    float: right;
    width: 600px;
}

.font-11 {
    font-size: 1.1em;
}

.font-11 {
    font-size: 1.1em;
}

.font-12 {
    font-size: 1.2em;
}

.font-13 {
    font-size: 1.3em;
}

.font-14 {
    font-size: 1.4em;
}

.font-16 {
    font-size: 1.6em;
}

.font-21 {
    font-size: 2.13em;
}

.font-26 {
    font-size: 2.6em;
}

.font-39 {
    font-size: 3.9em;
}

.ls1 {
    letter-spacing: 1px;
}

.lh14 {
    line-height: 1.4em;
}

.lh17 {
    line-height: 1.7em;
}

.lh18 {
    line-height: 1.8em;
}

.lh19 {
    line-height: 1.9em;
}

.relative {
    position: relative;
}

.newsgothicbold {
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
}

.tahoma {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.noborder {
    border: none;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.marginimgleft {
    margin: 0 10px 10px 0;
}

.borderbottomdottedgrey {
    border-bottom: 1px dotted #7b7b7b;
}
/*.borderbottomsolidgrey{border-bottom:1px solid #a3a3a3 !important;}*/
.beforefooter {
    padding-bottom: 32px;
}

.paddingtop27 {
    padding-top: 27px !important;
}

.linethroughpagedottedblack {
    border-bottom: 1px dotted #000;
    height: 0px;
}

.linethroughpagesolidgrey {
    border-bottom: 1px solid #a3a3a3 !important;
}

.bgproject {
    background: url('../images/bg_project_tpl.png') repeat-x left bottom;
}

.bgcorporate {
    background: url('../images/bg_corporate_tpl.png') repeat-x left bottom;
}

.bgentites {
    background: url('../images/bg_entites_tpl.png') repeat-x left top;
    position: relative;
}

.bgentitesfull {
    background: url('../images/bg_entites_full_tpl.png') no-repeat left top;
}

.bgentiteslines {
    background: url('../images/bg_entites_lines.png') no-repeat center top;
    position: absolute;
    top: 145px; /* égal à la distance du bloc text en margin top négative*/
    left: 0;
    width: 100%;
    height: 481px;
}

.bgprojecttopright {
    background: url('../images/bg_project_top_right.png') no-repeat right bottom;
}

.bgprojectbottomright {
    background: url('../images/bg_project_bottom_right.png') no-repeat right top;
}

.bgcorporatebottomenglober {
    position: relative;
    display: block;
    height: 102px;
    margin-top: -35px;
}

.bgcorporatebottom {
    display: block;
    width: 50%;
    height: 102px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -430px;
}

.bgcorporatebottomleft {
    background: url('../images/bg_corporate_bottom_left.png') no-repeat top left;
    height: 102px;
    width: 102px;
    display: block;
    float: left;
}

.bgcorporatebottomcenter {
    position: relative;
    background: url('../images/bg_corporate_bottom_center.png') repeat-x bottom left;
    height: 102px;
    margin-left: 102px;
    padding-left: -102px;
}

.bgtoptobottom {
    background-position: top left !important;
}

.bgbottomtotop {
    background-position: bottom left !important;
}

.roundedtopleft {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    /*behavior: url(/PIE.htc);*/
}

.roundedbottomleft {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
    /*behavior: url(/PIE.htc);*/
}

.roundedbottomright {
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
    /*behavior: url(/PIE.htc);*/
}

.address_box {
    position: relative;
    z-index: 3;
    border: 1px solid #808080;
    width: 276px;
    margin: 0 0 0 119px;
    padding: 19px 36px 19px 36px;
}

    .address_box .title {
        padding: 0 !important;
    }
/********************************************************************************************/
/* Général styles */
/********************************************************************************************/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.8em;
    padding: 0 0 0 0;
    text-transform: uppercase;
    font-weight: normal; /* à verifier si ça pose pas soucis */
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

article p {
    margin-bottom: 1.5em;
    line-height: 1.5em;
    font-size: 1.1em;
}

article ul {
    list-style-type: square;
    padding-left: 14px;
}

a {
    color: #313131;
}

    a:hover {
        color: #fd660e;
    }

/********************************************************************************************/
/* BOUTONS
/********************************************************************************************/
#section_encarts .btn_menu_en_savoir_plus:hover, .btn_show_video:hover, .btn_show_video_2:hover, .btn_view_offers:hover, .btn_postulate:hover,
.btn_project_search:hover, .btn_project_search:hover, .btn_en_savoir_plus:hover, .btn_know_more_orange2:hover,
.btn_know_more_orange2_submit:hover, .btn_know_more_orange2_cancel:hover,
.btn_project_back:hover, .btn_project_lightbox:hover,
.btn_project_show_video:hover, .btn_project_download:hover, .btn_mecenat_download:hover, .btn_project_validate:hover, .btn_link:hover,
.btn_press_download:hover, .btn_standard_orange:hover {
    color: #fff !important;
}

#section_encarts .btn_menu_en_savoir_plus {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -701px -0px;
    color: #fff;
    font-size: 9px;
    width: 73px;
    height: 24px;
    padding: 0 0 0 11px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}

.btn_show_video {
    position: absolute;
    right: 0px;
    bottom: 16px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -0px -93px;
    color: white;
    font-size: 9px;
    width: 102px;
    padding: 0 0 0 8px;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}

.btn_show_video_2 {
    position: absolute;
    right: 10px;
    bottom: -12px;
    background: url('../images/btn_show_video_3.png') no-repeat top left;
    color: #fff;
    font-size: 9px;
    width: 94px;
    font-weight: bold;
    height: 28px;
    padding: 0 0 0 8px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
}

.btn_view_offers {
    position: absolute;
    right: 0px;
    bottom: 53px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -0px -77px;
    color: white;
    font-size: 9px;
    width: 155px;
    padding: 0 0 0 8px;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}

.btn_postulate {
    position: absolute;
    right: 0px;
    bottom: 31px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -0px -199px;
    color: white;
    font-size: 9px;
    width: 155px;
    padding: 0 0 0 8px;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}

.btn_project_search {
    border: 0 !important;
    position: absolute;
    right: 7px;
    bottom: 10px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -0px -109px;
    color: white !important;
    font-size: 9px !important;
    width: 103px !important; /* 103 */
    padding: 0 0 0 8px !important;
    height: 16px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    text-align: left;
    margin: 0 !important;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
}

    .btn_project_search:hover {
        background-position: -103px -109px;
    }

.btn_en_savoir_plus {
    position: absolute;
    right: 20px;
    bottom: 0px;
    background: url('../images/sprites.png') no-repeat top left transparent;
    background-position: -161px -0px;
    color: #fff;
    font-size: 9px;
    width: 77px;
    height: 28px;
    padding: 0 0 0 11px;
    line-height: 29px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}

.btn_know_more_orange {
    position: absolute;
    right: 0px;
    bottom: -12px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -337px -0px;
    color: #fff;
    font-size: 9px;
    width: 77px;
    height: 28px;
    padding: 0 0 0 11px;
    line-height: 29px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}

.btn_know_more_orange2 {
    position: absolute;
    right: 0px;
    bottom: -12px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -249px -0px;
    color: #fff;
    font-size: 9px;
    width: 77px;
    height: 28px;
    padding: 0 0 0 11px;
    line-height: 29px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    border: none;
}

.btn_know_more_orange2_submit, .btn_know_more_orange2_cancel {
    background: url('../images/sprites.png') no-repeat top left transparent;
    background-position: -249px -0px;
    color: #fff !important;
    margin-top: -5px;
    text-align: left;
    font-size: 9px;
    width: 88px !important;
    height: 28px;
    padding: 0 0 0 11px;
    line-height: 29px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    border: none;
    float: left;
}

.btn_know_more_orange2_cancel {
    margin-left: 5px;
}

.btn_project_previous {
    position: relative;
    /*
	background:url('../images/sprites.png') no-repeat top left;
	background-position: -0px -125px;
	*/
    background: url('../images/project_previous.png') no-repeat top left #e16425;
    color: #fff;
    font-size: 10px;
    width: 0px;
    height: 16px;
    padding: 0 0 0 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    text-indent: -200px;
    display: block;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
}

.btn_project_next {
    position: relative;
    background: url('../images/project_next.png') no-repeat top right #e16425;
    color: #fff;
    font-size: 10px;
    width: 0px;
    height: 16px;
    padding: 0 16px 0 0;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    text-indent: -4000px;
    display: block;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
}

    .btn_project_next:hover, .btn_project_previous:hover {
        color: #fff;
    }

.btn_project_back {
    position: relative;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -4px -247px;
    color: #fff;
    font-size: 10px;
    width: 196px;
    height: 16px;
    padding: 0 0 0 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    display: block;
}

.btn_project_lightbox {
    position: absolute;
    right: 20px;
    bottom: 10px;
    /*	background:url('../images/sprites.png') no-repeat top left;*/
    background-position: -263px -995px;
    color: #fff;
    width: 34px !important;
    height: 27px;
}

.btn_project_show_video {
    position: absolute;
    right: 110px;
    bottom: 20px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -519px -0px;
    color: white;
    font-size: 9px;
    width: 88px;
    padding: 0 0 0 8px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}

.btn_project_download {
    border: 0 !important;
    position: relative;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -0px -183px;
    color: white !important;
    font-size: 10px !important;
    padding: 0 0 0 8px !important;
    height: 16px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 0 46px;
    display: block;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    width: 400px;
    width: 205px;
    letter-spacing: 1px;
}

.btn_mecenat_download {
    border: 0 !important;
    position: relative;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -0px -215px;
    color: white !important;
    font-size: 10px !important;
    padding: 0 0 0 8px !important;
    height: 16px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 0 46px;
    display: block;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    width: 255px;
    letter-spacing: 1px;
}

.btn_project_validate {
    position: relative;
    display: block;
    float: left;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -3px -157px;
    color: white !important;
    border: none !important;
    font-size: 10px;
    width: 84px !important;
    padding: 0 0 0 8px;
    height: 26px; /*16px;*/
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    text-align: left;
}

.btn_link {
    border: 0 !important;
    position: relative;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -0px -231px;
    color: white !important;
    font-size: 10px !important;
    padding: 0 0 0 8px !important;
    height: 16px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    display: block;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    width: 175px;
    letter-spacing: 1px;
}

.btn_entity_previous {
    position: relative;
    background: url('../images/project_previous.png') no-repeat top left #e16425;
    color: #fff;
    font-size: 10px;
    width: 0px;
    height: 16px;
    padding: 0 0 0 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    text-indent: -200px;
    display: block;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
}

.btn_entity_next {
    position: relative;
    background: url('../images/project_next.png') no-repeat top right #e16425;
    color: #fff;
    font-size: 10px;
    width: 0px;
    height: 16px;
    padding: 0 16px 0 0; /*0 16px 0 4px*/
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
    text-indent: -300px;
    display: block;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
}

    .btn_entity_next:hover, .btn_entity_previous:hover {
        color: #fff;
    }

.btn_press_download {
    position: absolute;
    right: 110px;
    bottom: 20px;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -519px -0px;
    color: white;
    font-size: 9px;
    width: 88px;
    padding: 0 0 0 8px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    letter-spacing: 1px;
}

.btn_standard_orange {
    border: 0 !important;
    position: relative;
    background: #e16425;
    background-position: -0px -183px;
    color: white !important;
    font-size: 10px !important;
    padding: 0 8px 0 8px !important;
    height: 16px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 0 24px;
    display: block;
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    width: auto;
    letter-spacing: 1px;
}
/********************************************************************************************/
/*	Sprites CSS
/********************************************************************************************/
/********************************************************************************************/
/*	Playground du thème
/********************************************************************************************/
body {
    margin: 0;
    padding: 0;
    color: #171717;
    font: 62.5% Tahoma, Geneva, Verdana, sans-serif;
    background: #fff;
    position: relative;
    min-width: 970px;
}

a {
    text-decoration: none;
}

.positioning {
    margin: 0 auto;
    /*width:987px;*/
    /*	width:1280px;*/
    text-align: justify;
    position: relative;
}

.positioning_content {
    margin-top: 52px;
}
/*#header{
	position:relative;
	width:100%;
	display:block;
	margin:0;
	height:53px;
	background:url('../images/bg_menu.png') no-repeat top right white;
}*/
#header {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    top: 0px;
    z-index: 200;
    height: 70px;
    background-color: #333;
}

#fake_header {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    height: 53px;
}
/* version du logo en absolute tout le temps calé par rapport en haut à gauche de la page
#logo{
	background:url('../images/logo.png') no-repeat top left transparent;
 	height: 77px;
	width: 150px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	z-index:10;
	margin:13px 44px 0 152px;
	position:absolute;
	top:0;
	left:0;
}
*/

/* version du logo absolute caler dans le header au centre  */
#logo {
    background: url('../images/sprites.png') no-repeat top left transparent;
    background-position: 0px -0px;
    height: 77px;
    width: 150px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 999;
    padding: 0;
    position: absolute;
    /*	left:152px;*/
    left: 50%;
    top: 13px;
    margin: 0;
    opacity: 1;
    visibility: visible !important;
    margin-left: -494px;
    /*	float:left;
	margin:13px 54px 0 0px;
*/
}



/********************************************************************************************/
/*	Menu
/********************************************************************************************/
.menu {
    /*	position:relative;*/
    /*	height:10.6em;*/
    /*	float:right;
	margin-right:158px;
	z-index:2;*/
}

/********************************************************************************************/
/*	Recherche
/********************************************************************************************/
#search_general {
    width: 122px;
    height: 50px;
    /*	position:absolute;
	right:0;*/
    float: right;
}

#search_label {
    background: url('../images/bg_search_label.jpg') repeat-x top left transparent;
    width: 122px;
    height: 50px;
    display: block;
    float: left;
}

#search_input {
    background: url('../images/sprites.png') no-repeat top left transparent;
    background-position: -0px -458px;
    border: none;
    height: 18px; /* 18*/
    width: 100px; /* 104 */
    margin: 15px 0 0 10px;
    padding: 0 2px;
    color: #333333;
}

/********************************************************************************************/
/*	MENU DL DD DT
/********************************************************************************************/
.menu {
    margin: 0 auto;
    width: 970px;
    visibility: visible;
    height: 55px;
    /*	position:relative;*/
}

    .menu dl {
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .menu dl#first-element {
            /*	margin-left:196px; */
            /* 	modif 6 mars 2013 */
            /*	margin-left: 246px;*/
            /* modif 3 avril 2013 */
            margin-left: 293px;
        }

body.en .menu dl#first-element {
    margin-left: 286px;
}

.menu dl a, .menu dl span {
    display: block;
    position: relative;
    font-size: 1.4em;
    text-decoration: none;
    color: #333;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 49px;
    line-height: 54px;
    padding: 0 9px 0px 10px;
}

.menu dl dt a, .menu dl span {
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    font-weight: normal;
    cursor: pointer;
}

.menu dl dt.on a,, .menu dl dt.on span {
    color: #444;
    padding: 15px 15px 7px 15px;
    border-bottom: none;
}

.menu dl dt a:hover, .menu dl dt span:hover {
    background: url('../images/menu_hover.png') center bottom no-repeat;
    z-index: 80;
}

.menu dl dt a.on, .menu dl dt span.on {
    background: url('../images/menu_on.png') center bottom no-repeat;
    z-index: 80;
}

.menu dl dd a:hover {
    color: #fd660e;
}

.menu dl dt {
    display: block;
    background: url('../images/menu_separator.png') no-repeat center right;
    height: 51px;
}

    .menu dl dt.last {
        background: none;
    }

.menu dl dd {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50px;
    padding: 0;
    height: auto;
    width: 100%;
    margin: 0;
    border-top: 1px solid #fff;
    background: url('../images/bg_menu_sub.png') repeat top left;
    background: url('../images/bg_submenu_shadow_border.png') repeat-x top left;
    color: black;
}

.menu dl:hover dd {
    /*	display:block;*/
    /*	z-index:10;*/
}

.menu dl dd.on {
    display: block !important;
    z-index: 10;
}


/********************************************************************************************/
/* SUBMENU */
/********************************************************************************************/

.menu dl dd .position {
    width: 970px !important;
    padding-left: 49px;
    position: relative;
    margin: 0 auto;
    height: 286px;
}

    .menu dl dd .position section {
        float: left;
        width: 208px;
        margin-top: 60px;
    }

        .menu dl dd .position section h4, .menu dl dd .position section h5, .menu dl dd .position section h6 {
            font-size: 1.4em;
            text-transform: uppercase;
            margin-left: 12px;
            padding: 0 0 8px;
            font-family: 'newsgothbold',Arial,Verdana,sans-serif;
            font-weight: normal;
        }

            .menu dl dd .position section h5 a, .menu dl dd .position section h4 a, .menu dl dd .position section h6 a {
                text-transform: uppercase;
                font-size: 1em;
                font-family: 'newsgothbold',Arial,Verdana,sans-serif;
                font-weight: normal;
            }

        .menu dl dd .position section ul {
            padding: 0 0 31px 0;
        }

            .menu dl dd .position section ul li {
                padding: 6px 0 6px 9px;
                text-align: left;
                background: url('../images/submenu_li.png') no-repeat left center transparent;
            }

.menu dl dd a, #submmenu_expertises .position #section_bcsn #menu_bscn_link {
    height: auto;
    padding: 0;
    margin: 0;
    float: none;
    text-transform: none;
    line-height: 1.2em;
    font-weight: normal;
    font-size: 1.2em;
    color: #313131;
    text-align: left;
}

.menu dl dd .position section h5 a.contact {
    margin-top: 27px;
}

/********************************************************************************************/
/*	Submenu entreprise
/********************************************************************************************/
.menu dl dd#submmenu_entreprise .position {
    background: url('../images/bg_submenu_entreprise.png') no-repeat 51px 47px;
}

#submmenu_entreprise .position #section_societe {
    width: 208px;
}

#submmenu_entreprise .position #section_valeurs {
    width: 216px;
}

#submmenu_entreprise .position #section_presses {
    width: 194px;
}

#submmenu_entreprise .position #section_encarts {
    width: 306px;
    margin-top: 22px;
}

    /* encart à droite */
    #submmenu_entreprise .position #section_encarts div {
        width: 301px; /*306px;*/
        height: 97px; /*112px;*/
        background: url('../images/sprites.png') no-repeat top left;
        background-position: -406px -476px;
        color: #fff;
        padding: 7px 0 0 6px;
        font-size: 12px;
        position: relative;
        margin: 0 0 31px 0;
    }

        #submmenu_entreprise .position #section_encarts div.last {
            margin: 0;
        }

#section_encarts div strong.titre_encart {
    width: 100%;
    text-transform: uppercase;
    float: left;
    margin: 0 0 7px 3px;
    /* tahoma */
}

#section_encarts div img {
    float: left;
    width: 80px;
    margin-right: 11px;
}

#section_encarts div p {
    float: left;
    width: 200px;
    margin-top: 2px;
}

/********************************************************************************************/
/*	SubMENU ENTITES
/********************************************************************************************/
.menu dl dd#submmenu_entites .position {
    background: url('../images/bg_submenu_entites.png') no-repeat 0px 48px;
    padding-left: 0px;
}

.menu dd#submmenu_entites .position section {
    width: 108px !important;
    margin-top: 66px;
}

    .menu dd#submmenu_entites .position section#tpgtf {
        width: 109px !important;
    }

    .menu dd#submmenu_entites .position section.last {
        width: 99px !important;
    }

#submmenu_entites .position section h4 {
    font-size: 12px;
    padding: 0 0 7px 0;
    margin: 0;
}


/********************************************************************************************/
/*	SubMENU ORGANISATION
/********************************************************************************************/
.menu dl dd#submmenu_organisation {
    background: url('../images/organisation/bg_submenu_shadow_border.png') repeat-x top left;
}

    .menu dl dd#submmenu_organisation .position {
        /*	background:url('../images/bg_submenu_entites.png') no-repeat 0px 48px;*/
        padding-left: 0px;
        height: 627px;
    }

.menu dd#submmenu_organisation .position section {
    width: 108px !important;
    margin-top: 66px;
}

    .menu dd#submmenu_organisation .position section#tpgtf {
        width: 109px !important;
    }

    .menu dd#submmenu_organisation .position section.last {
        width: 99px !important;
    }

#submmenu_organisation .position section h4 {
    font-size: 12px;
    padding: 0 0 7px 0;
    margin: 0;
}

#submmenu_organisation .organisation_bloc {
    width: 874px;
    background: url('../images/organisation/bg_organisation_bloc.png') no-repeat 0px 51px;
}

    #submmenu_organisation .organisation_bloc .map-france {
        margin-top: 34px;
    }

        #submmenu_organisation .organisation_bloc .map-france .bottom_p a {
            display: inline;
            font-size: inherit;
            font-weight: inherit;
            color: inherit;
        }


/********************************************************************************************/
/*	SubMENU ORGANISATION
/********************************************************************************************/
.menu dl dd#submmenu_organisation {
    background: url('../images/organisation/bg_submenu_shadow_border.png') repeat-x top left;
}

    .menu dl dd#submmenu_organisation .position {
        /*	background:url('../images/bg_submenu_entites.png') no-repeat 0px 48px;*/
        padding-left: 0px;
    }

.menu dd#submmenu_organisation .position section {
    width: 108px !important;
    margin-top: 66px;
}

    .menu dd#submmenu_organisation .position section#tpgtf {
        width: 109px !important;
    }

    .menu dd#submmenu_organisation .position section.last {
        width: 99px !important;
    }

#submmenu_organisation .position section h4 {
    font-size: 12px;
    padding: 0 0 7px 0;
    margin: 0;
}


/********************************************************************************************/
/*	SubMENU EXPERTISES
/********************************************************************************************/
.menu dl dd#submmenu_expertises .position {
    /*background:url('../images/__OLD__bg_submenu_expertises.png') no-repeat 267px 48px;
	padding-left:265px;
	*/
    background: url('../images/bg_submenu_expertises.png') no-repeat 49px 30px;
    padding-left: 44px;
    padding-top: 2px;
}

.menu dd#submmenu_expertises .position section {
    width: 135px;
    margin-top: 59px;
}

#submmenu_expertises .position section h4 {
    font-size: 14px;
}

#submmenu_expertises .position #section_nucleaire {
    width: 216px;
}

#submmenu_expertises .position #section_bcsn {
    width: 352px;
}

    #submmenu_expertises .position #section_bcsn #menu_bscn_li {
        background-position: 0px 10px;
    }

    #submmenu_expertises .position #section_bcsn #menu_bscn_link {
        font-family: Tahoma, Geneva, Verdana, sans-serif;
        float: left;
        padding-right: 38px;
        background: url('../images/sprites.png') no-repeat -681px -671px transparent;
        display: block;
    }

#submmenu_expertises .position #section_bcsn {
    padding-bottom: 0px;
}

    #submmenu_expertises .position #section_bcsn ul {
        padding-bottom: 0px;
    }

        #submmenu_expertises .position #section_bcsn ul li {
            padding-left: 11px
        }

    #submmenu_expertises .position #section_bcsn h4 {
        padding-bottom: 6px
    }

    #submmenu_expertises .position #section_bcsn ul ul {
        float: left;
        width: 272px;
        margin-top: -6px;
    }

        #submmenu_expertises .position #section_bcsn ul ul li {
            background: url('../images/sprites.png') no-repeat 0px -1063px transparent;
            padding: 2px 0 3px 12px;
        }

#submmenu_expertises .position #section_expertises {
    width: 366px;
}

#submmenu_expertises .position #section_lineaires, #submmenu_expertises .position #section_mining, #submmenu_expertises .position #section_terassement {
    width: 252px
}

    #submmenu_expertises .position #section_lineaires h4 {
        padding-bottom: 5px;
        margin-left: 9px;
    }

#submmenu_expertises .position #section_expertises h4 {
    padding-bottom: 6px
}

#submmenu_expertises .position #section_expertises ul li, #submmenu_expertises .position #section_mining ul li, #submmenu_expertises .position #section_terassement ul li {
    background: none;
    padding: 15px 0 6px 0px;
}

    #submmenu_expertises .position #section_expertises ul li.first-item {
        padding-top: 0px;
    }

    #submmenu_expertises .position #section_expertises ul li a, #submmenu_expertises .position #section_lineaires ul#concessions li a, #submmenu_expertises .position #section_terassement ul li a, #submmenu_expertises .position #section_mining ul li a {
        font-size: 14px;
        text-transform: uppercase;
        margin-left: 12px;
        padding: 0 0 8px;
        font-family: 'newsgothbold',Arial,Verdana,sans-serif;
        font-weight: normal;
    }

#submmenu_expertises .position #section_lineaires ul#concessions li a {
    margin-left: 9px
}

#submmenu_expertises .position #section_lineaires ul#concessions {
    margin-top: 16px
}

    #submmenu_expertises .position #section_lineaires ul#concessions li {
        background: none;
        padding: 15px 0 6px 0;
        width: 234px
    }

#submmenu_expertises .position #section_terassement {
    padding-bottom: 0px;
    margin-top: 9px;
}

    #submmenu_expertises .position #section_terassement ul {
        padding-bottom: 0px;
        margin-top: 0;
    }

        #submmenu_expertises .position #section_terassement ul li {
            padding-bottom: 5px;
        }

#submmenu_expertises .position #section_mining {
    padding-bottom: 0px;
    margin-top: 0;
}

    #submmenu_expertises .position #section_mining ul {
        padding-bottom: 0px;
        margin-top: 0;
    }

        #submmenu_expertises .position #section_mining ul li {
            padding-top: 0px;
        }
/********************************************************************************************/
/* Submenu MECENAT
/********************************************************************************************/
.menu dl dd#submmenu_mecenat .position {
    background: url('../images/bg_submenu_mecenat.png') no-repeat 51px 46px;
    padding-left: 51px;
}

.menu dd#submmenu_mecenat .position section {
    width: 210px;
    margin: 62px 15px 0 8px;
}

#submmenu_mecenat .position section h4 {
    padding: 0 0 10px 0;
    margin: 0;
}

    #submmenu_mecenat .position section h4 a {
        text-align: center;
    }

/********************************************************************************************/
/*	CTX */
/********************************************************************************************/
#ctx {
    width: 100%;
    height: 319px;
    background: url('../images/bg_ctx.png') repeat-x top left;
    border-bottom: 1px solid #bfbfbf;
}

#ctx_blocks {
    background: url('../images/bg_ctx_blocks.png') no-repeat top left;
    width: 1034px; /*1030*/
    height: 302px;
    margin: 0 auto;
    padding-left: 23px;
}

#ctx section {
    float: left;
    width: 322px; /*340px;*/
    position: relative;
    padding: 11px 0 0 17px;
    height: 275px;
}

    #ctx section h3, #ctx section h3 a {
        font-size: 12px;
        color: #383838;
        background: url('../images/arrow_bottom.png') no-repeat 270px center;
        margin: 0 0 8px 0;
        display: block;
    }

    #ctx section img {
        float: left;
    }

    #ctx section p {
        padding: 7px 38px 0 5px;
        font-size: 12px;
        color: #171717;
        float: left;
    }

#ctx_securite .btn_en_savoir_plus {
    background-position: -337px -0px;
}

#ctx_mot .btn_en_savoir_plus {
    background-position: -249px -0px;
}
/********************************************************************************************/
/*	CONTENU HOME */
/********************************************************************************************/
/* page */
#page {
    position: relative;
    border-top: 1px solid #fff;
    background: url('../images/bg_menu_sub.png') repeat top left;
    padding: 0 0 40px 0;
}

    #page .two_blocks {
        width: 1009px;
        margin: 0 auto;
        padding: 35px 0 0 0;
    }

        #page .two_blocks section {
            float: left;
            margin-right: 26px;
        }

            #page .two_blocks section:last-child {
                margin-right: 0px;
            }

#references_map {
    background: url('../images/bg_home_references_map.png') repeat-x left bottom;
    padding: 0 0 7px 0;
    border-left: 1px solid #fff;
    width: 584px;
}

    #references_map img, #references_map ul {
        border-left: 1px solid #848484;
        float: left;
    }

    #references_map ul {
        background: #a9a9a9;
        width: 100%;
    }

        #references_map ul li {
            float: left;
            background: #a9a9a9;
            line-height: 14px;
            color: #fefefe;
            font-size: 11px;
            /* tahoma bold */
            font-weight: bold;
            text-transform: uppercase;
        }

            #references_map ul li a {
                padding: 4px 12px 4px 12px;
                line-height: 14px;
                float: left;
                color: #fefefe;
            }

                #references_map ul li a:hover {
                    background: #333333;
                }

            #references_map ul li.text {
                background: #e75012;
                padding: 4px 13px 4px 18px;
            }

.map_image {
    display: block;
    width: 580px;
    height: 302px;
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-left: 1px solid #848484;
}

    .map_image .map_link {
        display: block;
        position: absolute;
        text-indent: -999em;
        overflow: hidden;
    }

    .map_image #map_link_0 {
        width: 12px;
        height: 10px;
        top: 123px;
        left: 161px;
    }

    .map_image #map_link_1 {
        width: 13px;
        height: 11px;
        top: 108px;
        left: 272px;
    }

    .map_image #map_link_2 {
        width: 16px;
        height: 14px;
        top: 199.99998474121094px;
        left: 321px;
    }

    .map_image #map_link_3 {
        width: 13px;
        height: 13px;
        top: 115px;
        left: 324px;
    }

    .map_image #map_link_4 {
        width: 14px;
        height: 14px;
        top: 209.99998474121094px;
        left: 494px;
    }

    .map_image #map_link_5 {
        width: 17px;
        height: 15px;
        top: 128px;
        left: 436px;
    }

    .map_image #map_link_7 {
        width: 13px;
        height: 12px;
        top: 107px;
        left: 466px;
    }

    .map_image #map_link_8 {
        width: 12px;
        height: 11px;
        top: 77px;
        left: 318px;
    }

    .map_image #map_link_9 {
        width: 14px;
        height: 11px;
        top: 47px;
        left: 306px;
    }

    .map_image #map_link_10 {
        width: 15px;
        height: 12px;
        top: 66px;
        left: 269px;
    }

    .map_image #map_link_11 {
        width: 13px;
        height: 12px;
        top: 84px;
        left: 273px;
    }

    .map_image #map_link_12 {
        width: 12px;
        height: 13px;
        top: 87px;
        left: 293px;
    }

#map-france, .map-france {
    width: 862px;
    height: auto !important;
    background: url('../images/home_lightbox/bg_home_lightbox_carte.png') repeat-x left top;
    padding: 10px 0px 0px 16px;
    padding: 0px 0px 0px 16px;
}

    #map-france .left, .map-france .left {
        width: 399px;
        float: left;
        border-right: 1px dotted #939393;
        padding-top: 25px;
    }

    #map-france .right, .map-france .right {
        float: left;
        width: 407px;
        padding-left: 9px;
        padding-top: 42px;
        padding-left: 19px;
    }

.organisation_bloc #map-france .right {
    padding-top: 25px;
}

#map-france .project_associated, .map-france .project_associated {
    border-bottom: none;
    margin-bottom: 0px;
}

#map-france .project_associated_content, .map-france .project_associated_content {
    width: 265px;
    padding: 38px 0px 0px 0;
}

    #map-france .project_associated_content .btn_know_more_orange, .map-france .project_associated_content .btn_know_more_orange {
        right: -6px;
        bottom: 0px;
    }

#map-france .project_associated div img, .map-france .project_associated div img {
    margin-right: 21px;
    margin-bottom: 0
}

#map-france .title_arrows_arround, .map-france .title_arrows_arround {
    color: #e75012;
    text-transform: uppercase;
    line-height: 5px;
    margin-bottom: 0px;
    margin-top: 21px;
    float: left;
    background: url('../images/home_lightbox/bg_title_arrows_arround.png') no-repeat 0px 0px;
}

#map-france #title_arrows_arround_special, .map-france #title_arrows_arround_special {
    line-height: 13px;
    margin-top: 30px;
    background: url('../images/home_lightbox/bg_title_arrows_arround_special.png') no-repeat 0px 8px;
    background-position: 0px 8px;
}

#map-france hr, .map-france hr {
    border-top: 2px solid #585858;
}

#map-france .borderbottom, .map-france .borderbottom {
    border-bottom: 1px solid #d7d7d7;
}

#map-france .bottom_p, .map-france .bottom_p {
    line-height: 53px;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 482px;
    padding-left: 69px;
    padding-right: 14px;
}

    #map-france .bottom_p a, .map-france .bottom_p a {
        display: inline;
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
    }

#map-france .bottom_img, .map-france .bottom_img {
    float: left;
    vertical-align: middle;
}

.title_arrows_arround, .title_arrows_arround_large {
    color: #7d7d7d;
    font-size: 13px;
    /*	font-weight:bold;*/
    text-align: center;
    background: url('../images/bg_title_arrows_arround.png') no-repeat 0px center;
    width: 380px;
    line-height: 13px;
    margin-bottom: 13px;
}

.title_arrows_arround_large {
    background: url('../images/bg_title_arrows_arround_large.png') no-repeat 3px center;
    width: 585px;
}

#special_arrows_home {
    background: url('../images/bg_title_arrows_arround_large_home.png') no-repeat 3px center;
}

#carrieres_opportunites div {
    float: left;
    height: 160px;
}

    #carrieres_opportunites div img {
        margin-right: 10px;
    }

#carrieres_opportunites_content {
    float: left;
    width: 255px;
    padding-top: 10px;
    line-height: 19px;
    position: relative;
}

    #carrieres_opportunites_content strong {
        font-size: 12px;
    }


/* RECHERCHEZ UN PROJET  */
#carrieres form {
    position: relative;
    font-size: 11px;
    /* tahoma regular */
}

    #carrieres form legend {
        font-size: 13px; /*tahoma bold*/
    }

    #carrieres form p {
        padding: 8px 0 18px;
    }

    #carrieres form select, #carrieres form input {
        font-size: 10px;
        /* tahoma regular */
        color: #4c4c4c;
        width: 125px;
        height: 16px;
        border: none;
        border-bottom: 1px solid #a3a3a3;
        float: left;
        margin-right: 12px;
        margin-bottom: 8px;
    }

        #carrieres form input#project_keyword {
            margin-left: 4px;
            width: 116px;
            padding-left: 4px;
        }
/*--FF toutes versions--*/
@-moz-document url-prefix() {
    #carrieres form input#project_keyword {
        margin-left: 0;
        width: 120px;
    }
}

#carrieres form div {
    width: 280px;
}

.home_lightbox {
    min-height: 434px !important;
}

    .home_lightbox img {
        margin-bottom: 25px !important;
    }




/********************************************************************************************/
/*	CAROUSEL */
/********************************************************************************************/

.carousel_filet_top, .carousel_corporate_filet_top, .carousel_entites_filet_top, .carousel_mecenat_filet_top, .carousel_carriere_filet_top {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/carousel_filet_top.png") no-repeat scroll top center transparent;
    z-index: 1;
    width: 100%;
    height: 266px;
}

.carousel_filet_center, .carousel_corporate_filet_center, .carousel_entites_filet_center, .carousel_mecenat_filet_center, .carousel_carriere_filet_center {
    position: absolute;
    top: 267px;
    bottom: 178px;
    left: 0px;
    background: url("../images/carousel_filet_center.png") repeat-y scroll bottom center transparent;
    z-index: 1;
    width: 100%;
    height: auto;
}

.carousel_filet_bottom, .carousel_corporate_filet_bottom, .carousel_entites_filet_bottom, .carousel_mecenat_filet_bottom, .carousel_carriere_filet_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("../images/carousel_filet_bottom.png") no-repeat scroll center center transparent;
    z-index: 1;
    width: 100%;
    height: 100%;
    height: 178px;
}

.carousel_corporate_filet_top {
    background: url("../images/carousel_corporate_filet_top.png") no-repeat scroll top center transparent;
}

.carousel_corporate_filet_center {
    background: url("../images/carousel_corporate_filet_center.png") repeat-y scroll bottom center transparent;
}

.carousel_corporate_filet_bottom {
    background: url("../images/carousel_corporate_filet_bottom.png") no-repeat scroll center center transparent;
}

.carousel_entites_filet_top {
    background: url("../images/carousel_entites_filet_top.png") no-repeat scroll top center transparent;
}

.carousel_entites_filet_center {
    background: url("../images/carousel_entites_filet_center.png") repeat-y scroll bottom center transparent;
    height: 176px;
}

.carousel_entites_filet_bottom {
    background: url("../images/carousel_entites_filet_bottom.png") no-repeat scroll center center transparent;
}

.carousel_mecenat_filet_top {
    background: url("../images/carousel_mecenat_filet_top.png") no-repeat scroll top center transparent;
}

.carousel_mecenat_filet_center {
    background: url("../images/carousel_mecenat_filet_center.png") repeat-y scroll bottom center transparent;
}

.carousel_mecenat_filet_bottom {
    background: url("../images/carousel_mecenat_filet_bottom.png") no-repeat scroll center center transparent;
}

.carousel_carriere_filet_top {
    background: url("../images/carousel_carriere_filet_top.png") no-repeat scroll top center transparent;
}

.carousel_carriere_filet_center {
    background: url("../images/carousel_carriere_filet_center.png") repeat-y scroll bottom center transparent;
}

.carousel_carriere_filet_bottom {
    background: url("../images/carousel_carriere_filet_bottom.png") no-repeat scroll center center transparent;
}



/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    zoom: 1;
}

    .flexslider .slides {
        zoom: 1;
        position: relative;
    }

        .flexslider .slides > li {
            display: none;
            -webkit-backface-visibility: hidden;
            position: relative;
        }
        /* Hide the slides before the JS is loaded. Avoids image jumping */
        .flexslider .slides img {
            width: 100%;
            display: block;
            object-fit:cover;
        }

        .flexslider .slides li {
            position: relative;
        }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
    zoom: 1;
    position: relative;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
    overflow: visible !important;
    z-index: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    ;
    position: relative;
    z-index: inherit;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1; /*z-index:4*/
    z-index: 0;
}

.carousel li {
    margin-right: 0px;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }


/* Deuxieme carousel */
.last_minute {
    z-index: 5;
    position: absolute;
    background: #fff;
    bottom: 50px;
    left: 284px;
    width: 260px;
    padding: 8px 8px 34px 8px;
    left: 50%;
    /*	top:90%;*/
    bottom: 256px;
    margin: 0;
    opacity: 1;
    visibility: visible !important;
    margin-left: 76px;
}

    .last_minute h3 {
        padding-bottom: 4px;
    }

.carousel_text {
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    font-weight: normal;
    position: absolute;
    color: white;
    bottom: 50px;
    left: 284px;
    width: 780px;
    left: 50%;
    /*	top:90%;*/
    bottom: 56px;
    margin: 0;
    opacity: 1;
    visibility: visible !important;
    margin-left: -358px;
    text-align: left;
    /*	margin-top:-161px;*/
}

    .carousel_text p {
        padding: 0;
        position: relative;
    }

    .carousel_text .projet_type span.project_type_content {
        background: url("../images/carousel_type_projet_long.png") repeat-x scroll 0 0 transparent;
        background-position: top right;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        /*	width:145px;*/
        height: 32px;
        display: block;
        line-height: 32px;
        position: relative;
        padding-left: 10px;
        float: left;
    }

    .carousel_text .projet_type span.border_right_project {
        float: left;
        display: block;
        width: 36px;
        height: 32px;
        background: url("../images/carousel_type_project_border_right.png") no-repeat scroll 0 0 transparent;
    }



    .carousel_text .title {
        font-size: 56px;
        margin-left: 4px;
        line-height: 54px;
        position: relative;
    }

    .carousel_text .description {
        font-size: 27px;
        margin: 0 0 17px 6px;
        font-family: 'newsgothroman',Arial,Verdana,sans-serif;
        position: relative;
    }

#slider_home .carousel_text a, #slider_home .carousel_new a {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 7px;
    z-index: 10;
    position: relative;
}


.carousel_new {
    font-family: 'newsgothbold',Arial,Verdana,sans-serif;
    font-weight: normal;
    position: absolute;
    color: white;
    bottom: 50px;
    left: 284px;
    width: 780px;
    left: 50%;
    /*	top:90%;*/
    bottom: 56px;
    margin: 0;
    opacity: 1;
    visibility: visible !important;
    margin-left: -358px;
    text-align: left;
    /*	margin-top:-161px;*/
}

    .carousel_new p {
        padding: 0;
        position: relative;
    }

    .carousel_new .type span.new_type_content {
        background: url("../images/news_home.png") no-repeat scroll 0 0 transparent;
        background-position: top right;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        width: 220px;
        height: 109px;
        display: block;
        line-height: 109px;
        position: relative;
        padding-left: 10px;
        float: left;
        position: absolute;
        top: -125px;
        left: -71px;
    }

    .carousel_new .title {
        font-size: 36px;
        margin-left: 7px;
        line-height: 44px;
        position: relative;
    }

    .carousel_new .description {
        font-size: 24px;
        margin: 0 0 36px 6px;
        font-family: 'newsgothroman',Arial,Verdana,sans-serif;
        position: relative;
    }


/* fleches du caroussel */
#slider_home .flex-prev, #slider_home .flex-next {
    position: absolute;
    right: 50%;
    bottom: 46px;
    background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
    background-position: -195px -995px;
    z-index: 5;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 34px;
    height: 34px;
    /*	margin-left:-342px;*/
    margin-right: -426px;
}

#slider_home .flex-next {
    margin-right: -461px;
    background-position: -229px -995px;
}

#carousel_filets {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/carousel_filets.png") no-repeat scroll center center transparent;
    z-index: 3;
    width: 100%;
    height: 100%;
}




/********************************************************************************************/
/* FOOTER */
/********************************************************************************************/
#footer {
    background: #333333;
    /*	height:40px;
	line-height:45px;
*/
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    /* pour mecenat anim */
    clear: both;
    position: relative;
    z-index: 10;
}

    #footer .positioning_footer {
        width: 1030px;
        margin: 0 auto;
        position: relative;
    }


        #footer ul li {
            float: left;
            margin-right: 20px;
        }

    #footer a {
        color: #acacac;
        font-size: 11px;
        /* tahoma regular*/
    }

        #footer a:hover {
            color: #fff;
        }

    #footer li#shaping, #header li#shaping {
        float: right;
    }

        #footer li#shaping a, #header li#shaping a {
            background: url("../images/sprites.png") no-repeat scroll center center transparent;
            background-position: -734px -476px;
            display: block;
            overflow: hidden;
            width: 207px;
            height: 40px;
            text-indent: -9999px;
            margin: 0;
        }

    #footer li#filiale, #header li#filiale {
        color: #e5e5e5;
        font-size: 12px;
        text-transform: uppercase;
        float: right;
    }

    #footer li#footer_bouyguesconstruction, #header li#footer_bouyguesconstruction {
        float: right;
        margin-right: 32px;
    }

        #footer li#footer_bouyguesconstruction a, #header li#footer_bouyguesconstruction a {
            background: url("../images/bg_footer_bouygues_contruction.png") no-repeat scroll center center transparent;
            background-position: top center;
            display: block;
            overflow: hidden;
            width: 108px;
            height: 68px;
            text-indent: -9999px;
            margin: 0;
        }

    #footer li#footer_bouyguespublics {
        float: right;
        margin-right: 13px;
        padding-top: 5px;
    }

        #footer li#footer_bouyguespublics a, #header li#footer_bouyguespublics a {
            background: url("../images/Logo_Bouygues_Travaux_Publics.png") no-repeat scroll center center transparent;
            background-position: top center;
            display: block;
            overflow: hidden;
            width: 108px;
            height: 68px;
            text-indent: -9999px;
            margin: 0;
        }

    #footer .footer_links {
        position: relative;
        left: 6%;
        display: inline;
    }

    #footer .footer_links li {
        display: block;
    }

        #footer .footer_links li img {
            width: 40px;
            vertical-align: middle;
            margin-top: 6px;
            border: 6px solid #fd660e;
            border-radius: 6px;
        }

        #footer .footer_links li a {
            color: #e5e5e5;
            font-size: 16px;
            border: 6px solid #fd660e;
            border-radius: 6px;
            padding: 12px 65px;
        }



/********************************************************************************************/
/* Project détails */
/********************************************************************************************/
.project_details {
    width: 1039px;
    margin: 0 auto;
    position: relative;
}

#slider_project, #slider_entites_2, #slider_expertises {
    width: 303px;
    float: right;
    margin: 60px 0px 16px 45px;
    background: transparent;
}

#slider_entites_2 {
    float: left;
}
    /* fleches du caroussel */
    #slider_project .flex-prev, #slider_project .flex-next, #slider_corporate .flex-prev, #slider_corporate .flex-next, #slider_entites .flex-prev, #slider_entites .flex-next, #slider_entites_2 .flex-prev, #slider_entites_2 .flex-next, #slider_expertises .flex-prev, #slider_expertises .flex-next {
        position: absolute;
        top: 50%;
        /*	left:0%;*/
        background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
        background-position: -145px -995px;
        z-index: 5;
        overflow: hidden;
        text-indent: -9999px;
        display: block;
        width: 25px;
        height: 25px;
        margin-top: -12.5px;
    }

    #slider_project .flex-prev, #slider_corporate .flex-prev, #slider_entites .flex-prev, #slider_entites_2 .flex-prev, #slider_expertises .flex-prev {
        left: 0px;
    }

    #slider_project .flex-next, #slider_corporate .flex-next, #slider_entites .flex-next, #slider_entites_2 .flex-next, #slider_expertises .flex-next {
        right: 0px;
        /*	left:278px;*/
        background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
        background-position: -170px -995px;
    }


#project_description {
    background: url("../images/bg_project.png") repeat-x scroll left bottom white;
    width: 746px;
    position: relative;
    margin: 0 auto;
    left: -12px;
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 5px 2px #888;
    -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
    margin-top: -145px;
    z-index: 100;
    /*
	margin-left:-393px;
	left:50%;
	*/
}

    #project_description .content {
        padding-left: 0
    }

/* position absolute project description */
/*
#project_description{
	position:absolute;
	margin-left:-393px;
	left:50%;
	top:598px;
	background: url("../images/bg_project.png") repeat-x scroll left bottom white;
	width:745px;
	border:1px solid #fff;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	margin-top:-164px;
	z-index:100;
}
*/

.project_toolbar {
    width: 100%;
    padding: 9px 0px;
    border-bottom: 1px dotted #7f7f7f;
}

    .project_toolbar ul {
        float: right;
        margin-right: 13px;
    }

        .project_toolbar ul li {
            float: left;
            margin-right: 3px;
        }

#project_description section { /*position:relative;*/
    padding: 0px 10px 10px 14px;
}

#project_description h1 {
    padding: 5px 0;
    font-size: 2.4em;
}

#project_description h4 {
    padding: 4px 0 14px 0;
    font-size: 1.3em;
}

#project_description .entite a {
    width: 108px;
    height: 56px;
    position: absolute;
    background: url('../images/project-entite-tprp.png') no-repeat scroll top left transparent;
    top: 23px;
    right: 43px;
    display: block;
    text-indent: -9999px;
}

    #project_description .entite a#project_entite_tprp {
        background: url('../images/project-entite-tprp.png') no-repeat scroll top left transparent;
    }

    #project_description .entite a#project_entite_tprf {
        background: url('../images/logo-entite-bouygues-tprf.png') no-repeat scroll top left transparent;
        width: 93px;
        height: 63px;
    }

#project_description .entite img {
    position: absolute;
    top: 23px;
    right: 43px;
    display: block;
}

.content {
    font-size: 1.2em;
    line-height: 1.75em;
}

    .content p {
        padding-bottom: 14px;
    }

p.place_date {
    color: #888;
    font-size: 1.1em;
}

/* project infos */
#project_infos {
    width: 746px;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    z-index: 20;
    /*
	margin-left:-393px;
	left:50%;
	*/
}

    #project_infos section {
        float: left;
        margin: 71px 0 40px 0;
        padding: 4px 17px 5px 17px;
        width: 329px;
    }

        #project_infos section.last_section {
            border-left: 1px dotted #e75012;
            padding-left: 30px;
        }

/* project number */
#project_numbers {
    width: 746px;
    position: relative;
    margin: 0 auto;
    margin-top: 27px;
    z-index: 20;
    /*
	margin-left:-393px;
	left:50%;
	*/
}

    #project_numbers #title_section_keys {
        padding: 4px 17px 5px 17px
    }

    #project_numbers section {
        float: left;
        margin: 4px 7px 3px 0;
        padding: 41px 15px 0px 5px;
        background: url('../images/sprites.png') no-repeat top left;
        background-position: -0px -476px;
        width: 183px;
        height: 110px;
        text-align: center;
    }

        #project_numbers section.project_number_rounded_bottom {
            background-position: -203px -476px;
        }

/* project  testimonials */
#project_testimonial {
    width: 714px;
    position: relative;
    margin: 0 auto;
    margin-top: 44px;
    z-index: 20;
    background: url('../images/bg_project_testimonial.png') no-repeat top left;
    padding: 24px 15px 33px 52px;
    /*
	margin-left:-393px;
	left:50%;
	*/
}

    #project_testimonial img {
        margin: 0 23px 10px 0;
    }

#testimonial_text {
    width: 290px;
}

    #testimonial_text h5 {
        padding-bottom: 37px;
    }

    #testimonial_text p {
        padding-bottom: 7px;
    }

/*	project download */
#project_download {
    width: 751px;
    position: relative;
    margin: 0 auto;
    margin-top: 21px;
    padding: 28px 0 0 3px;
    z-index: 20;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -1235px -414px;
}

#project_implantations_map {
    height: 291px;
    width: 584px;
}

    #project_implantations_map iframe {
        max-width: 100%;
        max-height: 100%;
    }

        #project_implantations_map iframe > .i4ewOd-pzNkMb-haAclf {
            display: none !important;
        }

/* project associated */
#page .two_blocks .right_part {
    width: 384px;
}

    #page .two_blocks .right_part .last {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.project_associated {
    margin-bottom: 27px;
    position: relative;
    display: block;
    padding-bottom: 6px;
    float: left;
    border-bottom: 1px solid #bebebe;
}

    .project_associated div {
        float: left;
    }

        .project_associated div img {
            margin-right: 20px;
        }
/* double de la home */
.project_associated_content {
    width: 225px;
    padding: 0 46px 46px 0;
    height: 29px;
    line-height: 19px;
    position: relative;
    float: left;
}

.expertises_description .project_associated {
    border-bottom: none;
    margin-bottom: 2px;
}

.expertises_description .project_associated_content {
    width: 265px;
}

    .expertises_description .project_associated_content .btn_know_more_orange {
        right: -6px;
        bottom: 0px;
    }

.expertises_description .project_associated div img {
    margin-right: 42px
}


/********************************************************************************************/
/*	Project List
/********************************************************************************************/
#project_list_page {
    /*
	position:relative;
	margin-top: -650px;
	margin-left: -29px;
*/
    /*
	z-index:10;
	position: absolute;
	top: 83px;
	left: 50%;
	margin-left: -388px;
	*/
    z-index: 10;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -485px;
}

#project_search_form {
    width: 940px;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
}

    #project_search_form fieldset {
        float: right;
        padding-right: 96px;
    }

    #project_search_form select, #project_search_form input {
        float: left;
        margin-right: 4px;
        /*	font-size:1em;*/
        color: #4C4C4C;
        width: 156px;
        /*	border:0px solid none;*/
        margin-bottom: 9px; /* 4px */
    }

        #project_search_form input#project_keyword {
            width: 106px;
            padding-left: 6px;
            border: none;
            height: 16px;
            line-height: 16px;
            margin-top: 1px;
        }

.pagination {
    /*	margin:10px -1px 0 0;*/
    margin: 4px -1px 0 0;
    float: right;
}

    .pagination ul li {
        float: left;
    }

        .pagination ul li a, .pagination ul li span {
            background: url('../images/sprites.png') no-repeat top left;
            background-position: -289px -995px;
            width: 23px;
            height: 23px;
            line-height: 23px;
            margin: 6px 0px 4Px 3px;
            display: block;
            text-align: center;
            font-size: 1.5em;
            color: #979390;
            -moz-box-shadow: 0 0 10px 1px #333;
            -webkit-box-shadow: 0 0 10px 1px #333;
            box-shadow: 0 0 10px 1px #333;
        }

        .pagination ul li span, .pagination ul li#pagination_next a, .pagination ul li#pagination_previous a {
            color: #fd660e;
        }

.project_list {
    position: relative;
    width: 747px;
    margin: 16px auto 0;
}

.project {
}

.project {
    margin-bottom: 7px;
    position: relative;
    display: block;
    padding: 11px 0 0 11px;
    float: left;
    height: 155px;
    margin-bottom: 10px;
    background: url('../images/bg_project_list_project.png') repeat-x bottom left;
    -moz-box-shadow: 0 0 10px 1px #333;
    -webkit-box-shadow: 0 0 10px 1px #333;
    box-shadow: 0 0 10px 1px #333;
}

    .project div {
        float: left;
    }

        .project div img {
            margin-right: 13px;
        }
/* double de la home */
.project_list_content {
    width: 519px;
    padding: 0 0 46px 0;
    height: 29px;
    line-height: 19px;
    position: relative;
    float: left;
}

    .project_list_content h1 {
        padding: 8px 0 7px 0;
    }

    .project_list_content h6 {
        padding: 1px 0 0 0;
    }

    .project_list_content p.description {
        padding: 17px 151px 0 0;
    }

.project .btn_know_more_orange2 {
    bottom: 2px;
    right: 7px;
}


/********************************************************************************************/
/*	Video list
/********************************************************************************************/
.videodetail {
    margin-bottom: 7px;
    position: relative;
    display: block;
    padding: 11px 0 0 11px;
    float: left;
    /*	height:155px;*/
    margin-bottom: 10px;
    background: url('../images/bg_project_list_project.png') repeat-x bottom left #fff;
    -moz-box-shadow: 0 0 10px 1px #333;
    -webkit-box-shadow: 0 0 10px 1px #333;
    box-shadow: 0 0 10px 1px #333;
}

    .videodetail div {
        float: left;
    }

        .videodetail div img {
            margin-right: 13px;
        }
/* double de la home */
.videodetail_list_content {
    width: 519px;
    padding: 0 0 46px 0;
    /*	height: 29px;*/
    line-height: 19px;
    position: relative;
    float: left;
}

    .videodetail_list_content h1 {
        padding: 8px 0 7px 0;
    }

    .videodetail_list_content h6 {
        padding: 1px 0 0 0;
    }

    .videodetail_list_content p.description {
        padding: 17px 151px 0 0;
    }

.videodetail .btn_know_more_orange2 {
    bottom: 2px;
    right: 7px;
}

.videodetail_list_content iframe {
    margin-top: 24px;
}


/********************************************************************************************/
/* 	CORPORATE l'EQUIPE
/********************************************************************************************/
#slider_corporate {
    width: 309px;
    float: right;
    margin: 0px 0px 16px 45px;
    background: transparent;
}

#corporate_layer_one {
    width: 458px;
    height: 313px;
    position: absolute;
    left: 50%;
    top: 168px;
    margin-left: -410px;
    z-index: 5;
}

    #corporate_layer_one .suplayer {
        background: url("../images/sprites.png") no-repeat scroll left bottom transparent;
        background-position: -0px -277px;
        display: block;
        width: 77px;
        height: 76px;
        bottom: 0;
        right: 0;
        position: absolute;
    }

#corporate_layer_two {
    width: 498px;
    height: 345px;
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -38px;
    padding-top: 37px;
    z-index: 4;
}

    #corporate_layer_two .suplayer {
        background: url("../images/sprites.png") repeat-x scroll left bottom transparent;
        background-position: -233px -277px;
        display: block;
        width: 101px;
        height: 102px;
        top: 0;
        right: 0;
        position: absolute;
    }

.corporate_details {
    width: 1039px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 98px;
    z-index: 3;
}

#corporate_description {
    background: url("../images/bg_project.png") repeat-x scroll left bottom #d9d9d9;
    width: 746px;
    position: relative;
    margin: 0 auto;
    left: -20px;
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 5px 2px #888;
    -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
    margin-top: -211px;
    z-index: 100;
    padding-top: 23px;
    /*
	margin-left:-393px;
	left:50%;
	*/
}

    /* position absolute project description */
    /*
#project_description{
	position:absolute;
	margin-left:-393px;
	left:50%;
	top:598px;
	background: url("../images/bg_project.png") repeat-x scroll left bottom white;
	width:745px;
	border:1px solid #fff;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	margin-top:-164px;
	z-index:100;
}
*/


    #corporate_description section {
        position: relative;
        padding: 0px 10px 10px 0px;
    }

    #corporate_description h1 {
        padding: 5px 0 5px 14px;
        font-size: 2.4em;
    }

    #corporate_description h4 {
        padding: 7px 0 14px 14px;
        font-size: 1.3em;
    }

.content {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1.2em;
    line-height: 1.75em;
}

    .content p {
        padding-bottom: 14px;
    }


#team {
    width: 100%;
    position: relative;
    z-index: 3;
}

#team_blocks {
    width: 930px;
    height: 302px;
    margin: 0 auto;
    padding: 13px 0 0 109px;
    text-align: left;
}

    #team_blocks section {
        background: url('../images/bg_corporate_team_block.png') no-repeat top left white;
        float: left;
        width: 239px;
        position: relative;
        padding: 10px 0 0 26px;
        /*height: 234px;*/
        height: 304px;
    }

#team section h3, #team section h3 a {
    font-size: 12px;
    background: url('../images/arrow_bottom.png') no-repeat 270px center;
    margin: 7px 0 6px 2px;
}

#team section img {
}

#team section p {
    padding: 7px 33px 0 3px;
    font-size: 12px;
    color: #171717;
}

.team_blocks_lightbox {
    background: url('../images/bg_corporate_team_lightbox.png') no-repeat bottom left;
    float: left;
    width: 639px;
    position: relative;
    padding: 38px 0 0 54px;
    height: 286px;
}

    .team_blocks_lightbox h3, .team_blocks_lightbox h3 a {
        font-size: 12px;
        background: url('../images/arrow_bottom.png') no-repeat 270px center;
        margin: 7px 0 6px 2px;
    }

    .team_blocks_lightbox img {
        float: left;
        margin-right: 25px;
        margin-top: 5px;
        margin-bottom: 38px;
    }

    .team_blocks_lightbox h1 {
        padding: 0px 0 2px 0; /*50px 0 2px 0;*/
    }

    .team_blocks_lightbox h5 {
        padding: 3px 0 7px 0;
    }

    .team_blocks_lightbox p {
        padding: 14px 30px 0 0px;
        font-size: 1.2em;
        color: #171717;
        text-align: justify;
    }

/*--FF toutes versions--*/
@-moz-document url-prefix() {
    .team_blocks_lightbox {
        height: 316px;
    }

        .team_blocks_lightbox img {
            margin-bottom: 60px;
        }
}


/********************************************************************************************/
/* ORGANISATION
/********************************************************************************************/
.organisation {
    width: 100%;
    position: relative;
    z-index: 3;
}

.organisation_bloc {
    width: 874px;
    background: url('../images/organisation/bg_organisation_bloc.png') no-repeat 0px 68px;
    margin: 0 auto;
    padding: 0px 0 0 0px;
    text-align: left;
    position: relative;
}

    .organisation_bloc h6 {
        font-size: 21px;
        padding-top: 26px;
    }

    .organisation_bloc .map-france {
        background: none;
        padding: 0px 0px 0px 0px;
        width: 868px
    }

        .organisation_bloc .map-france .left {
            border-right: 0px;
            padding-top: 20px;
            width: 432px;
        }

        .organisation_bloc .map-france .right {
            padding-top: 20px;
            width: 412px;
        }

        .organisation_bloc .map-france .project_associated_content {
            width: 289px;
        }

        .organisation_bloc .map-france .title_where {
            margin-bottom: 9px;
            color: #000000;
        }

        .organisation_bloc .map-france .title_arrows_arround {
            color: #e75012;
            text-transform: uppercase;
            line-height: 5px;
            margin-bottom: 0px;
            margin-top: 21px;
            float: left;
            width: 411px;
            background: url('../images/organisation/bg_title_arrows_arround.png') no-repeat 0px 0px;
        }

        .organisation_bloc .map-france .title_arrows_arround2 {
            line-height: 14px;
            margin-top: 17px;
            background: url('../images/organisation/bg_title_arrows_arround_special.png') no-repeat 0px 8px;
            background-position: 0px 8px;
        }

        .organisation_bloc .map-france .title_arrows_arround3, .organisation_bloc #map-france .title_arrows_arround3 {
            line-height: 13px;
            margin-top: 37px;
            background: url('../images/organisation/bg_title_arrows_arround3.png') no-repeat 0px 8px;
            background-position: 0px 8px;
        }

        .organisation_bloc .map-france .title_arrows_arround4 {
            line-height: 13px;
            margin-top: 17px;
            background: url('../images/organisation/bg_title_arrows_arround4.png') no-repeat 0px 8px;
        }

        .organisation_bloc .map-france .bottom_p {
            line-height: 62px;
            width: 527px;
        }

/********************************************************************************************/
/* PRESS
/********************************************************************************************/
#press {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 210px;
}

#press_blocks {
    width: 930px;
    height: 302px;
    margin: 0 auto;
    padding: 13px 0 0 109px;
    text-align: left;
}

    #press_blocks section {
        float: left;
        width: 362px;
        position: relative;
        padding: 10px 0 0 16px;
        height: 217px;
        border: 1px dotted black;
        border-top: 0px solid black;
        border-right: 0px solid black;
        margin-left: 27px;
        margin-bottom: 69px;
        background: white;
    }

#press section img {
    float: left;
    margin-right: 14px;
}

#press section h3 {
    font-size: 12px;
    background: url('../images/arrow_bottom.png') no-repeat 270px center;
    margin: 7px 0 6px 0px;
}

#press section p {
    padding: 7px 33px 0 12px;
    font-size: 12px;
    color: #171717;
}

/********************************************************************************************/
/*	ENtites */
/********************************************************************************************/
#slider_entites_2 {
    width: 456px;
    float: right;
    margin: 0px 36px 35px 35px;
    background: transparent;
    border: 1px solid #828282;
}

#entites_informations_box .suplayer {
    background: url("../images/carousel_entites_suplayer.png") repeat-x scroll left top transparent;
    display: block;
    width: 101px;
    height: 102px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 4;
}

/*	project download */
.entites_link {
    position: absolute;
    margin: 0;
    bottom: 37px;
    padding: 28px 45px 0 0px;
    z-index: 20;
    width: 226px;
    background: url('../images/bg_entites_link.png') no-repeat bottom right;
}

#entites_informations_box {
    padding: 60px 0 20px 0;
    width: 804px;
    margin: 0 auto;
    position: relative;
}

.numbers_text {
    width: 258px;
    padding: 18px 0 17px 0;
}

#find-organisation-operationnelle {
    padding-top: 72px !important;
}

/********************************************************************************************/
/* Expertises
/********************************************************************************************/
#slider_expertises {
    width: 430px;
    margin: 0;
}

#expertises_layer_one {
    /*	width:491px;
	height:345px;
*/
    position: absolute;
    left: 50%;
    top: 346px;
    margin-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    z-index: 4;
}

    #expertises_layer_one .suplayer {
        background: url("../images/sprites.png") no-repeat scroll right bottom transparent;
        background-position: -77px -277px;
        display: block;
        width: 79px;
        height: 79px;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 10;
    }

.expertises_details {
    /*	width:1039px;*/
    margin: 0 auto;
    position: absolute;
    top: 84px;
    left: 50%;
    margin-left: -452px;
}

    .expertises_details .content, .expertises_details h1, .expertises_details h2, .expertises_details h3, .expertises_details h4, .expertises_details h5, .expertises_details h6 {
        padding: 0 48px 0 28px;
    }

.expertises_description {
    background: url("../images/bg_project.png") repeat-x scroll left bottom white;
    width: 522px;
    position: relative;
    /*	margin:0 auto;*/
    /*	left:-224px;*/
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 5px 2px #888;
    -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
    /*	margin-top:-275px;*/
    z-index: 3;
    padding-top: 23px;
    /*	margin:0 0 220px 0; enlever pour modif projets associés */
    margin: 0 0 110px 0;
    /*
	margin-left:-393px;
	left:50%;
	*/
}

.expertises_details .last {
    margin-bottom: 0px;
}

.expertises_details .content img {
}

.expertises_description h1 {
    padding: 5px 48px 0 28px;
    font-size: 2.4em;
}

.page_project_associated h1 {
    padding: 5px 48px 19px 28px;
}

p
.expertises_description h1.only {
    padding-bottom: 14px;
}

.expertises_description h4 {
    padding: 4px 48px 14px 28px;
    font-size: 1.3em;
}


/********************************************************************************************/
/*	MECENAT */
/*******************************************************************************************/
/* pour animation mecenat */
.tpl_mecenat .flexslider {
    position: fixed;
    -webkit-backface-visibility: hidden;
}

    .tpl_mecenat .flexslider .slides li {
        display: block;
    }

.mecenat_details {
    /*	width:1039px;*/
    margin: 0 auto;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -47px;
    /* pour animation mecenat */
    position: relative;
    width: 524px;
}

    .mecenat_details .content, .mecenat_details h1, .mecenat_details h2, .mecenat_details h3, .mecenat_details h4, .mecenat_details h5, .mecenat_details h6 {
        padding: 0 48px 0 28px;
    }

.mecenat_description {
    background: url("../images/bg_project.png") repeat-x scroll left bottom white;
    width: 522px;
    position: relative;
    /*	margin:0 auto;*/
    /*	left:-224px;*/
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 5px 2px #888;
    -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
    /*	margin-top:-275px;*/
    z-index: 3;
    padding-top: 23px;
    margin: 0 0 74px 0;
    /*
	margin-left:-393px;
	left:50%;
	*/
}

    .mecenat_description .last {
        margin-bottom: 0px;
    }

    .mecenat_description .content img {
    }

    .mecenat_description h1 {
        padding: 5px 48px 0 28px;
        font-size: 2.4em;
    }

        .mecenat_description h1.only {
            padding-bottom: 14px;
        }

    .mecenat_description h4 {
        padding: 4px 48px 14px 28px;
        font-size: 1.3em;
    }

    .mecenat_description h5 {
        padding: 0 0 8px 0;
    }
/*	project download */
#mecenat_download {
    position: relative;
    /*	margin:0 auto;*/
    margin: 0 0 0 118px;
    margin-top: 21px;
    padding: 28px 0 0 3px;
    z-index: 20;
    background: url('../images/sprites.png') no-repeat top left;
    background-position: -1235px -414px;
}


/********************************************************************************************/
/* CARRIERE */
/********************************************************************************************/
.carriere_details {
    margin: 0 auto;
    position: absolute;
    top: 92px;
    left: 50%;
    margin-left: -392px;
}

#carriere_videos_blocks {
    background: url('../images/bg_carriere_videos.png') no-repeat top left;
    width: 747px; /*1030*/
    height: 248px;
    padding-left: 20px;
    position: relative;
    z-index: 3;
}

    #carriere_videos_blocks section {
        float: left;
        width: 207px;
        position: relative;
        padding: 24px 26px 0 11px;
        height: 201px;
    }

        #carriere_videos_blocks section h3, #carriere_videos_blocks section h3 a {
            font-size: 12px;
            margin: 0 0 8px 0;
            padding: 8px 0 0 2px;
        }

        #carriere_videos_blocks section img {
            /*	float:left;*/
        }

        #carriere_videos_blocks section p {
            padding: 0px 38px 0 3px;
            font-size: 12px;
            color: #171717;
            float: left;
        }


.carriere_details .content, .carriere_details h1, .carriere_details h2, .carriere_details h3, .carriere_details h4, .carriere_details h5, .carriere_details h6 {
    padding: 0 8px 0 10px;
}

.carriere_description {
    background: url("../images/bg_project.png") repeat-x scroll left bottom white;
    width: 745px;
    position: relative;
    /*	margin:0 auto;*/
    /*	left:-224px;*/
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 5px 2px #888;
    -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
    /*	margin-top:-275px;*/
    z-index: 3;
    padding-top: 15px;
    margin: 0 0 17px 0;
    /*
	margin-left:-393px;
	left:50%;
	*/
}

    .carriere_description .last {
        margin-bottom: 0px;
    }

    .carriere_description .content img {
    }

    .carriere_description h1 {
        padding: 5px 48px 0 28px;
        font-size: 2em;
    }

        .carriere_description h1.only {
            padding-bottom: 14px;
        }

    .carriere_description h6 {
        padding: 0px 48px 14px 28px;
    }

    .carriere_description h5 {
        padding: 0 0 8px 0;
    }

#carriere_iframe {
    position: relative;
    margin-top: 20px;
    z-index: 4;
    width: 684px;
    background: white;
    border: 1px solid lightGrey;
    padding: 31px 10px 0 51px;
    height: 1943px;
    overflow: hidden;
}


/********************************************************************************************/
/* 	SEARCH
/********************************************************************************************/
.tpl_search {
    background: url('../images/bg_menu_sub.png') repeat top left;
}

    .tpl_search #project_list_page {
        margin-left: -308px;
    }

    .tpl_search .project_list {
        width: 665px;
        margin: 55px auto 0;
    }

/********************************************************************************************/
/*	NEWS TPL
/********************************************************************************************/
.tpl_news {
}

    .tpl_news #project_list_page {
    }

    .tpl_news .project_list {
    }

#news {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 0px;
}

    #news .project_list {
        margin-top: 12px;
        width: 788px;
    }

.news_details {
    padding-bottom: 0px;
}

#news .project_list .place_date, .new .new_content .place_date {
    color: #e75012;
    margin-top: 7px;
}

#news .project_list .project_list_content h1 {
    padding: 4px 0 7px 0;
}

#news .project_list .project div img {
    margin-right: 17px;
}

#news .project_list_content p.description {
    padding: 8px 23px 0 4px;
}


#news .btn_project_show_video {
    right: 423px !important;
    bottom: 4px !important;
}

.bgnews_title {
    padding-top: 8px !important;
    margin-top: -625px !important;
}

.news_title {
}

.bgnews_title section {
    padding: 0px 10px 4px 0px !important;
}

.tpl_new {
    min-width: 737px !important;
    width: 737px !important;
}

.new {
    width: 722px;
    background: url('../images/bg_news_lightbox.jpg') no-repeat bottom left;
    height: auto;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px 0 0 19px;
}

    .new figure {
        float: left;
        margin-bottom: 16px;
    }

    .new div {
        float: none;
        font-size: 11px
    }

        .new div.description {
            margin-top: 10px
        }

        .new div img, .new figure img {
            margin-right: 17px;
        }
    /* double de la home */
    .new figure figcaption {
        background: #eeeeee;
        color: #333;
        padding: 0 0 10px 8px;
        line-height: 24px;
        width: 294px;
    }

.new_content {
    padding: 0 10px 46px 0;
    height: auto;
    width: 714px;
    line-height: 19px;
    position: relative;
    float: left;
}

    .new_content h1 {
        padding: 8px 0 7px 0;
        float: left;
        width: 392px
    }

    .new_content h6 {
        padding: 1px 0 0 0;
    }

    .new_content p.description {
        padding: 17px 151px 0 0;
    }

.project .btn_know_more_orange2 {
    bottom: 2px;
    right: 7px;
}

#news .btn_project_show_video_important {
    bottom: 2px !important;
    right: 7px !important;
}

/********************************************************************************************/
/*	RAJOUT POUR LES ANIMATIONS
/********************************************************************************************/
#project_description {
    overflow: hidden;
    margin-top: -100px;
}

    #project_description .entite {
        position: relative;
    }

#project_infos {
}

#project_numbers {
    /*	margin-top:70px;*/
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

/********************************************************************************************/
/*	Shapping for a better life */
/********************************************************************************************/
#shapping-home, #shapping-mecenat, #shapping-carriere {
    /*
    position:absolute;
    top: 12px;
    left: 62%;
	margin-left:-488px;
	z-index:10;
    */
    position: absolute;
    bottom: 12px;
    right: 209px;
    z-index: 10;
}

#shapping-mecenat {
    top: 72px;
}

#shapping-carriere {
}




/********************************************************************************************/
/*	Print styles */
/********************************************************************************************/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*    a[href]:after {
        content: " (" attr(href) ")";
    }
*/
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }


    .project_toolbar, #slider_project, #footer {
        display: none;
    }

    #project_description {
        margin-top: 10px !important;
    }


    #logo {
        display: block;
    }

    .flexslider {
        width: 280px;
        float: right;
    }
}

/********************************************************************************************/
/* 	SPECIAL PRINT STYLES */
/********************************************************************************************/
/* print general styles */
.tpl_project_print {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}
    /*
.tpl_project_print .font-13{font-size:9px;}
.tpl_project_print .font-12{font-size:9px;}
.tpl_project_print .font-26{font-size:19px;}
*/

    .tpl_project_print .positioning_content {
        margin-top: 10px;
    }

    .tpl_project_print .linethroughpagedottedblack {
        border-bottom: 1px solid grey;
    }

    .tpl_project_print .positioning {
        width: 595px;
        width: 960px;
        margin: 0 auto;
    }


/* header print */
#header_print {
    border-bottom: 1px solid grey;
}

    #header_print #logo_print {
        margin-bottom: 17px;
    }

    #header_print h1 {
        /*	font-size:19px;*/
        padding-bottom: 8px;
    }

    #header_print h3, #header_print h4 {
        /*	font-size:10px;*/
        font-family: Tahoma, Verdana, Segoe, sans-serif;
        font-weight: bold;
        padding-bottom: 1px;
    }

    #header_print p.place_date {
        padding-top: 16px;
        padding-bottom: 14px;
        /*	font-size:10px;*/
    }

/* content print */
.tpl_project_print .bgproject {
    background: none;
}

.tpl_project_print .project_details {
    width: 100%;
    padding-bottom: 14px;
}

.tpl_project_print #project_description {
    margin-top: 0;
    background: none;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

    .tpl_project_print #project_description section {
        padding-bottom: 2px
    }

    .tpl_project_print #project_description p {
        padding-bottom: 8px
    }

    .tpl_project_print #project_description .content {
        /*	font-size:9px;*/
        line-height: normal;
    }

.tpl_project_print #project_infos {
    width: 100%;
}

    .tpl_project_print #project_infos section {
        margin: 0px 0 16px 0;
        width: auto;
    }

        .tpl_project_print #project_infos section.first {
            padding: 4px 17px 5px 0px;
        }

.tpl_project_print .bgprojectbottomright {
    background: none;
}

.tpl_project_print #title_section_keys {
    padding-left: 0;
}

.tpl_project_print #project_numbers {
    margin-top: 6px;
    padding-bottom: 12px;
}

    .tpl_project_print #project_numbers section {
        background: none;
        margin: 4px 7px 3px 0;
        padding: 0px 15px 0px 5px;
        height: 54px;
    }

.tpl_project_print #page .two_blocks {
    padding-top: 14px;
}

    .tpl_project_print #page .two_blocks section {
        margin-right: 14px;
        text-align: center;
    }

.tpl_project_print #page {
    background: none;
}

.tpl_project_print #project_implantations_map {
    height: 210px;
    width: 590px;
    margin-top: 8px;
}

.tpl_project_print .project_associated {
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-top: 8px;
    border-bottom: none;
}

.tpl_project_print .project_associated_content {
    padding: 0 46px 0px 0;
    text-align: left;
}

/********************************************************************************************/
/* iPads (portrait and landscape) */
/********************************************************************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #logo {
        left: 0;
        background: url('../images/logo.png') no-repeat top left transparent;
        margin-left: 0;
    }

    .menu dl#first-element {
        margin-left: 143px;
    }

    #search_input {
        background: url('../images/_tosprites/images/bg_search_input.png') no-repeat top left transparent;
        background-position: 0px 0px;
    }

    /********************************************************************************************/
    /* BOUTON IPADS */
    /********************************************************************************************/
    .btn_menu_en_savoir_plus {
        background: url('../images/_to_really_sprites/submenu_entreprise_btn_en_savoir_plus.png') no-repeat top left;
        background-position: 0px 0px;
    }

    #ctx_securite .btn_en_savoir_plus, #ctx_mot .btn_en_savoir_plus {
        background-position: 0px 0px;
        background: url('../images/_to_really_sprites/submenu_entreprise_btn_en_savoir_plus.png') no-repeat top left transparent;
    }

    #section_encarts .btn_menu_en_savoir_plus {
        background-position: 0px 0px;
        background: url('../images/_to_really_sprites/submenu_entreprise_btn_en_savoir_plus.png') no-repeat top left transparent;
    }

    .btn_show_video {
        position: absolute;
        right: 0px;
        bottom: 16px;
        background: url('../images/_to_really_sprites/btn_show_video.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_view_offers {
        background: url('../images/_to_really_sprites/btn_view_offers.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_postulate {
        background: url('../images/_to_really_sprites/btn_postulate.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_project_search {
        background: url('../images/_to_really_sprites/btn_project_search.png') no-repeat top left;
        background-position: 0px 0px;
    }

        .btn_project_search:hover {
            background: url('../images/_to_really_sprites/images/btn_project_search.png') no-repeat top left;
            background-position: 0px 0px;
        }

    .btn_en_savoir_plus {
        background: url('../images/_to_really_sprites/submenu_entreprise_btn_en_savoir_plus.png') no-repeat top left transparent;
        background-position: 0px 0px;
    }

    .btn_know_more_orange {
        background: url('../images/_to_really_sprites/submenu_entreprise_btn_en_savoir_plus.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_know_more_orange2 {
        background: url('../images/_to_really_sprites/submenu_entreprise_btn_en_savoir_plus.png') no-repeat top left;
        background-position: 0px -0px;
    }

    .btn_know_more_orange2_submit, .btn_know_more_orange2_cancel {
        background: url('../images/_to_really_sprites/submenu_entreprise_btn_en_savoir_plus.png') no-repeat top left transparent;
        background-position: 0px 0px;
    }

    .btn_project_back {
        background: url('../images/_to_really_sprites/btn_back_to_project.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_project_lightbox {
        position: absolute;
        right: 20px;
        bottom: 10px;
        /*	background:url('../images/sprites.png') no-repeat top left;*/
        background-position: -263px -995px;
        color: #fff;
        width: 34px !important;
        height: 27px;
    }

    .btn_project_show_video {
        background: url('../images/_to_really_sprites/btn_project_show_video.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_project_download {
        background: url('../images/_to_really_sprites/btn_project_download.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_mecenat_download {
        background: url('../images/_to_really_sprites/btn_mecenat_download.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_project_validate {
        background: url('../images/_to_really_sprites/btn_project_list_validate.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_link {
        background: url('../images/_to_really_sprites/btn_link.png') no-repeat top left;
        background-position: 0px 0px;
    }

    .btn_press_download {
        background: url('../images/_to_really_sprites/bg_submenu_entreprise_encart.png') no-repeat top left;
        background-position: 0px 0px;
    }

    /********************************************************************************************/
    /*	Sous menu presse */
    /********************************************************************************************/
    #submmenu_entreprise .position #section_encarts div {
        background: url('../images/_to_really_sprites/submenu_entreprise_encart_03.png') no-repeat top left;
        background-position: 0px 0px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
