/* Aspect ratio calculator
Take your original height
Take your original width
Divide the height by the width
Multiply the quotient by the preferred width*/
.hide-mobile {
  display: none;
}
@media screen and (min-width: 600px) {
  .hide-mobile {
    display: flex;
  }
}
@media only screen and (min-device-width: 400px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hide-mobile {
    display: none;
  }
}

.grid-lg {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.container, .container-fluid {
  display: flex;
  flex-direction: column;
}
.container.grid-lg, .grid-lg {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .container.grid-lg, .grid-lg {
    max-width: 80%;
  }
}
@media screen and (min-width: 600px) {
  .container.grid-lg, .grid-lg {
    align-items: left;
  }
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: scroll;
  font-size: 1rem;
}

#footer {
  flex-shrink: 0;
}

@media screen and (max-width: 599px) {
  .hide-desktop {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .hide-desktop {
    display: none;
  }
}
.container-fluid.grid-lg {
  margin: 0px;
  max-width: 100%;
}

p, li, a, button, div {
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 600px) {
  p, li, a, button, div {
    text-align: left;
  }
}

a {
  color: #000000;
}
a:visited {
  color: #000000;
}

#start section {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
}

#start .container, .grid-lg {
  padding: 1rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
#start .container h3, .grid-lg h3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #start .container h3, .grid-lg h3 {
    text-align: left;
  }
}
#start .container p, .grid-lg p {
  text-align: left;
}
#start .container h2, .grid-lg h2 {
  margin-top: 0px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #start .container h2, .grid-lg h2 {
    text-align: center;
  }
}

.bg-gray {
  background-color: #909090;
}

section.section {
  padding: 1rem 0rem;
}

.tb-cta {
  padding-bottom: 2rem;
}

.tb-text-image {
  width: 20rem;
  max-width: 100%;
}

.tb-orange {
  background-color: #FFF3E1;
}

.tb-dark-green {
  background-color: #DCEDDE;
}

.tiersbox-container .container-fluid {
  margin-top: 1em;
}

@font-face {
  font-family: "avenir black";
  src: url("../fonts/avenir-black.ttf") format("truetype"), url("../fonts/avenir-black.woff") format("woff");
}
@font-face {
  font-family: "avenir heavy";
  src: url("../fonts/avenir-heavy.ttf") format("truetype"), url("../fonts/avenir-heavy.woff") format("woff");
}
@font-face {
  font-family: "avenir book";
  src: url("../fonts/avenir-book.ttf") format("truetype"), url("../fonts/avenir-book.woff") format("woff");
}
@font-face {
  font-family: "avenir regular";
  src: url("../fonts/avenir-regular.ttf") format("truetype"), url("../fonts/avenir-regular.woff") format("woff");
}
@font-face {
  font-family: "avenir light";
  src: url("../fonts/avenir-light.ttf") format("truetype"), url("../fonts/avenir-light.woff") format("woff");
}
@font-face {
  font-family: "rumeur";
  src: url("../fonts/rumeur.otf") format("opentype");
}
body {
  font-family: "avenir regular", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #000000;
}

.logo {
  font-family: "avenir black", sans-serif;
}

ul {
  margin: 0px;
}
@media screen and (min-width: 600px) {
  ul {
    list-style-type: disc;
    list-style-position: inside;
  }
}

p {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "avenir black", sans-serif !important;
  color: #000000;
}

h1, .title-h1h2 h1 {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  h1, .title-h1h2 h1 {
    text-align: left;
  }
}

.title-h1h2 h1 {
  margin-top: 4rem;
}

h2 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: normal;
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  h2 {
    text-align: center;
  }
}

.ab-soft-h2 {
  color: #000000;
}

h5 {
  border-bottom: #FFF3E1 solid 0.15em;
  font-weight: bolder;
  font-size: 1.2em;
}

h6 {
  font-family: "avenir black", sans-serif;
}

form {
  font-family: "avenir black", sans-serif;
}

#header {
  font-size: 0.9rem;
}

