
body {
  background: #f7f7f7;
  font-family: 'Cabin', sans-serif;
  color: #000;
  min-width: 320px;
 /*  padding-bottom: 85px; */
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    body {
      /* padding-bottom: 30px */; } }

sup {
  top: -.6em;
  font-size: 60%; }

p {
  font-size: 14px;
  text-align: left;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 12px;
      line-height: 20px; } }
  p a {
    color: #f6b130;
    text-transform: none; }
    p a:hover {
      color: #f6b130; }
    p a b {
      font-family: 'Cabin', sans-serif; }
  p b {
    font-weight: bold; }
  p strong {
    font-weight: 900; }

h1 {
  font-family: 'Cabin', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 28px; } }
  h1 span {
    font-size: 30px;
    font-weight: normal;
    display: block;
    margin-top: 12px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      h1 span {
        font-size: 16px;
        line-height: 1.2; } }

h2 {
  font-family: 'Cabin', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 24px; } }
  h2 span {
    font-size: 30px;
    font-weight: normal;
    display: block;
    margin-top: 12px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      h2 span {
        font-size: 16px;
        line-height: 1.2; } }

h3 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 20px; } }

.btn {
  border: 2px solid #fff;
  padding: 16px 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .btn {
      font-size: 14px; } }
  .btn.btn-secondary {
    border-color: #000;
    color: #000; }
    .btn.btn-secondary:hover {
      background: #000;
      color: #fff; }
  .btn:hover {
    background: #fff;
    color: #f6b130; }

.colored {
  color: #f6b130; }

.border-left {
  border-left: 3px solid #878787; }

.border-bottom {
  border-bottom: 3px solid #878787; }

.display-flex {
  display: flex; }

.padding-bottom {
  padding-bottom: 0 !important; }

.push {
  padding: 0 40px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .push {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .push {
      margin-bottom: 20px; } }
  .push .title {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .push .title {
        font-size: 40px; } }
    .push .title span {
      font-size: 36px;
      display: inline-block; }
  .push .image-wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
  .push p.big {
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .push p.big {
        font-size: 20px; } }
  .push small {
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: 40px; }

.group-push {
  padding-top: 30px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .group-push {
      margin-bottom: 30px; } }

.bloc {
  background: #eee;
  padding: 40px 16px 45px;
  margin-bottom: 60px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .bloc {
      margin-bottom: 20px; } }
  .bloc.bloc-black {
    background: #000; }
    .bloc.bloc-black h3 {
      color: #f6b130; }
      .bloc.bloc-black h3:after {
        background: #f6b130; }
    .bloc.bloc-black p {
      color: #fff; }
    .bloc.bloc-black .inner ul li {
      color: #fff; }
  .bloc .stick {
    position: absolute;
    top: 0;
    left: 0;
    background: #f6b130;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding: 6px 16px; }
  .bloc h3 {
    font-family: 'Cabin', sans-serif;
    font-size: 34px;
    font-weight: 900;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .bloc h3 {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      .bloc h3 {
        font-size: 24px; } }
    .bloc h3:after {
      content: "";
      background: #000;
      height: 2px;
      width: 120px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -60px; }
  .bloc .mention {
    margin-bottom: 20px; }
  .bloc p {
    color: #000; }
    .bloc p .big {
      font-family: "Gotham Black", arial, sans-serif;
      font-size: 60px;
      display: block; }
    .bloc p sup {
      color: #F39200; }
  .bloc .inner + .inner {
    margin-top: 50px; }
  .bloc .inner h4 {
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    color: #f6b130;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .bloc .inner h4 {
        font-size: 15px; } }
  .bloc .inner ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .bloc .inner ul li {
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: bold; }
      .bloc .inner ul li b {
        font-weight: 900; }

#header {
  background: #fff;
  padding: 28px 0;
  z-index: 10 !important;
  -moz-box-shadow: 0 0 4px #eee;
  -webkit-box-shadow: 0 0 4px #eee;
  box-shadow: 0 0 4px #eee;
  position: relative; }
  @media screen and (max-width: 767px) {
    #header {
      padding: 10px 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #header .container {
      width: 100%; } }
  #header #logo {
    float: left; }
  #header .navbar-toggle .icon-bar {
    background: #b8b8b8; }
  #header #menu {
    float: right;
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      #header #menu {
        position: absolute;
        top: 62px;
        background: #fff;
        border-top: 1px solid #eee;
        width: 100%; } }
    #header #menu ul {
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        #header #menu ul {
          margin-bottom: 20px;
          padding-top: 20px; } }
      #header #menu ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px; }
        #header #menu ul li:last-child {
          margin-right: 0; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          #header #menu ul li {
            margin: 0 8px; } }
        @media screen and (max-width: 767px) {
          #header #menu ul li {
            display: block;
            margin-bottom: 8px; } }
        #header #menu ul li a {
          font-family: 'Cabin', sans-serif;
          font-size: 14px;
          line-height: 20px;
          font-weight: bold;
          color: #b2b2b2;
          text-transform: uppercase;
          letter-spacing: 0.5px; }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            #header #menu ul li a {
              font-size: 12px; } }
          #header #menu ul li a.active {
            color: #f6b130; }
          #header #menu ul li a:hover {
            color: #f6b130; }
          #header #menu ul li a:hover, #header #menu ul li a:focus {
            text-decoration: none; }

.section {
  background: #fff;
  padding: 50px 0 50px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .section {
      padding: 60px 45px; } }
  @media screen and (max-width: 767px) {
    .section {
      padding: 40px 0 35px; } }
  .section#notre-offre {
    background: url("../img/banner.png") 0 0 no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 130px; }
    @media screen and (max-width: 767px) {
      .section#notre-offre {
        padding-top: 50px; } }
    .section#notre-offre .section-header {
      margin-bottom: 95px; }
      @media screen and (max-width: 767px) {
        .section#notre-offre .section-header {
          margin-bottom: 40px; } }
      .section#notre-offre .section-header h1 span {
        margin-top: 20px; }
    .section#notre-offre .section-content p {
      font-size: 16px;
