/* Breakpoint	Class infix	Dimensions
Extra small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px */

.ff-dmsans {
  font-family: 'DM Sans';
}

.ff-roboto {
  font-family: 'Roboto';
}

.belliche-border {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 100px;
  border-color: #ffffff;
  border-bottom-width: 150px;
}

.belliche-first-column {
  font-size: 0.83vw;
  padding-left: 2.6vw !important;
}

@media only screen and (min-width: 1920px) {
  .belliche-first-column-contact {
    font-size: 0.85vw;
    padding-left: calc(3rem - 0.25vw) !important;
  }
}

.belliche-header {
  background-image: url('img/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.belliche-header-contact {
  background-image: url('img/header_contact.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.belliche-header .fs-2 {
  font-size: 2rem !important;
}

.belliche-header-logo {
  width: 50% !important;
  margin-left: -5px !important;
  margin-top: 10px;
}

@media only screen and (max-width: 992px) {
  .belliche-header {
    background-image: none;
  }

  .belliche-header div.text-white {
    color: #000000 !important;
  }

  .belliche-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 30px;
    border-color: #ffffff;
    border-bottom-width: 85px;
  }

  .belliche-header-logo {
    width: 35% !important;
    margin-left: -15px !important;
    margin-top: 10px;
  }
}

/* Adaptation de l'image  */

@media only screen and (max-width: 576px) {
  .belliche-header {
    background-image: none;
  }

  .belliche-header div.text-white {
    color: #000000 !important;
  }
}

@media only screen and (max-width: 768px) {

  .belliche-header-logo {
    width: 75% !important;
    margin-left: -10px !important;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .overflow-hidden {
    overflow-y: scroll !important;
  }
}

@media only screen and (min-width: 992px) {

  .belliche-header-logo {
    width: 35% !important;
    margin-left: -15px !important;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1200px) {

  .belliche-header-logo {
    margin-left: -10px;
  }

  .belliche-header-logo {
    width: 30% !important;
    margin-left: -15px !important;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1400px) {

  .belliche-header-logo {
    margin-left: -15px;
  }

  .belliche-header-logo {
    width: 30% !important;
    margin-left: -20px !important;
    margin-top: 10px;
  }
}

/* Adaptation du texte */

@media only screen and (max-width: 1700px) {

  .belliche-header .fs-2,
  .belliche-header-contact .fs-2 {
    font-size: 1.5rem !important;
  }

  .belliche-first-column {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 1400px) {

  .belliche-header .fs-2,
  .belliche-header-contact .fs-2 {
    font-size: 1.3rem !important;
  }
}

@media only screen and (max-width: 1200px) {

  .belliche-header .fs-2,
  .belliche-header-contact .fs-2 {
    font-size: 1.1rem !important;
  }
}

@media only screen and (max-width: 1100px) {

  .belliche-header .fs-2,
  .belliche-header-contact .fs-2 {
    font-size: 1rem !important;
  }

  .belliche-first-column {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 970px) {

  .belliche-header .fs-2,
  .belliche-header-contact .fs-2 {
    font-size: 1.15rem !important;
  }

  .belliche-header .fs-2,
  .belliche-header-contact .fs-2 {
    line-height: 1.1 !important;
  }
}

@media only screen and (max-width: 768px) {
  .belliche-first-column {
    font-size: 18px;
    /* margin-left: 1rem !important; */
  }
}

.belliche-nav-fs {
  font-size: 11px;
}

.belliche-footer-fs {
  font-size: 11px;
}

.active {
  font-weight: 700;
}