@font-face {
  font-family: "open_sansbold";
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfontd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans-bold-webfont.woff2") format("woff2"),
    url("fonts/opensans-bold-webfont.woff") format("woff"),
    url("fonts/opensans-bold-webfont.ttf") format("truetype"),
    url("fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sansitalic";
  src: url("fonts/opensans-italic-webfont.eot");
  src: url("fonts/opensans-italic-webfontd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans-italic-webfont.woff2") format("woff2"),
    url("fonts/opensans-italic-webfont.woff") format("woff"),
    url("fonts/opensans-italic-webfont.ttf") format("truetype"),
    url("fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sansregular";
  src: url("fonts/opensans-regular-webfont-webfont.eot");
  src: url("fonts/opensans-regular-webfont-webfontd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/opensans-regular-webfont-webfont.woff2") format("woff2"),
    url("fonts/opensans-regular-webfont-webfont.woff") format("woff"),
    url("fonts/opensans-regular-webfont-webfont.ttf") format("truetype"),
    url("fonts/opensans-regular-webfont-webfont.svg#open_sansregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sinkin_sans400_regular";
  src: url("fonts/sinkinsans-400regular-webfont.eot");
  src: url("fonts/sinkinsans-400regular-webfontd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/sinkinsans-400regular-webfont.woff2") format("woff2"),
    url("fonts/sinkinsans-400regular-webfont.woff") format("woff"),
    url("fonts/sinkinsans-400regular-webfont.ttf") format("truetype"),
    url("fonts/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sinkin_sans600_semibold";
  src: url("fonts/sinkinsans-600semibold-webfont.eot");
  src: url("fonts/sinkinsans-600semibold-webfontd41d.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/sinkinsans-600semibold-webfont.woff2") format("woff2"),
    url("fonts/sinkinsans-600semibold-webfont.woff") format("woff"),
    url("fonts/sinkinsans-600semibold-webfont.ttf") format("truetype"),
    url("fonts/sinkinsans-600semibold-webfont.svg#sinkin_sans600_semibold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/**/

html {
  font-size: 62, 5%;
}

body {
  font-family: "open_sansregular";
  font-size: 1.4rem;
  font-size: 14px;
  color: #000;
  padding-bottom: 0px;
}

h1 {
  font-family: "open_sansregular";
  font-size: 3.8rem;
  font-size: 38px;
  color: #8e4942;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  margin-top: 30px;
  font-weight: normal;
}

@media (min-width: 320px) and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
    font-size: 28px;
  }
}

.h1 {
  font-size: 3rem;
  font-size: 30px;
  text-align: left;
  color: #8e4942;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}

h2 {
  font-family: "open_sansregular";
  font-size: 2.6rem;
  font-size: 26px;
  color: #867d71;
  text-transform: uppercase;
  text-align: left;
  line-height: 36px;
  font-weight: normal;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #cc0000;
}

ul {
  padding-left: 14px;
}

li {
  margin-bottom: 6px;
}

.btn-default {
  font-family: "open_sansbold";
  background-color: #8e4942;
  border: 0px;
  border-radius: 0;
}

a:link.btn-default,
a:visited.btn-default,
a:hover.btn-default,
a:focus.btn-default,
a:active.btn-default {
  color: #fff;
}

.btn-default:hover {
  background-color: #867d71;
}

/*MENU*/

.fd-menu {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #cc0000;
}

.navbar {
  margin-bottom: 0;
}

.navbar-inverse {
  background-color: #cc0000;
  border: none;
}

.navbar-inverse .navbar-nav > li > a {
  font-family: "sinkin_sans400_regular";
  font-size: 1.4rem;
  font-size: 14px;
  margin-top: 0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: none;
  color: #ffffff;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.nav > li > a {
  padding-left: 12px;
  padding-right: 12px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus {
  background-color: #000;
}

.dropdown-menu > .active > a:hover {
  background-color: #cc0000;
}

/*ACCUEIL*/

#accueil .container {
  background-color: #fff;
  padding-top: 58px;
}

#slider {
  margin-top: 20px;
  background: url(img/bg-logo.jpg) repeat top left;
}

#slider .logo img {
  margin: 60px auto 14px;
}

#slider h1 {
  font-family: "sinkin_sans600_semibold";
  font-size: 1.8rem;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  margin-top: 14px;
  color: #000;
  text-transform: none;
}

.carousel-caption {
  background-color: rgba(142, 73, 66, 0.7);
}

.carousel-caption p {
  font-family: "open_sansbold";
  font-size: 2.4rem;
  font-size: 24px;
}

.jumbotron {
  border-radius: 0px;
  background-color: #fff;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.jumbotron h2 {
  font-family: "open_sansregular";
  font-size: 2.4rem;
  font-size: 24px;
  color: #8e4942;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  margin-top: 30px;
}

.jumbotron h3 {
  font-family: "open_sansregular";
  font-size: 1.6rem;
  font-size: 16px;
  color: #868686;
  text-align: center;
  line-height: 30px;
}

#carousel-actus {
  background: #e3e3e3;
}

#carousel-actus h3 {
  font-family: "open_sansbold";
  font-size: 1.8rem;
  font-size: 18px;
  color: #cc0000;
  display: inline-block;
}

