
html {
  scroll-behavior: smooth;
}

#Content,
.flv_sections_15 {
  background-color: #f3eee8;
  background-image: url(../images/stripes/stripes_3_b.png);
}

@font-face {
  font-family: "LibreBaskerville_Bold";
  src: url("fonts/baskerville/LibreBaskerville-Bold.woff2") format("woff2"),
    url("fonts/baskerville/LibreBaskerville-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreBaskerville_Italic";
  src: url("fonts/baskerville/LibreBaskerville-Italic.woff2") format("woff2"),
    url("fonts/baskerville/LibreBaskerville-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LibreBaskerville_Regular";
  src: url("fonts/baskerville/LibreBaskerville-Regular.woff2") format("woff2"),
    url("fonts/baskerville/LibreBaskerville-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_ndmedium";
  src: url("fonts/futura-nd/futura_nd_medium-webfont.woff2") format("woff2"),
    url("fonts/futura-nd/futura_nd_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Raleway";
}

.main-header {
  font-family: "futura_ndmedium";
  letter-spacing: 0.16em;
  font-size: 6.5em;
  color: #d9cacf;
}

.main-header-small {
  font-family: "futura_ndmedium";
  letter-spacing: 0.1em;
  font-size: 2em;
  color: #d9cacf;
}

.main-title {
  font-family: "LibreBaskerville_Regular";
  font-size: 4em;
  line-height: 1em;
  color: #000000;
}

.sub-title {
  font-family: "LibreBaskerville_Italic";
  font-size: 7em;
  line-height: 1em;
  color: #000000;
  margin-bottom: 40px;
}

.main-paragraph {
  font-family: "Raleway";
  font-size: 1.3em;
  line-height: 1.5em;
  color: #000000;
  margin-top: 10px;
}

.small-title {
  text-align: center;
  font-family: "Raleway";
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
}

.white-text {
  color: white;
}

.tiles-title {
  font-family: "Raleway";
  font-size: 3em;
  color: #000000;
  margin-bottom: 40px;
}

.tiles-paragraph {
  font-family: "Raleway";
  font-size: 1.3em;
  line-height: 1.3em;
  color: #000000;
}

.tt-smaller {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.mp-smaller {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.paragraph-space {
  padding: 20px 0;
}

.icon-menu {
  color: #ffffff;
}

.is-sticky .icon-menu {
  color: #000000;
}

.column {
  position: relative;
}

.social {
  height: 60px;
  line-height: 60px;
}

header {
  min-height: 0px;
}

.article_box .desc_wrapper {
  width: 100%;
}

.bottom-left-text-overlay {
  position: absolute;
  bottom: 30px;
  left: 60px;
}

.main-text-overlay {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom_divider {
  text-align: center;
  display: flex;
  align-items: center;
}

h5 {
  font-size: 4em;
  line-height: 1.5;
  font-weight: 100;
  font-family: "LibreBaskerville_Regular";
}

.quote1 {
  font-size: 2.6em;
  letter-spacing: 1px;
}

h5 > span {
  font-family: "LibreBaskerville_Italic";
}

.parallax {
  background-image: url("../images/ateliers-bs-optimized/nos-specialisations-min.jpg");
  min-height: 70vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.center-text-overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black",
    sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  text-align: center;
  margin: 0;
  z-index: 9;
}

.bottom-left-text-overlay > .main-title,
.main-text-overlay > .main-title {
  color: #fff;
  font-size: 6em;
}
.bottom-left-text-overlay > .sub-title,
.main-text-overlay > .sub-title {
  color: #fff;
  font-size: 8em;
}

.background-tile-vision {
  background-image: url(../images/ateliers-bs-optimized/vision-tile-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.top_bar_left {
  display: flex;
  justify-content: space-between;
}

#Top_bar .menu > li > a,
#Top_bar .top_bar_right a {
  color: white;
}

#Top_bar .menu > li > a span:not(.description) {
  border-right-width: 0px;
}

.header-classic #Top_bar {
  background-color: transparent;
  position: absolute;
}

.is-sticky#Top_bar {
  background-color: #f3eee8;
}

.is-sticky#Top_bar {
  position: fixed;
}

.pt-80 {
  padding-top: 80px;
}

.pt-40 {
  padding-top: 40px;
}

.is-sticky#Top_bar .menu > li > a,
.is-sticky#Top_bar .top_bar_right a {
  color: black;
}

#top-of-header {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.crop {
  height: 80vh;
  overflow: hidden;
}

.top-of-header-content {
  margin: 5% 0;
}

.opacity_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 3;
  opacity: 0.3;
}

input {
  font-family: "Raleway";
  font-size: 18px !important;
}

textarea {
  font-family: "Raleway";
  font-size: 18px !important;
}

#submit {
  font-family: "Raleway";
  float: right;
  background: none;
  box-shadow: none;
  color: #615a5a;
  font-weight: 500;
  font-size: 18px !important;
}