.tb-button-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tb-button, .btn {
  display: inline-block;
  text-align: center;
  font-family: "avenir black", sans-serif !important;
  color: #000000;
  background-color: #FFFFFF;
  border: solid #000000 0.3rem;
  box-shadow: #000000 0.3rem 0.3rem;
  font-size: 1.05em;
  padding: 0.5rem 2rem;
  display: inline-block;
  height: auto;
}
.tb-button:hover, .tb-button:focus, .tb-button:hover, .tb-button:focus, .btn:hover, .btn:focus, .btn:hover, .btn:focus {
  box-shadow: #000000 0.15rem 0.15rem;
  position: relative;
  left: 0.12rem;
  top: 0.12rem;
  background-color: #FFFFFF;
  text-decoration: none;
  color: #000000;
  border-color: #000000;
}
.tb-button:active, .btn:active {
  position: relative;
  left: 0.25rem;
  top: 0.25rem;
  box-shadow: #000000 0.01rem 0.01rem;
}

.petit-bouton {
  padding: 1em 0;
}
.petit-bouton .toggle-tb-button {
  text-decoration: underline;
  cursor: pointer;
}

.gros-bouton .toggle-tb-button, h2 .toggle-tb-button {
  font-family: "Commune B1San bold", sans-serif;
  display: inline-block;
  border: 0.3em solid;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
  padding: 0.8em 0.8em;
  background-color: white;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .gros-bouton .toggle-tb-button, h2 .toggle-tb-button {
    font-family: "Commune B1San bold", sans-serif;
    display: inline-block;
    border: 0.3em solid;
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    padding: 0.7em 4em;
    background-color: white;
    color: #000000;
  }
}

.hidden-text {
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5em;
}
.hidden-text p, .hidden-text ul {
  text-decoration: none;
  font-family: "Commune B1San regular", sans-serif;
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 1.3rem;
}
@media screen and (min-width: 600px) {
  .hidden-text p, .hidden-text ul {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 600px) {
  .bouton {
    color: #000000 a;
    color-cursor: pointer;
  }
  .show-on-hover p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .show-on-hover .hidden-text {
    visibility: hidden;
    cursor: default;
  }
}
.show-on-clic .hidden-text {
  display: none;
}

.liste-zone span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.tags .label.label-secondary {
  background: none;
  font-family: "avenir regular", "sans-serif";
  text-transform: capitalize;
  font-size: 1.2rem;
  color: #000000;
}
.tags .label.label-secondary:not(:last-child) {
  padding-bottom: 1em;
}

a.tb-bouton-lieu {
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "avenir black", "sans-serif";
  font-size: 1rem;
  padding: 1rem 1.5rem;
  margin-bottom: calc(1em / 2);
  display: flex;
}
a.tb-bouton-lieu:hover {
  border-right: 1rem solid #FFE889;
  box-shadow: inset 0rem -0.2rem #FFE889;
  text-decoration: none;
}

#header:not(.scrolled) {
  background-color: rgba(0, 0, 0, 0);
  height: 4rem;
}

.mobile-menu .button_container span {
  width: 74%;
  height: 3px;
}

#header {
  background-color: rgb(255, 255, 255);
  border-bottom: 0px;
}
#header.section {
  padding: 0px;
}
#header .grid-lg {
  padding: 0px;
  margin: auto;
  flex-direction: row;
}

#main-navigation .header-dark #header:not(.scrolled) a, #main-navigation a {
  color: #000000 !important;
}

.navbar {
  width: 100%;
}

.dropmenu ul li a:last-child {
  padding-right: 0px;
}

.overlay {
  opacity: 1;
}
.overlay div {
  text-align: left;
}
.overlay .mobile-logo {
  display: none;
}
.overlay.open #main-navigation {
  margin-top: 1rem;
  margin-left: 1.4rem;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.overlay.open #main-navigation li {
  font-size: 1.1rem;
  font-family: "avenir black";
}
.overlay.open #main-navigation a {
  color: #FFFFFF !important;
}

#toggle.active span {
  background-color: #FFFFFF;
}
#toggle span {
  background-color: #000000;
}

