@charset "ISO-8859-1";

@font-face {
font-family: "Inter";
src: url("fonts/inter/Inter-Regular.eot");
src: url("fonts/inter/Inter-Regular.woff") format("woff"),
url("fonts/inter/Inter-Regular.ttf") format("truetype"),
url("fonts/inter/Inter-Regular.svg#filename") format("svg");
}

@font-face {
font-family: "Roboto";
src: url("fonts/roboto/Roboto-Regular.eot");
src: url("fonts/roboto/Roboto-Regular.woff") format("woff"),
url("fonts/roboto/Roboto-Regular.ttf") format("truetype"),
url("fonts/roboto/Roboto-Regular.svg#filename") format("svg");
}

.content {
	/*
    float: left;
    padding: 1.875em;
    */
    width: 100%;
}

.title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 54px;
	line-height: 100%;
	letter-spacing: 0.15px;
	color: #004F9F;
}

.sub-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.15px;
	color: #004F9F;
}

.roi-title {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 60px;
	line-height: 70.31px;
	letter-spacing: 0.15px;
	color: #004F9F;
}

.roi-subtitle {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 60px;
	line-height: 70.31px;
	letter-spacing: 0.15px;
	color: #004F9F;
}

.roi-cost {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 95px;
	line-height: 95px;	
	color: #004F9F;
}

.content-title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #004F9F;
}

h1 {
	margin: 0;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0.15px;
	color: #004F9F; 
}

h2,
h3,
h4,
h6 {
  margin: 0;
  color: #004F9F; 
}

p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #75787B;
}

.text-select {
	float: left;
	font-style: normal;
	font-size: 15px;
	color: #000000;
	padding-top: 10px;
}

.text-legend {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
	color: #212529;
}

.numbers {
	font-family: 'Roboto';
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	color: #004F9F;
  }
  
.units {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 48px;
	color: #004F9F;
}

.numbers-red {
	font-style: normal;
	font-size: 32px;
	line-height: 48px;
	color: #FF4C4D;
  }
  
.units-red {
	font-style: normal;
	font-size: 22px;
	line-height: 48px;
	color: #FF4C4D;
}

.padding-zwl {
    padding-top: 12px;
}

.col-md.first-group {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #004F9F;
	/*
	background: #e1eafd;
	*/
	padding-top: 15px;
	padding-bottom: 15px;
}

.col-md.second-group {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	/*
	background: #F7F9FD;
	*/
	padding-top: 15px;
	padding-bottom: 15px;
}

.col-md.field {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #495057;
	padding-top: 15px;
	padding-bottom: 15px;
}

.text-perso a {
	font-style: normal;
	font-size: 18px;
	color: #1976D2;
}

.tab-space {
	tab-size: 5;
}


  .help {
  position:absolute;
  right:-5px;
  top:8px;
}
.inline {
   display:table;
   font-weight:bold;
   width:100%;
 }
.sname2, .tail2 {
    vertical-align:top;
}
.sname {
    display:inline;
}
.sname1, .sname2 {
    width:150px;
    font-weight:bold;
    display:table-cell;
    
}
.padding-md {
    padding: 15px;
}
.inline > .form-control {
    width:100%;
    display:table-cell;
}
.tail1, .tail2 {
    padding-left:10px;
    width: 30px;
    display:table-cell;
}

.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}

.lightblue {
	background: #EFF3FA;
	border: 1px solid;
    border-color: #C8D7EE;
}

.lightgray {
	padding-top:15px;
	padding-bottom:15px;
	background: #FAFAFA;
	border: 1px solid;
    border-color: #CCCCCC;
}

.mt-5 {
	    margin-top: 1rem!important;
}

.mt-5.chart {
	    margin-top: 3rem!important;
}

.modal-md {
	max-height: 500px;
	max-width: 520px;
}

.modal-header {
	display: flex;
}

.modal-title-vr {
	margin: 0;
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
    color: #000000;
}

.close {
	float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}