   .stitre {
	   font-size: 14px;
   }
   a:hover {
	   color: rgb(46, 117, 202);
   }
   a {
	   color: rgb(46, 117, 182);
   }
   .textpres {
	  font-size: 20px;
  }
  #equipe1 {
	background-color: rgb(46, 117, 202);
  }
  #equipe2 {
	background-color: rgb(46, 117, 202);
  }
  #equipe3 {
	background-color: rgb(46, 117, 202);
  }
  #equipe4 {
	background-color: rgb(46, 117, 202);
  }
  .inputbox {
	background-color: #FFE48D; /* Orange */
  }
  body {
      font: 20px Montserrat, sans-serif;
      line-height: 1.8;
      color: #FFFFFF;
  }
  p {font-size: 16px;}
  footer {
      background-color: rgb(251, 225, 117);
  }
  .margin {margin-bottom: 30px;}
  .bg-1 { 
      background: linear-gradient(180deg,rgb(46, 117, 182) 60%,white);
      background-color: rgb(46, 117, 182); /* Orange */
      color: #ffffff;
  }
  .bg-2 { 
      background-color: rgb(251, 225, 117); /* Jaune */
      color: #ffffff;
  }
  .bg-3 { 
	  font-size: 20px;
      color: #555555;
      margin-top: 5%;
  }
  .bg-4 { 
      background-color: #ff8000; /* Black Gray */
      color: #fff;
  }
  .container-fluid {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .titre { 
      background-color: rgb(46, 117, 202);/*#FFE48D; /* Orange */
      color: #ffffff;
  }
  .entete { 
		font-size: 26px;
		color: rgb(46, 117, 182);/* Orange */
  }
  .entete2 { 
		font-size: 22px;
		color: rgb(46, 117, 182);/* Orange */
  }
  .navbar {
      padding-top: 15px;
      padding-bottom: 15px;
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      font-size: 12px;
      letter-spacing: 5px;
  }
  .navbar-nav  li a:hover {
     color: rgb(46, 117, 202) !important;
  }
  .panel .panel-default .panel-heading {
    background: rgb(46, 117, 202); 
	border-color: rgb(46, 117, 202);
  }
  .ul {
    text-left;
  }