@charset "utf-8";
/*
Theme Name: ISMS
Theme URI: http://www.groupe-isms.com
Author: Benjamin Relat
Author URI: N/A Google me
Description: Theme for the ISMS Groupe.
Version: 0.1
Text Domain: isms
*/

.desc_real div {
    margin-bottom: 10px;
}
span.desc_title {
    width: 100px;
    display: block;
    float: left;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic !important;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Fonts */
@font-face {
    font-family: 'ars_maquette_medium';
    src: url('./fonts/arsmaquettepro-medium-webfont.eot');
    src: url('./fonts/arsmaquettepro-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/arsmaquettepro-medium-webfont.woff') format('woff'),
    url('./fonts/arsmaquettepro-medium-webfont.ttf') format('truetype'),
    url('./fonts/arsmaquettepro-medium-webfont.svg#ars_maquette_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ars_maquette_probold';
    src: url('./fonts/assarsmaquettepro-bold-webfont.eot');
    src: url('./fonts/arsmaquettepro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/arsmaquettepro-bold-webfont.woff') format('woff'),
    url('./fonts/arsmaquettepro-bold-webfont.ttf') format('truetype'),
    url('./fonts/arsmaquettepro-bold-webfont.svg#ars_maquette_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

/* GLOBAL */
.hidden_parts {
    display: none;
}

html, body {
    width: 100%;
    height: 100%;
}

#container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#left {
    width: 163px;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 500;
}

#cont {
    margin-left: 163px;
    border-top: 47px solid #FFF;
    border-bottom: 47px solid #FFF;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#cont img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#main_visuel {
    z-index: 100;
}

#second_visuel {
    z-index: 50;
}

/* Navigation */
#left A.logo {
    width: 153px;
    height: 85px;
    font-size: 0px;
    text-indent: -9999%;
    background: #FFF url('./media/interface/isms_logo.jpg') 23px 0 no-repeat;
    float: left;
    margin-top: 47px;
}

#left UL {
    margin-top: 51px;
    float: left;
    clear: both;
    width: 163px;
    border-top: 1px solid #f7f7f7;
}

#left UL LI {
    float: left;
    clear: both;
    border-bottom: 1px solid #f7f7f7;
    width: 100%;
    cursor: pointer;
}

#left UL LI UL {
    float: left;
    clear: both;
    margin: 0;
    display: none;
}

#left UL LI UL LI {
    padding: 0;
}

#left UL LI A {
    width: 143px;
    float: left;
    font-size: 13px;
    line-height: 40px;
    color: #90979c;
    text-transform: uppercase;
    font-family: 'ars_maquette_proregular';
    letter-spacing: -0.06em;
    padding-left: 20px;
}

#left UL LI.cct A {
    color: #c1cbd0;
    text-transform: none;
    font-family: 'ars_maquette_pro_lightregular';
}

#left UL LI UL LI A {
    font-family: 'ars_maquette_pro_lightregular';
    font-size: 11px;
    text-transform: none;
}

#left UL LI UL LI.two-lines A {
    line-height: 12px;
    padding: 10px 0 11px 20px;
}

#left UL LI a:hover, #left UL LI.active a {
    color: #FFF;
}

#left UL LI.cct A:hover {
    color: #c1cbd0;
}

#left UL LI.us a:hover, #left UL LI.us-active, #left UL LI.us-active UL LI a:hover, #left UL LI.us-active UL LI.active a {
    background-color: #9eafa4;
    color : #fff;
}

#left UL LI.us-active UL LI {
    background-color: #b3c0b7;
}

#left UL LI.mapI.active, #left UL LI.mapI:hover  {
    background-color: #b26b58;
}

#mapI{
    width : 100%;
}

#mapI H2 SPAN{
    background-color: #b26b58;
}

#left UL LI.methodes a:hover, #left UL LI.methodes-active, #left UL LI.methodes-active UL LI a:hover, #left UL LI.methodes-active UL LI.active a, #left UL LI.methodes-active a {
    background-color: #9db7c9;
    color : #fff;
}

#left UL LI.methodes-active UL LI {
    background-color: #b2c0c9;
}

#left UL LI.expertises a:hover, #left UL LI.expertises-active, #left UL LI.expertises-active UL LI a:hover, #left UL LI.expertises-active UL LI.active a, #left UL LI.expertises-active a {
    background-color: #aa9fc9;
    color : #fff;
}

