/*
 Theme Name:   astra-child
 Description:  Child theme of astra
 Author:       bwa
 Template:     astra
 Version:      1.0.0
*/

/*
--------------------------------------
réglages Astra
--------------------------------------
*/

.ast-container {
  max-width: 100%;
  margin: unset;
  padding: unset;
}

.ast-separate-container #content .ast-container {
  padding: 0;
}

.ast-separate-container #primary {
  margin: 0;
}

/*
--------------------------------------
custom Template
--------------------------------------
*/

.content-container {
  width: 100%;
}

/*
--------------------------------------
elements
--------------------------------------
*/

ul {
  list-style-type: none;
  margin: 0;
}

.entry-content ul {
  list-style-type: disc;
  margin-left: 1em;
}

p {
  margin-bottom: 0;
}

.single-post .elementor-widget-text-editor h2,
.single-post .elementor-widget-text-editor h3 {
  color: var(--e-global-color-accent);
}

/*
--------------------------------------
utility
--------------------------------------
*/

.text-highlighted {
  color: var(--e-global-color-ffcb62e);
}

/*
--------------------------------------
btns
--------------------------------------
*/

.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 174px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: rgba(255, 255, 255, 0.01);
  line-height: 28px;
  transition: all 0.5s ease-in-out;
  height: 84px;
  padding: 12px 55px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #11384A;
  color: #fff;
   border: 1px solid #5F7D8B;
}

.btn-secondary {
  background-color: var(--e-global-color-primary);
  color: #fff;
  border: 2px solid var(--e-global-color-primary);
  padding: 4px 6px;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #fff;
  color: var(--e-global-color-114779e);
  border: 2px solid var(--e-global-color-primary);
}

/*language switcher*/

.language-switcher {
  position: relative;
  display: inline-block;
}

.language-switcher .dropdown__button,
.language-switcher .dropdown__item {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  line-height: 150%;
  width: 52px;
  padding: 0;
}

.language-switcher .dropdown__button:focus,
.language-switcher .dropdown__button:hover {
  background: transparent;
}

.language-switcher .dropdown__menu {
  position: absolute;
  list-style: none;
  border-top: 3px solid currentColor;
  background: transparent;
  backdrop-filter: none;
  width: 100%;
  padding: .25rem;
  margin-top: .25rem;
}

.language-switcher .dropdown__item:hover {
  text-decoration: underline;
}

.language-switcher .is-current {
  opacity: .6;
  cursor: default;
}

/*
--------------------------------------
blob
--------------------------------------
*/

.blob {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transform: translate(calc(-50% + 15px), -50%);
  transition: transform 0.1s ease-out;
  will-change: transform;
}