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

@font-face {
	font-family: 'roboto-regular';
	src:url('./fonts/roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-thin';
	src:url('./fonts/roboto/Roboto-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-light';
	src:url('./fonts/roboto/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-italic';
	src:url('./fonts/roboto/Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-bold';
	src:url('./fonts/roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto-bolditalic';
	src:url('./fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.menuEC {
    
    background-color: #0070bc;
}

    .button-label {
        color:#fff;
        display: table-cell;
        vertical-align: middle;
        padding-right: 3px;
    }

    .button-hamburger {
        display: table-cell;
        padding: 8px;
        border: 1px solid #333;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.navbar-toggle {
    border: none;
    padding: 0;
}

.navbar-custom {

    background-color: yellow;
    border-radius: 0;
    margin-bottom: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  
    color: #fff;
    background-color: #364d7f; /*25,104,173*/
}

/*
body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}
*/

body {

    font-family:  'roboto-regular';
    font-size: 16px;

    margin: 0;
    padding: 0;

    color: black;
}

.txtSC {

    font-variant: small-caps;
}

.txtBD {

    font-weight: bold;
}

.media-body p {

    padding-top: 8px;
    font-size: 1.35rem;
}

header {

    margin: 0;
    padding: 0;
}

.navbar {

    margin-bottom: 1px;

    border-radius: 0%; 
    -o-border-radius: 0%; 
    -moz-border-radius: 0%; 
    -webkit-border-radius: 0%; 
}

.navbar-text {

    color: #364d7f; /*25,104,173*/
}

.media-heading {

    color: #0070bc;
    font-family: 'roboto-bold';
}


footer {

    
    color: #a0a0a0; /*160,160,160*/

    background-color: #2d2d2d; /*45,45,45*/

    padding-top: 20px;
    padding-bottom: 12px;
}

.footerTEL {

    color: #fff;
}

.aFOOTER {

    color: #fff;
}

.aFOOTER:hover {

    color: #fff;
    text-decoration: none;
}

.aFOOTER:visited {

    text-decoration: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.divINDEX-T {
/*
   color: #fff;
    background-color: #0070bc;
    */
    text-align: center;
}

    .divINDEX-T h2 {

        margin-top: 0px;
        font-family: 'roboto-light';
        color: #fff;
        background-color: #0070bc; 
        text-align: center;
        margin-bottom: 32px;
        padding: 8px;
        position: relative
    }

    .divINDEX-T h2:after {
      top: 100%; 
      left: 50%; 
      border: solid transparent; 
      content: " "; 
      height: 0; 
      width: 0; 
      position: absolute; 
      pointer-events: none; 
      border-color: rgba(0, 112, 188, 0); 
      border-top-color: #0070bc; 
      border-width: 12px; 
      margin-left: -12px;
    }

    /*
    .divINDEX-T h2 {
      display: inline-block;
      position: relative;
    }

    .divINDEX-T h2:after {
      content: '';
      position: absolute;
      left: 0;
      display: inline-block;
      height: 1em;
      width: 100%;
      border-bottom: solid 4px #0070bc;
      margin-top: 16px;
    }
    */

    q { 
        quotes: '\201c' '\201d';     
    }

    q:before { 

        content: open-quote; 
        font-family: 'roboto-bolditalic';
        font-size: 48px; 
        line-height: 16px;
        position: relative;
        top: 20px;
        color: #0070bc;
        padding-right: 6px;
    }
    
    q:after { 
        
        content: close-quote;
        font-family: 'roboto-bolditalic';
        font-size: 48px;
        line-height: 0px;        
        position: relative;
        top: 20px;
        color: #0070bc;
        padding-left: 4px;
    }
    /*
.ATOUTS ul {
	list-style-type: none;
	position: relative;
	margin-left: 1em;
	padding-left: 0;
}
.ATOUTS li:before {
	content: "\2022";
	position: absolute;
	left: -1em;
	color: #0070bc;
	margin-right: 5px;
    font-size: 170%;
}
*/
.ATOUTS li {
    line-height: 16px;
    margin-bottom: 16px;
}

.colorB {

    color: #0070bc;
}

.fontI {

    font-family: 'roboto-italic';
}

.divLINK {

    background-color: #fff;
    padding-bottom: 32px;
}

.divLINK h2 {

    color: #0070bc;
    margin-bottom: 0px;
}

.divLINK h3 {

    margin-top: 0px;
}

.PIMG {

    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px none #dddddd;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.divPIMG {

    /*background-color: pink; debug*/
    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    visibility: hidden;
}


.diPPEO {
    margin-right: 0/*105px*/;
}

.divPNOM {
    
    font-family: 'roboto-bold';
    margin: 0px;
    padding: 0px;
    text-align: right;
    padding-top: 20px;
    padding-right: 8px;
}

.divPFONC {

    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    padding-right: 8px;
}

.divICON {

    /*font-family: 'geosanslightregular';*/
}



.ICON { 
    height: 50px; 
    width: 50px; 
    line-height: 50px; 
    max-width: 100%; 
    background: #0070bc;
    border-radius: 50%; 
    -o-border-radius: 50%; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    display: block; 
    color: #fff; 
    font-size: 25px; 
    text-align: center; 
    vertical-align: middle; 
    position: relative; 
    margin: 0 auto 20px; 
}

.BIG_TEL {

    font-family: 'roboto-bold';
    color: #0070bc;
}

/* page heaedr */
.divPAGE_HEADER {

    color: #fff;
    background-color:  #0070bc;
    padding-top: 10px;
    padding-bottom: 0px;

    margin: 0px;

    min-height: 120px;
}

.divPAGE_HEADER h1 {

    font-family: 'geosanslightregular';
    margin: 10px 0 0 0;
}

.divPAGE_HEADER h2 {

    /*font-family: 'geosanslightregular';*/
    font-variant: small-caps;
    font-size: 2.0rem;
    margin: 0px;
}

/* page index | div CD */
.divINDEX-CD {

    color: #fff;

    /*font-family: 'geosanslightregular';*/

    background-color: #0070bc;
    /*background: url('./images/HEADER.jpg') no-repeat center center;*/
    padding-top: 0px;
    padding-bottom: 00px;

    margin: 0px;    
}

.divDRAWING {

}

.divPRISME {

}

.divTITLES {
    
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 1;
}

.divTITLES h1 {

    /*font-family: 'geosanslightregular';*/
    background-color: #0070bc;
    font-weight: bold;
    font-size: 4.6rem;
    padding-bottom: 4px;
    border-bottom: solid 1px #fff;
}

.divTITLES h2 {

    /*font-family: 'geosanslightregular';*/
    margin-top: 4px;
    background-color: #0070bc;
    font-weight: bold;
    font-size: 3.4rem;
}

.divTITLES_PAGES {

    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 1;
}

.divTITLES_PAGES h1 {

    font-family: 'roboto-bold';
    background-color: #0070bc;
    font-size: 3.8rem;
    padding-bottom: 4px;
    border-bottom: solid 1px #fff;
}

.divTITLES_PAGES h2 {

    margin-top: 4px;
    background-color: #0070bc;
    font-weight: bold;
    font-size: 3.08rem;
}

.divINDEX-PR {

    /*font-family: 'geosanslightregular';*/
    /*font-size: 1.32em;*/

    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
}

.divMAPS {

    background-color: #f5f5f5;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 4px;
}

    .divMAPS h4 {

        font-family: 'roboto-bold';
        margin-bottom: 0px;
    }

.divAGENCES {
}

.divREMIREMONT {

    padding-bottom: 16px;
}

.divGERARDMER {

    padding-bottom: 16px;
}

.divLETHILLOT {
}

.btn-BLUE {

    color: white;
    background-color: red/*#0070bc*/;
}

    .btn-BLUE:hover {
        
        color: white;
        background-color: #035892;
    }

.divINDEX-PRE {
}

#SECTION_GE {

    background-color: #f5f5f5;/*254,245,245*/
}

.divINDEX-GE {

    color: #2d2d2d; /*45,45,45*/
    
    /*font-family: 'geosanslightregular';*/

    margin-top: 20px;

    position: relative;
}

    .divINDEX-GE h1 {

        font-variant: small-caps;
        font-size: 3em;
        margin-top: 12px;
    }
    /*
    .containerGE button {

        font-size: 1.4em;
        font-variant: normal;
    }
    
    .containerGE button:hover {

        color: white;
        background-color: #2d3e72;
    }
    */

.wrapper { height: 341px; }

.nopadding { padding: 0; }


.tacheometre {

    width: 50%; 
    background: #fff;
    background: url('../images/TACHEOMETRE_II_BGK.jpg') repeat-x center center; 
    float: left; 
    height: 100%; 
    z-index: 1;
}

.tacheometre_1 {

    background: url('../images/TACHEOMETRE_II.jpg') no-repeat right center;
    height: 100%;
}

.tacheometre_2 { 
    
    width: 50%; 
    /*background: #fff;*/
    float: right; 
    height: 100%; 
    z-index: 2; 
}

.containerGE {
    position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 0px;
}

    .containerGE h1 {

        font-variant: small-caps;
        font-size: 3em;
        margin-top: 12px;
    }
    /*
    .containerGE button {

        font-size: 1.4em;
        font-variant: normal;
    }
        */
    /*
    .containerGE button:hover {

        color: white;
        background-color: #2d3e72;
    }
*/
#servicesSlider { margin-top: 0px; }
ul.slides li { margin-bottom: 0px; }

#SECTION_BE {

    padding-top: 40px;
    padding-bottom: 0px;
}  

.divINDEX-BE {

    color: #2d2d2d; /*45,45,45*/

    /*font-family: 'geosanslightregular';*/
}

    .divINDEX-BE h1 {

        font-variant: small-caps;
        font-size: 3em;
        margin-top: 12px;
    }
    /*
    .containerBE button {

        font-size: 1.4em;
        font-variant: normal;
    }

    .containerBE button:hover {

        color: white;
        background-color: #2d3e72;
    }
*/

#divTOPOGRAPHIE {

    padding-left:32px; 
    border-left: dashed 1px #c8c8c8;
}

.divSIG {
    
    margin-top: 32px; 
    margin-bottom: 16px; 
    padding-top: 16px; 
    padding-bottom: 20px; 
    background-color: #e9e5dc;
}

#LEPLUSGE {

    padding-top:16px; 
    padding-bottom: 32px;
}

#divBORNAGE {
    padding: 16px;
    border: solid 1px #c0c0c0;
}

#divMISSION {
    padding: 16px;
    border: solid 1px #c0c0c0;
}

#LEPLUSBE {

    padding-top:16px; 
    padding-bottom: 32px;
}

