@font-face {
    font-family: 'font-icon-BIEE';
    src:  url('fonts/font-icon-BIEE-2.eot?ugmdiu');
    src:  url('fonts/font-icon-BIEE-2.eot?ugmdiu#iefix') format('embedded-opentype'),
    url('fonts/font-icon-BIEE-2.ttf?ugmdiu') format('truetype'),
    url('fonts/font-icon-BIEE-2.woff?ugmdiu') format('woff'),
    url('fonts/font-icon-BIEE-2.svg?ugmdiu#font-icon-BIEE') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'font-icon-BIEE' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dot:before {
    font-size: 32px;
    content: "\e901";
    color: #b38e5d;
}
.icon-comparison:before {
    font-size: 32px;
    content: "\e900";
    color: #b38e5d;
}
.icon-indicador-ajustado:before {
    font-size: 32px;
    content: "\e903";
    color: #b38e5d;
}
.icon-factor_diferenciador:before {
    font-size: 32px;
    content: "\e902";
    color: #b38e5d;
}
.icon-descomposicion:before {
    font-size: 32px;
    content: "\e904";
    color: #b38e5d;
}
.icon-proyecciones:before {
    font-size: 32px;
    content: "\e905";
    color: #b38e5d;
}
.icon-politicas:before {
    font-size: 32px;
    content: "\e906";
    color: #b38e5d;
}

.fa{
    color: #b38e5d;
    font-size: 32px;
    vertical-align: middle;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
  margin: 0;
  display: flex;
}

body{
    z-index:0;
    font-family: 'Montserrat', sans-serif;
    font-size:13pt;
    width: 100%;
    min-height: 100%;
    background-color:#ffffff;
    background-image: url('../images/background-vague.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: #333333;
    overflow-x:hidden;
    padding:0;
    flex-direction: column;
    min-height: 100vh;
}

.avertissement{
    color: #689232;
    font-weight: bold;
}

.logos{
    position:relative;
    width: 50%;
    min-width: 1000px;
    margin : 20px auto;
}

.logo{
    float: left;
    text-align: center;
}

.logo img{
    width: 80%;
    padding: 0 10%;
}

.sener-logo{
    width: 36%;
}

.conuee-logo{
    width: 26%;
}

.afd-logo{
    width: 26%;
}

.ademe-logo{
    width: 12%;
}

.logos-biee{
    position:relative;
    float: left;
    width: 50%;
    margin : 60px 25%;
}

.logos-biee img{
    width: 100%;
}

.contenu {
    flex-grow: 1;
    height: 100%;
}

.contenu a {
    line-height:24px;
    color: #333333;
}

.contenu a:hover {
    line-height:24px;
}

#auth {
    position:relative;
    margin: 0 auto;
}

#auth td {
    padding:5px 0 5px 0;
    text-align: left;
}

#form-homepage {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
}

#texte-homepage {
    float: left;
    clear: left;
    position:relative;
    width: 100%;
    margin: 40px auto 0 auto;
    font-size: 11pt;
}

#texte-homepage img{
    margin-bottom: 20px;
    width: 50%;
}

#texte-homepage p{
    max-width: 1000px;
    margin: 0 auto;
}

#pied {
    color: #333333;
    font-size: 9pt;
    text-align: center;
    margin-top: 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#pied a{
    color: #333333;
}

#pied img{
    vertical-align: middle;
}

.box{
    text-align: center;
}

.box a, .box a:hover{
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    color: #333333;
    font-size: 22pt;
    line-height: 28pt;
    margin: 10px 0 0 0px;
    font-family: 'Montserrat', sans-serif;
}

.box a:hover{
    text-decoration: underline;
}

.container{
    margin : 0 auto;
    max-width : 1280px;
    width : 96%;
}

.container-fluid{
    margin : 0 auto;
    width : 100%;
}

.line{
    width: 100%;
    float: left;
    clear: left;
}

.line.new{
    margin-top:15px;
}

.sz {float: left; padding: 0 0.25%}
.sz-right {float: right;}

.sz-12 {width: 97.9998%;}
.sz-11 {width: 89.83315%;}
.sz-10 {width: 81.6665%;}
.sz-9 {width: 73.49985%;}
.sz-8 {width: 65.3332%;}
.sz-7 {width: 57.16655%;}
.sz-6 {width: 48.9999%;}
.sz-5 {width: 40.83325%;}
.sz-4 {width: 32.6666%;}
.sz-3 {width: 24.49995%;}
.sz-2 {width: 16.3333%;}
.sz-1 {width: 8.16665%;}

.sz-2-4 {width: 20%;}

.mg-2{margin-left:16.3333%;}

.header{
    font-size:38px;
    line-height: 45px;
    text-transform: uppercase;
    color: #285C4D;
    font-weight: 600;
}

.paragraph{
    font-size:18px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
}

.datatool .line{
    height: 90px;
}

.titreTool{
    border-bottom: 0.8px solid #DCE0E0;
    padding-left: 15px;
    padding-top: 10px;
    height: 86px;
}

.titreTool h2{
    font-size:22px;
    line-height: 25px;
    color: #4D4D4D;
    font-weight: 600;
}

.iconTool{
    border-bottom: 5px solid #285C4D;
    padding-top: 30px;
    height: 100%;
}

.footer{
    font-size:12px;
    line-height: 16px;
    color: #333333;
    font-weight: 300;
    bottom: 0px;
    padding-top: 50px;
}

.logo-partenaire img{
    float: right;
    height:50px;
    margin: 30px 0 30px 40px;
}

a{
    text-decoration: none;
    color: #4D4D4D;
    font-weight: 600;
}
