nav {
    background-color : rgb(7, 37, 60);
    width : 100%;
    height : 130px;
    position : absolute;
    top : 0px;
    left : 0px;
    font-size : 1.3em;
	font-family : Arial;
}
.Logo {
    height:100px;
    width:100px;
    position: absolute;
    top : 15px;
    left : 70px;
    display : inline;
}

.pHomeBox {
	color:rgb(7, 37, 60);
	font-family: Arial;
	font-weight:bold;
}

.th1 {
    position : relative;
    left : 50%;
    width : 60px;
    top : 45%;
    height : 40px;
    color : white;
}


.th2 {
    position : relative;
    left : 55%;
    width : 60px;
    top : 45%;
    height : 40px;
    color : white;
}
.th3 {
    position : relative;
    left : 60%;
    width : 60px;
    top :45%;
    height : 40px;
    color : white;
}
.th4 {
    position : relative;
    left : 65%;
    width : 60px;
    top :45%;
    height : 40px;
    color : white;
}
.langue {
    position : absolute;
    left : 90%;
    top : 45%;
    color : white;
}


.img2 {
    position:fixed;
    left: 1%; /*36% pour le center et 15% pour le center a droite*/
    margin:190px auto auto auto;
    width:50%;
    z-index:-1;
}
#fen {
    position : absolute;
    background-color:rgb(161,165,179);
    top:210px;
    left : 55%;
    width : 40%;
    height:400px;
    text-align:center;
    color:white;
    opacity:0.8;
    padding:0px 5px 400px 5px;
    margin-bottom:100px;
}


footer {
  text-align: center;
  padding: 20px;
  background: #f0f0f0;
  height:175px;
  background-color :rgb(19,31,65);
  position:absolute;
  bottom:0;
  width : 100%;
  left : 0;
  line-height : 1.5em;
  padding : 5px;
}

footer p {
    text-align:center;
    color:white;
}

#ser1 {
    background-color: steelblue;
    position:absolute;
    top : 140px;
    height : 200px;
    text-align : center;
    color : white;
    font-size : 3em;
    width:100%;
    left : 0;
}
#ser1> p {
    position:relative;
    top:30px;
}
#ser {
    background-color : rgb(93, 101, 126);
    position:absolute;
    top : 340px;
    width:100%;
    left : 0px;
    color : white;
    
}
#ser2>h2 {
    margin : 50px 0px 0 62%;
}
#ser2 > p {
    position:absolute;
    left:59%;
    line-height : 2em;
}
.th5 {
    width:13%;
    display:inline;
    position:absolute;
    left : 32%;
    top : 80px;
}
#ser3 > h2 {
    margin : 370px 0px 0 32%;
}
#ser3>p {
    position:relative;
    left : 30%;
    line-height : 2em;
}
.th6 {
    width:17%;
    display:inline;
    position:absolute;
    left : 62%;
    top : 425px;
}

#ser4 > h2 {
    margin : 150px 0 0 60%;
}
#ser4 > p {
    position:relative;
    left:59%;
    line-height : 2em;
}
.th7 {
    width : 14%;
    height : 18%;
    display : inline;
    position : absolute;
    left : 31%;
    top : 860px;
}

#ser5 > h2 {
    margin : 150px 0 0 -23%;
    text-align : center;
}
#ser5 > p {
    position : relative;
    left : 30%;
    line-height : 2em;
    
}
.th8 {
    width : 15%;
    display : inline;
    position : absolute;
    left : 60%;
}
.nom1 {
    position : absolute;
    left : 30%;
    top : 250px;
    font-size : 2em;
    
}
.att1 {
    position : absolute;
    left : 32%;
    top : 310px;
}
.att1_1 {
    position:absolute;
    left:33%;
    top:350px;
}

.nom2 {
    position : absolute;
    left : 60%;
    top : 250px;
    font-size : 2em;
}
.att2 {
    position : absolute;
    left : 64%;
    top : 310px;
}
.att2_1{
    position:absolute;
    left:64%;
    top:350px;
    
}
.img3 {
    position : absolute;
    left : 30%;
    margin : 15px 0 15px 0;
}
.img4 {
    position : absolute;
    left : 60%;
    margin : 15px 0 15px 0;
}
.img5 {
    position : absolute;
    top : 130px;
    width : 50%;
    float : left;
    height:1100px;
    opacity : 0.7;
    z-index : -2;
    left : 0;
}
.ind {
    position : absolute;
    
    top : 100px;
	left: 50px;
	font-weight:bold;
	text-align:center;
    color : rgb(7, 37, 60);
    font-size : 5em;

	
}
p {
    font-family : Arial;
}

.form {
    color : white;
    background-color : transparent;
    border :none;
    outline:none;
    border-bottom : white 1px solid;
    display : inline-block;
    margin : 25px;
    font-size : 1.3em;
}
.champ{
    position : absolute;
    top : 950px;
    right : 20px;
    font-size : 0.8em;
}
a {
    color : white;
    text-decoration : none;
}
a:hover{
    font-weight : bold;
}