#left UL LI.expertises-active UL LI {
    background-color: #c7c0db;
}

#left UL LI.realisations a:hover, #left UL LI.realisations-active, #left UL LI.realisations-active UL LI a:hover, #left UL LI.realisations-active UL LI.active a, #left UL LI.realisations-active a {
    background-color: #926974;
    color : #fff;
}

#left UL LI.realisations-active UL LI {
    background-color: #a98f96;
}

#left UL LI.contacts a:hover, #left UL LI.contacts-active {
    background-color: #b2a458;
}

#left UL LI.cct a:hover {
    background-color: #cacdcf;
}

#left UL LI.cct A:hover {
    color: #FFF;
}

#legal {
    position: absolute;
    left: 20px;
    width: 143px;
    bottom: 47px;
}

#legal P {
    margin-bottom: 15px;
    color: #90979c;
    font-size: 10px;
    line-height: 13px;
    font-family: 'ars_maquette_proregular';
}

#legal P A {
    color: #90979c;
    font-size: 10px;
    font-family: 'ars_maquette_proregular';
}

#legal P SPAN {
    text-transform: uppercase;
    color: #90979b;
    font-size: 9px;
    font-family: 'ars_maquette_proregular';
}

#legal P.moyens {
    margin: 0;
}

.copy {
    color: #FFF;
    font-size: 9px;
    font-family: 'ars_maquette_proregular';
    line-height: 13px;
    padding: 8px 4px 8px 8px;
    background: transparent url('./media/interface/bg_copy.png') 0 0 repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 150;
}

/* HOME */
#anim-baseline {
    position: absolute;
    top: 43px;
    left: 47px;
    z-index: 150;
    float: left;
    opacity: 0;
}

#anim-baseline P { /*display:none;*/
    font-size: 40px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 39px;
    font-family: 'ars_maquette_probold';
    letter-spacing: -0.049em;
}

#anim-baseline SPAN {
    font-size: 40px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 39px;
    font-family: 'ars_maquette_probold';
    letter-spacing: -0.049em;
}

/* CONTENU */
#container-content {
    background: #f9f9f9 url('./media/interface/bg_content.jpg') 0 0 repeat-y;
    width: 820px;
    left: 163px;
    top: 0;
    position: absolute;
    z-index: 300;
    overflow: hidden;
    height: 100%;
}

#container-content .contenu {
    overflow: hidden;
    margin: 0 0 47px 0;
    position: relative;
    display: block;
}

#container-content .contenu P {
    font-family: 'ars_maquette_pro_lightregular';
    letter-spacing: -0.040em;
    color: #555f61;
    font-size: 13px;
    line-height: 21px;
}

#container-content .contenu, #container-content .contenu-old {
    position: absolute;
    top: 0;
    left: 0;
}

#container-content .contenu H2 SPAN.ico {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

#container-content .contenu H2 {
    font-variant: small-caps;
    margin: 47px 0 46px 0;
    padding-left: 47px;
    font-family: 'ars_maquette_pro_blackregular';
    font-size: 30px;
    line-height: 18px;
    width: 750px;
    letter-spacing: -0.040em;
}

#container-content .contenu H3 {
    font-family: 'ars_maquette_probold';
    font-size: 16px;
    line-height: 21px;
    color: #555f61;
    letter-spacing: -0.040em;
}

/* Qui sommes-nous ? */
#maitrise-ouvrage H2, #notre-vision H2, #presse H2 {
    color: #555f61;
}

#maitrise-ouvrage H2 SPAN, #notre-vision H2 SPAN, #presse H2 SPAN {
    background-color: #9eafa4;
}

/* Maîtrise d'ouvrage */
#maitrise-ouvrage .nav-who {
    margin-top: 27px;
    width: 818px;
    margin-left: 1px;
    height: 20px;
    background: transparent url('./media/interface/scroller_bg.png') 0 0 repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 502;
}

#maitrise-ouvrage .col1, #maitrise-ouvrage .col2 {
    font-family: 'ars_maquette_pro_lightregular';
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.040em;
    color: #555f61;
    float: left;
    width: 340px;
    height: 103px;
}