/*       font-weight: bold; */
      margin-bottom: 60px;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .section#notre-offre .section-content p {
          font-size: 15px;
          line-height: 1.2;
          margin-bottom: 25px; } }
  .section#nos-offres {
    background: url("../img/banner2.png") 0 bottom no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  .section#nos-opportunites .section-content p {
    padding: 0 35px; }
    @media screen and (max-width: 767px) {
      .section#nos-opportunites .section-content p {
        padding: 0 20px; } }
  .section#detail-offres .section-header {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .section#detail-offres .section-header {
        margin-bottom: 60px; } }
  .section.section-bg .section-header:after {
    background: #fff; }
  .section.section-bg .section-header h1, .section.section-bg .section-header h2 {
    color: #fff; }
  .section.section-bg .section-content > p {
    color: #fff; }
  .section.section-colored.bg-gray {
    background: #EFF1F4; }
  .section.section-colored.bg-yellow {
    background: #f6b130; }
  .section.section-colored .section-header:after {
    background: #000; }

.section-header {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .section-header {
      padding-bottom: 15px;
      margin-bottom: 25px; } }
  .section-header:after {
    content: "";
    background: #f6b130;
    height: 2px;
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px; }

.section-content .media {
  max-width: 85%; }
  @media screen and (max-width: 767px) {
    .section-content .media {
      max-width: 100%; } }
  .section-content .media .media-left {
    padding-right: 60px; }
    @media screen and (max-width: 767px) {
      .section-content .media .media-left {
        display: block;
        text-align: center;
        padding-right: 0; } }
  .section-content .media .media-body {
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .section-content .media .media-body {
        display: block;
        text-align: center; } }
    .section-content .media .media-body p {
      text-align: left;
      margin-bottom: 45px;
      letter-spacing: 0.5px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .section-content .media .media-body p {
          margin-bottom: 25px; } }
      @media screen and (max-width: 767px) {
        .section-content .media .media-body p {
          margin-bottom: 20px;
          text-align: center; } }
.section-content .tabpanel .nav.nav-tabs {
  float: left;
  text-align: center;
  width: 280px;
  margin-right: 50px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .section-content .tabpanel .nav.nav-tabs {
      width: 240px;
      margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    .section-content .tabpanel .nav.nav-tabs {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 30px; } }
  .section-content .tabpanel .nav.nav-tabs li {
    display: block;
    float: none;
    border-top: 2px solid #898989;
    position: relative; }
    .section-content .tabpanel .nav.nav-tabs li:after {
      left: 90%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-left-color: #000;
      border-width: 10px;
      margin-top: -10px;
      display: none; }
      @media screen and (max-width: 767px) {
        .section-content .tabpanel .nav.nav-tabs li:after {
          top: 75%;
          left: 50%;
          border-color: transparent;
          border-top-color: #000;
          margin-top: 0;
          margin-left: -10px; } }
    .section-content .tabpanel .nav.nav-tabs li:hover .stick {
      display: block; }
    .section-content .tabpanel .nav.nav-tabs li.active a {
      background: #000;
      color: #f6b130; }
    .section-content .tabpanel .nav.nav-tabs li.active:after {
      border-left-color: #fff;
      display: block; }
      @media screen and (max-width: 767px) {
        .section-content .tabpanel .nav.nav-tabs li.active:after {
          border-color: transparent !important;
          border-top-color: #fff !important; } }
    .section-content .tabpanel .nav.nav-tabs li.active .stick {
      display: block; }
    .section-content .tabpanel .nav.nav-tabs li a {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 28px 0;
      color: #000;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      border: 0;
      margin: 0; }
      .section-content .tabpanel .nav.nav-tabs li a:hover {
        background: #000;
        color: #f6b130; }
    .section-content .tabpanel .nav.nav-tabs li .stick {
      position: absolute;
      top: 0;
      left: 0;
      background: #f6b130;
      color: #fff;
      font-size: 9px;
      font-weight: 900;
      text-transform: uppercase;
      padding: 3px 8px;
      z-index: 1;
      display: none; }
.section-content .tabpanel .tab-content {
  overflow: hidden; }
.section-content .tabpanel .specs {
  overflow: hidden;
  display: flex;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .section-content .tabpanel .specs {
      display: block; } }
  .section-content .tabpanel .specs .ref {
    background: #f6b130;
    width: calc(28% - 8px);
    margin-right: 8px;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .section-content .tabpanel .specs .ref {
        width: 100%;
        margin-right: 0;
        padding: 10px 0; } }
    .section-content .tabpanel .specs .ref span {
      display: block; }
  .section-content .tabpanel .specs .details {
    background: #eee;
    width: 72%;
    float: left;
    padding: 12px 10px; }
    @media screen and (max-width: 767px) {
      .section-content .tabpanel .specs .details {
        width: 100%; } }
    .section-content .tabpanel .specs .details ul {
      padding-left: 30px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .section-content .tabpanel .specs .details ul {
          padding-left: 20px; } }
      .section-content .tabpanel .specs .details ul li {
        margin-bottom: 4px; }
    .section-content .tabpanel .specs .details .like {
      background: url("../img/mini-like.png") 0 0 no-repeat;
      height: 23px;
      display: inline-block;
      vertical-align: middle;
      padding-left: 26px;
      color: #f6b130;
      font-weight: bold; }

/*# sourceMappingURL=main.css.map */

/*Add 28092017*/
#header #menu #cta_menu  {
    background-color: #f9b11e;
    border: medium none;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
}

#cta_menu:hover {
    background-color: #ffffff;
    border: 1px solid #F9B11E;
    color: #F9B11E;
}

/*Add 0502*/
#intro {
    float: left;
    width: 22%;
}

#hero1-1{
    background: url("../img/banner.png") 0 0 no-repeat;
        background-size: auto auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 250px 0;
	height:900px;
}

.text-white{
	color:#ffffff;
}

#offre-type{
	text-align: center;
font-weight: bold;
font-size: 30px;
display: block;
margin: 30px 10px 0px 10px;
}

/* Add 11/18 */

.features-block .img-left img {
	float: left;
    width: 100px;
    margin-top: -25px;
    margin-right: 50px;
    margin-bottom: 50px;

}

.features-block .img-left p {
    margin-left: 150px;
}
