html,body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  min-width: 540px;
}
h1.title {
  font-family: 'Pacifico', cursive;
  font-size: 4em;
  line-height: 1.5;
  padding-top: 1em;
  color : #fff;
}
.hero-body {
  background-image: url(../img/background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  text-align: center;
}

.tabs {
  margin-bottom: -1px !important;
  position: relative;
  margin-top: -36px;
  background-color: none;
  border-bottom: 0.2em solid #fff1ea;
  box-shadow: 0 1px 1px 0 rgba(10,10,10,.1);
}
.tabs.is-boxed li.is-active a{
  background-color: #fff1ea;
}
.tabs li a{
  color: #fff;
}
.tabs li.is-active a{
  color: #FF866A;
}
.tab-content {
  padding: 2.5em;
  top: 197px;
  color: #000;
  background-color: #F0F2F4;
  box-shadow: 0 2px 3px rgba(10,10,10,.1);
  background-image: url("../img/cherry.webp");
  background-repeat: no-repeat;
  background-position: top left;
}
.tab-pane {
  display: none;
}
.tab-pane.is-active {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0.5em;
  box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
}
.is-active {
  display: initial;
}

.tab-pane .content{
  padding: 1em;
}
.tab-pane .infos {
  background-color: #fff1ea;
  padding: 2em;
}

.tab-pane .main {
  padding: 3em;
}

.cent{
  display: block;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #ccc
}

.video{
  display: block;
  margin: 0 auto;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #FF866A;
  font-size: 1.5em;
  line-height: 1.125;
}

strong, b {
  color: #777;
}

#contacts{
  background-color: #fff;
  padding: 4em;
}

#contacts .parts{
  float: left;
  margin-left: 12%;
  padding-left: 1em;
  border-left: solid #FF866A;
}

#contacts a{
  color: #555;
}

img.portrait{
  width: 7em;
  float: left;
  margin-top: 2em;
  margin-right: 2em;
}

img.full{
  width: auto;
}

#contacts .advertisement{
  float: left;
  bottom: -3.5em;
  position: relative;
  font-size: x-small;
}

@media screen and (max-width: 640px) {
  .tab-pane.is-active {
    width: auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
  .tab-pane.is-active {
    width: 80%;  }
}

@media screen and (min-width: 1200px) {
  .tab-pane.is-active {
    width: 65%;
  }
}