@font-face {
  font-family: comforta;
  src: url(comforta/comfortaa_regular.ttf);
}
@font-face {
  font-family: comforta_l;
  src: url(comforta/comfortaa_light.ttf);
}
@font-face {
  font-family: comforta_b;
  src: url(comforta/comfortaa_bold.ttf);
}
* {
  box-sizing: border-box;
}

/* THE GREAT 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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
}

/* Style the body */
body {
  font-family: comforta_l;
  font-size: 18px;
  margin: 0;
  color: #2A204D;
}

h1, h2, h3 {
  margin: 2vh 0;
  font-family: gabriola;
}

h1 {
  margin-bottom: 0;
  font-size: 47px;
}

h2 {
  font-family: gabriola;
  font-size: 39px;
  height: 1.5em;
}

h3 {
  font-size: 22px;
  font-family: comforta_l;
}

h4 {
  margin: 1em 0;
  font-size: 22px;
  font-family: comforta_b;
}

h5 {
  margin: 1em 0;
  font-size: 16px;
}

.subtitle {
  font-weight: 100;
  font-size: 15px;
}

.thinh2 {
  font-weight: 10;
}

ul {
  line-height: 1.5em;
}

.pdv {
  line-height: 2em;
  list-style-type: none;
}

a[target=_blank]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

.link {
  color: #282828;
  font-weight: 500;
}

.link:hover {
  color: #282828;
  font-weight: bold;
  text-decoration: none;
}

/* Flaired edges, by Tomas Theunissen */
hr.section {
  border: 0;
  height: 1px;
  width: 90%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(94, 37, 74, 0.75), rgba(0, 0, 0, 0));
  margin: 1em auto;
}

/* Gradient transparent - color - transparent */
hr.title {
  border: 0;
  height: 1px;
  width: 20%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(94, 37, 74, 0.75), rgba(0, 0, 0, 0));
  margin: 1em auto;
}

.border {
  margin: auto;
  margin-bottom: 1em;
  padding: 1em;
  width: 45rem;
  border: 2px outset #C3286B;
}

/* Header/logo Title */
header {
  display: flex;
  width: 99vw;
}

.header_container {
  display: flex;
  justify-content: space-around;
  width: 35vw;
}

.img_pralines {
  display: flex;
  justify-content: center;
  position: relative;
  width: 13vw;
  margin-bottom: 2em;
}
.img_pralines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/pralines.png);
  background-size: 30%;
  background-repeat: repeat;
  height: 23vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.img_tablette {
  display: flex;
  justify-content: center;
  position: relative;
  width: 13vw;
  margin-bottom: 2em;
}
.img_tablette::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/tablette.png);
  background-size: 30%;
  background-repeat: repeat;
  height: 23vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.img_tablettes {
  display: flex;
  justify-content: center;
  position: relative;
  width: 13vw;
  margin-bottom: 2em;
}
.img_tablettes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/tablettes.png);
  background-size: 30%;
  background-repeat: repeat;
  height: 23vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.img_dattier_1 {
  display: flex;
  justify-content: center;
  position: relative;
  width: 13vw;
  margin-bottom: 2em;
}
.img_dattier_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/dattier_1.png);
  background-size: 30%;
  background-repeat: repeat;
  height: 23vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.img_dattier_2 {
  display: flex;
  justify-content: center;
  position: relative;
  width: 13vw;
  margin-bottom: 2em;
}
.img_dattier_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/dattier_2.png);
  background-size: 30%;
  background-repeat: repeat;
  height: 23vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.img_cacaoyer {
  display: flex;
  justify-content: center;
  position: relative;
  width: 13vw;
  margin-bottom: 2em;
}
.img_cacaoyer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/xn.png);
  background-size: 30%;
  background-repeat: repeat;
  height: 23vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

#header_logo {
  background-image: url(../img/logo/logo_light_h.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25vh;
  width: 30vw;
}

/* Style the top navigation bar */
nav {
  display: flex;
  margin: 0 2em;
  justify-content: space-around;
  background-color: #5F264B;
  height: 95px;
  padding-bottom: 10px;
  padding-top: 10px;
  z-index: 999;
}