#carousel-actus .date {
  margin-left: 15px;
}

#carousel-actus .date,
.item-actu .date {
  font-family: "open_sansregular";
  font-size: 1.3rem;
  font-size: 13px;
  color: #000;
  font-style: italic;
}

#carousel-actus p,
.item-actu p {
  font-family: "open_sansregular";
  font-size: 1.4rem;
  font-size: 13px;
  color: #000;
  letter-spacing: 1px;
}

.item-actu a:link,
.item-actu a:visited,
.item-actu a:hover,
.item-actu a:focus,
.item-actu a:active {
  font-family: "open_sansregular";
  font-size: 1.8rem;
  font-size: 18px;
  color: #cc0000;
}

.item-actu img {
  margin: 15px 0;
}

.item-actu .col-sm-12 {
  border-bottom: 1px solid #867d71;
}

#carousel-actus,
#black-studio-tinymce-2,
#black-studio-tinymce-3 {
  min-height: 236px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #black-studio-tinymce-2 iframe {
    height: 236px;
  }
}

#black-studio-tinymce-3 img {
  margin: 0;
}

#black-studio-tinymce-5 {
  background: url(img/environnement.jpg) top center no-repeat;
}

#black-studio-tinymce-6 {
  background: url(img/chaussee-acc.jpg) top center no-repeat;
}

#black-studio-tinymce-7 {
  background: url(img/geophysique.jpg) top center no-repeat;
}

#black-studio-tinymce-5,
#black-studio-tinymce-6,
#black-studio-tinymce-7 {
  margin-left: auto;
  margin-right: auto;
}

.video-accueil aside,
.particulier-accueil aside {
  font-family: "open_sansbold";
  font-size: 1.4rem;
  font-size: 14px;
  color: #1d1d1b;
  text-align: center;
  letter-spacing: 1px;
  line-height: 18px;
  background: #e3e3e3;
}

.particulier-accueil aside p {
  margin: 0 0 35px 0;
}

.particulier-accueil .btn-default,
#BtnLireLaSuite {
  background-color: #8e4942;
  border: 0px;
  color: #fff;
  border-radius: 0;
}

#BtnLireLaSuite {
  font-family: "open_sansbold";
}

.particulier-accueil .btn-default:hover,
#BtnLireLaSuite:hover {
  background-color: #867d71;
}

#black-studio-tinymce-4 h4 {
  margin-top: 40px;
  font-family: "open_sansbold";
  font-size: 2.4rem;
  font-size: 24px;
  color: #cc0000;
  text-align: center;
  line-height: 30px;
}

.labels .row {
  background: url(www.bambergb.com/wp-content/themes/bambergb/img/accueil-photo3.jpg)
    top left no-repeat;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .labels .row {
    margin-top: 40px;
    background: none;
  }
}

.labels h4 {
  margin-top: 40px;
  font-family: "open_sansbold";
  font-size: 2.4rem;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.labels h5 {
  color: #000;
  font-family: "open_sansbold";
  font-size: 27px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 50px;
  padding: 20px 0;
  text-align: center;
}

.labels p {
  font-family: "open_sansregular";
  font-size: 1.8rem;
  font-size: 18px;
  color: #4b6fb0;
  letter-spacing: 1px;
  text-align: center;
  line-height: 18px;
  font-style: italic;
}

.labels a:link,
.labels a:visited,
.labels a:hover,
.labels a:focus,
.labels a:active {
  font-family: "open_sansbold";
  font-size: 1.3rem;
  font-size: 13px;
  /*color:#cc0000;*/
  letter-spacing: 1px;
  text-align: center;
  line-height: 18px;
  margin-bottom: 30px;
  font-style: normal;
}

.labels aside {
  max-width: 264px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
  min-height: 264px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .labels aside {
    background-color: #e3e3e3;
  }
}

/*PLEINE PAGE*/

#pleine-page {
  background-color: #e3e3e3;
}

#pleine-page .container {
  background-color: #fff;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

#pleine-page .col-md-9 {
  padding-right: 40px;
}

#pleine-page .col-md-4 img:hover {
  opacity: 0.5;
}

.entete {
  background: #e3e3e3;
  padding: 10px 0;
  margin-top: 50px;
}

/*STAGES EMPLOI*/

.offre {
  border-bottom: 1px solid #e3e3e3;
  margin: 20px 0;
  padding-bottom: 9px;
}

.poste {
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
}

