/*Basic Css*/
*{
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  min-height: 600px;
}

h1{
  font-size: 36px;
  font-weight: bold;
  color: #555;
}

h2{
  font-size: 25px;
  font-weight: bold;
  color: #555;
}

h3{
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.yellow-bg{
  background-color: #f1c40f;
}
.orange-bg{
  background-color: #e67e22;
}
.green-bg{
  background-color: #2ecc71;
}
.black-bg{
  background-color: #2c3e50;
}

.table-hover > tbody > tr:hover {
  background-color: none;
}

.yellow-bg, .orange-bg, .green-bg, .black-bg{
  color: #fff;
}

a.btn {
  color: #fff !important;
}

table .fa-check-square {
  color: green;
}

.header-top {
  background: #080808;
  overflow: hidden;
  padding: 20px 0;
  color: #fff;
}

.header-top .col-md-5{
  text-align: center;
  font-style: italic;
}

.header-top h2 {
  color: #fff;
  line-height: 45px;
}

.banner img {
  height: 330px;
  width: 100%;
}

ul.menu {
  border-bottom: 2px solid #d0d0d0;
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 10px 0;
}

ul.menu li{
  display: inline-block;
}
ul.menu li a {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
ul.menu li a {
  color: #555f61;
  display: block;
  font-size: 16px;
  padding: 10px 19px;
  text-decoration: none;
}

ul.menu li a:hover{
  color: #d35400;
}

.instruction p {
  line-height: 20px;
  text-align: justify;
}

.price-rate{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #fff;
}

.allstudents img {
  height: 25px;
  width: auto;
}

.contentform select > option {
  padding: 3px 0 3px 10px;
}

.nonIndividualName{
  display: none;
}

/*admin-panel Style*/
.admin-panel a {
    font-size: 20px;
    height: 56px;
    line-height: 40px;
    width: 200px;
    color: #fff;
}
.admin-panel a i {
    color: #fff;
}
.admin-panel {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
#bouton-contact{
  width: 81%;
  margin-top: 0;
}
/*Footer Style*/
footer {
  background-color: #24292e;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

/*login form start*/
.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
	padding: 1px 15px;
	color: #A0A0A0;
}

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/*login form End*/


/*Information Form Style*/
.information-form-header{
  text-align: center;
}
.icon-case i{
  font-size: 20px;
}
.info p {
  text-align:center;
  color: #999;
  text-transform:none;
  font-weight:600;
  font-size:15px;
  margin-top:2px
}

.info i {
  color:#F6AA93;
}
form h1 {
  font-size: 18px;
  background: #F6AA93 none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 22px 25px;
  border-radius: 5px 5px 0px 0px;
  margin: auto;
  text-shadow: none;
  text-align:left
}

form.information-form {
  background-color: #ffffff;
  border-radius: 5px;
  margin: 30px auto;
  max-width: 700px;
  overflow: hidden;
  width: 100%;
}

.signupinfo {
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
}

.signuptype {
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 23px;
  line-height: 65px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.signuptype > select#paymenttype {
  float: none;
}
#paymenttype > option {
  padding-left: 10px;
}
p span {
  color: #F00;
}

p {
  margin: 0px;
  font-weight: 500;
  line-height: 2;
}

h1 {
  text-align:center;
  color: #666;
  text-shadow: 1px 1px 0px #FFF;
  margin:30px 0px 0px 0px;
}

.information-form input, select {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  width: 75%;
  height: 40px;
  float: left;
  padding: 0px 15px;
}

select {
  width: 224px;
}

a {
  text-decoration:inherit
}

textarea {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #EEE;
  margin: 0;
  width: 75%;
  height: 130px;
  float: left;
  padding: 0px 15px;
}

.form-group {
  overflow: hidden;
  clear: both;
}

.icon-case {
  width: 35px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  background:#eeeeee;
  height:40px;
  position: relative;
  text-align: center;
  line-height:40px;
}

i {
  color:#555;
}

.contentform {
  padding: 40px 30px;
}

.bouton-contact{
  background-color: #81BDA4;
  color: #FFF;
  text-align: center;
  width: 100%;
  border:0;
  padding: 17px 25px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  font-size: 18px;
}

.leftcontact {
  width:49.5%;
  float:left;
  border-right: 1px dotted #CCC;
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
}

.rightcontact {
  width:49.5%;
  float:right;
  box-sizing: border-box;
  padding: 0px 0px 0px 15px;
}

.validation {
  display:none;
  margin: 0 0 10px;
  font-weight:400;
  font-size:13px;
  color: #DE5959;
}

#sendmessage {
  border:1px solid #fff;
  display:none;
  text-align:center;
  margin:10px 0;
  font-weight:600;
  margin-bottom:30px;
  background-color: #EBF6E0;
  color: #5F9025;
  border: 1px solid #B3DC82;
  padding: 13px 40px 13px 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#sendmessage.show,.show  {
  display:block;
}

.contentform p{
  font-weight: bold;
}
/*End Information form style*/

/*Contact form Start*/
.contact-us .h2-style, .contact-us h2 {
  border-bottom: 1px solid #e8e8e8;
  color: #333745;
  font-family: Oswald,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75em;
  margin: 0 0 30px;
  padding: 0 0 2px;
  text-transform: uppercase;
}
.address-block {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.contact-us h3 {
  color: #333745;
  font-family: Raleway,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}
ul.simple-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.text-wrapper {
  margin-bottom: 50px;
}
form.white {
  margin-bottom: 50px;
}
label {
  color: #333745;
  font-size: 14px;
  font-weight: inherit;
}
form.white .form-control {
  background-color: #fff;
  border-color: #e8e8e8;
  color: #333745;
  font-weight: 300;
  margin-bottom: 12px;
}
.contact-us .form-control {
  background-color: #f7f7f7;
  border-radius: 0;
  box-shadow: none !important;
  color: #333745;
  margin-bottom: 25px;
}
form.white .btn {
  margin-bottom: 5px;
}
.btn-lg, .btn-primary-lg, button.action-lg {
  border-width: 1px;
  font-size: 16.5px;
  height: auto;
  padding: 4px 25px 3px;
}
.contact-us .btn, .contact-us .btn-primary, .contact-us .btn-primary.focus, .contact-us .btn-primary:active, .btn-primary:focus, .btn.focus, .btn:active, .btn:focus, button.action, button.action.focus, button.action:active, button.action:focus {
  background-color: #f82e56;
  border-color: #f82e56;
  color: #fff;
}
.contact-us .btn, .contact-us .btn-primary, button.action {
  border: 1px solid #f82e56;
  border-radius: 0;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 41px;
  line-height: 41px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.3, 1, 0.3, 1) 0s;
}
ul.simple-list i.fa {
  color: #f82e56;
  display: inline-block;
  font-size: 13px;
  margin: 0 10px 0 0;
  vertical-align: inherit;
}
ul.simple-list li a {
  color: #f82e56;
}
ul.simple-list i.fa {
  color: #f82e56;
  display: inline-block;
  font-size: 13px;
  margin: 0 10px 0 0;
  vertical-align: inherit;
}
.input-lg {
  height: 50px;
  padding: 10px 30px;
}
.required, .required-text {
  color: #f82e56;
}
#contactFormError, #contactFormSuccess {
  display: none;
  font-weight: 600;
}
.statusSign img, .statusSign i {
  display: none;
}
.statusSign i {
  color: #5cb85c;
  font-size: 31px;
}
.input-lg {
  font-weight: normal;
  height: 53px;
}
/*Contact form End*/