#maitrise-ouvrage .col1 {
    margin: 0 0 20px 47px;
    width: 700px;
}

#maitrise-ouvrage .col1 .paraf_one {
    padding-bottom: 15px;
}

.nav-who-container {
    height: 145px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    z-index: 501;
}

.nav-who .container-who {
    margin: 0 auto;
    width: 720px;
    padding: 0 10px;
    height: 20px;
    position: relative;
}

.nav-who .container-who .item-pos {
    float: left;
    width: 160px;
    margin: 0 10px;
    height: 18px;
    background-color: #b3c0b7;
    top: 1px;
    left: 10px;
    position: absolute;
}

.controller-who {
    margin: 0 auto;
    width: 720px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    z-index: 505;
}

.controller-who LI {
    float: left;
    width: 160px;
    margin: 0 10px;
    cursor: pointer;
}

.controller-who LI H3, #container-content .contenu .controller-who LI P {
    text-align: center;
    width: 160px;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-filter: "alpha(opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.controller-who LI.active H3, #container-content .contenu .controller-who LI.active P, .controller-who LI.hover H3, #container-content .contenu .controller-who LI.hover P {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.controller-who LI H3 {
    margin: 58px 0 14px 0;
}

#container-content .contenu .controller-who LI P {
    font-size: 11px;
    line-height: 13px;
}

#carousel-who {
    clear: both;
    width: 820px;
    height: 418px;
    overflow: hidden;
    position: relative;
}

#carousel-who LI {
    float: left;
    width: 820px;
    height: 418px;
    position: absolute;
    left: -820px;
    top: 0px;
    cursor: pointer;
}

/* Notre vision */
#notre-vision .col {
    width: 230px;
    float: left;
}

#notre-vision .col1 {
    margin-left: 47px;
}

#notre-vision .col2 {
    margin: 0 20px;
}

#notre-vision .col H3 {
    margin-bottom: 20px;
}

#notre-vision IMG {
    margin: 45px 0 0 1px;
}

#press_els {
    margin-left: 47px;
    width: 699px;
    overflow: hidden;
}

#press_els LI {
    float: left;
    width: 217px;
    height: 217px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

#press_els LI.middle {
    margin: 0 24px;
}

#press_els LI .hide {
    width: 217px;
    height: 217px;
    display: none;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#press_els LI .hide .bg_dl {
    width: 217px;
    height: 217px;
    float: left;
    background-color: #000;
    -khtml-opacity: 0.66;
    -moz-opacity: 0.66;
    -ms-filter: "alpha(opacity=66)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
    filter: alpha(opacity=66);
    opacity: 0.66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#press_els LI .hide .text_dl {
    color: #FFF;
    font-size: 18px;
    line-height: 21px;
    margin: 32px 0 15px 0;
    float: left;
    width: 217px;
    font-family: 'ars_maquette_proregular';
    z-index: 2;
    text-align: center;
    position: relative;
}

#press_els LI .hide .down_dl {
    width: 100%;
    height: 14px;
    background: #9eafa4 url('./media/interface/down_dl.jpg') 50% 3px no-repeat;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

#press_els LI .hide .img_dl {
    width: 72px;
    height: 72px;
    float: left;
    background: transparent url('./media/interface/img_dl.png') 0 0 no-repeat;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: 89px;
}

#press_els LI.void {
    background: #FFF url('./media/interface/void_presse.jpg') 0 0 no-repeat;
    cursor: default;
}

/* Méthodes */
#programming-isms H2, #cct-control H2, #maitrise-etape H2, #maitrise-financiere H2 {
    color: #555f61;
}

#programming-isms H2 SPAN, #cct-control H2 SPAN, #maitrise-etape H2 SPAN, #maitrise-financiere H2 SPAN {
    background-color: #9db7c9;
}

#programming-isms .col1 {
    float: left;
    width: 700px;
}

#programming-isms .col1 .paraf {
    float: left;
    width: 220px;
}

#programming-isms .col1 H3 {
    float: left;
    width: 220px;
    margin-bottom: 35px;
}

#programming-isms .col1 P {
    float: left;
    clear: both;
    width: 220px;
}

#programming-isms .col2 {
    margin: 0 0 46px 20px;
}

#programming-isms .col1, #programming-isms .col3 {
    margin-left: 47px;
}