#footer {
  display: flex;
  padding: 1rem 1rem;
  background-color: #FFE889;
}
@media screen and (min-width: 600px) {
  #footer {
    padding: 0px;
    height: 4rem;
    overflow: hidden;
  }
  #footer .container {
    display: flex;
  }
}
#footer .container {
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #000000;
}
#footer .tb-logo-xs img {
  width: 15vw;
  margin-right: 0.5rem;
}
#footer ul {
  width: 95%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9rem;
}
#footer ul li:not(:last-child) {
  margin-right: 0.8rem;
}
@media screen and (max-width: 599px) {
  #footer .hide-desktop {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  #footer .hide-mobile {
    display: flex;
    max-width: 20vw;
    min-width: 10rem;
  }
}

/*
#footer{
    padding:1rem 1rem;
    background-color:$tb-yellow;
    .container{
        padding: 0px;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: $grid-gap-columns;
        color: $black;
    }
    .tb-logo-xs img{
        width: 15vw;
    }
    ul{
        display: flex;
        justify-content: space-between;
        font-size: .8rem;
    }
    @include mobile-only{
        .hide-desktop{
            display: flex;
        }
    }
    @include tablet-portrait-up{
        .hide-mobile{
            display: flex;
        }
    }
}
*/
.left-aside-page.container.grid-lg {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 600px) {
  .left-aside-page.container.grid-lg .tb-aside {
    margin-right: 0.5rem;
    width: 50rem;
  }
  .left-aside-page.container.grid-lg .tb-aside ul li {
    margin-bottom: 1rem;
  }
}
.left-aside-page.container.grid-lg .tb-main div {
  margin-bottom: 4rem;
}

.tb-articles-highlight {
  width: 100%;
}

.tb-blocs-highlight {
  /*.tb-article-highlight-single-image{
      //Oui je sais c'est vide
  }*/
}
.tb-blocs-highlight .tb-bloc-highlight-single-content {
  justify-content: center;
  column-gap: 0.5rem;
  margin-bottom: 1em;
  overflow: hidden;
  padding-top: 1rem;
  background-color: #EAF0FF;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
  border-radius: 0rem 0rem 1rem 1rem;
  display: grid;
}
@media screen and (min-width: 992px) {
  .tb-blocs-highlight .tb-bloc-highlight-single-content {
    grid-template-columns: repeat(6, 1fr);
  }
  .tb-blocs-highlight .tb-bloc-highlight-single-content .tb-article-highlight-single-image {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  .tb-blocs-highlight .tb-bloc-highlight-single-content .tb-article-highlight-single-text {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.tb-blocs-highlight h3 {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.5rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0px;
}
.tb-blocs-highlight a:hover {
  text-decoration: none;
}
.tb-blocs-highlight p {
  text-align: left;
}

.tb-cta section > div {
  padding-top: 1em;
}
.tb-cta .tb-text p {
  font-family: "avenir black", "sans-serif";
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .tb-article-highlight-single-text {
    display: flex;
  }
}
.tb-top {
  padding-top: 4rem;
  height: 40vh;
  min-height: 19rem;
  background-color: #FFF3E1;
}
.tb-top .grid-lg {
  margin: 4rem auto;
}
.tb-top .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .tb-top.container-fluid.grid-lg {
    margin-bottom: 2rem;
  }
  .tb-top .tb-top-image {
    max-width: 15rem;
  }
}
.tb-top h1 {
  font-size: 1.4rem;
  hyphens: auto;
  line-height: normal;
}
.tb-top .tb-top-titre {
  margin-top: 0px;
}
@media screen and (min-width: 600px) {
  .tb-top .tb-top-titre {
    margin-right: 5rem;
  }
}
.tb-top .tb-home-top-image {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .tb-top .tb-home-top-image {
    width: 30rem;
  }
}
@media only screen and (min-device-width: 400px) and (max-device-width: 1024px) and (orientation: landscape) {
  .tb-top .tb-home-top-image {
    display: none;
  }
}
.tb-top p {
  margin: 0px;
}
.tb-top p, .tb-top a {
  font-size: 1rem;
  font-family: "avenir regular";
}
.tb-top p, .tb-top h1, .tb-top a {
  text-align: left;
}
.tb-top .section {
  padding-top: 0px;
}
.tb-top .tb-top-texte {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.tb-top .tb-retour {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: "avenir black";
  margin-bottom: 1em;
}
.tb-top .tb-retour img {
  width: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 992px) {
  .tb-top .tb-top-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .tb-top .tb-top-container h1, .tb-top .tb-top-container p, .tb-top .tb-top-container ul li {
    text-align: left;
  }
  .tb-top .tb-top-container ul {
    flex-direction: column;
  }
}

.tb-green {
  background-color: #F0FAF1;
}

@media screen and (min-width: 992px) {
  .tb-home-top .tb-top-text {
    max-width: 40rem;
    hyphens: none;
  }
  .tb-home-top .tb-top-text h1 {
    hyphens: none;
    margin-top: 0px;
    font-size: 1.5rem;
    font-family: "rumeur", "avenir black", sans-serif;
  }
}
@media screen and (min-width: 992px) and (min-width: 1600px) {
  .tb-home-top .tb-top-text h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .tb-home-top .tb-top-text h1, .tb-home-top .tb-top-text p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .tb-top-text {
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 992px) {
  #formulaire.tb-top {
    justify-content: space-around;
  }
  #formulaire.tb-top .tb-top-container {
    align-items: center;
    justify-content: space-around;
  }
  #formulaire.tb-top .tb-top-texte {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
  }
  #formulaire.tb-top .tb-top-texte p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .tb-home-top .tb-top-image {
    max-width: 30rem;
  }
}
.tb-searchbox {
  width: 100%;
  margin-bottom: 2rem;
}
.tb-searchbox form {
  display: flex;
  flex-direction: row;
}

