
html{
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  scrollbar-color: #9f9f9f #f0f0f0;

 }
 body a {text-decoration: none;
  color:#4d96ac;}

/* This class is added on scroll */
.fixed {
	position: fixed;
	top: 0;
	height: 50px;
	z-index: 1;
}


/* Navigation Settings */
nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #f0f0f0;
  display: table;
  font-family: 'Roboto', sans-serif;

}
nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 20px;
}

nav li {
	display: inline-block;
	padding: 15px 10px;
}

nav li a {
	color: #757575;
	text-transform: uppercase;
  text-decoration: none;
}

.nav1 {
	top: 0;
	z-index: 1;
}
body {

  margin: 0;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
 }

 table {
   margin-left: auto;
   margin-right: auto;
   width:80%;
   text-align: center;
   /*border-collapse:collapse;*/
   font-family: 'Dosis', sans-serif;
   overflow-x: auto;
   display: flex;
 }
 tbody {
   margin-left: auto;
   margin-right: auto;
 }
 tbody tr td:first-child{
   font-size: 90%;
   background-color: unset;
 }
 tbody tr:first-child:td:last-child  {
   background-color: #49014fdb;
   color:white;
 }
 td,th{
   padding: 5px;
   width:35px;
 }
 tbody tr:first-child{
   font-size: 15px;
   background-color: unset;
 }

 tr:nth-child(2n) {
   background-color: #ffebe3;
 }
 tr:nth-child(2n+1) {
   background-color: #f9f9f9;
 }
 .page {
   background: #ffd3c1;
 }
 section h2 {
   margin-top: 0px;
   position: relative;
   font-size: 30px;
   color: #e1e1e1;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   text-transform: full-width capitalize;
 }
 section h3{
   color: #ff8d5f;
 }
 #prix {
   font-size: 30px;
   color: #36757b;
   font-weight: bold;
 }
 #prix span {
   font-size: 1.5vw;
   font-variant-position: super;
 }
 /* Screens Settings */
#screen1 {
  background: #ffd3c1;
  position: relative;
  display: flex;
  /*display: table-cell;*/
  height: 100vh;
  font-family: 'Sen', sans-serif;
}
#T_tab {
  text-align: center;
}

.bloc {
  background: #fff;
  font-size: 15px;
  text-align: center;
}
#s_bloc {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}


#contact {

  font-size: 15px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}
#pg_cont{
  background-color: #ffd3c1;
}

#pg_cont section {
  padding-top: 50px;
  height: 100vh
}
 /*body :nth-child(n) {
  position:relative;
  top:-50%;
}*/

#s_services {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
}

#s_services article {
  width: 230px;
  height: 350px;
  font-size: 15px;
  margin: 15px 15px 15px 0;
}

#s_services img {
  height: 50px;
}

#t_services {
  background-image: url('../images/services_developpeur.jpg');
}
.title {
  background-color: #403b3b;
  height: 180px;
  margin-bottom: 50px;
}


header p{
  margin-top: -20px;
}

#f_bloc {
  padding-top: 25px;
  width:80%;
  margin-left: auto;
  margin-right: auto;
}

.itm {
  display : inline-block;
}

.itm a, .itm img {
  height: 30px;
  margin: 5px;
}
.itm img:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 .itm_2 {
   display : inline-block;
 }

 .itm_2 img {
   height: 70px;
   margin: 5px;
 }

label
{
    display: inline-block;
    float: left;
    white-space: nowrap;
}