#programming-isms .col3 P {
    width: 400px;
    float: left;
    margin-right: 20px;
}

#cct-control H3 {
    margin: 0 0 47px 47px;
}

#cct-control IMG {
    margin: 0 0 47px 47px;
}

#cct-control .col {
    width: 700px;
}

#cct-control .col1 {
    margin: 0 0 0 47px;
}

#maitrise-etape .m-etape-container {
    overflow: hidden;
    width: 700px;
    margin-left: 47px;
}

#maitrise-etape .m-etape-container IMG {
    float: left;
}

#maitrise-etape .m-etape {
    float: left;
    margin-right: 20px;
}

#maitrise-etape .m-etape H3 {
    margin-bottom: 50px;
}

#maitrise-etape .m-etape H3, #maitrise-etape .m-etape P {
    width: 280px;
}

#maitrise-etape .listing-etapes {
    margin-top: 30px;
    width: 280px;
}

#maitrise-etape .listing-etapes UL {
    margin-top: 20px;
    width: 100%;
}

#maitrise-etape .listing-etapes UL LI {
    width: 100%;
    padding-left: 15px;
    float: left;
    clear: both;
    background: url('./media/interface/puce1.jpg') 0 5px no-repeat;
    margin-bottom: 13px;
}

#maitrise-etape .listing-etapes UL LI SPAN {
    float: left;
    font-family: 'ars_maquette_probold';
    font-size: 13px;
    line-height: 18px;
    color: #555f61;
    letter-spacing: -0.040em;
}

#maitrise-financiere .m-finance-container {
    overflow: hidden;
    width: 735px;
    margin-left: 47px;
}

#maitrise-financiere .m-finance-container IMG {
    float: left;
}

#maitrise-financiere .m-finance {
    float: left;
    margin-left: 20px;
}

#maitrise-financiere .m-finance H3 {
    margin-bottom: 50px;
}

#maitrise-financiere .m-finance H3, #maitrise-financiere .m-finance P {
    width: 280px;
}

#maitrise-financiere .listing-etapes {
    margin-top: 30px;
    width: 315px;
}

#maitrise-financiere .listing-etapes UL {
    margin-top: 13px;
    width: 100%;
}

#maitrise-financiere .listing-etapes UL LI {
    width: 100%;
    padding-left: 15px;
    float: left;
    clear: both;
    background: url('./media/interface/puce1.jpg') 0 5px no-repeat;
    margin-bottom: 13px;
}

#maitrise-financiere .listing-etapes UL LI SPAN {
    float: left;
    font-family: 'ars_maquette_probold';
    font-size: 13px;
    line-height: 18px;
    color: #555f61;
    letter-spacing: -0.040em;
}


#etude-faisabilite H2, #conception-projet H2, #execution H2 {
    color: #555f61;
}

#etude-faisabilite H2 SPAN, #conception-projet H2 SPAN, #execution H2 SPAN {
    background-color: #aa9fc9;
}

.expertise-content {
    width: 820px;
    overflow: hidden;
}

#container-content .contenu P.expertise-intro {
    font-family: 'ars_maquette_proregular';
    font-size: 16px;
    line-height: 21px;
    color: #555f61;
    letter-spacing: -0.040em;
    width: 773px;
    margin-left: 47px;
}

#etude-faisabilite .expertise-content {
    background: url('./media/content/expertise1.jpg') 0 90px no-repeat;
    height: 1040px;
}

#conception-projet .expertise-content {
    background: url('./media/content/expertise2.jpg') 0 90px no-repeat;
    height: 1045px;
}

#execution .expertise-content {
    background: url('./media/content/expertise3.jpg') 0 111px no-repeat;
    height: 845px;
}

.expertise-texts H4 {
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'ars_maquette_probold';
    line-height: 21px;
    color: #555f61;
    letter-spacing: -0.040em;
}

.expertise-texts P {
    margin-bottom: 22px;
    font-size: 13px !important;
}

#etude-faisabilite .expertise-texts {
    margin: 44px 0 0 420px;
    width: 345px;
}

#conception-projet .expertise-texts {
    margin: 44px 0 0 420px;
    width: 345px;
}

#execution .expertise-texts {
    margin: 44px 0 0 420px;
    width: 345px;
}