.divREALISATION {
    margin-top: 32px;
    margin-bottom: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #e9e5dc;
}

#divCONVICTIONS {
    padding: 16px;
    border: solid 1px #c0c0c0;
}

@media (max-width: 992px) {

    .SECTION_GE {
        background: url('./images/TACHEOMETRE_II_BGK.jpg') repeat-x center center; 
    }

    #SECTION_BE {
        padding-bottom: 32px;
    }

    #divCONVICTIONS {
        margin-bottom: 32px;
    }

    .divTITLES h1 {
        font-size: 2.8rem;
    }

.divTITLES h2 {


    font-size: 2.3rem;
}

    .divTITLES_PAGES h1 {

    font-size: 2.8rem;
}

.divTITLES_PAGES h2 {

    font-size: 2.3rem;
}

    .divSIG {

        margin-bottom: 0px;
    }

    #divURBANISME {

        border-top: dashed 1px #c8c8c8;
        margin-bottom: 32px;
    }

    #divTOPOGRAPHIE {

        border-top: dashed 1px #c8c8c8;
        padding-top: 16px;
        padding-left:0px; 
        padding-bottom: 32px;
        border-left: none 0px #fff;
    }

    .footerLOGO_CD {

        padding: 16px;
        margin-bottom: 16px;
        text-align: center;
    }

    .footerADR {

        border-bottom: dashed #a0a0a0 1px; /*160,160,160*/
        margin-bottom: 12px;
    }

    #LEPLUSGE {

        padding-top:0px; 
        padding-bottom: 32px;
    }

    #divBORNAGE {
        margin-bottom: 16px;
    }

    #divMISSION {
        margin-bottom: 32px;
    }

    #LEPLUSBE {

        padding-top:0px; 
        padding-bottom: 32px;
    }

    .divREALISATION {
        margin-bottom: 0px;
    }
}