#submit:hover {
  text-decoration: underline;
}

#contact {
  margin-top: 60px;
  background-image: url(../images/ateliers-bs-optimized/contact2-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

a > span {
  font-family: "Raleway";
  text-transform: uppercase;
  font-size: 14px !important;
}

.entry-content {
  padding-top: 70px;
}

a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.hide_on_sticky {
  display: block;
}

.show_on_sticky {
  display: none;
}

.is-sticky .hide_on_sticky {
  display: none;
}

.is-sticky .show_on_sticky {
  display: block;
  margin: 8px 0;
}

.transparent-overlay-image-container {
  background-color: white;
}

.transparent-overlay-image-container:hover .transparent-overlay-image {
  opacity: 0.2;
}

.transparent-overlay-text {
  color: black;
  opacity: 0;
}

.transparent-overlay-text-container {
  padding: 0 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.transparent-overlay-image-container:hover .transparent-overlay-text {
  opacity: 1;
}

#Top_bar .menu > li.hover > a {
  color: black;
}

.column.one-second.one-second-custom {
  width: 50%;
  margin: 0;
}

form {
  margin-top: 40px;
  margin-bottom: 10px;
}

.one-custom {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 0;
}

.small-t {
  font-size: 20px;
}

.clear-bg {
  background-image: url(../images/ateliers-bs-optimized/bg-clair-min.jpg);
  padding-bottom: 60px;
}

.bottom-left-text-overlay > .smaller {
  font-size: 7em;
}

.quote {
  font-size: 3em;
  margin-bottom: 0px;
}

.mobile-view {
  display: none;
}

footer {
  position: relative;
  bottom: 0;
}

.footer-distributed {
  background-color: #2c292f;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px;
  padding: 50px 50px 60px 50px;
  margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer-distributed .footer-left {
  width: 30%;
}

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px;
  margin: 0;
}

.footer-distributed .footer-left img {
  width: 20%;
  margin-bottom: 20px;
}

.footer-left {
  text-align: center;
}

.footer-distributed h3 span {
  color: #e0ac1c;
}

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #e0ac1c;
  text-decoration: none;
}