input[type=text], textarea, select {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

footer {

  /*position: absolute;*/
  text-align:center;
  position: relative;
  height: 200px;
  margin-top: 30px;
  background-color: #403b3b;
  color:#fff;

}

footer a {
  text-decoration: none;
  color : #ff8d5f;
}


.main {
  width: 100%;
  margin: auto;
  text-align: center;
  animation-duration: 5s;
}

input[type=button] {
  width: 150px;
  height: 30px;
  background-color: #36757b;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 200;
  border: unset;
  color: #fff;
}
input[type=button]:hover {

  background-color: #5b8193;
}

.fa-check {
  color: #36757b;
}
.fa-times {
  color: #5c5656;
}

#forfaits{
			position: relative;
			margin: 0 auto;
			height: 382px;
			width: 600px;
		/*	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
			-moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
			box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);
			border-radius: 18px;*/
			padding: 0 50px;
      display: flex;
		}

		p.title{
			color:#fff;
			font-size: 24px;
			padding-top: 20px;
			text-align: center;
			padding-bottom: 20px;
		}
		p.title small{
			font-size: 12px;
			font-weight: 300;
			display: block;
			font-family: 'Source Sans Pro', sans-serif;
		}

		.forfait{
      background: rgb(255, 141, 95);
background: -moz-linear-gradient(-45deg, rgb(255, 141, 95) 0%, rgb(240, 240, 240) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(46,120,173,1)), color-stop(100%, rgba(22,178,100,1)));
background: -webkit-linear-gradient(-45deg, rgb(255, 141, 95) 0%, rgb(240, 240, 240) 100%);
background: -o-linear-gradient(-45deg, rgb(255, 141, 95) 0%, rgb(240, 240, 240) 100%);
background: -ms-linear-gradient(-45deg, rgb(255, 141, 95) 0%, rgb(240, 240, 240) 100%);
background: linear-gradient(135deg, rgb(255, 141, 95) 0%, rgb(240, 240, 240) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e78ad', endColorstr='#16b264', GradientType=1 );
			border-radius: 10px;
			width: 200px;
			height: 360px;
			-webkit-box-shadow: 0px 0px 68px -12px rgba(0,0,0,0.40);
			-moz-box-shadow: 0px 0px 68px -12px rgba(0,0,0,0.40);
			box-shadow: 0px 0px 68px -12px rgba(0,0,0,0.40);
      padding-top: 10px;
      margin: 0 auto;
		}
		.large{
			position: relative;
			width: 250px !important;
			height: 360px;
			z-index: 99;
			margin-top: -20px;
		}

		.forfait .price{
			font-size: 20px;
			z-index: 1;
			font-weight: bold;
			font-family: 'Source Sans Pro', sans-serif;
      color: #4d96ac;
		}

		.forfait .price small{
			font-size: 25px !important;
			font-weight: normal;
		}

		.heading {
			color:#403b3b;
			font-size: 18px;
			text-align: center;
			z-index: 9;
			margin: 10px;
		}

		hr{
			width: 30px;
			border-top: 1px solid #fff;
		}

		.forfait p{
			font-family: 'Source Sans Pro', sans-serif;
			font-size: 12px;
			text-align: center;
      margin: 0;
      font-weight: bold;
      color: #4d96ac;
		}

		.forfait ul{
			margin-bottom: 30px;
		}

		.large ul{
			margin-top: 30px;
			margin-bottom: 50px;
		}

		.forfait ul li{
      list-style-type: none;
      color: #131313;
      opacity: 0.7;
      text-align: center;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 11px;
      border-bottom: 1px solid #0d0d0d;
      padding: 4px;
		}
		.forfait ul li:last-child{
			border-bottom: none;
		}

		.large ul li{
			list-style-type: none;
			color: #ffeef4;
			opacity: 0.7;
			text-align: center;
			font-family: 'Source Sans Pro', sans-serif;
			font-size: 12px;
			border-bottom: 1px solid #99d7bf;
			padding: 7px;
			width: 150px;
		}

		.forfait .sell{
      font-size: 12px;
      border: none;
      text-align: center;
      padding: 10px 20px;
      border-radius: 30px;
      background: #403b3b;
      cursor: pointer;
      color: #fff;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 600;
      z-index: 10;
      position: relative;
      -webkit-box-shadow: 0px 20px 74px -19px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 20px 74px -19px rgba(0,0,0,0.75);
      box-shadow: 0px 20px 74px -19px rgba(0,0,0,0.75);
