html{

margin-bottom: 10px   
}
body#PP{
height:100%; margin:0;

background: url("images-template/landingPP.jpg");
    background-origin: padding-box;
    background-position: center top 0%;
background-repeat: no-repeat;

font-family: 'Roboto', sans-serif;
    
}
body#GP{
height:100%; margin:0;

background: url("images-template/bg-configurateur.jpg");
    background-origin: padding-box;
    background-position: center top;
background-repeat: repeat;

font-family: 'Roboto', sans-serif;
    
}
    
#contener {
margin: 0 auto;
width:100%;
max-width:1200px;
height:auto;
min-height:100%;
background: #ffffff;
}

#imgindex{
    max-width: 50%;
    height: auto;
}
#imgindextab{
    max-width: 100%;
    height: auto;
    border: 0;
}
.tableimg{
    width: 100%;
    height: auto;
    border: 1px solid #d0d3d4;
    border-spacing: 0;
}
.tableimg td{
   border: 1px solid #d0d3d4;
   border-spacing: 0;
}

.tablefoot{
    width: 90%;
    height: auto;
    border: 0;
    border-spacing: 0;
}
.tablefoot td{
   border: 0;
   border-spacing: 0;
}
.tabledir{
    width: 100%;
    height: auto;
    border: 0px;
    border-spacing: 0;
}
.tabledir td{
    border: 0;
   border-spacing: 0;
}
.tabletxt{
    margin: auto;
    width: 80%;
    height: auto;
    border: 1px solid #d0d3d4;
    border-spacing: 0;
}
.tabletxt tr, td, th{
   min-height: 40px;
   border: 1px solid #d0d3d4;
   border-spacing: 0;
}
tfoot{
  text-align: right;  
  background-color:beige;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 50px;
	display: none;
	color:palevioletred;
	background-color: #3a3f51;
	border: 1px solid #3a3f51;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
}
 
.scrollup:hover {
	color: white;
}

/************************************
TOPBAR
************************************/

/* Header/logo Title */
.header {
  text-align: center;
  color: white;
  position: relative;
}
.centered{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);   
}

/* Increase the font size of the heading */
.header h1 {
  font-size: 3em;
}
.header h2 {
  font-size: 2em;
}


.topnav {
  overflow: hidden;
  background-color: #333;
  max-width:1200px;
  position: fixed;
  
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 17px;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  position: fixed;
  display: none;
  
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/************************************
SECTION
************************************/
.majDiv {
    text-align: left;
    color: blue;
    font-style: italic;
    font-size: 0.9em;
    text-indent: 1em;
    
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 30%;
  padding: 20px;
  font-family: 'roboto', sans-serif;
  font-size: 1.2em;
  text-indent: 1em;  
}
.column h3{
    color:  #808080;
    font-size: 1.2em;
}
.column p{
    padding: 0;
    font-size: 1.2em;
}
.columntab {
  float: left;
  width: 50%;
  padding: 0;
    
}
.columntab h3{
    color:  #808080;
    font-size: 1.2em;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:1200px) {
  .column {
   width: 100%;
  }
 .column.responsive {position: relative;}
  

.columntab {
   width: 100%;
  }
 .columntab.responsive {position: relative;}
  }


.txt01 {
	font-family: 'roboto', sans-serif;
    font-size: 1.2em;
    text-indent: 1em;
}
.txt02 {
	font-family: 'roboto', sans-serif;
    
    text-indent: 1em;
	color: red;
}
.txt03 {
	font-family: 'roboto', sans-serif;
    
    text-indent: 1em;
	color:green;
}

.imgindex{
    max-width: 50%;
    height: auto;
}
.imgindextab{
    max-width: 100%;
    height: auto;
    border: 0;
}


section.content1
{
padding: 140px 0px 10px 0;
}
section.content1 a {
    text-decoration: none;
    color: #0066CC;
}
section.content1 a:hover {
    text-decoration: underline;
}
section.content1 a:visited {
    color: #0066CC;
}
section.content1 p
{
    margin: 10px 10px 0 ;
    padding: 0;
    font-size: 1.2em;
    text-indent: 1em; 
}
section.content1 h4
{
    text-align: center;
    margin: 0;
    padding: 20px;
    font-size: 3em;
}

section.content1 h1
{
    text-align: center;
    margin: 0;
    padding: 20px;
    font-size: 3em;
}
section.content1 h2
{
    text-align: center;
    margin: 0;
    padding: 20px;
    font-size: 2em;
}
section.content1 h3
{
    text-align: center;
    margin: 0;
    padding: 20px;
    font-size: 1.5em;
}

footer {
    font-family: 'roboto', sans-serif;
    font-size: 0.8em;
	width: 100%;
	background: #839EA6;
    
	padding: 10px 0px 10px 0px;;
	
    box-sizing: border-box;
    border-radius: 10px;
}
.div1 {
	color: #fff;
    opacity: 0.6;
    font-size: 1.5em;
	text-decoration: none;
	text-transform: none;
    text-align: center;
}
.div2 {
	color: #fff;
    opacity: 0.6;
    font-size: 1em;
	text-decoration: none;
	text-transform: none;
    text-align: left;
}
footer a {
    font-size: 1em;
	color: #000000;
    opacity: 0.8;
	text-decoration: none;
	text-transform: none; 
}
footer p {
    text-align: left;
	font-size: 0.8em;
    text-indent: 0;
    line-height: 0em;
	color: #fff;
    opacity: 0.8;
	text-transform: none;
}




@media screen and (max-width: 931px) {
.header h1 {
  font-size: 2.5em;
}
.header h2 {
  font-size: 1.5em;
}
section.content1 h1
{
  font-size: 2.5em;
}
section.content1 h2
{
  font-size: 1.em;
}
   
}
@media screen and (max-width: 784px) {
.header h1 {
  font-size: 1.5em;
}
.header h2 {
  font-size: 1em;
}
}


@media screen and (max-width: 1200px) {
    .topnav {min-width: 100%;}
    .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
      float: right;
      display: block;
  }
}

@media screen and (max-width: 1200px) {
  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0px;
    top: 0;
  }
   .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}