.footer-distributed .footer-right {
  width: 30%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

.smaller-sub-title {
  font-size: 5.5em;
}

.smaller-main-title {
  font-size: 3.5em;
}


@media only screen and (min-width: 1268px) and (max-width: 1393px) {
  a > span {
    font-size: 13px !important;
    padding: 0 15px !important;
  }
}

@media only screen and (min-width: 1239px) and (max-width: 1267px) {
  a > span {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #Wrapper {
    overflow: initial;
  }

  .header-logo {
    width: 7em;
  }

  .main-header {
    font-family: "futura_ndmedium";
    letter-spacing: 0.14em;
    font-size: 4.5em;
    color: #d9cacf;
  }

  .main-title {
    font-size: 9em;
    line-height: 1em;
  }

  .sub-title {
    font-size: 8em;
    line-height: 1em;
    margin-bottom: 40px;
  }

  .main-paragraph {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 10px;
  }

  header {
    min-height: 95vh;
    max-height: 96vh;
  }

  .mfn-main-slider {
    min-height: 95vh;
    max-height: 96vh;
  }

  .tp-kbimg-wrap {
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  #Wrapper {
    overflow: initial;
  }

  .header-logo {
    width: 5em;
  }

  .main-header {
    font-family: "futura_ndmedium";
    letter-spacing: 0.1em;
    font-size: 2.5em;
    color: #d9cacf;
  }

  .main-title {
    font-size: 6em;
    line-height: 1em;
  }

  .sub-title {
    font-size: 7em;
    line-height: 1em;
    margin-bottom: 40px;
  }

  .main-paragraph {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 10px;
  }

  header {
    min-height: 95vh;
    max-height: 96vh;
  }

  .mfn-main-slider {
    min-height: 95vh;
    max-height: 96vh;
  }

  .tp-kbimg-wrap {
    opacity: 0;
  }

  .bottom-left-text-overlay {
    position: absolute;
    bottom: 150px;
    left: 10px;
    color: red !important;
  }

  .icon-menu {
    color: #000000;
  }

  .header-classic #Top_bar {
    position: static;
    z-index: 1000;
  }

  #Top_bar .menu > li > a,
  #Top_bar .top_bar_right a {
    color: black;
  }

  footer {
    position: relative;
    bottom: 0;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }

  .footer-distributed {
    margin-top: 0;
  }
}

@media only screen and (max-width: 479px) {
  nav {
    margin-top: 20px !important;
    margin-right: 20px !important;
  }

  .transparent-overlay-text-container {
    padding: 0px;
    transform: none;
    -webkit-transform: none;
    top: 50%;
    width: 80%
  }

  .column.one-second.one-second-custom {
    width: 100%;
    margin: 0;
  }

  .transparent-overlay-text {
    font-size: 16px;
  }

  .flv_margin_50 {
    margin: 20px 5px 20px;
  }

  h5 {
    font-size: 3em;
  }

  .one-sixth.column {
    width: 100%;
  }

  .main-title {
    font-size: 2.5em;
    line-height: 1em;
  }

  .sub-title {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 40px;
  }

  #notre-histoire,
  #notre-mission,
  #nos-ateliers {
    padding-top: 20px;
  }

  .main-paragraph {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 20px;
  }

  header {
    min-height: 95vh;
    max-height: 96vh;
  }

  .mfn-main-slider {
    min-height: 95vh;
    max-height: 96vh;
  }

  .tp-kbimg-wrap {
    opacity: 0;
  }

  .align-left {
    text-align: left;
  }

  .bottom-left-text-overlay > .main-title {
    font-size: 2.5em;
  }
  .bottom-left-text-overlay > .sub-title {
    font-size: 3em;
  }

  .bottom-left-text-overlay {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .bottom-left-text-overlay > .sub-title {
    color: black;
  }

  .bottom-left-text-overlay > .main-title {
    color: black;
  }

  .photo_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .photo_wrapper img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .photo_wrapper .bottom-left-text-overlay {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .quote1 {
    font-size: 1.8em;
    color: black;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .to-hide {
    display: none;
  }

  .tt-smaller {
    font-size: 1.3em;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .quote2 {
    font-size: 2em;
    line-height: 1.8em;
  }

  .section.full-width .section_wrapper .column.one {
    height: 300px;
  }

  .main-text-overlay {
    margin-top: 12px;
  }

  .main-text-overlay > .main-title {
    font-size: 3em;
  }

  .main-text-overlay > .sub-title {
    line-height: 1.5em;
    font-size: 3.5em;
  }

  .one-sixth.column {
    width: 33.3%;
    height: 30vh;
    overflow: hidden;
  }

  .cover {
    object-fit: cover
  }

  .small-title {
    font-size: 16px;
  }

  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }

  .main-tiles-title {
    font-size: 2.2em;
    margin-bottom: 15px;
    margin-top: 30px;
    margin-left: 20px;
  }

  .clear-bg {
    background-repeat: round;
  }

  #contact {
    height: 60vh;
  }

  footer {
    position: relative;
    bottom: 0;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }

  .footer-distributed {
    margin-top: 0;
  }

  .custom_divider {
    height: 40vh;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .footer-distributed .footer-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