#mco H2, #ssr H2, #psy H2, #medico-social H2 {
    color: #555f61;
    margin-bottom: 0px !important;
}

#container-content #mco H3, #container-content #ssr H3, #container-content #psy H3, #container-content #medico-social H3 {
    margin-bottom: 40px;
    font-variant: small-caps;
    padding-left: 74px;
}

#mco H2 SPAN, #ssr H2 SPAN, #psy H2 SPAN, #medico-social H2 SPAN {
    background-color: #926974;
}

.reals {
    margin-left: 47px;
    min-height: 711px;
    width: 699px;
    overflow: hidden;
    float: left;
}

.reals LI {
    width: 217px;
    height: 217px;
    float: left;
    background-color: #926974;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.reals LI IMG {
    width: 217px;
    height: 217px;
}

.reals LI SPAN.now_work {
    float: left;
    width: 105px !important;
    height: 27px !important;
    background: #926974 url('./media/interface/now_work.jpg') 0 0 no-repeat;
    position: absolute;
    z-index: 600;
    right: 0;
    bottom: 15px;
}

.reals LI.middle {
    margin: 0 24px;
}

.reals LI.void {
    background: #FFF url('./media/interface/void.jpg') 0 0 no-repeat;
    cursor: default;
}

.reals LI .hide {
    width: 217px;
    height: 217px;
    display: none;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 800;
}

.reals LI .hide .bg_dl {
    width: 217px;
    height: 217px;
    float: left;
    background-color: #000;
    -khtml-opacity: 0.66;
    -moz-opacity: 0.66;
    -ms-filter: "alpha(opacity=66)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
    filter: alpha(opacity=66);
    opacity: 0.66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.reals LI .hide .text_dl {
    color: #FFF;
    font-size: 18px;
    line-height: 21px;
    margin: 32px 0 10px 0;
    float: left;
    width: 201px;
    font-family: 'ars_maquette_proregular';
    z-index: 2;
    text-align: center;
    position: relative;
}

.reals LI .hide .down_dl {
    height: 100%;
    width: 16px;
    background: #926974 url('./media/interface/real_right.gif') 3px 50% no-repeat;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.reals LI .hide .img_dl {
    width: 72px;
    height: 72px;
    float: left;
    background: transparent url('./media/interface/real_bg.png') 0 0 no-repeat;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -44px;
    top: 83px;
}

.reals LI .hide .title_real {
    color: #FFF;
    font-size: 11px;
    line-height: 13px;
    margin-top: 80px;
    float: left;
    width: 151px;
    font-family: 'ars_maquette_medium';
    z-index: 2;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.040em;
    margin-left: 25px;
}

#push {
    width: 820px;
    height: 0px;
    background-color: #778588;
    position: relative;
}

#push .close {
    z-index: 500;
}

.photos_real_hide {
    display: none;
}

#push #previous-real {
    background: transparent url('./media/interface/projet_precedent.png') 0 0 no-repeat;
    width: 42px;
    height: 45px;
    float: left;
    position: absolute;
    top: 247px;
    left: 0px;
}

#push #next-real {
    background: transparent url('./media/interface/projet_suivant.png') 0 0 no-repeat;
    width: 80px;
    height: 45px;
    float: left;
    position: absolute;
    top: 247px;
    right: 0px;
}

#push .real-details {
    padding: 36px 0 0 55px;
}

#push .real-details H2 {
    padding: 0 !important;
    margin: 0 !important;
    color: #FFF !important;
    font-family: 'ars_maquette_probold' !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    line-height: 21px !important;
}

#push .real-details H3 {
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    color: #FFF !important;
    font-family: 'ars_maquette_medium' !important;
    font-size: 20px !important;
    font-variant: small-caps !important;
    line-height: 21px !important;
}

#push .real-details .real_content {
    overflow: hidden;
}

#push .real-details .real_content .img_real {
    position: relative;
    width: 365px;
    height: 365px;
    float: left;
    margin-top: 7px;
    cursor: pointer;
    overflow: hidden;
}

#push .real-details .real_content .img_real img{
    max-width: 100%;
    height: auto;
}


#push .real-details .real_content .img_real SPAN {
    position: absolute;
    bottom: 10px;
    right: 7px;
    z-index: 2000;
    float: left;
    width: 25px;
    height: 25px;
    background: transparent url('./media/interface/zoom.png') 0 0 no-repeat;
}