.tb-search-submit {
  border: 0px;
  height: 2.7rem;
  width: 2.7rem;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tb-search-submit img {
  height: 1.2rem;
}

.tb-searchbox .search-input, .form-input, .form-input:not(:placeholder-shown):invalid, .search-input:not(:placeholder-shown):invalid, [data-grav-field=array] input:not(:placeholder-shown):invalid, [data-grav-field=array] {
  border: solid 0.2rem;
  border-color: #000000;
  font-size: 1rem;
  color: #000000;
  height: 2.7rem;
}
.tb-searchbox .search-input:focus, .form-input:focus, .form-input:not(:placeholder-shown):invalid:focus, .search-input:not(:placeholder-shown):invalid:focus, [data-grav-field=array] input:not(:placeholder-shown):invalid:focus, [data-grav-field=array]:focus {
  box-shadow: none;
  background-color: #EAF0FF;
}

.form-input:focus, .search-input:focus, [data-grav-field=array] input:focus, [data-grav-field=array] textarea:focus {
  border-color: #000000;
}

.tb-searchbox .search-input {
  border-radius: 0.1rem 0rem 0rem 0.1rem;
}

.tb-top ul li p {
  font-size: 1.2rem;
}
.tb-top ul li p:not(:last-child) {
  padding-bottom: 0.5rem;
}

.form {
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .form {
    align-items: center;
  }
}

#contact-form {
  width: 100%;
  text-align: left;
  font-family: "avenir regular", sans-serif;
}
@media screen and (min-width: 992px) {
  #contact-form {
    width: 50%;
  }
}
#contact-form .form-input {
  height: 2.7rem;
}
#contact-form .form-textarea-wrapper textarea {
  height: 5rem;
}
#contact-form span.required {
  display: none;
}
#contact-form .form-label {
  text-align: left;
}

