body {
  font-family: 'Brandon reg', sans-serif;
  color: #313131;
  font-size: 18px;
  line-height: 23px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Brandon med', sans-serif;
  color: #313131;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Brandon med', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  font-family: 'Brandon med', sans-serif;
  color: #0e2c67;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

label {
  display: block;
  margin-top: 4px;
  margin-bottom: 5px;
  font-family: 'Brandon reg', sans-serif;
  font-weight: 400;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9980;
  width: 100%;
  height: 82px;
  background-color: #000;
}

.logo-img {
  width: 100px;
  height: 100px;
  margin-top: 0px;
  margin-left: 0px;
}

.logo-img.shadow {
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, .5);
}

.navlink {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Brandon reg', sans-serif;
  color: #fff;
  font-size: 20px;
}

.navlink.bouton-nav {
  margin-top: 19px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #fff;
  font-family: 'Brandon reg', sans-serif;
}

.navlink.bouton-nav:hover {
  background-color: #fff;
  opacity: 1;
  font-family: 'Brandon reg', sans-serif;
  color: #000;
}

.navlink.bouton-nav.w--current {
  border-color: #e8c364;
  color: #e8c364;
}

.navlink.bouton-nav.w--current:hover {
  color: #000;
}

.navlink.simple:hover {
  color: hsla(0, 0%, 100%, .6);
}

.navlink.simple.w--current {
  color: #e8c364;
}

.header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-top: 80px;
}

.header.contact {
  width: 100vw;
  height: 70vh;
  margin-top: 80px;
}

.header.heading {
  position: relative;
}

.header.accueil {
  height: 550px;
}

.geo-shape-l {
  position: absolute;
  left: 0px;
  top: 340px;
  z-index: 502;
  overflow: visible;
  width: 700px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.geo-shape-l.parallax {
  position: static;
  overflow: hidden;
  width: 70vw;
  margin-top: 330px;
}

.texte {
  margin-bottom: 0px;
  padding-right: 115px;
  padding-bottom: 79px;
  padding-left: 115px;
  font-family: 'Brandon reg', sans-serif;
  color: #313131;
  font-size: 18px;
  text-align: center;
}

.services {
  position: relative;
  overflow: hidden;
  padding-top: 46px;
  background-color: #fff;
}

.colonne-gauche {
  background-color: #0e2c67;
}

.colonne-droite {
  background-color: #313131;
}

.icone-services {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: -72px;
  margin-right: auto;
  margin-left: auto;
}

.h2-gris {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #313131;
  font-weight: 500;
}

.titre-services {
  margin-top: 0px;
  color: hsla(0, 0%, 100%, .9);
  font-weight: 500;
}

.texte-blanc {
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, .8);
  font-size: 18px;
  text-align: center;
}

.texte-blanc.exp {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  font-size: 18px;
  text-align: left;
}

.domaine-expertise {
  background-color: #000;
}

.colonnes-expertise {
  height: 100%;
}

.h2-expertise {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 500;
}

.colonne-exp {
  padding-right: 10px;
  padding-left: 10px;
}

.colonne-exp.gauche {
  height: 100%;
}

.colonne-exp.droite {
  height: 100%;
  padding-left: 10px;
}

.image-expertise {
  display: block;
  overflow: visible;
  width: 150px;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
  padding: 0% 5px 0px;
}

.image-expertise.bulb {
  padding-top: 0px;
}

.h3-blanc {
  color: hsla(0, 0%, 100%, .9);
  font-size: 20px;
}

.quipe {
  position: relative;
  z-index: 4;
  overflow: hidden;
  height: 250px;
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 15px;
  background-color: #313131;
}

.cta-contact {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 250px;
  padding-top: 22px;
  background-color: #0e2c67;
}

.cta {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  color: #fff;
  font-weight: 500;
}

.bouton-jaune {
  position: static;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 200px;
  height: 55px;
  margin: 7px auto 16px;
  padding-top: 15px;
  clear: none;
  background-color: #e8c364;
  font-family: 'Brandon med', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.bouton-jaune.w--current {
  display: block;
  width: 180px;
  height: 50px;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  background-color: #ffc452;
  text-align: center;
}

.bouton-jaune.accueil {
  margin-top: 28px;
  padding-top: 14px;
  background-color: #e8c364;
}

.bouton-jaune.accueil:hover {
  padding-top: 11px;
  border: 3px solid #e8c364;
  background-color: #e8c364;
  opacity: 1;
}

.bouton-jaune.lightbox-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  margin-top: 0px;
  padding-top: 15px;
}