/*#push .real-details .real_content IMG {
    width: 363px;
    height: 363px;
    border: 1px solid #FFF;
}*/

#push .real-details .real_content .desc_real {
    float: left;
    margin-left: 22px;
    width: 325px;
}

#push .real-details .real_content .desc_real P {
    float: left;
    clear: both;
    width: 325px;
}

#push .real-details .real_content .desc_real P SPAN {
    float: left;
    clear: both;
    width: 325px;
    color: #FFF;
}

#push .real-details .real_content .desc_real P SPAN.desc_title {
    font-family: 'ars_maquette_probold' !important;
    font-size: 13px !important;
    line-height: 21px !important;
}

#push .real-details .real_content .desc_real P SPAN.desc_content {
    font-family: 'ars_maquette_pro_lightregular';
    margin-bottom: 20px !important;
    font-size: 11px !important;
    line-height: 15px !important;
}

#notice-expertise {
    width: 700px;
    height: auto;
    background: transparent url('./media/interface/bg_expertise.gif') 0 0 repeat-y;
    position: relative;
    padding: 40px 60px 45px 60px;
}

#notice-expertise P {
    font-size: 15px !important;
    line-height: 25px !important;
    color: #FFF !important;
    font-family: 'ars_maquette_proregular' !important;
}

#notice-expertise .close {
    top: 0px;
    right: 0px;
    width: 94px;
    background: #cacdd0 url('./media/interface/close_expertise.jpg') 0 0 no-repeat;
    height: 35px;
    float: left;
    position: absolute;
    overflow: hidden;
}

#push .close {
    top: 0px;
    right: 0px;
    background-color: #FFF;
    height: 37px;
    width: 94px;
    float: left;
    position: absolute;
    overflow: hidden;
    background: #555f61 url('./media/interface/close_real.jpg') 0 0 no-repeat;
}

#notice-expertise .close SPAN.text {
    font-size: 13px;
    line-height: 33px;
    color: #555f61;
    float: left;
    font-family: 'ars_maquette_proregular';
}

#notice-expertise .close SPAN.button {
    float: right;
    margin: 4px 0 0 15px;
    width: 25px;
    height: 25px;
    background: #555f61 url('./media/interface/close.gif') 0 0 no-repeat;
}

#contacts H2 {
    color: #555f61;
}

#contacts H2 SPAN {
    background-color: #B2A458;
}

#contacts .contact_content {
    overflow: hidden;
    width: 773px;
    margin-left: 47px;
}

#contacts .contact_content .who {
    float: left;
    width: 220px;
}

#contacts .contact_content #gmap {
    float: right;
    width: 520px;
    height: 706px;
    margin: 6px 0 0 20px;
    overflow: hidden;
}

#container-content #contacts .who H3 {
    margin-bottom: 7px;
}

#container-content #contacts .who P {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0px;
}

#container-content #contacts .who P.mail {
    margin-bottom: 25px;
}

#container-content #contacts .who P.mail A {
    font-size: 11px;
    line-height: 13px;
    color: #555F61 !important;
}

#container-content #contacts .who P.mail A:hover {
    text-decoration: underline;
}

#container-content #contacts .legal {
    margin: 10px 0 45px 0;
}

#container-content #contacts .legal P {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 13px;
    font-family: 'ars_maquette_proregular';
}

#container-content #contacts .legal P A {
    color: #555f61;
    font-size: 11px;
    font-family: 'ars_maquette_proregular';
}

#container-content #contacts .legal P SPAN {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'ars_maquette_proregular';
}

#container-content #contacts .legal P.moyens {
    margin: 0;
}

/* Popins */
#overlay {
    z-index: 50000;
    display: none;
    position: fixed;
}

#overlay_bg {
    background-color: #000;
    -khtml-opacity: 0.86;
    -moz-opacity: 0.86;
    -ms-filter: "alpha(opacity=86)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=86);
    filter: alpha(opacity=86);
    opacity: 0.86;
    top: 0;
    left: 0;
    z-index: 40000;
    position: absolute;
    width: 100%;
    height: 100%;
}

#overlay_content {
    position: absolute;
    width: 100%;
    height: 100%;
}

