/* lato-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/lato-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("../../fonts/lato-v24-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/lato-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../../fonts/lato-v24-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/lato-v24-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../../fonts/lato-v24-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/lato-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("../../fonts/lato-v24-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Apalu";
  src: url("../../fonts/apalu-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "times_sans_serif";
  src: url("../../fonts/times_sans_serif.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* ################### Css reset ################### */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

picture {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ################### Global styles ################### */
html {
  scroll-padding-top: 67px;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.portrait .main-container {
  position: relative;
  padding-top: 67px;
}

.landscape {
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
.landscape .main-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
}
.landscape .main-container::-webkit-scrollbar {
  display: none;
}
.landscape .main-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.column-background {
  background-repeat: no-repeat;
}
.column-background .section-header__logo {
  width: fit-content;
}

.column-text .sections-nav__entry:first-of-type {
  margin-right: clamp(20px, 6vw, 60px);
}
.column-text__title {
  font-family: "times_sans_serif", sans-serif, times, serif;
  font-size: clamp(34px, 6vw, 62px);
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.column-text__lead {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.5px;
}
.column-text__subtitle {
  font-family: "times_sans_serif", sans-serif, times, serif;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: normal;
  width: fit-content;
}
.column-text__paragraph {
  font-size: clamp(14px, 1.8vw, 17px);
  padding-left: 20px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
.column-text__first-content .column-text__paragraph {
  margin-bottom: 30px;
}
.column-text__first-content .column-text__subtitle::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  margin-left: 20px;
  height: 3px;
}
.column-text__second-content {
  position: relative;
}
.column-text__second-content p {
  font-size: clamp(14px, 1.8vw, 17px);
}
.column-text__second-content::before {
  content: url("../../images/abeille_2.avif");
  width: 45px;
  height: auto;
  position: absolute;
  top: -30px;
  left: 20px;
}
.column-text__third-content p {
  font-size: clamp(16px, 2.2vw, 20px);
}
.column-text__third-content--contact {
  margin: 10px auto;
}

.landscape section {
  width: 100vw;
  height: 100vh;
  flex: 0 0 100%;
}
.landscape .two-columns {
  display: flex;
  flex-wrap: nowrap;
}
.landscape .column-text,
.landscape .column-background {
  padding: 45px;
}
.landscape .column-background {
  position: relative;
  flex: 1 1 50%;
  max-width: 50%;
  height: 100vh;
  overflow: hidden;
  background-attachment: fixed;
}
.landscape .column-background .section-header {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.landscape .column-background .section-header__bottom {
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landscape .column-background .section-header__logo img {
  width: 16vw;
  min-width: 250px;
}
.landscape .column-background .section-header__title {
  color: white;
  font-size: clamp(16px, 1.5vw, 48px);
  font-weight: 700;
}
.landscape .column-background .section-header__icons-nav img {
  width: clamp(25px, 3vw, 40px);
  height: clamp(25px, 3vw, 40px);
}
.landscape .column-text {
  flex: 1 0 50%;
  min-width: 750px;
  width: 50%;
  height: 100vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}
.landscape .column-text .sections-nav {
  position: sticky;
  top: -45px;
  background-color: white;
  margin-top: -45px;
  padding-top: 45px;
  padding-bottom: 20px;
  z-index: 100;
  border-bottom: 0.1px solid gray;
}
.landscape .column-text__title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.landscape .column-text__lead {
  margin-bottom: 40px;
}
.landscape .column-text__first-content {
  padding-left: 30px;
  margin-bottom: 80px;
}
.landscape .column-text__picture {
  float: right;
  margin: 20px 0 20px 20px;
}
.landscape .column-text__picture--portrait {
  display: none;
}
.landscape .column-text__second-content {
  width: calc(100% + 90px);
  padding: 45px;
  padding-left: 75px;
  margin-left: -45px;
  margin-right: -45px;
}

.portrait .column-text {
  padding: 30px;
}
.portrait .column-text__title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.portrait .column-text__lead {
  text-align: center;
  margin-bottom: 30px;
}
.portrait .column-text__first-content {
  padding: 30px 0;
}
.portrait .column-text__first-content img {
  margin: 0 auto;
}
.portrait .column-text__picture--landscape {
  display: none;
}
.portrait .column-text__second-content {
  width: 100vw;
  margin-left: -30px;
  padding: 30px;
}
.portrait .column-text__third-content {
  padding-top: 30px;
  text-align: center;
}
.portrait .column-background {
  width: 100vw;
  margin-left: -30px;
  padding: 30px;
  height: 60vh;
  background-size: cover;
}
.portrait .column-background .section-header__logo img {
  width: 250px;
}
.portrait .column-background .section-header__bottom {
  display: none;
}
.portrait .column-background .section-header__copy {
  display: none;
}

.home-section {
  position: relative;
  background-image: url("images/aciu_l_abeille_apiculteur_ruches_en_savoie_1920.jpg");
  background-image: image-set("images/aciu_l_abeille_apiculteur_ruches_en_savoie_1920.avif" type("image/avif"), "images/aciu_l_abeille_apiculteur_ruches_en_savoie_1920.jpg" type("image/jpeg"));
  background-repeat: no-repeat;
  color: white;
}
.home-section__header {
  display: flex;
  justify-content: space-between;
}
.home-section__header .aciu-logo {
  width: clamp(300px, 90%, 345px);
}
.home-section__slogan {
  font-family: "Apalu", sans-serif, "Segoe UI", sans-serif;
  text-shadow: 0 0 3px black;
}
.home-section__bottom-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-section__bottom-info p {
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 24px);
}
.home-section__bottom-info p:first-of-type {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 18px);
}

.portrait .home-section {
  position: relative;
  width: 100vw;
  height: calc(100vh - 67px);
  min-height: 768px;
  background-position: 30% top;
  background-size: auto 120%;
  padding: 30px;
}
.portrait .home-section__logo {
  flex-shrink: 0;
  margin-left: -20px;
  margin-top: -10px;
}
.portrait .home-section__logo img {
  height: 16vh;
  min-height: 100px;
  width: auto;
}
.portrait .home-section .icons-nav {
  display: none;
}
.portrait .home-section__sections-nav {
  display: none;
}
.portrait .home-section__slogan {
  width: calc(100% - 60px);
  max-width: 500px;
  position: absolute;
  top: 30vh;
  right: 30px;
  font-size: clamp(40px, 8vw, 50px);
}
.portrait .home-section__site-title {
  display: none;
}
.portrait .home-section__bottom-info {
  padding: 20px 0;
}
.portrait .home-section__bottom-info__second-content {
  display: none;
}

.landscape .home-section {
  background-attachment: fixed;
  background-size: cover;
  padding: 45px;
}
.landscape .home-section__logo img {
  height: 19vh;
  min-height: 100px;
  width: auto;
}
.landscape .home-section__bottom-info {
  padding: 20px 0;
}
.landscape .home-section__bottom-info__second-content {
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
}
.landscape .home-section__bottom-info__copy {
  text-align: left;
}
.landscape .home-section__bottom-info__copy span {
  font-size: 12px;
}
.landscape .home-section__site-title {
  text-shadow: 0 0 3px black;
  font-size: 34px;
  font-weight: 400;
  margin-top: 1.5vw;
  text-align: right;
}
.landscape .home-section__slogan {
  margin: 1.5vw 0 0 auto;
  font-size: 3.5vw;
  font-size: clamp(50px, 3.5vw, 66px);
}
@media screen and (min-width: 1200px) {
  .landscape .home-section__slogan {
    max-width: 49vw;
  }
}
.landscape .home-section .sections-nav__entry {
  text-shadow: 0 0 3px black;
}
.landscape .home-section .sections-nav__entry:first-of-type {
  margin-right: 60px;
}
.landscape .home-section .sections-nav__entry:hover {
  font-weight: 700;
}

.about-section .column-background {
  background-image: url("images/aciu_l_abeille_apiculteur_ruches_abeilles.jpg");
  background-image: image-set("images/aciu_l_abeille_apiculteur_ruches_abeilles.avif" type("image/avif"), "images/aciu_l_abeille_apiculteur_ruches_abeilles.jpg" type("image/jpeg"));
}
.about-section .sections-nav,
.about-section h2 {
  color: #3f59ae;
}
.about-section .column-text__subtitle::after {
  background-color: #3f59ae;
}
.about-section .column-text__second-content {
  background-color: #3f59ae;
  color: white;
}

.portrait .about-section .column-background {
  background-size: cover;
  background-position: center;
}
.portrait .about-section .column-background .section-header__logo img {
  margin: 0 auto;
}

.landscape .about-section .column-background {
  background-position: left center;
}
.landscape .about-section .column-background.bg-50 {
  background-size: 50vw auto;
}
.landscape .about-section .column-background.bg-100 {
  background-size: auto 100vh;
}
.landscape .about-section .column-text {
  padding-bottom: 0;
  scrollbar-color: #3f59ae white;
}
.landscape .about-section .column-text__first-content {
  position: relative;
}
.landscape .about-section .column-text__first-content .column-text__subtitle:first-of-type::before {
  content: url("../../images/abeille_1_mirror.avif");
  width: 40px;
  height: auto;
  position: absolute;
  top: -30px;
  right: 50px;
}

.products-section .column-background {
  background-image: url("images/aciu_l_abeille_apiculteur_miel_en_savoie.jpg");
  background-image: image-set("images/aciu_l_abeille_apiculteur_miel_en_savoie.avif" type("image/avif"), "images/aciu_l_abeille_apiculteur_miel_en_savoie.jpg" type("image/jpeg"));
}
.products-section .sections-nav,
.products-section h2 {
  color: #f7b408;
}
.products-section .column-text__subtitle::after {
  background-color: #f7b408;
}
.products-section .column-text__second-content {
  background-color: #f7b408;
  text-align: center;
}
.products-section .column-text__second-content--title {
  margin-bottom: 10px;
}
.products-section .column-text__second-content .lead {
  font-weight: 400;
}
.products-section .column-text__second-content .column-text__paragraph {
  padding-left: 0;
}
.products-section .column-text__second-content .honey-pots__illustration {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: end;
}
.products-section .column-text__second-content .honey-pots__illustration figcaption {
  font-weight: 700;
  text-align: center;
}
.products-section .column-text__third-content .column-text__paragraph {
  font-weight: 400;
  padding-left: 0;
}

.portrait .products-section .column-background {
  background-position: center left;
}
.portrait .products-section .column-background .section-header__logo img {
  margin: 0 0 0 auto;
}
.portrait .products-section .column-text__second-content--column {
  margin-bottom: 30px;
}

.landscape .products-section .column-background.bg-50 {
  background-size: 50vw auto;
  background-position: right center;
}
.landscape .products-section .column-background.bg-100 {
  background-size: auto 100vh;
  background-position: right center;
}
.landscape .products-section .column-background .section-header__logo img {
  margin: 0 0 0 auto;
}
.landscape .products-section .column-text {
  scrollbar-color: #f7b408 white;
}
.landscape .products-section .column-text__first-content {
  position: relative;
}
.landscape .products-section .column-text__first-content .column-text__subtitle:first-of-type::before {
  content: url("../../images/abeille_1.avif");
  width: 40px;
  height: auto;
  position: absolute;
  top: -30px;
  right: 50px;
}
.landscape .products-section .column-text__second-content {
  display: flex;
  gap: 20px;
}
.landscape .products-section .column-text__second-content--column:first-child {
  flex: 0 0 175px;
}
.landscape .products-section .column-text__third-content {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.icons-nav {
  display: flex;
  gap: clamp(10px, 1vw, 30px);
}
.icons-nav a {
  flex-shrink: 0;
}
.icons-nav img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 3px black);
}
.icons-nav img:hover {
  transform: scale(1.05);
}

.sections-nav {
  text-align: center;
}
.sections-nav__entry {
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
}
.sections-nav__entry--current:not(:has(+ .sections-nav__entry:hover)) {
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}
.sections-nav__entry--current:not(:has(+ .sections-nav__entry:hover))::before {
  content: "[";
}
.sections-nav__entry--current:not(:has(+ .sections-nav__entry:hover))::after {
  content: "]";
}
.sections-nav__entry:not(.sections-nav__entry--current):hover {
  font-weight: 700;
}
.sections-nav__entry:not(.sections-nav__entry--current):hover::before {
  content: "[";
}
.sections-nav__entry:not(.sections-nav__entry--current):hover::after {
  content: "]";
}
.sections-nav__entry:hover + .sections-nav__entry--current {
  font-weight: 400 !important;
}
.sections-nav__entry:hover + .sections-nav__entry--current::before {
  content: "" !important;
}
.sections-nav__entry:hover + .sections-nav__entry--current::after {
  content: "" !important;
}

.landscape .mobile-header {
  display: none;
}

.portrait .mobile-header {
  background-color: #121916;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  z-index: 1000;
}
.portrait .mobile-header__site-title h1 {
  font-size: clamp(20px, 3vw, 30px);
}
.portrait .mobile-header__sections-nav--closed a {
  display: none;
}
.portrait .mobile-header__sections-nav--closed figure {
  display: block;
  width: 40px;
}
.portrait .mobile-header__sections-nav--closed figure figcaption {
  font-size: 14px;
  text-align: center;
  margin-left: -1px;
}
.portrait .mobile-header__sections-nav--closed figure img {
  width: 40px;
  height: 30px;
}
.portrait .mobile-header__sections-nav--closed .mobile-header__close-menu {
  display: none;
}
.portrait .mobile-header__sections-nav--opened {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  background-color: #121916;
  padding: 20px 40px;
  text-align: right;
}
.portrait .mobile-header__sections-nav--opened a {
  display: block;
  margin-top: 20px;
}
.portrait .mobile-header__sections-nav--opened figure {
  display: none;
}
.portrait .mobile-header__sections-nav--opened .mobile-header__close-menu {
  display: block;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.landscape footer {
  display: none;
}

.portrait footer {
  text-align: center;
  background-color: #121916;
  color: white;
  font-size: 12px;
  padding: 30px;
}

.home-section__bottom-info__scrollNav {
  /* Rounded sliders */
}
.home-section__bottom-info__scrollNav .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-left: 15px;
}
.home-section__bottom-info__scrollNav .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.home-section__bottom-info__scrollNav .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home-section__bottom-info__scrollNav .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: grey;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home-section__bottom-info__scrollNav input:checked + .slider {
  background-color: #f7b408;
}
.home-section__bottom-info__scrollNav input:focus + .slider {
  box-shadow: 0 0 1px #f7b408;
}
.home-section__bottom-info__scrollNav input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.home-section__bottom-info__scrollNav .slider.round {
  border-radius: 24px;
}
.home-section__bottom-info__scrollNav .slider.round:before {
  border-radius: 50%;
}
.home-section__bottom-info__scrollNav:has(input:checked) .scroll-active {
  display: inline;
}
.home-section__bottom-info__scrollNav:has(input:checked) .scroll-inactive {
  display: none;
}
.home-section__bottom-info__scrollNav:has(input:not(:checked)) .scroll-active {
  display: none;
}
.home-section__bottom-info__scrollNav:has(input:not(:checked)) .scroll-inactive {
  display: inline;
}

/*# sourceMappingURL=style.css.map */
