@import url(https://fonts.googleapis.com/css2?family=Courgette&family=Lilita+One&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/* Vendor */
/* Base */
/* colors */
/* sizes container */
/* Police */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }
  *:focus {
    outline: none; }

h1 {
  font-weight: 900;
  font-family: "Courgette", cursive; }

h2 {
  font-family: "Lilita One", sans-serif;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important; }

p {
  font-family: "Livic", sans-serif; }

button {
  border: 0;
  background-color: transparent;
  cursor: pointer; }

a {
  text-decoration: none;
  color: #FEFEFF;
  font-weight: 900; }

ul {
  padding: 0 0 0 calculateRem(17px); }

@font-face {
  font-family: 'GoodHeadlineProCond';
  src: url("/assets/fonts/GoodHeadlinePro/medium/GoodHeadlinePro-CondMedium.woff2") format("woff2"), url("/assets/fonts/GoodHeadlinePro/medium/GoodHeadlinePro-CondMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GoodHeadlineProCond';
  src: url("/assets/fonts/GoodHeadlinePro/black/GoodHeadlinePro-CondBlack.woff2") format("woff2"), url("/assets/fonts/GoodHeadlinePro/black/GoodHeadlinePro-CondBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon/icomoon.eot?ocaqxv");
  src: url("/assets/fonts/icomoon/icomoon.eot?ocaqxv#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon/icomoon.ttf?ocaqxv") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?ocaqxv") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?ocaqxv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-logo_mandatory:before {
  content: "\e913"; }

.icon-MGG_BaselineMGG:before {
  content: "\e914"; }

.icon-Player:before {
  content: "\e912";
  color: #e2f3f9; }

.icon-Arrow_Faq_Close:before {
  content: "\e900";
  color: #ef6b4d; }

.icon-Arrow_Faq_Open:before {
  content: "\e901";
  color: #ef6b4d; }

.icon-Arrow_Left1:before {
  content: "\e902";
  color: #e2f3f9; }

.icon-Arrow_Left_On:before {
  content: "\e903";
  color: #ef6b4d; }

.icon-Arrow_Right1:before {
  content: "\e904";
  color: #e2f3f9; }

.icon-Arrow_Right_On:before {
  content: "\e905";
  color: #ef6b4d; }

.icon-Icone_logo:before {
  content: "\e906"; }

.icon-Logo {
  content: "\e907";
  color: #293242; }

.icon-logo_Valorant:before {
  content: "\e911";
  color: #e2f2f8; }

.icon-copier:before {
  content: "\e915";
  color: #ef6b4d; }

.icon-facebook:before {
  content: "\e916";
  color: #ef6b4d; }

.icon-twitter:before {
  content: "\e917";
  color: #ef6b4d; }

.icon-Arrow_Left:before {
  content: "\e918";
  color: #ef6b4d; }

.icon-Arrow_Right:before {
  content: "\e919";
  color: #ef6b4d; }

/* Utilities */
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.9375rem;
  font-family: "Courgette", cursive; }

p {
  font-family: "Courgette", cursive; }

h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.375rem;
  border-top: 1px solid #FEFEFF;
  padding-top: 1.875rem;
  margin-top: 1.25rem;
  border-bottom: 1px solid #FEFEFF;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem; }

/* themes */
body {
  background-color: #FFFCF4; }

/* Layout */
.header {
  background: url("/dist/assets/img/plat7.jpg");
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media only screen and (min-width: 768px) {
    .header {
      padding: 20px 78px; } }

header h1 {
  font-size: 6.25rem;
  text-align: center;
  text-shadow: 1px 5px 8px black;
  width: 100%; }

header h3 {
  font-size: 6.25rem;
  text-align: center;
  text-shadow: 1px 5px 8px black;
  width: 100%; }

header button {
  font-size: 1.25rem;
  text-align: center;
  background-color: #0fbf87;
  border-radius: 4px;
  color: white;
  transition: all 0.3s ease;
  padding: 0.125rem 1.25rem; }

header button:hover {
  background-color: #fa4802;
  transition: all 0.3s ease; }

.footer {
  background-color: #222;
  background-image: url("/dist/assets/img/lieu2.jpg");
  background-position: top;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  height: 23.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.footer > * {
  max-width: 800px;
  margin: 10px auto; }

.footer p {
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 800; }

.footer h2, .footer h4 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'Courgette', cursive; }

.reseaux-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 15px; }

.reseau-item {
  display: flex;
  justify-content: center;
  align-items: center; }

.reseau-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease; }

.reseau-item img:hover {
  transform: scale(1.2);
  opacity: 0.8; }

.contact {
  font-size: 1rem !important; }

@media (max-width: 768px) {
  .footer p {
    font-size: 14px; }
  .reseaux-container {
    gap: 10px; }
  .reseau-item img {
    width: 35px;
    height: 35px; } }

/* Components */
.navbar {
  min-height: 3.125rem;
  background-color: #130F21;
  font-family: "Courgette", cursive;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .navbar {
      padding-right: 24px; } }

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  text-decoration: none; }

.nav-branding {
  font-size: 2rem; }

.nav-link {
  transition: 0.7s ease;
  font-family: "Courgette", cursive;
  color: #F792F5; }
  .nav-link:hover {
    color: #01a7d9; }

.nav-item {
  color: #F792F5;
  padding-right: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .nav-item {
      padding-right: none; } }
  .nav-item::marker {
    color: transparent; }
  .nav-item a {
    color: #ffe3ff;
    font-size: 1.25rem; }
    .nav-item a:hover {
      color: #FEFEFF; }

.burger {
  display: none;
  cursor: pointer; }

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #fff; }

@media (max-width: 768px) {
  .burger {
    display: block; }
  .burger.active .bar:nth-child(2) {
    opacity: 0; }
  .burger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }
  .burger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 3.75rem;
    gap: 0;
    flex-direction: column;
    background-color: #130F21;
    width: 100%;
    text-align: center;
    transition: 0.3s; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .nav-menu {
      top: 1.75rem; } }

@media (max-width: 768px) {
  .nav-item {
    margin: 16px 0;
    color: #F792F5; }
    .nav-item::marker {
      color: transparent; }
  .nav-menu.active {
    left: 0;
    z-index: 999;
    margin-top: 1.375rem; } }

.sticky {
  top: 3%;
  transition: none;
  background-color: #130F21;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 1.5625rem;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 768px) {
    .sticky {
      transition: all .25s ease-in;
      top: 2%;
      left: 50%;
      transform: translate(-50%, -50%);
      justify-content: center; } }

.btn {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  border-radius: 3.125rem;
  background-color: transparent;
  border: 1px solid #FEFEFF;
  color: #FEFEFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-top: 1.25rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .btn {
      margin-top: 0;
      margin-left: 1.25rem;
      font-size: 0.875rem; } }

.btn:hover {
  background-color: #FEFEFF;
  color: #1A185F; }

/* Pages */
p {
  font-family: "Livic", sans-serif; }

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.875rem;
  width: 100%;
  padding: 1.25rem 1.25rem; }

.about h2 {
  font-size: 3.125rem;
  text-transform: none;
  text-align: center;
  font-weight: 200;
  letter-spacing: -1.7px;
  max-width: 50rem; }

.about p {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.8rem;
  max-width: 90%; }

/* Style pour la section des événements */
#event {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    #event {
      justify-content: center; } }

/* Style pour chaque élément d'événement */
.event-item {
  width: 340px;
  height: 610px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; }

.event-item:hover {
  transform: translateY(-5px); }

/* Style pour le contenu de l'événement */
.event-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border-radius: 20px; }

.event-item-content h2 {
  font-size: 40px;
  text-transform: none;
  text-align: center;
  font-weight: 800;
  letter-spacing: -1.7px;
  max-width: 800px;
  font-family: 'Courgette', cursive;
  padding: 0 0 1.25rem 0; }

.event-item-content p {
  line-height: 1.8rem;
  font-family: "Lilita One", sans-serif;
  font-weight: 300;
  margin: 5px 0;
  text-align: center; }

.event-item-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 0 1.25rem 0; }

.event a {
  color: black; }

/* Style pour le statut de l'événement */
.event-item-content p:nth-of-type(1) {
  font-weight: bold;
  font-size: 2.5rem;
  color: #f3a87d; }

/* Style pour la date de l'événement */
.event-item-content p:nth-of-type(2) {
  font-style: italic;
  color: #999; }

/* Style pour la description de l'événement */
.event-item-content p:nth-of-type(3) {
  margin-top: 10px; }

/* Style pour l'adresse de l'événement */
.event-item-content .address {
  font-weight: bold;
  color: #333;
  font-size: 1.2rem;
  margin-top: 10px;
  text-decoration: underline; }

.event-item-content .horaires {
  font-weight: bold;
  color: #f7931e;
  font-size: 1.1rem;
  margin-top: 2px;
  text-decoration: underline; }

.separate {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.background {
  position: absolute;
  width: 100%;
  height: 300px;
  background: #f7931e;
  z-index: 1; }

.logo {
  position: relative;
  z-index: 2;
  width: 390px;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .logo {
      width: 500px; } }

.food-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 300px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover; }

.more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 768px) {
    .more {
      flex-direction: row;
      padding: 0 0 4.375rem 0; } }
  .more img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1.25rem;
    border-radius: 20px; }
    @media only screen and (min-width: 768px) {
      .more img {
        width: 40%;
        margin-bottom: 0; } }
  .more .more-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
    padding: 1.25rem 1.25rem; }
    @media only screen and (min-width: 768px) {
      .more .more-content {
        width: 50%;
        padding: 0.625rem 1.25rem;
        text-align: start;
        height: 37.5rem;
        justify-content: space-between; } }
  .more .more-content h2 {
    font-size: 2.5rem;
    text-transform: none;
    text-align: center;
    font-weight: 800;
    letter-spacing: -1.7px;
    max-width: 50rem;
    font-family: 'Courgette', cursive; }
  .more .more-content p {
    line-height: 1.8rem;
    font-family: "Lilita One", sans-serif !important;
    font-weight: 300;
    margin: 0; }

.description {
  margin: 0 0 1.875rem 0; }

.description p {
  font-weight: 600;
  font-size: 1.5625rem !important;
  font-family: "Lilita One", sans-serif !important; }

.tab {
  width: 100%; }

.tab-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1.25rem; }
  @media only screen and (min-width: 640px) {
    .tab-content {
      flex-direction: row; } }

.tab-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.tab-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40.625rem;
  padding: 1.25rem 1.25rem;
  border-radius: 20px; }

.tab-item-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px; }

.tab-item-content h2 {
  font-size: 2.5rem;
  text-transform: none;
  text-align: center;
  font-weight: 800;
  letter-spacing: -1.7px;
  max-width: 50rem;
  font-family: 'Courgette', cursive; }

.tab-item-content p {
  line-height: 1.8rem;
  font-family: "Lilita One", sans-serif !important;
  font-weight: 300;
  margin: 0;
  text-align: center; }

/* CDN */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