.date {
  font-size: 1.2rem;
  font-size: 12px;
  color: #867d71;
}

/*Qui sommes-nous*/
#nav_menu-5,
#nav_menu-6 {
  margin-top: 30px;
  border-right: solid 1px #e3e3e3;
}

#nav_menu-5 li,
#nav_menu-6 li {
  margin-bottom: 10px;
}

/*FOOTER*/

.dmbs-footer {
  background: #867d71;
  padding-top: 30px;
}

.dmbs-footer aside {
  padding: 0 20px;
}

.dmbs-footer h6 {
  font-family: "sinkin_sans600_semibold";
  font-size: 1.3rem;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dmbs-footer ul {
  padding-left: 0;
}

.dmbs-footer li {
  font-family: "open_sansregular";
  font-size: 1.4rem;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 14px;
  list-style: none;
  line-height: 18px;
}

.dmbs-footer li a {
  font-family: "open_sansregular";
  font-size: 1.4rem;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

.vcard a:link {
  color: #cc0000;
}

.dmbs-author-credits {
  font-size: 1.3rem;
  font-size: 13px;
}

.menu-item-language-current {
  display: none !important;
}

.navbar-1-collapse {
  padding: 0;
}

.carousel-caption h4 {
  display: none;
}

form li {
  list-style: none;
}

#fm-form-3 td,
#fm-form-4 td {
  border-top: none;
}

#fm-form-4 .btn-default,
#fm-form-5 .btn-default,
#fm-form-6 .btn-default {
  color: #fff;
}

/**steps**/

.steps {
  margin: 20px auto 20px;
  color: #fff;
}

.steps li {
  padding: 0;
}

.step-on,
.step-off {
  display: block;
  color: #fff;
}

.step-on:link,
.step-on:visited,
.step-on:hover,
.step-on:focus,
.step-on:active {
  color: #fff;
}

.step-off:link,
.step-off:visited,
.step-off:hover,
.step-off:focus,
.step-off:active {
  color: #fff;
}

.step-off .nbr-step,
.step-off .nom-step {
  background: #867d71;
}

.step-on .nbr-step,
.step-on .nom-step {
  background: #cc0000;
}

.steps .nbr-step {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  line-height: 25px;
  width: 25px;
  text-align: center;
  font-family: "sinkin_sans400_regular";
  transition: 0.5s;
  font-size: 1rem;
  margin: 0 auto 4px;
}

.steps .nom-step {
  height: 3em;
  display: block;
  padding: 2px 20px;
  text-align: center;
  transition: 0.5s;
  position: relative;
}

.steps .nom-step.une-ligne {
  line-height: 3em;
}

.steps .nom-step:after {
  border-color: #ffffff none #ffffff #867d71;
  border-left: 20px solid #867d71;
  border-style: solid none solid solid;
  border-width: 1.5em 0 1.5em 20px;
  content: " ";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.steps .nom-step:before {
  border-color: #867d71 #fff #867d71 #fff;
  border-left: 20px solid #fff;
  border-style: solid none solid solid;
  border-width: 1.5em 0 1.5em 20px;
  content: " ";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.steps .step-on .nom-step:after {
  border-color: #ffffff none #ffffff #cc0000;
  border-left: 20px solid #cc0000;
  border-style: solid none solid solid;
  border-width: 1.5em 0 1.5em 20px;
  content: " ";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.steps .step-on .nom-step:before {
  border-color: #cc0000 #fff #cc0000 #fff;
  border-left: 20px solid #fff;
  border-style: solid none solid solid;
  border-width: 1.5em 0 1.5em 20px;
  content: " ";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.step-off:hover .nbr-step,
.step-off:hover .nom-step {
  background: #cc0000;
  color: #fff;
}

.steps .step-off:hover .nom-step:after {
  border-color: #fff none #fff #cc0000;
  border-left: 20px solid #cc0000;
  border-style: solid none solid solid;
  border-width: 1.5em 0 1.5em 20px;
  content: " ";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.steps .step-off:hover .nom-step:before {
  border-color: #cc0000 #fff #cc0000 #fff;
  border-left: 20px solid #fff;
  border-style: solid none solid solid;
  border-width: 1.5em 0 1.5em 20px;
  content: " ";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

h1.firstHeading {
  font-size: 16px;
  line-height: auto;
  margin-top: 10px;
  font-weight: bold;
}

#tabG5.nom-step:before,
#tabG5.nom-step:after {
  border-style: none !important;
}

#accueil .attachment-post-thumbnail.wp-post-image {
  display: block;
  max-height: 140px;
  width: auto;
  float: none;
  margin: auto;
}

@media (min-width: 320px) and (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  #menu-menu-principal {
    padding-left: 10px;
  }
}

.nos-references .une-reference img {
  max-width: 200px;
  height: auto;
}

.nos-references .container-image {
  min-height: 135px;
}