.contenu-droite-pages {
  position: inherit;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .contenu-droite-pages {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .contenu-droite {
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .contenu-droite .contenu-droite-pages {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.tb-button-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-contenu {
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .faq-contenu {
    flex-direction: row;
  }
}
.faq-contenu h3 {
  text-align: left;
  margin: 0px;
  margin-bottom: 1rem;
}
.faq-contenu .faq-contenu-single {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .faq-contenu .faq-contenu-single {
    margin-top: 0px;
    margin-right: 2rem;
  }
}
.faq-contenu .faq-contenu-single:not(:last-child) {
  margin-right: 0.5rem;
}
.faq-contenu .faq-contenu-single p {
  margin-bottom: 0px;
}
.faq-contenu .tb-filet {
  border-top: 0.23rem solid #000000;
  width: 3rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .faq-contenu .tb-filet {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .liste-zone span {
    display: flex;
    flex-direction: row;
  }
  .liste-zone span a:not(:last-child) {
    margin-right: 2rem;
  }
}
.modular-features {
  padding-bottom: 0px;
}
.modular-features h3 {
  font-size: 1rem;
}
.modular-features section {
  padding-bottom: 0px;
}
.modular-features .tb-blocs-highlight {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-row-gap: 1rem;
  grid-column-gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .modular-features .tb-blocs-highlight {
    grid-template-columns: repeat(4, auto);
    grid-row-gap: 0.5rem;
  }
}
.modular-features .tb-blocs-highlight .column {
  margin-bottom: 0px;
  background-color: #F0FAF1;
  border-radius: 0rem 0rem 1rem 1rem;
}
.modular-features .column {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media screen and (min-width: 992px) {
  .modular-features .column {
    padding: 0px;
    display: flex;
    flex-direction: column;
  }
}
.modular-features .feature-icon {
  display: none;
}
.modular-features .tb-bloc-highlight-single .tb-bloc-highlight-single-content {
  background-color: #F0FAF1;
}
.modular-features img {
  border: 0.15rem solid #000000;
  border-radius: 100%;
  background-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .modular-features h3 {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
.modular-features .feature-content {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 992px) {
  .tb-text.grid-lg {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.5rem;
  }
  .tb-text .tb-text-image {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 4;
    justify-self: center;
  }
  .tb-text .tb-text-alone {
    grid-column-start: 4;
    grid-column-end: 7;
    justify-self: start;
  }
}
.tb-text p {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .tb-text p {
    justify-content: flex-start;
  }
}

.modular-text .tb-text-fullpage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.modular-text .tb-text-fullpage div {
  min-width: auto;
}

@media screen and (min-width: 992px) {
  .tb-cta .tb-text-alone {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
  }
  .tb-cta .tb-text-alone p {
    text-align: left;
  }
  .tb-cta .tb-text-image {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
  }
}

.tb-home-top {
  height: 102vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .tb-home-top {
    height: 80vh;
  }
}
@media screen and (max-width: 599px) {
  .tb-home-top .tb-top-text > *:last-child {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-device-width: 400px) and (max-device-width: 1024px) and (orientation: landscape) {
  .tb-home-top .tb-top-text > *:last-child {
    margin-bottom: 0px;
  }
}
.tb-home-top .tb-top-text > *:not(:last-child) {
  margin-bottom: 1rem;
}
.tb-home-top h1 {
  margin-top: 0px;
}
.tb-home-top .tb-home-top-image {
  width: 100%;
}
.tb-home-top p, .tb-home-top h1, .tb-home-top a {
  text-align: center;
}
.tb-home-top .section {
  padding-top: 0px;
}
.tb-home-top .grid-lg {
  margin: 0px auto;
}
@media screen and (min-width: 992px) {
  .tb-home-top .grid-lg {
    padding-top: 0px;
  }
}
.tb-home-top p {
  font-size: 1rem;
}
.tb-home-top .tb-button-container > * {
  margin-bottom: 2rem;
}
@media only screen and (min-device-width: 400px) and (max-device-width: 1024px) and (orientation: landscape) {
  .tb-home-top .tb-top-image {
    display: none;
  }
}

.tb-home-top {
  background-color: #FFF3E1;
  background-repeat: no-repeat;
}

.modular-hero {
  background-repeat: no-repeat;
  background-size: initial;
}

.header-fixed .hero {
  background-position: right;
}/*# sourceMappingURL=main.css.map */