/* Style the navigation bar links */
nav a {
  color: white;
  padding: 15px 20px;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
}

nav a:hover {
  border-bottom: 1px solid white;
}

.home {
  padding-right: 35px;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

/* Main column */
.animations {
  align-items: center;
}

ol {
  text-align: center;
  list-style-position: inside;
  line-height: 40px;
}

main {
  display: flex;
  flex-direction: column;
  background-color: white;
  text-align: center;
  padding: 20px;
}

.row_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.container_grid {
  margin-bottom: 5mm;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.item_grid {
  width: 75mm; /* Adjust width to account for the margin */
  height: 90mm;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10mm;
}

.img1 {
  z-index: 2;
  width: 55mm;
  height: 40mm;
  background-image: url("../img/pralines/re_seren.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pralines/ni_bg.png");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
  z-index: 0;
  opacity: 0.1;
}

.img2 {
  z-index: 2;
  width: 55mm;
  height: 40mm;
  background-image: url("../img/pralines/re_praline.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pralines/ed_bg.png");
  background-size: 130%;
  background-repeat: repeat;
  background-position: center 20px;
  z-index: 0;
  opacity: 0.1;
}

.img3 {
  z-index: 2;
  width: 55mm;
  height: 40mm;
  background-image: url("../img/pralines/re_framboise.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pralines/fr_bg.png");
  background-size: 150%;
  background-repeat: repeat;
  background-position: center;
  z-index: 0;
  opacity: 0.1;
}

.img4 {
  z-index: 2;
  width: 75mm;
  height: 40mm;
  background-image: url("../img/pralines/re_noix.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pralines/noix_bg.png");
  background-size: 120%;
  background-repeat: repeat;
  background-position: center;
  z-index: 0;
  opacity: 0.15;
}

.desc {
  font-size: 16px;
  text-align: center;
  margin: 2mm 0;
  z-index: 2;
}

.thicc {
  font-weight: 600;
  font-family: comforta;
}

.smoli {
  font-size: 14px;
}

.row_element {
  width: 20em;
  margin: 2em;
}

.apropos {
  align-items: center;
}

.pdv > li {
  margin-bottom: 2em;
}

.thicc {
  font-family: comforta;
  font-weight: 300;
}

.smoli {
  font-size: 14px;
}

.fancy {
  display: block;
  margin: auto;
  width: 15em;
  height: 2em;
  background-image: url("../img/fancy.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 2vh;
}

.tab {
  display: flex;
  width: 80%;
  margin: auto;
}

.pra {
  display: flex;
  width: 55%;
  margin: auto;
}

.prod_ed {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/ed.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_ed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_ed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/ed.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_ni {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/ni.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_ni {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_ni::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/ni.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_ca {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/ca.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_ca {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_ca::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/ca.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_og {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/og.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_og {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_og::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/og.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_me {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/me.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_me {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_me::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/me.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_or {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/or.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_or {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_or::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/or.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_ci {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/ci.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_ci {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_ci::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/ci.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_gi {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/gi.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_gi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_gi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/gi.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_pd {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/pd.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_pd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_pd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/pd.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_xn {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/xn.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_xn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_xn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/xn.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_pu {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/pu.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_pu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_pu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/pu.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_ass {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/choc/ass.png);
  background-size: 17em;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_ass {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 18em;
  height: 120mm;
  border: 1px solid black;
  margin-bottom: 2em;
  margin-left: 2em;
}
.bg_ass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/ass.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

/* .tablette_ni{

   &:hover::before {
   opacity: 0; // Hide the default background image on hover
   }

   // Define background images for hover state
   &:hover {
   background-image: url('../img/tablette_ni.png');
   background-size: cover; // Adjust as needed
   background-position: center; // Adjust as needed
   background-repeat: no-repeat; // Adjust as needed
   }
   &:hover h2, &:hover h3 {
   opacity: 0;
   visibility: hidden;
   }
   } */
.ed {
  border-bottom: 3px solid rgba(250, 127, 115, 0.8);
}

.ni {
  border-bottom: 3px solid rgba(250, 127, 115, 0.8);
}

.ca {
  border-bottom: 3px solid #3F0B60;
}

.og {
  border-bottom: 3px solid #7777e0;
}

.or {
  border-bottom: 3px solid rgba(255, 107, 18, 0.8);
}

.me {
  border-bottom: 3px solid #4FC489;
}

.ci {
  border-bottom: 3px solid #FFD45E;
}

.gi {
  border-bottom: 3px solid #CDCD0D;
}

.pd {
  border-bottom: 3px solid #CD2F63;
}

.xn {
  border-bottom: 3px solid #3F0B60;
}

.boites {
  display: flex;
  width: 80vw;
  margin: auto;
  justify-content: space-around;
}

.prod_pm {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/pralines_cond/pm.png);
  background-size: 10cm;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.prod_pm_hr {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/pralines_cond/hr/pm.png);
  background-size: 11cm;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_pm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 16cm;
  height: 20cm;
  padding: 1cm 0;
  margin: 1mm;
}

.bg_pm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/pm.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_mm {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/pralines_cond/mm.png);
  background-size: 10cm;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.prod_mm_hr {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/pralines_cond/hr/mm.png);
  background-size: 11cm;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_mm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 16cm;
  height: 20cm;
  padding: 1cm 0;
  margin: 1mm;
}

.bg_mm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/mm.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_gm {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/pralines_cond/gm.png);
  background-size: 11cm;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.prod_gm_hr {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/pralines_cond/hr/gm.png);
  background-size: 11cm;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.bg_gm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 16cm;
  height: 20cm;
  padding: 1cm 0;
  margin: 1mm;
}

.bg_gm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/illu/gm.png);
  background-size: 30%;
  background-repeat: repeat;
  opacity: 0.1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.prod_gm {
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url(../img/pralines_cond/gm.png);
  background-size: 10cm;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* Footer */
footer {
  margin: 0 2em;
  padding: 1px;
  text-align: center;
  background-color: #5F264B;
  color: white;
}

.whitelink {
  color: white;
  text-decoration: none;
}

.blacklink {
  color: black;
  font-weight: bold;
  font-family: ubuntu;
}

.blacklink:hover {
  text-decoration: none;
}

.navbar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

_404 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 49vw;
}

.biglink {
  font-size: 4em;
  display: block;
}

/* Images by Mert Cukuren  */
.container {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  height: 100vh;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
}

.box > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover;
  transition: 0.5s;
}

.box > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box:hover {
  flex: 1 1 50%;
}

.box:hover > img {
  width: 100%;
  height: 100%;
}

.futa_thumb {
  width: 5vw;
}

@media screen and (max-width: 1300px) {
  header {
    height: 22vh;
  }
  .futa_thumb {
    width: 50vw;
  }
  .tab {
    width: 100%;
  }
  .pra {
    width: 95%;
  }
}
@media screen and (max-width: 930px) {
  nav a {
    font-size: 1rem;
  }
  #bean, #bar {
    display: none;
  }
  .tab {
    width: 100%;
  }
  .pra {
    width: 95%;
  }
}
@media screen and (max-width: 850px) {
  #header_logo {
    margin: auto;
    width: 100vw;
  }
  header {
    height: 28vh;
  }
  nav {
    flex-direction: column;
    height: 400px;
    width: 400px;
    margin: auto;
    background-color: rgba(95, 38, 75, 0.6);
  }
  nav a {
    font-size: 1.2rem;
    width: 65%;
    margin: auto;
  }
  nav a:hover {
    border-bottom: 1px solid white;
  }
  .logo_header {
    width: 80px;
  }
  header {
    padding: 20px;
  }
  .sticky {
    position: relative;
  }
  article p {
    width: 60%;
    margin: auto;
  }
  .border {
    margin: auto;
    margin-bottom: 1em;
    padding: 1em;
    width: 30rem;
    border: 2px outset #C3286B;
  }
}
@media screen and (max-width: 520px) {
  .border {
    margin: auto;
    margin-bottom: 1em;
    padding: 1em;
    width: 20rem;
    border: 2px outset #C3286B;
  }
  .fancy {
    display: none;
  }
  h1 {
    margin-bottom: 2vh;
  }
}

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