.bouton-jaune.lightbox-button.kw {
  left: 0px;
  right: auto;
  bottom: 0px;
}

.bouton-jaune.contact {
  margin-top: 0px;
  padding-top: 7px;
  background-color: #e8c364;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  height: 100%;
  background-color: #000;
}

.hero-text {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 8500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: hsla(0, 0%, 100%, .9);
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.hero-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-img.contacr {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: static;
  top: 0px;
  display: block;
  overflow: hidden;
  height: 600px;
  max-width: none;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.loading {
  position: fixed;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(291deg, hsla(0, 0%, 100%, .7), #f2f2f2 37%);
  background-image: linear-gradient(159deg, hsla(0, 0%, 100%, .7), #f2f2f2 37%);
  cursor: wait;
}

.loading-container {
  position: fixed;
  left: 0%;
  top: 50vh;
  right: 0%;
  bottom: 50vh;
  width: 100vw;
  height: 100px;
}

.image-3 {
  position: relative;
  z-index: 1009;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  position: fixed;
  left: 50vw;
  top: 45vh;
  right: 50vw;
  bottom: 45vh;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 0px;
}

.image-5 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 70vw;
  height: auto;
  margin-right: 0px;
  margin-left: auto;
}

.body {
  overflow: visible;
}

.heading {
  overflow: hidden;
  height: 80px;
  font-size: 60px;
  line-height: 58px;
}

.heading.header {
  height: auto;
  margin-top: 52px;
}

.logo {
  margin-top: 10px;
  margin-left: 30px;
}

.logo:hover {
  opacity: 1;
}

.column-2 {
  height: 100%;
}

.column-2 {
  height: 100%;
}

.text-block {
  text-align: center;
}

.text-block.footer-c {
  padding-bottom: 40px;
  color: #585858;
}

.footer-nav {
  display: inline;
  font-family: 'Brandon reg', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.column-3 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.sm-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-icon {
  height: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
  cursor: pointer;
}

.column-5 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.wrap-general {
  width: 100vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 57px;
}

.wrap-general.contact {
  padding-top: 35px;
}

.contenu-general {
  display: block;
  width: 80vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-top: 39px;
  margin-right: auto;
  margin-left: auto;
}

.contenu-general.emplo {
  margin-bottom: 37px;
}

.rich-text-block {
  padding-bottom: 30px;
  font-family: 'Brandon reg', sans-serif;
}

.equipe {
  color: #fff;
  font-weight: 500;
}

.heading-2 {
  font-size: 60px;
  text-transform: uppercase;
}

.heading-2.h2-contact {
  margin-top: 0px;
  color: #fff;
  text-shadow: 1px 1px 26px rgba(0, 0, 0, .49);
}

.rich-text-block-2 {
  margin-bottom: 40px;
  text-align: center;
}

.image-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100vw;
  margin-top: -28px;
}

.contact-form {
  margin-bottom: 40px;
}

.form-wrapper {
  height: auto;
}

.titre-formulaire {
  margin-top: 30px;
  margin-bottom: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  font-family: 'Brandon med', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.projets {
  position: static;
  z-index: 3;
  overflow: hidden;
}

.texte-projets {
  margin-top: 50px;
  margin-right: 20vw;
  margin-left: 20vw;
  padding-bottom: 15px;
}

.text-block-2 {
  padding-bottom: 25px;
  text-align: center;
}

.lightbox-grid {
  overflow: hidden;
  height: 200px;
}

.lightbox-column {
  position: static;
  display: block;
  overflow: hidden;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.lightbox-thumbnail {
  display: block;
  width: 34vw;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.lightbox-thumbnail.sw {
  display: block;
  width: 26vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lightbox-thumbnail.es {
  width: 30vw;
}

.lightbox-thumbnail.cite {
  width: 36vw;
  margin-top: -23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lightbox-thumbnail.autres {
  width: 25vw;
}

.lightbox-thumbnail.kw {
  width: 30vw;
}

.lightbox-thumbnail.vox {
  width: 36vw;
}

.div-block {
  overflow: hidden;
}

.lightbox-modal-cite {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9990;
  display: none;
  background-color: rgba(0, 0, 0, .65);
  opacity: 1;
}

.lightbox-content {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 725px;
  height: 500px;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #0e2c67;
  text-align: center;
}

.lightbox-header {
  position: relative;
  overflow: hidden;
  height: 325px;
}

.lightbox-header.sw {
  height: 300px;
}

.lightbox-header.es {
  height: 325px;
}

.lightbox-header.cite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-header.reflet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox-header.dragao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-header.vox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox-hero {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lightbox-hero.dragao {
  width: auto;
  height: auto;
  margin-top: 21px;
}

.lightbox-hero.es {
  height: 100%;
  margin-top: 0px;
}

.lightbox-hero.cite-h {
  width: auto;
  height: auto;
  margin-top: 46px;
}

.lightbox-hero.mn {
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lightbox-hero.reflet {
  width: auto;
  height: auto;
  margin-top: 0px;
}

.lightbox-hero.vox {
  width: auto;
  height: auto;
}

.lightbox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  margin-top: -31px;
  margin-right: -30px;
  cursor: pointer;
}

.lightbox-text {
  position: static;
  height: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
}

.lightbox-modal-reflet {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, .65);
}

.heading-3 {
  font-weight: 500;
}

.lightbox-modal-dragao {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, .65);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.kw {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-modal-yl {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, .65);
}

.image-yl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-yl._1 {
  margin-top: -75px;
}

.image-yl._2 {
  margin-top: -111px;
  padding-top: 0px;
  padding-bottom: 1px;
}

.image-yl._3 {
  margin-top: -86px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 11px;
}

.heading-4.h2-blanc {
  color: #fff;
  font-weight: 500;
}

.heading-5 {
  margin-top: 0px;
}

.heading-5.h2-blanc {
  color: #fff;
  font-weight: 500;
}

.bureau {
  display: block;
  min-height: 500px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #313131;
  color: #fff;
}

.form {
  color: #fff;
}

.column-9 {
  height: 100%;
  min-height: 500px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #0e2c67;
}

.bureau-txt {
  padding-right: 25px;
  padding-left: 25px;
  font-family: 'Brandon reg', sans-serif;
  font-weight: 400;
  text-align: center;
}

.carte {
  display: none;
  width: 90%;
  height: 225px;
  margin: 20px auto;
}

.row-2 {
  min-height: 500px;
  background-color: #313131;
}

.map {
  width: 100%;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.column-10 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.row-3 {
  padding-bottom: 50px;
}

.rotate {
  position: relative;
  z-index: 9990;
  display: block;
}

.lightbox-modal-sw {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, .65);
}

.image-sw {
  margin-top: -55px;
  padding-top: 0px;
}

.lightbox-modal-es {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.image-es {
  margin-top: -30px;
}

.image-9 {
  display: block;
  width: 27vw;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-9 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-modal-bocal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.lightbox-modal-vox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox-modal-kw {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: transparent;
}

.lightbox-hero-kw {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lightbox-header-kw {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.aplayer {
  position: static;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  background-color: rgba(49, 49, 49, .45);
}

.div-block-12 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.lightbox-modal-mn {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
}

.lightbox-header-mn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 325px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-modal-autres {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, .65);
}

.rich-text-block-5 {
  text-align: left;
}

.slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-cm {
  width: 39vw;
  height: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-parallax-div-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.hero-parallax-div-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.rich-text-block-6 {
  display: block;
}

.div-block-14 {
  overflow: hidden;
  width: 100vw;
  height: 85vh;
}

.image-10 {
  width: 100vw;
  max-width: none;
  min-width: 100vw;
  margin-top: -66px;
}

.header-conf {
  display: inline;
  padding-top: 60px;
  background-color: transparent;
  color: #fff;
  font-size: 60px;
  text-shadow: 1px 1px 23px #000;
}

.div-block-15 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container {
  display: inline;
  overflow: hidden;
}

.image-11 {
  position: static;
  display: block;
  overflow: visible;
  width: 100vw;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 1px 1px 20px #000;
}

.rich-text-block-7 {
  text-align: center;
}

.photo-emploi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper {
  overflow: hidden;
  border-radius: 20px;
  background-color: #eee;
}

.titre-emploi {
  margin-bottom: 0px;
}

.rsum-emploi {
  padding-top: 15px;
}

.bulle-emploi {
  padding-left: 0px;
}

.photo-emploi-bulle {
  display: block;
  overflow: visible;
  height: 235px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.fiche-emploi {
  height: 235px;
}

.container-2 {
  padding-right: 5%;
  padding-left: 5%;
}

.div-block-18 {
  margin-bottom: 50px;
}

.publi-le {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 20px;
}

.column-35 {
  padding-left: 0px;
}

.column-36 {
  padding-right: 0px;
}

.text-block-42 {
  padding-left: 10px;
}

.column-3-copy {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.image-11-copy {
  position: static;
  display: block;
  overflow: visible;
  width: 100vw;
  max-width: none;
  margin-top: -91px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contenu-general-copy {
  display: block;
  width: 80vw;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-top: 39px;
  margin-right: auto;
  margin-left: auto;
}

.contenu-general-copy.contact {
  width: 75vw;
  margin-top: 0px;
}

.emploi_comble {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.contenu-emploi {
  padding-left: 25px;
}

.emploi_comble_txt {
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
  color: #fff;
  font-size: 40px;
}

.blog_container {
  padding-right: 0%;
  padding-left: 0%;
}

.blog_info {
  padding: 10px 10% 20px;
  text-align: center;
}

.mix {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #313131;
  background-color: transparent;
}

.blog_img {
  display: block;
  overflow: hidden;
  width: 180px;
  height: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 500px;
  box-shadow: 7px 8px 9px 0 rgba(0, 0, 0, .15);
  -webkit-perspective: 1px;
  perspective: 1px;
}

.blog_img_content {
  height: 100%;
  max-width: none;
  min-width: 100%;
}

.column-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_auteur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_par {
  margin-right: 4px;
}

.blog_titre {
  margin-bottom: 0px;
}

.blog_resume {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_auteurs {
  padding: 5px;
  background-color: #e9e9e9;
}

.blog_auteurs_titre {
  margin-top: 0px;
}

.categ {
  display: none;
}

.filter-wrap {
  padding: 5px;
  background-color: #e9e9e9;
}

.filter.bouton-catgorie {
  width: 100%;
  margin-bottom: 3px;
  border: 2px solid #245fb2;
  background-color: transparent;
  color: #245fb2;
  text-align: center;
}

.button.filtering-button.bouton-categorie {
  width: 100%;
  margin-bottom: 3px;
  border: 2px solid #245fb2;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.button.filtering-button.bouton-categorie:hover {
  background-color: #fff;
  color: #fff;
}

.button.filtering-button.bouton-categorie:focus {
  background-color: #000;
}

.header-blogue {
  height: 400px;
}

.body-blogue {
  background-color: #e2e2e2;
}

.container-blogue {
  padding-top: 0px;
  padding-left: 0%;
  background-color: transparent;
}

.blogue-contenu {
  position: static;
  display: block;
  margin-right: 10%;
  margin-left: 10%;
  padding: 110px 40px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
}

.blogue-image {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blogue-titre {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, .45);
}

.blogue-h1 {
  width: 70vw;
  color: #fff;
  text-align: center;
}

.blogue-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-blogue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.blogue-date {
  padding-right: 5px;
}

.blogue_details {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0e2c67;
}

.blogue-texte {
  padding-top: 5px;
  padding-bottom: 15px;
}

.sharing {
  margin-top: 15px;
  padding-top: 0px;
  border-top: 1px solid #000;
}

.facebook-sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #245fb2;
  background-image: url('../images/FB.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-12 {
  display: block;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.twitter-sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f86ff;
  background-image: url('../images/TW.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.html-embed {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.next-button {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 2px solid #e8c364;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.previous {
  padding-right: 10px;
  padding-left: 10px;
}

.collection-list-wrapper-2 {
  display: none;
}

.next {
  border: 2px none #245fb2;
  color: #e8c364;
}

.retour-blogue {
  border: 2px none #245fb2;
  color: #e8c364;
}

.link {
  color: #e8c364;
}

.submit-button {
  background-color: #e8c364;
}

.texte-blogue {
  margin-top: 20px;
  font-family: 'Brandon reg', sans-serif;
}

html.w-mod-js *[data-ix="geo-1"] {
  -webkit-transform: translate(-350px, 100px);
  -ms-transform: translate(-350px, 100px);
  transform: translate(-350px, 100px);
}

html.w-mod-js *[data-ix="geo-2"] {
  -webkit-transform: translate(100px, -280px);
  -ms-transform: translate(100px, -280px);
  transform: translate(100px, -280px);
}

html.w-mod-js *[data-ix="icones-build-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 28px);
  -ms-transform: translate(0px, 28px);
  transform: translate(0px, 28px);
}

html.w-mod-js *[data-ix="icones-build-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 28px);
  -ms-transform: translate(0px, 28px);
  transform: translate(0px, 28px);
}

html.w-mod-js *[data-ix="icones-build-in-3"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="icones-build-in-4"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="icones-build-in-5"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="icones-build-in-6"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="loading"] {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

html.w-mod-js *[data-ix="text-build-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="blog-img-build-in"] {
  -webkit-transform: translate(0px, -50px) scale(1.1, 1.1);
  -ms-transform: translate(0px, -50px) scale(1.1, 1.1);
  transform: translate(0px, -50px) scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="blog-item-build-in"] {
  opacity: 0.24;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

@media (max-width: 991px) {
  .navlink.bouton-nav {
    margin-right: 5px;
  }
  .navlink.bouton-nav.w--current {
    color: #fff;
  }
  .header.contact {
    margin-top: 41px;
  }
  .header.accueil {
    height: 500px;
  }
  .geo-shape-l {
    top: 344px;
    margin-top: 0px;
    margin-left: -38px;
  }
  .geo-shape-l.parallax {
    width: 80vw;
    margin-top: 343px;
  }
  .colonnes-expertise {
    height: 100%;
  }
  .colonne-exp.gauche {
    height: 100%;
  }
  .image-expertise {
    margin-top: 67px;
    margin-bottom: 0px;
    padding-bottom: 69px;
  }
  .bouton-menu {
    height: 80px;
  }
  .bouton-menu.w--open {
    background-color: transparent;
  }
  .hamburger {
    display: inline-block;
    padding-top: 10px;
    color: #245fb2;
  }
  .nav-mobile {
    background-color: #245fb2;
    box-shadow: -6px -1px 10px 0 rgba(0, 0, 0, .5);
  }
  .footer {
    overflow: hidden;
  }
  .hero-text {
    top: 0%;
    margin-top: 0px;
  }
  .loading-container {
    left: 0%;
    top: 50vh;
    right: 0%;
    bottom: 50vh;
    width: 100vw;
    height: 100px;
  }
  .image-4 {
    position: fixed;
    left: 50vw;
    top: 45vh;
    right: 50vw;
    bottom: 50vh;
    margin-top: 0px;
  }
  .image-5 {
    width: 90vw;
    height: auto;
  }
  .heading {
    margin-top: 20px;
  }
  .heading.header {
    margin-top: 0px;
  }
  .column-2 {
    height: 100%;
  }
  .column-5 {
    height: 100%;
  }
  .wrap-general {
    padding-top: 66px;
  }
  .projets {
    overflow: hidden;
  }
  .lightbox-grid {
    height: 150px;
  }
  .lightbox-column {
    height: 150px;
  }
  .lightbox-thumbnail {
    margin-left: 0px;
  }
  .lightbox-thumbnail.sw {
    width: 26vw;
    height: auto;
  }
  .lightbox-thumbnail.es {
    width: 30vw;
    height: auto;
  }
  .lightbox-thumbnail.cite {
    margin-left: 0px;
  }
  .lightbox-thumbnail.autres {
    width: 30vw;
    height: auto;
  }
  .lightbox-modal-cite {
    display: none;
  }
  .lightbox-content {
    width: 650px;
    height: 475px;
  }
  .lightbox-content.bocal {
    height: 500px;
  }
  .lightbox-content.cite {
    height: 525px;
  }
  .lightbox-content.reflet {
    height: 510px;
  }
  .lightbox-content.vox {
    height: 500px;
  }
  .lightbox-content.kw {
    height: 525px;
  }
  .lightbox-hero {
    margin-top: 0px;
  }
  .lightbox-modal-reflet {
    display: none;
  }
  .div-block-3 {
    height: 100%;
  }
  .div-block-4 {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-6 {
    height: 100%;
  }
  .bureau {
    height: 520px;
    min-height: 100%;
  }
  .column-9 {
    height: 520px;
    min-height: 0px;
  }
  .row-2 {
    overflow: hidden;
    height: 505px;
  }
  .map {
    height: 200px;
  }
  .image-9 {
    width: 27vw;
  }
  .lightbox-modal-bocal {
    display: none;
  }
  .lightbox-modal-vox {
    display: none;
  }
  .lightbox-modal-kw {
    display: none;
  }
  .div-block-12 {
    display: block;
  }
  .text-block-3 {
    color: #a8a8a8;
    font-size: 12px;
  }
  .image-10 {
    height: 100%;
    margin-top: 0%;
  }
  .photo-emploi-bulle {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .logo-img.shadow {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
  }
  .header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100vw;
    max-width: 100vw;
    margin-top: 63px;
  }
  .header.contact {
    height: 50vh;
    margin-top: 78px;
  }
  .header.accueil {
    height: 400px;
  }
  .geo-shape-l {
    top: 385px;
    z-index: 1000;
    overflow: visible;
    width: 100vw;
    margin-top: 0px;
  }
  .colonne-gauche {
    padding-bottom: 41px;
  }
  .colonne-droite {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .texte-blanc {
    padding-bottom: 15px;
  }
  .domaine-expertise {
    padding-right: 15px;
    padding-left: 15px;
  }
  .colonne-exp.droite {
    height: 100%;
  }
  .image-expertise {
    margin-top: 49px;
    padding-bottom: 0px;
  }
  .quipe {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cta {
    font-size: 30px;
  }
  .hero-text {
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .hero-img.contacr {
    height: 50vh;
  }
  .image-2 {
    width: 100vw;
  }
  .loading-container {
    left: 0%;
    top: 50vh;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100px;
  }
  .image-4 {
    position: fixed;
    left: 50vw;
    top: 45vh;
    right: 50vw;
    bottom: 45vh;
    margin-top: 0px;
  }
  .image-5 {
    position: static;
    left: 0px;
    top: 0px;
    z-index: 1000;
    overflow: hidden;
    width: 100vw;
    height: auto;
  }
  .heading.header {
    top: 0px;
    height: auto;
    margin-top: 0px;
  }
  .wrap-general {
    padding-top: 62px;
  }
  .equipe {
    font-size: 30px;
  }
  .heading-2.h2-contact {
    margin-top: 0px;
  }
  .texte-projets {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .lightbox-grid {
    height: auto;
  }
  .lightbox-column {
    height: 200px;
    padding-left: 0px;
  }
  .lightbox-thumbnail {
    width: 100%;
    height: auto;
    margin-top: -1px;
    margin-left: 0px;
  }
  .lightbox-thumbnail.dragao {
    margin-top: -81px;
  }
  .lightbox-thumbnail.sw {
    width: 100%;
    height: auto;
  }
  .lightbox-thumbnail.es {
    width: 100%;
    height: auto;
    margin-top: 49px;
  }
  .lightbox-thumbnail.cite {
    width: 100vw;
    margin-top: -40px;
    margin-left: 0px;
  }
  .lightbox-thumbnail.autres {
    width: 100%;
    height: auto;
  }
  .lightbox-thumbnail.kw {
    width: 100vw;
  }
  .lightbox-thumbnail.vox {
    width: 100vw;
  }
  .lightbox-modal-cite {
    display: none;
  }
  .lightbox-content {
    display: block;
    width: 500px;
  }
  .lightbox-header {
    height: 250px;
  }
  .lightbox-hero {
    margin-top: 0px;
  }
  .lightbox-text {
    display: block;
  }
  .div-block-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .row-2 {
    height: auto;
  }
  .map {
    height: 250px;
  }
  .rotate {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 500px;
    height: 250px;
    margin-top: 10vh;
    margin-right: auto;
    margin-left: auto;
    background-color: #245fb2;
    opacity: 1;
    color: #245fb2;
  }
  .image-8 {
    display: block;
    width: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    clear: none;
  }
  .rotate-txt {
    padding-top: 25px;
    padding-right: 50px;
    padding-left: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
  }
  .image-9 {
    width: 100vw;
  }
  .div-block-13 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lightbox-cm {
    width: 100vw;
  }
  .hero-parallax-div-1 {
    display: block;
  }
  .hero-parallax-div-2 {
    display: block;
  }
  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-10 {
    display: block;
    width: auto;
    height: 100%;
    max-height: none;
    margin-top: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header-conf {
    display: block;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .photo-emploi-bulle {
    width: 100%;
    height: auto;
  }
  .publi-le {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .column-35 {
    margin-top: -22px;
  }
  .contenu-general-copy.contact {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 15px;
  }
  .navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: visible;
    width: 100vw;
    height: 60px;
  }
  .logo-img {
    width: 60px;
    height: 60px;
  }
  .logo-img.shadow {
    width: 60px;
    height: 60px;
    min-height: 80px;
    min-width: 80px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .navlink.bouton-nav {
    color: #fff;
  }
  .header {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 386px;
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header.contact {
    height: 300px;
    margin-top: 57px;
    margin-bottom: 0px;
  }
  .header.accueil {
    height: 400px;
    margin-top: 0px;
  }
  .geo-shape-l {
    top: 266px;
    z-index: 900;
    overflow: hidden;
    width: 100%;
    margin-top: -38px;
    margin-left: 0px;
  }
  .geo-shape-l.parallax {
    width: 110vw;
    max-width: none;
    margin-top: 268px;
  }
  .texte {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
  }
  .services {
    overflow: hidden;
  }
  .colonne-gauche {
    padding-bottom: 20px;
  }
  .colonne-droite {
    padding-top: 15px;
  }
  .icone-services {
    width: 180px;
    height: 180px;
  }
  .h2-gris {
    font-size: 28px;
  }
  .titre-services {
    font-size: 28px;
  }
  .texte-blanc {
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 41px;
    font-size: 16px;
    line-height: 21px;
  }
  .texte-blanc.exp {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 21px;
  }
  .domaine-expertise {
    padding-right: 5px;
    padding-bottom: 25px;
    padding-left: 5px;
  }
  .h2-expertise {
    padding-bottom: 0px;
    font-size: 28px;
  }
  .colonne-exp.gauche {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-expertise {
    margin-top: 74px;
    margin-bottom: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .hamburger {
    padding-top: 0px;
    color: #e8c364;
  }
  .quipe {
    height: 100%;
    min-height: 250px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cta-contact {
    height: 100%;
    min-height: 250px;
    padding-top: 54px;
  }
  .cta {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    font-size: 28px;
  }
  .bouton-jaune {
    padding-top: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .bouton-jaune.accueil {
    margin-top: 19px;
  }
  .bouton-jaune.lightbox-button {
    width: 150px;
    height: 40px;
    padding-top: 9px;
    font-size: 18px;
  }
  .bouton-jaune.contact {
    margin-top: 32px;
  }
  .footer {
    overflow: hidden;
  }
  .hero-text {
    position: absolute;
    left: 0px;
    top: 0%;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-img {
    position: absolute;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-img.contacr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 500;
    height: 450px;
  }
  .loading {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
  .loading-container {
    position: absolute;
    left: 0%;
    top: 50vh;
    right: 0%;
    bottom: 50vh;
    display: block;
    width: 100vw;
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-4 {
    position: fixed;
    left: 50vw;
    top: 45vh;
    right: 50vw;
    bottom: 45vh;
    display: block;
    margin-top: 0px;
  }
  .image-5 {
    position: static;
    top: 0px;
    right: 0px;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: auto;
  }
  .body {
    overflow: hidden;
  }
  .heading {
    margin-top: 0px;
    font-size: 30px;
  }
  .heading.header {
    top: 0px;
    height: auto;
    margin-top: 27px;
    line-height: 30px;
  }
  .column-2 {
    height: 100%;
    min-height: 100%;
  }
  .column-2 {
    position: relative;
    height: 100%;
    min-height: 100%;
  }
  .text-block.footer-c {
    font-size: 14px;
  }
  .footer-nav.w--current {
    position: static;
    display: inline;
    overflow: visible;
  }
  .column-3 {
    padding-right: auto;
    padding-left: auto;
  }
  .sm-icon {
    height: 25px;
  }
  .wrap-general {
    margin-top: 0px;
    padding-top: 44px;
  }
  .wrap-general.contact {
    padding-top: 0px;
  }
  .equipe {
    font-size: 28px;
  }
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
  }
  .heading-2.h2-contact {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rich-text-block-2 {
    font-size: 19px;
  }
  .rich-text-block-2 p {
    font-size: 16px;
  }
  .image-7 {
    position: static;
    width: auto;
    height: 50vh;
    max-width: none;
    min-width: 100vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .texte-projets {
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .lightbox-grid {
    height: auto;
  }
  .lightbox-column {
    height: 160px;
  }
  .lightbox-thumbnail {
    margin-top: 0px;
    margin-left: 0px;
  }
  .lightbox-thumbnail.dragao {
    margin-top: -23px;
  }
  .lightbox-thumbnail.sw {
    width: 100%;
    height: auto;
  }
  .lightbox-thumbnail.es {
    width: 100%;
    height: auto;
  }
  .lightbox-thumbnail.cite {
    margin-top: -23px;
  }
  .lightbox-thumbnail.autres {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .lightbox-thumbnail.kw {
    width: 100%;
  }
  .lightbox-thumbnail.vox {
    width: 100%;
  }
  .lightbox-modal-cite {
    display: none;
  }
  .lightbox-content {
    width: 260px;
    height: 425px;
  }
  .lightbox-header {
    height: 175px;
  }
  .lightbox-header.sw {
    height: 200px;
  }
  .lightbox-header.es {
    height: 200px;
  }
  .lightbox-hero {
    display: inline-block;
    margin-top: 0px;
  }
  .lightbox-hero.dragao {
    margin-top: 0px;
  }
  .lightbox-hero.cite-h {
    margin-top: 0px;
  }
  .lightbox-hero.mn {
    height: 100%;
    max-width: none;
  }
  .lightbox-hero.vox {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .lightbox-text {
    padding-bottom: 14px;
  }
  .lightbox-modal-reflet {
    display: none;
  }
  .lightbox-modal-dragao {
    display: none;
  }
  .div-block-6 {
    height: 100%;
  }
  .div-block-7 {
    position: static;
  }
  .lightbox-modal-yl {
    display: none;
  }
  .image-yl {
    margin-top: 0%;
  }
  .image-yl._1 {
    margin-top: 0px;
  }
  .image-yl._2 {
    margin-top: 0px;
  }
  .image-yl._3 {
    height: 100%;
    max-width: none;
    margin-top: 0px;
  }
  .heading-4.h2-blanc {
    font-size: 25px;
  }
  .heading-5.h2-blanc {
    font-size: 25px;
  }
  .form {
    font-size: 15px;
  }
  .column-9 {
    position: static;
  }
  .bureau-txt {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .row-2 {
    height: auto;
  }
  .map {
    height: 210px;
  }
  .rich-text-block-3 {
    display: block;
  }
  .rich-text-block-3 p {
    font-size: 15px;
  }
  .row-3 {
    padding-bottom: 40px;
  }
  .lightbox-modal-sw {
    display: none;
  }
  .image-sw {
    margin-top: 0px;
  }
  .lightbox-modal-es {
    display: none;
  }
  .image-es {
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .lightbox-modal-bocal {
    display: none;
  }
  .lightbox-modal-vox {
    display: none;
  }
  .lightbox-modal-kw {
    display: none;
  }
  .lightbox-hero-kw {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .lightbox-header-kw {
    height: 200px;
  }
  .aplayer {
    margin-top: 12px;
  }
  .lightbox-modal-mn {
    display: none;
  }
  .lightbox-header-mn {
    height: 175px;
  }
  .lightbox-modal-autres {
    display: none;
  }
  .rich-text-block-5 {
    font-size: 15px;
  }
  .lightbox-cm {
    width: 100%;
  }
  .text-block-3 {
    padding-top: 15px;
    padding-left: 0px;
    color: #c3c3c3;
    font-size: 12px;
  }
  .hero-parallax-div-1 {
    overflow: hidden;
  }
  .hero-parallax-div-2 {
    position: absolute;
    overflow: hidden;
  }
  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-conf {
    position: static;
    display: block;
    width: 100vw;
    padding-top: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 40px;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #fff;
    text-align: center;
  }
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-11 {
    width: auto;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-6 {
    display: inline-block;
    font-size: 40px;
  }
  .container-2 {
    padding-right: 8%;
    padding-left: 8%;
    font-size: 14px;
  }
  .column-3-copy {
    position: static;
    display: block;
    overflow: visible;
    height: 20px;
    padding: auto;
    color: #fff;
  }
  .image-11-copy {
    display: block;
    overflow: hidden;
    width: auto;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mix {
    display: none;
  }
  .column-37 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-4 {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Brandon bld';
  src: url('../fonts/Brandon_bld.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon it';
  src: url('../fonts/Brandon_thin_it.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon med';
  src: url('../fonts/Brandon_med.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon blk';
  src: url('../fonts/Brandon_blk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon med it';
  src: url('../fonts/Brandon_med_it.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon bld it';
  src: url('../fonts/Brandon_bld_it.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon reg';
  src: url('../fonts/Brandon_reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon blk it';
  src: url('../fonts/Brandon_blk_it.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon it';
  src: url('../fonts/Brandon_light_it.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon reg it';
  src: url('../fonts/Brandon_reg_it.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Brandon';
  src: url('../fonts/Brandon_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon';
  src: url('../fonts/Brandon_thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}