#closeOverlay, #popin_content {
    z-index: 60000;
    position: absolute;
}

#closeOverlay {
    top: 0px;
    right: 10px;
    height: 40px;
    float: right;
    width: 94px;
    background: transparent url('./media/interface/close.png') 0 0 no-repeat;
}

#popin_content {
    top: 50%;
    left: 50%;
    overflow: hidden;
}

/* Popins contents */
.cct_overlay_content {
    width: 321px;
    height: 442px;
    color: #FFF;
    text-align: center;
}

.cct_overlay_content IMG {
    margin-bottom: 44px;
}

.cct_overlay_content P {
    width: 321px;
    text-align: center;
    float: left;
    clear: both;
    font-family: 'ars_maquette_pro_lightregular';
    font-size: 13px;
    color: #b8c6c9;
    line-height: 15px;
    padding-bottom: 6px;
    letter-spacing: -0.040em;
    margin-bottom: 16px;
}

#valideCCTControl {
    float: left;
    margin-left: 91px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #6e6e6e;
    font-size: 16px;
    font-family: 'ars_maquette_probold';
    background-color: #cacdcf;
}

/* ColorBox */
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
}

#cboxContent {
    margin-top: 20px;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(./media/interface/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(./media/interface/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxLoadingGraphic {
    background: url(./media/interface/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(./media/interface/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

#cboxCurrent {
    display: none !important;
}

#startLoader {
    background-color: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#startLoader .loaderContent {
    width: px;
    height: px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #left UL LI A {
        letter-spacing: -0.1em !important;
        font-family: 'ars_maquette_pro_lightregular' !important;
    }

    #container-content .contenu p, .expertise-texts h4, #notre-vision .col h3 {
        letter-spacing: -1px !important;
    }

    #push .real-details .real_content .desc_real p span.desc_content {
        letter-spacing: 0.02em !important;
    }

    #push .real-details .real_content .desc_real p span.desc_title {
        font-family: 'ars_maquette_medium' !important;
        letter-spacing: 0.02em !important;
    }

    #left ul li ul li a {
        letter-spacing: 0.02em !important;
    }

    #maitrise-ouvrage .col1, #maitrise-ouvrage .col2 {
        letter-spacing: -1px !important;
    }

    #container-content .contenu .controller-who LI P {
        letter-spacing: 0px !important;
    }
}

#collaborateurs .ico {
    background-color: #aab8ae;
}

#collaborateurs h2 {
    color: #4b5556;
}

#collaborateurs .reals LI .hide .down_dl {
    background: #aab8ae url(./media/interface/arrow.png) 3px 50% no-repeat;
}

#collaborateurs .reals_name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    background-color: #000;
    -khtml-opacity: 0.66;
    -moz-opacity: 0.66;
    -ms-filter: "alpha(opacity=66)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
    filter: alpha(opacity=66);
    opacity: 0.66;

}

#push.collaborateurs {
    background-color: #6c7a7d !important;
}

#push.collaborateurs #next-real, #push.collaborateurs #previous-real {
    display: none !important;
}

#push .real-details .real_content .img_real_collab {
    position: relative;
    width: 365px;
    height: 365px;
    float: left;
    margin-top: 7px;
    cursor: pointer;
    overflow: hidden;
}

#push .real-details .real_content .img_real_collab img {
    width: 363px;
    height: 363px;
    border: 1px solid #FFF;
}

#push.collaborateurs .desc_real p a img {
    width: auto !important;
    height: auto !important;
    border: none !important;
}

#push .real-details .real_content a {
    color: #fff !important;
    font-weight: 700;
}

#mapRealisations{
    width: 100%;
    height : 500px;
}

.markerContent h3{
    font-weight: 700;
}

.markerContent .status{
    padding-top: 20px;
}

.markerContent .status strong{
    font-weight: 700;
    font-style: 15px;
}

.markerContent .linkDetailReal{
    display: block;
    margin-top: 10px;
    background-color: #79878a;
    color : #fff !important;
    padding: 10px;
    font-size : 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.legend{
    padding: 10px 0 10px 20px;
    text-align: left;

}

.legend .legendStatus{
    padding-bottom: 10px;
    font-size: 15px;
}

.legend .legendStatus .legendStatusSquare{
    width : 20px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

