
body {
    background-color: #f7f7f7;
    color:#7b7a7a;
}

ul {padding: 0;}

form .form-group input {
  background-color: #ffffff;
  border-radius: 0;
  border:1px solid rgba(0, 0, 0, 0.2);
}

form .form-group {
  width: 80%;
  margin: 1em auto;
}
form .form-group input:focus {
  background-color: #E8E8E8;
}

header {
    text-align: center;
    padding-top: 50px;
}

hr.head_hr {
    border: 0;
    height: 0;
    width: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header .business-header {
    min-height: 600px;
    background: transparent;
    color:#7b7a7a;
}
header #bs-example-navbar-collapse-1 {
    text-align: center;
}

header .navbar-nav, .navbar-nav a{
    display: inline-block;
    float: none;
    color:#7b7a7a;
    cursor: pointer;
}
header .txt_intro {
    padding-bottom: 50px;
}

header h2 {
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
}

header .btn-default{
    border-radius: inherit;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #7b7a7a;
    text-transform: uppercase;
    margin-top: 50px;
    background: none;
}


/**/

#container_recruteur, #cont_candidat {
    width: 100%;
    position: relative;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}
#container_recruteur  .btn-default, #cont_candidat .btn-default{
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
    background: none;
}
#btn_c {
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 25px;
    z-index: 10;
}
#btn_r {
    position: absolute;
    left: 1em;
    top: 1em;
    font-size: 25px;
    z-index: 10;
}
#btn_c div, #btn_r div  {
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    color: #eec84a;
    display: inline-block;
    line-height: 50px;
}
#btn_r div {
  color: #e84546;
}
#move_element {
    position: absolute;
    right: -5%;
    bottom: 0;
    height: 100%;
    width: 8%;
    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    transform: skew(-5deg);
}
#container_recruteur h2, #cont_candidat h2 {
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
}
#container_recruteur img, #cont_candidat img {
    padding-bottom: 25px;
}

#container_recruteur .cont_candidat, #cont_candidat .cont_candidat {
display: none;
}

#form_head, #choix_head {
  height: 410px;
}
#form_head {
  display: none;
}
#form_head p {
  color: #ffffff;
}
#form_head h2 {
  margin: 0;
}
#form_head .red_bg {
  padding-top: 5px;
  padding-bottom: 5px;
}
/**/

/*Default*/
.btn-default, #btn_recruteur, #btn_candidat, #btn_c div , #btn_r div,#title_form {
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
  cursor: pointer;
}

.btn-default:hover, #btn_recruteur:hover, #btn_candidat:hover, #btn_c div:hover , #btn_r div:hover,#title_form:hover {
  transform: scale(1.05);
}

#container_default h2 {
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    display: inline-block;
    color: #7b7a7a;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: none;
}

#container_default .col-sm-4, #container_default .col-sm-4 p, #container_default .col-sm-4 h2 {
    z-index: 1;
    position: relative;
}
#container_default .content_round {
  padding-top: 70px;
  padding-left: 7%;
}
#container_default .round_element img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 90%;
}

#container_default .round_element h4 {
  text-transform: uppercase;
}

#container_default .round_element div {
  text-align: center;
  width: 80%;
  margin: 20% auto;
}

/*ELEMENTS*/
.border_right {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.red_bg {
    background-color: #e84546;
}

.yellow_bg {
    background-color: #eec84a;
}

.align_center {
    text-align: center;
}

#btn_form {
  background-color: #e84546;
  text-transform: none;
  color: #ffffff;
  width: 80%;
  margin:0;
  margin-bottom: 0px;
}
#logo_head, #logo_head_2 {
  width:100px;
  height:148px;
  display: inline-block;
  background-image: url('../img/logo-head-bg.png');
  background-repeat: no-repeat;
  background-position: left;
}
#logo_fb{
  width:42px;
  height:43px;
  display: inline-block;
  background-image: url('../img/logo_fb.png');
  background-repeat: no-repeat;
  background-position: left;
}
.color_switch {
  color:#e84546;
}

header .fixed_menu .navbar-collapse{
  padding-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* Customize the text color and shadow color and to optimize text legibility. */

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}


footer .fa-facebook-square {
  font-size: 40px;
}
footer li {
  list-style: none;
  display: inline-block;
  color:#7b7a7a;
}
footer li a {
  color:#adadad;
  padding-right: 5px;
}


.navbar-toggle .icon-bar { background-color: #adadad; }
.navbar-toggle { float: none; margin-right: 0; background-color: rgb(228, 228, 228); }


@media (max-width: 1200px) {

  .content_round p {
    margin: 0;
    line-height: 15px;
  }
}
@media (max-width: 992px) {

  .content_round, .content_round a , .round_element strong, .round_element b{
    font-size: 0.7em;
    line-height: 12px;
  }
  .content_round, .content_round p{
    line-height: 13px;
  }
  #container_default .round_element {
    max-width: 250px;
  }
  #container_default .round_element div{
    min-height: 170px;
    max-width: 250px;
  }

  #container_default .content_round {
    padding-left: 0;
  }

header .btn-default {
    margin-top: 15px;
  }

}
@media (max-width: 560px) {

  #container_default .round_element div{
    min-height: 120px;
  }

  #container_default .round_element {
    max-width: 200px;
  }
  .content_round, .content_round a {
    font-size: 0.7em;
  }
  .content_round h4 {
    font-size: 1.5em;
    margin: 5% 0;
    line-height: 10px;
  }
  .content_round b, .content_round strong {
    font-size: 0.6em;
  }

  #btn_c, #btn_r{
    font-size: 17px;
  }
  #btn_c div, #btn_r div {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #move_element {
    right: -10%;
  }

  #container_default .round_element img{
    width: 85%;
  }

}

@media (max-width: 350px) {
  #container_default .round_element div{
    min-height: 90px;
  }

  .content_round p {
    line-height: 10px;
  }
  ul li { font-size: 0.8em; }
  header .btn-default { margin-top: 0; }
  footer .ctc_fb {
    font-size: 10px;
  }

}
