@charset "UTF-8";
/*
Theme Name:     abtasty
Description:    Theme ABtasty
Author:     ABtasty
Theme URI:  https://abtasty.fr/
URI:    https://abtasty.fr/
Template:   twentytwenty
Version:   6.5.2
*/
@font-face {
  font-family: "Beltram";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(./assets/fonts/beltram/Beltram-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Beltram";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(./assets/fonts/beltram/Beltram-Medium.woff2) format("woff2");
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
  position: relative;
}

.relative {
  position: relative;
}

.z-index-1 {
  z-index: 1 !important;
}

.padding-30 {
  padding: 3rem 0;
}

/*
 * Width
 */
.w-1200 {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.w-1100 {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
}

.w-1000 {
  width: 100% !important;
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}

.w-800 {
  width: 100% !important;
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.max-width-55 {
  max-width: 55rem !important;
  margin-left: 0 !important;
}

.h-100 {
  height: 100% !important;
}

/*
 * Colors
 */
.text-white {
  color: #fff !important;
}

.text-lime {
  color: #d6ff00 !important;
}

.text-center {
  text-align: center !important;
}

.bg-blue {
  background-color: #3100be !important;
}

.bg-white {
  background-color: #fff !important;
}

/*
 * Bootstrap rules
 */
.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.position-relative {
  position: relative !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

/*
 * Font sizes
 */
.entry-content .has-large-font-size {
  font-weight: 500;
}
.entry-content .has-large-font-size strong {
  color: #d6ff00 !important;
  font-weight: 500 !important;
}
.entry-content .has-larger-font-size {
  font-weight: 500;
  font-size: 5.5rem;
}
.entry-content .has-larger-font-size strong {
  color: #d6ff00 !important;
  font-weight: 500 !important;
}
.entry-content .wp-block-column .has-larger-font-size {
  font-size: 5.5rem;
}
.entry-content .wp-block-column h2.has-larger-font-size {
  line-height: 5.5rem;
}
.entry-content .wp-block-column h1.has-larger-font-size {
  line-height: 5.5rem;
}
.entry-content h2.has-larger-font-size {
  line-height: 5.5rem;
}
.entry-content h1.has-larger-font-size {
  line-height: 5.5rem;
}

/*
 * Border radius
 */
.radius {
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-image.size-full.radius {
  border-radius: 16px;
  overflow: hidden;
}

.has-border-radius {
  border-radius: 20px 20px 0 0;
  margin-top: -20px !important;
}

.has-border-radius-block {
  border-radius: 16px;
}

* {
  font-family: "Beltram", sans-serif !important;
}

html {
  scroll-padding-top: 12rem;
}

body {
  background-color: #FBFBFB;
  min-height: calc(var(--vh, 1vh) * 100);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
}

h2.no-margin-top {
  margin-top: 0 !important;
}

.h2 {
  font-size: 4rem;
  line-height: 4.2rem;
}
@media (min-width: 1000px) {
  .h2 {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}

h6, .h6 {
  text-transform: initial;
}

p a, h2 a, h3 a, h4 a, h5 a, h6 a, ul a, ol a {
  color: #d6ff00;
  text-decoration: none;
  border-bottom: 2px dotted #d6ff00;
  font-weight: bold;
}
p a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, ul a:hover, ol a:hover {
  color: #d6ff00;
  border-bottom: 2px dotted #d6ff00;
}

p span span {
  padding-right: 0.7rem;
}
p span span::after {
  border-style: solid;
  border-width: 0.05em 0.05em 0 0;
  content: "";
  display: inline-block;
  height: 0.3em;
  position: relative;
  top: 0.7em;
  vertical-align: top;
  width: 0.3em;
  left: 3.5px;
  transform: rotate(45deg);
}

b, strong {
  font-weight: 500;
}

.singular .entry-header {
  padding: 0;
}

ul {
  margin: 0 0 1rem 0;
}

ol {
  margin: 0 0 1rem 0;
}

.entry-content > * {
  margin-bottom: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
  font-weight: 500;
}
.entry-content a {
  color: #060161;
  border-bottom: 0;
}
.entry-content a:hover {
  color: #3100BE;
  border-bottom: 2px dotted #3100BE;
}
.entry-content .margin-top {
  margin-top: 2.6rem;
}
.entry-content .molecule2 h1, .entry-content .molecule2 h2 {
  margin-bottom: 0;
}
.entry-content h1, .entry-content .h1 {
  font-size: 7rem;
  line-height: 7rem;
}
.entry-content > .wp-block-group.alignwide.has-background {
  z-index: 1;
}
.entry-content > .wp-block-group.alignfull.has-background {
  z-index: 1;
}
.entry-content > .bg3.without-button.wp-block-group.alignwide.has-background.bg3 {
  padding: 12rem 0;
}
.entry-content > .wp-block-group.bg3.alignfull.has-background {
  padding: 12rem 0;
}
.entry-content ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin: 10px 0;
}
.entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #3100be;
}
.entry-content ol {
  padding-left: 36px;
}
.entry-content ol li {
  margin-left: 0;
}
.entry-content ol li::marker {
  font-weight: 500;
}
.entry-content .dropdown.has-subtle-background-color ul li::before {
  background-color: #3100be;
}
.entry-content > .wp-block-group.alignfull.has-background.padding-30 {
  padding: 3rem 0;
}
.entry-content p > img {
  width: auto;
}
.entry-content .has-primary-background-color li {
  color: #fff;
}
.entry-content .columns3.columns3-2 p {
  line-height: 2rem;
}

.sticky-element-placeholder {
  display: none !important;
}

figure.size-full img {
  width: 100%;
}

figure.size-full.radius img {
  border-radius: 16px;
}

.underline-effect {
  display: inline-block;
  width: auto !important;
  border-bottom: solid 3px #3100be;
}

.wp-block-column .wp-block-group {
  margin-left: 0 !important;
}

.wp-block-cover .wp-block-cover__inner-container {
  padding: 0;
}

/*
 * TO WATCH
 */
.page h1.entry-title {
  display: none !important;
}

article.page header {
  display: none !important;
}

/*
 * Misc
 */
.visueldebord {
  width: 524px !important;
}

.wp-block-group.alignfull.molecule2 .wp-block-group.alignwide.wp-block-group__inner-container {
  padding: 0;
}

.sp-caption-container h3 {
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 0;
}
.sp-caption-container p {
  font-size: 1.7rem;
  line-height: 2.3rem;
}

.sp-horizontal .sp-next-arrow {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/new-left-arrow-testimonial.png);
  background-repeat: no-repeat;
  width: 47px;
  height: 47px;
  background-size: 47px auto;
}

.resources a {
  color: #060161;
  border-bottom: 0;
}
.resources a:hover {
  color: #3100BE;
  border-bottom: 2px dotted #3100BE;
}

div.has-primary-background-color ul li::before {
  background-color: #d6ff00;
}

div.choices__inner {
  opacity: 1;
}

[class*=_inner-container] > .pretitle:first-child {
  margin-bottom: -4rem;
}
@media (max-width: 550px) {
  [class*=_inner-container] > .pretitle:first-child {
    margin-bottom: -3rem;
    margin-top: 2rem;
  }
}

.editor-styles-wrapper .pretitle {
  margin-bottom: 0;
}

.has-background-background-color {
  background-color: #fff !important;
  color: inherit !important;
}

figcaption {
  color: #3100be !important;
  font-weight: inherit !important;
}

.columns3 .box {
  width: 400px;
  max-width: 100%;
  height: 220px;
}
.columns3 .box .wp-block-image {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.columns3.columns3-2 [class*=__inner-container] .box.wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-bottom: 10px;
  max-width: 100%;
}
.columns3.columns3-2 > .wp-block-group__inner-container:first-child {
  padding-top: 50px;
  padding-bottom: 100px;
}
.columns3.columns3-2 figure.width img {
  height: 449px;
  width: auto;
}
.columns3.columns3-2 h4 {
  font-size: 2.2rem !important;
  line-height: 2.4rem;
}
.columns3.columns3-2 .wp-block-columns.is-layout-flex {
  gap: 1rem;
}
.columns3.columns3-2 .wp-block-group.img-box.wp-block-group {
  margin-bottom: 1.2rem;
}

[class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 121rem;
}

.text4col [class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 121rem;
}

.entry-content.newsletter-container {
  max-width: none !important;
  width: 100% !important;
}

:root .has-background-color {
  color: #fff;
}
:root .has-subtle-background-color {
  background-color: #fff;
  color: #3100be;
}
:root .has-accent-background-color.form-page.form-demo-1 .conteneur-form {
  color: #3100be !important;
  -webkit-appearance: none;
}
:root .has-accent-background-color.form-page.form-demo-1 .conteneur-form input[type=checkbox] {
  color: #3100be !important;
  -webkit-appearance: none;
}
:root .has-secondary-color {
  color: #d6ff00 !important;
}
:root .has-basic-color {
  color: #e8e8e8 !important;
}
:root .has-border-radius {
  border-radius: 20px 20px 0 0;
  margin-top: -20px !important;
}
:root .has-subtle-color {
  color: #fbfbfb;
}
:root .has-subtle-background-color {
  background-color: #fff !important;
  color: #3100be !important;
}
:root .has-secondary-background-color {
  background-color: #d6ff00 !important;
  color: #3100be !important;
}
:root .has-basic-background-color {
  background-color: #e8e8e8 !important;
  color: #3100be !important;
}
:root .has-subtle-background-color.team {
  background-color: #e8e8e8 !important;
}
:root .banner4.has-subtle-background-color {
  background-color: #fff;
}
:root .has-accent-background-color.slider-molecule.slider-molecule-darkest .sp-caption-container h3 {
  color: #d6ff00 !important;
}
:root .has-accent-background-color.slider-molecule.slider-molecule-darkest .sp-caption-container h4 {
  color: #d6ff00 !important;
}
:root .has-primary-background-color {
  background-color: #3100be !important;
  color: #fbfbfb;
}

.molecule1 h2 strong {
  color: #d6ff00 !important;
}
.molecule1 h1 strong {
  color: #d6ff00 !important;
}
.molecule1.bg1 .wp-block-group__inner-container {
  position: relative;
}
.molecule1.bg1 .wp-block-group__inner-container::before {
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/diagram.png");
  width: 139px;
  height: 102px;
  content: " ";
  position: absolute;
  display: block;
  left: -150px;
  top: -30px;
}
.molecule1.bg1 .wp-block-group__inner-container::after {
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/fleche-et-typo.png");
  width: 128px;
  height: 100px;
  content: " ";
  position: absolute;
  display: block;
  right: -140px;
  bottom: 0;
}
.molecule1.bg1 .first {
  max-width: 80rem;
}

.molecule2 p.has-large-font-size {
  font-size: 25px;
  font-weight: 500;
}
.molecule2 p.has-large-font-size strong {
  color: #d6ff00 !important;
  font-weight: 500;
}
.molecule2 .inner-une p.has-large-font-size.title {
  font-size: 4.8rem !important;
  line-height: 4.8rem !important;
  margin-top: 65px;
  margin-left: 50px;
  margin-right: 50px;
  width: auto !important;
}
.molecule2 [class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 121rem;
}
.molecule2 .wp-block-column.cube {
  position: relative;
}
.molecule2 .wp-block-column.cube .number.has-large-font-size {
  position: absolute;
}
.molecule2 .wp-block-column.cube .has-small-font-size {
  font-size: 1.6rem !important;
  line-height: 2rem;
}
.molecule2 .wp-block-column.rectangle {
  position: relative;
  margin-top: 0;
}
.molecule2 .wp-block-column.rectangle .number.has-large-font-size {
  position: absolute;
}
.molecule2 .wp-block-column.rectangle .has-small-font-size {
  font-size: 1.6rem !important;
  line-height: 2rem;
}

.banner4.dropdown .wp-block-details summary {
  font-size: 3rem;
  position: relative;
  font-weight: 500;
  max-width: 89%;
}
.banner4.dropdown .wp-block-details summary::marker {
  color: #fff;
  font-size: 0;
}
.banner4.dropdown .wp-block-details summary::after {
  background-color: #d6ff00;
  width: 40px;
  height: 40px;
  content: "";
  background-image: url("assets/img/dropdown-open-green.png");
  position: absolute;
  border-radius: 100px;
  background-position: center;
  background-size: 40px auto;
  right: -11%;
}
.banner4.dropdown .wp-block-details[open] summary::after {
  background-image: url("assets/img/dropdown-close-green.png");
}
.banner4.dropdown .wp-block-details p strong {
  display: inline-block;
  padding-bottom: 1rem;
}
.banner4.dropdown .wp-block-details p {
  padding-top: 2rem;
}
.banner4.dropdown .wp-block-details {
  border-bottom: 1px solid rgba(199, 199, 199, 0.3);
  padding: 2rem 0;
}
.banner4.dropdown .wp-block-details:last-child {
  border-bottom: none;
}
.banner4.dropdown.agenda .wp-block-details {
  padding: 0;
}
.banner4.dropdown.agenda .wp-block-details summary {
  font-size: 2.4rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 700px) {
  .banner4.dropdown.agenda .wp-block-details summary {
    font-size: 1.8rem;
  }
}
@media (max-width: 700px) {
  .banner4.dropdown.agenda .wp-block-details summary::after {
    top: 3px;
  }
}
.banner4.dropdown.agenda .wp-block-details summary span.time {
  background-color: #3100be;
  border-radius: 1.6rem;
  color: #fff;
  padding: 0 1.6rem;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  margin-right: 1.5rem;
}
@media (max-width: 700px) {
  .banner4.dropdown.agenda .wp-block-details summary span.time {
    font-size: 1.6rem;
  }
}
@media (max-width: 700px) {
  .banner4.dropdown.agenda .participant.is-layout-flex {
    display: flex;
  }
}
.banner4.dropdown.agenda .participant.is-layout-flex .wp-block-image.is-resized {
  margin-left: 0;
  margin-right: 2.4rem;
  border: 0.24rem solid #d6ff00;
  border-radius: 10rem;
}
.banner4.dropdown.agenda .participant.is-layout-flex p {
  padding-top: 0;
}
.banner4.dropdown.agenda .participant.is-layout-flex p strong {
  padding-bottom: 0;
}

.page-template-_template-cover .cover-header {
  display: none;
}
.page-template-_template-cover .wp-block-group.breadcrumb-block {
  background-color: #3100be;
  color: #fff;
}

.banner1 .wp-block-group.first [class*=__inner-container] > h2:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 80rem;
  font-size: 7rem;
  line-height: 7rem;
}
.banner1 .wp-block-group.first [class*=__inner-container] > h1:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 80rem;
  font-size: 7rem;
  line-height: 7rem;
}
.banner1 .wp-block-group.first [class*=__inner-container] > p:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 61rem;
}
.banner1[class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image.left-bottom figure.alignleft {
  top: -34px;
}
@media (max-width: 700px) {
  .banner1.video .wp-block-group.first [class*=__inner-container] {
    margin-bottom: 10rem;
  }
}
.banner1.video .wp-block-group.first [class*=__inner-container] > h1:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  font-size: 5.6rem;
  line-height: 5.6rem;
  max-width: 100rem;
  margin: 0 auto 3rem;
}
@media (max-width: 700px) {
  .banner1.video .wp-block-group.first [class*=__inner-container] > h1:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    font-size: 3.8rem;
    line-height: 3.8rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}
.banner1.video .has-accent-background-color {
  padding-bottom: 20rem;
}
.banner1.video .has-accent-background-color .wp-block-image.logo figure img {
  height: 40px;
  width: auto;
}
.banner1.video .has-accent-background-color p.post_type {
  line-height: 3rem;
  margin-top: 3rem;
}
.banner1.video .has-accent-background-color p.post_type span {
  font-size: 14px;
  border-radius: 0.8rem;
  background: #d6ff00;
  display: inline-block;
  height: 3rem;
  padding: 0 1.2rem;
}
.banner1.video .has-accent-background-color p.post_type span a {
  color: #3100BE;
  font-weight: 400;
}
.banner1.video .has-accent-background-color p.post_type span a:hover {
  color: #3100BE;
  text-decoration: none;
  border: none;
}
.banner1.video .has-subtle-background-color {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .banner1.video .has-subtle-background-color {
    padding-bottom: 4rem;
  }
}
.banner1.video .has-subtle-background-color .wp-block-group__inner-container .wp-block-group__inner-container {
  margin-bottom: -18rem;
}
.banner1.video .has-subtle-background-color .wp-block-group__inner-container .wp-block-group__inner-container iframe {
  position: relative;
  top: -20rem;
  bottom: -20rem;
}
@media (max-width: 700px) {
  .banner1.video .has-subtle-background-color .wp-block-group__inner-container .wp-block-group__inner-container iframe {
    top: -12rem;
  }
}
@media (max-width: 700px) {
  .banner1 figure.alignleft, .banner1 figure.alignright {
    display: none;
  }
}

.entry-content > .video.wp-block-group.alignfull.has-background {
  padding: 0;
}

.banner3 h2 {
  font-size: 7rem;
  line-height: 7rem;
}

.banner4 .wp-block-column h2.has-larger-font-size {
  max-width: 55rem !important;
  margin-left: 0 !important;
}
.banner4 .wp-block-column h1.has-larger-font-size {
  max-width: 55rem !important;
  margin-left: 0 !important;
}
.banner4 .wp-block-column p.has-small-font-size {
  max-width: 55rem !important;
  margin-left: 0 !important;
}
.banner4.dropdown [class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  max-width: inherit;
}
.banner4.dropdown.faq summary {
  margin-bottom: 20px;
  margin-top: -10px;
  line-height: 26px;
  max-width: 90%;
}
.banner4.dropdown.faq details li {
  float: left;
  display: block;
  width: 48%;
  font-size: 2rem;
  padding-bottom: 5px;
}
.banner4.dropdown.faq details li::before {
  top: 9px;
}

.wp-block-cover.has-border-radius .wp-block-cover__image-background {
  width: 103%;
  left: -2px;
}

body.home .breadcrumb-block {
  display: none;
}

p#breadcrumbs {
  margin-bottom: 0;
}

.entry-content > .wp-block-group.breadcrumb-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  padding: 5rem 0 1rem;
  max-width: inherit;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

p span span.breadcrumb_last {
  padding-right: 0;
}
p span span.breadcrumb_last::after {
  content: none;
}

.wp-block-group.breadcrumb-block {
  background-color: #3100be;
  color: #fff;
}
.wp-block-group.breadcrumb-block:not(.has-background):not(.alignwide):not(.alignfull) {
  padding: 5rem 0 1rem;
  max-width: inherit;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.wp-block-group.breadcrumb-block .wp-block-group__inner-container {
  max-width: 120rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-group.breadcrumb-block p {
  font-size: 1.6rem;
}
.wp-block-group.breadcrumb-block p a {
  color: #fff;
  font-weight: 400;
  border-bottom: none;
}

.page-template-template-header-dark .wp-block-group.breadcrumb-block {
  background-color: #000155;
  color: #fff;
}

.page-template-template-header-white .wp-block-group.breadcrumb-block {
  background-color: #fff;
  color: #3100be;
}
.page-template-template-header-white .wp-block-group.breadcrumb-block p a {
  color: #3100be;
}

.breadcrumbs p span span::after {
  top: 0.8em !important;
}

.entry-content .bulletsicons p.title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
}
.entry-content .bulletsicons .list-icons {
  position: relative;
}
.entry-content .bulletsicons .list-icons .has-small-font-size {
  font-size: 0.89em !important;
}
.entry-content .bulletsicons .list-icons::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 55px;
  height: 85%;
}
.entry-content .bulletsicons .wp-block-columns h2 {
  margin-top: 0;
}
.entry-content .bulletsicons .wp-block-columns h1 {
  margin-top: 0;
}
.entry-content .bulletsicons .wp-block-columns:not(.alignwide):not(.alignfull) {
  margin-top: 0;
}
.entry-content .bulletsicons .bigtitle p {
  margin-bottom: 0;
  font-size: 1.1em !important;
}
.entry-content .bulletsicons.bulletsicons1 .list-icons::before {
  border-left: 2px dashed #3100be;
}
.entry-content .bulletsicons.bulletsicons2 .list-icons::before {
  border-left: 2px dashed #d6ff00;
}

.bulletsicons figure.icon {
  width: 72px;
  height: 72px;
  background-color: #d6ff00;
  border-radius: 16px;
  padding: 15px !important;
}
.bulletsicons .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  margin-bottom: 0;
  margin-top: 0;
}

.bulletsicons2 .alignwide {
  margin-bottom: 2rem;
}

.bulletsicons1 .alignwide {
  margin-bottom: 2rem;
}

.bulletsicons.timeline .wp-block-column {
  position: relative;
  margin-top: 10rem;
  max-width: 320px;
}
.bulletsicons.timeline .wp-block-column p {
  max-width: 289px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 5.6rem;
}
.bulletsicons.timeline .wp-block-column p::after {
  content: "1";
  font-size: 3.2rem;
  text-align: center;
  width: 64px;
  height: 64px;
  position: absolute;
  right: -8rem;
  background-color: #d6ff00;
  border-radius: 100px;
  padding: 1.9rem;
  top: 1rem;
}
.bulletsicons.timeline .wp-block-column:last-child p:last-child::before {
  content: "";
  width: 40px;
  height: 100%;
  left: -89px;
  background-color: #fff;
  position: absolute;
  top: 10px;
}
.bulletsicons.timeline .wp-block-column p.deux:after {
  content: "2";
}
.bulletsicons.timeline .wp-block-column p.trois:after {
  content: "3";
}
.bulletsicons.timeline .wp-block-column p.quatre:after {
  content: "4";
}
.bulletsicons.timeline .wp-block-column p.cinq:after {
  content: "5";
}
.bulletsicons.timeline .wp-block-column p.six:after {
  content: "6";
}
.bulletsicons.timeline .wp-block-column p.sept:after {
  content: "7";
}
.bulletsicons.timeline .wp-block-column p.huit:after {
  content: "8";
}
.bulletsicons.timeline .wp-block-column.right {
  margin-left: 27rem;
}
.bulletsicons.timeline .wp-block-column.right p:before {
  left: -40px;
}
.bulletsicons.timeline .wp-block-column.right p:after {
  left: -11.2rem;
  right: auto;
}
.bulletsicons.timeline .wp-block-column.right::before {
  width: 100px;
  height: 90%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border: 2px dashed #3100be;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -38px;
  left: -181px;
  border-bottom: none;
}
.bulletsicons.timeline .wp-block-columns {
  max-width: 93rem !important;
}
.bulletsicons.timeline .wp-block-column.left::before {
  width: 103px;
  height: 100%;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 2px dashed #3100be !important;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  bottom: 2px;
  right: -133px;
  border-top: none !important;
  top: 2%;
}

.bulletsicons.timeline.has-primary-background-color .wp-block-column:last-child p:last-child:before {
  background-color: #3100be;
}
.bulletsicons.timeline.has-primary-background-color .wp-block-column p::after {
  color: #3100be;
}
.bulletsicons.timeline.has-primary-background-color .wp-block-column.right::before {
  border-color: #fff !important;
  border-bottom: none;
}
.bulletsicons.timeline.has-primary-background-color .wp-block-column.left::before {
  border-color: #fff !important;
  border-top: none;
}

.btn {
  padding: 10px 16px;
  border-radius: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.btn.btn-blue {
  background-color: #3100be;
  color: #fff;
}
.btn.btn-lime {
  background-color: #d6ff00;
  border: solid 1px #a3b902;
  color: #3100be;
}
.btn.btn-lime:hover {
  background-color: #a3b902;
}
.btn.btn-gray {
  background-color: #e8e8e8;
  color: #3100be;
}
.btn.btn-gray:hover {
  background-color: #3100be;
  color: #e8e8e8;
  border: none;
}

.resources_template .our_replays .link_section a a, .resources_template .title_section .link_section a, .push-resource-block .push-resource-title-block .link_section a {
  display: flex;
  align-items: center;
  color: #3100be;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}
.resources_template .our_replays .link_section a a span, .resources_template .title_section .link_section a span, .push-resource-block .push-resource-title-block .link_section a span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #d6ff00;
  margin-left: 1rem;
}
.resources_template .our_replays .link_section a:hover a, .resources_template .title_section .link_section:hover a, .push-resource-block .push-resource-title-block .link_section:hover a {
  border-bottom: 0;
}
.resources_template .our_replays .link_section a:hover a span, .resources_template .title_section .link_section:hover a span, .push-resource-block .push-resource-title-block .link_section:hover a span {
  background-color: #3100BE !important;
}
.resources_template .our_replays .link_section a:hover a span svg path, .resources_template .title_section .link_section:hover a span svg path, .push-resource-block .push-resource-title-block .link_section:hover a span svg path {
  fill: #D6FF00 !important;
}

.wp-block-button__link {
  background-color: #d6ff00 !important;
  border: 1px solid #a3b902 !important;
  color: #3100be !important;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 0.74em 1.44em !important;
  text-transform: none;
  border-radius: 56px;
  margin-top: 1em;
}
.wp-block-button__link:hover {
  text-decoration: none !important;
  background-color: #a3b902 !important;
}

.is-style-rounded .wp-block-button__link {
  background-color: #d6ff00 !important;
  border: 1px solid #a3b902 !important;
  color: #3100be !important;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 0.74em 1.44em !important;
  text-transform: none;
  border-radius: 56px;
  margin-top: 1em;
}
.is-style-rounded .wp-block-button__link:hover {
  text-decoration: none !important;
  background-color: #a3b902 !important;
}

.wp-block-file__button {
  background-color: #d6ff00 !important;
  border: 1px solid #a3b902 !important;
  color: #3100be !important;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 0.74em 1.44em !important;
  text-transform: none;
  border-radius: 56px;
  margin-top: 1em;
}
.wp-block-file__button:hover {
  text-decoration: none !important;
  background-color: #a3b902 !important;
}

.wp-block-button .wp-block-button__link.is-style-outline {
  border: 1px solid;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid;
}

.subtle .wp-block-button__link {
  background-color: #e8e8e8 !important;
  border-color: #c7c7c7 !important;
}

.posts_grid_section_single_guide a.content .content_main .post_link, .posts_grid_row .glossary-card .post_link, .posts_grid_row .partner-card .post_link {
  content: "";
  background: url(assets/img/AB_Tasty_Arrow_Right_Yellow_32px.svg) no-repeat #d6ff00;
  border: solid 1px #a3b902;
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.posts_grid_section_single_guide a.content .content_main .post_link:hover, .posts_grid_row .glossary-card:hover .post_link, .posts_grid_row .partner-card:hover .post_link {
  background: url(assets/img/arrow-right-lime.svg) no-repeat #3100be;
  background-size: cover;
}

.btn-spotify,
.btn-apple-podcast,
.btn-google-podcast {
  padding-left: 46px;
  position: relative;
}
.btn-spotify:before,
.btn-apple-podcast:before,
.btn-google-podcast:before {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 16px;
  content: "";
  width: 20px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.btn-spotify:hover:before,
.btn-apple-podcast:hover:before,
.btn-google-podcast:hover:before {
  filter: brightness(0) invert(1);
}
@media (max-width: 700px) {
  .btn-spotify,
  .btn-apple-podcast,
  .btn-google-podcast {
    padding: 9px;
    width: 36px;
    height: 36px;
  }
  .btn-spotify:before,
  .btn-apple-podcast:before,
  .btn-google-podcast:before {
    width: 18px;
    height: 18px;
    background-size: 18px !important;
    left: 9px;
  }
  .btn-spotify span,
  .btn-apple-podcast span,
  .btn-google-podcast span {
    display: none;
  }
}

.btn-spotify:before {
  background: url(assets/img/spotify-blue.svg) no-repeat;
}

.btn-apple-podcast:before {
  background: url(assets/img/apple-podcast-blue.svg) no-repeat;
}

.btn-google-podcast:before {
  background: url(assets/img/google-podcast-blue.svg) no-repeat;
}

.posts_grid_row {
  width: 100%;
  gap: 4rem;
}
.posts_grid_row .glossary-card, .posts_grid_row .partner-card {
  position: relative;
  flex: 0 0 auto;
  width: calc(33.333% - 2.666rem);
  border: solid 1px #e8e8e8;
  border-radius: 16px;
  padding: 40px 24px 50px 24px;
  text-decoration: none;
}
@media (max-width: 1220px) {
  .posts_grid_row .glossary-card, .posts_grid_row .partner-card {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 768px) {
  .posts_grid_row .glossary-card, .posts_grid_row .partner-card {
    width: 100%;
  }
}
.posts_grid_row .glossary-card .post_excerpt, .posts_grid_row .partner-card .post_excerpt {
  color: #000155;
  font-size: 23px;
}
.posts_grid_row .glossary-card h2 {
  color: #3100be;
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 24px;
}
.posts_grid_row .partner-card img {
  max-width: 75%;
  max-height: 100px;
  margin-bottom: 40px;
}
.posts_grid_row .partner-card .post_excerpt {
  color: #3100be;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
}
.posts_grid_row .partner-card .post_title {
  position: absolute;
  left: 24px;
  bottom: 24px;
  line-height: 40px;
  color: #3100be;
  font-size: 14px;
}

input::placeholder {
  opacity: 1;
}

/*
 * Search form
 */
.search-form {
  border: solid 4px #e8e8e8;
  border-right-width: 6px;
  border-radius: 8px;
}
.search-form .search-field {
  font-size: 16px;
  background-color: #e8e8e8;
  margin: 0;
  color: #3100be;
}
.search-form .search-field::placeholder {
  color: #3100be;
  opacity: 1; /* Firefox */
}
.search-form .search-field::-ms-input-placeholder { /* Edge 12 -18 */
  color: #3100be;
}
.search-form .search-submit {
  border-radius: 8px;
  margin: 0;
  background-color: #3100be;
  color: #d6ff00;
  text-indent: -10000px;
  padding: 8px;
}

/*
 * Unknown
 */
.form-page.form-demo-1 .conteneur-form {
  background-color: #e8e8e8;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/Vector.png");
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 4rem;
  position: relative;
}
.form-page.form-demo-1 .conteneur-form .ff-default .ff-el-form-control {
  color: #3100be;
}
.form-page.form-demo-1 .conteneur-form .ff-default .ff-el-form-control::placeholder {
  color: #3100be;
}
.form-page.form-demo-1 .conteneur-form hr {
  display: none !important;
}
.form-page.form-demo-1 .conteneur-form::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 42%;
  width: 67px;
  height: 67px;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/form-icon-demo.png");
  background-size: 67px auto;
}
.form-page.form-demo-1 .conteneur-form .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
  content: none;
}
.form-page.form-demo-1 .conteneur-form .text-simple.bottom p {
  font-size: 1.2rem !important;
  line-height: 1.5rem;
  padding-bottom: 0;
}

.conteneur-form .text-simple.bottom p {
  margin-top: -10px;
  font-size: 1.2rem !important;
  line-height: 1.5rem;
  padding-bottom: 0;
}

.iti__country-name {
  font-size: 1.6rem;
}

.simpletext form ul li {
  padding-left: 1rem;
}
.simpletext form ul li::before {
  content: none;
}
.simpletext ul li::before {
  top: 9px;
}

.conteneur-form form ul li {
  padding-left: 1rem;
}
.conteneur-form form ul li::before {
  content: none;
}
.conteneur-form .frm-fluent-form .choices__list--multiple .choices__item {
  background-color: #3100be;
  padding: 0 10px;
  line-height: 40px;
  margin-top: 0;
  width: 86px;
  height: 40px;
  position: relative;
}
.conteneur-form .frm-fluent-form .choices[data-type*=select-multiple] .choices__button {
  opacity: 1;
  position: absolute;
  top: 9px;
  right: 8px;
  background-color: #000155;
  border-radius: 6px;
  padding: 5px;
  background-size: 12px;
  width: 20px;
  height: 20px;
}
.conteneur-form .frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
  color: #3100be !important;
  -webkit-appearance: none;
}
.conteneur-form .frm-fluent-form .choices__list--single {
  -webkit-appearance: none;
}
.conteneur-form .frm-fluent-form .choices__inner {
  height: 56px;
  width: 100%;
  border-radius: 6px;
  line-height: 56px;
  color: #3100be;
  background-color: #fff;
  font-size: 1.6rem;
  border: 1px solid #3100be;
}
.conteneur-form .frm-fluent-form .choices__placeholder {
  color: #3100be;
}
.conteneur-form .ff-default .ff-el-form-control {
  height: 56px;
  width: 100%;
  border-radius: 6px;
  line-height: 56px;
  color: #3100be;
  background-color: #fff;
  font-size: 1.6rem;
  border: 1px solid #3100be;
}
.conteneur-form .ff-default .ff-el-form-control::placeholder {
  color: #3100be;
}
.conteneur-form form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #d6ff00 !important;
  border: 1px solid #a3b902 !important;
  color: #3100be !important;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 0.74em 1.44em !important;
  text-transform: none;
  border-radius: 56px;
  margin-top: 1em;
  width: 100%;
}
.conteneur-form form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style):hover {
  text-decoration: none !important;
  background-color: #a3b902 !important;
}

.molecule1.contact-form .link-demo h4 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin-bottom: 0;
}

.form-page .fluentform .ff-el-group {
  margin-bottom: 1rem;
}

.ff-message-success {
  border: none;
  box-shadow: none;
}

.form-page.ff-default .ff-el-input--label label {
  padding-bottom: 7px;
}

form.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #d6ff00 !important;
  border: 1px solid #a3b902 !important;
  color: #3100be !important;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 0.74em 1.44em !important;
  text-transform: none;
  border-radius: 56px;
  margin-top: 0;
}
form.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style):hover {
  text-decoration: none !important;
  background-color: #a3b902 !important;
}

.entry-content .wp-block-group .fluentform .ff-el-group.ligne-text p {
  font-size: 1.6rem;
  line-height: 2rem;
}

.molecule1.contact-form [class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 79rem;
}
.molecule1.contact-form .link-demo {
  background-color: #3100be !important;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/vector-white-transparent.png");
  background-position: top left;
  background-repeat: no-repeat;
}
.molecule1.contact-form .link-demo .entry-content .form-page.form-demo-1 .conteneur-form .margin-top {
  margin-top: 3rem;
}

.form-nl .ff-default input.ff-el-form-control {
  height: 56px;
  width: 100%;
  border-radius: 6px;
  line-height: 56px;
  color: #3100be;
  background-color: #fff;
  font-size: 1.6rem;
  border: 1px solid #3100be;
}
.form-nl .ff-default input.ff-el-form-control::placeholder {
  color: #3100be;
}

.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label {
  position: relative;
  padding-left: 30px;
}
.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: 1px solid #3100be;
  background-color: transparent;
}
.ff-default .ff-el-input--label label {
  font-weight: 400;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
  position: absolute;
  opacity: 0;
}
.fluentform .ff-el-form-check.ff_item_selected label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 18px;
  top: 3px;
  left: 4px;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/check-blue.png");
  background-size: 16px auto;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
  content: none;
}
.fluentform .ff-el-group.ligne-text {
  margin-top: -15px;
}

form.fluent_form_7 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #d6ff00 !important;
  border: 1px solid #a3b902 !important;
  color: #3100be !important;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 0.74em 1.44em !important;
  text-transform: none;
  border-radius: 56px;
  margin-top: 1em;
}

.ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #d6ff00 !important;
  border: 1px solid #a3b902 !important;
  color: #3100be !important;
  font-size: 2rem;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 0.74em 1.44em !important;
  text-transform: none;
  border-radius: 56px;
  margin-top: 1em;
}

.molecule1.form-nl[class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 79rem;
}

#partners-filter select {
  color: #3100be;
  border: none;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  padding: 15px 40px 12px 24px;
  border-radius: 100px;
  cursor: pointer;
  max-width: 160px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(assets/img/dropdown.svg) no-repeat #e8e8e8;
  background-position: top 21px right 16px;
  margin-left: 24px;
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  #partners-filter select {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

.wp-block-image.icon-32 img {
  width: 32px;
  display: block;
  margin-left: 0;
}

.wp-block-image.icon-40 img {
  width: 40px;
  display: block;
  margin-left: 0;
}

.wp-block-image.icon-42 img {
  width: 42px;
  display: block;
  margin-left: 0;
}

.wp-block-image.icon-44 img {
  width: 44px;
  display: block;
  margin-left: 0;
}

.wp-block-image.icon-44.center img {
  margin-left: auto !important;
}

.wp-block-image.icon-48 img {
  width: 48px;
  display: block;
  margin-left: 0;
}

.wp-block-image.arrow-64 img {
  width: 64px;
  display: block;
  margin-left: 0;
}

.wp-block-image.icon-72 img {
  width: 72px;
  display: block;
  margin-left: 0;
}

.wp-block-image.logo-132 img {
  width: 132px;
  display: block;
}

.wp-block-image.img-170 img {
  width: 170px;
  display: block;
}

.pagination.navigation .nav-links {
  margin-top: 50px;
  font-weight: 400;
  display: flex;
  justify-content: center;
}
.pagination.navigation .nav-links .page-numbers {
  color: #3100BE;
  margin: 0;
  padding: 0 16px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .pagination.navigation .nav-links .page-numbers {
    padding: 0 8px;
  }
}
.pagination.navigation .nav-links .page-numbers.current {
  font-weight: 500;
  text-decoration: underline;
}
.pagination.navigation .nav-links .page-numbers.prev, .pagination.navigation .nav-links .page-numbers.next {
  width: 24px;
  height: 24px;
  position: relative;
  top: 4px;
}
.pagination.navigation .nav-links .page-numbers.prev {
  background: url(assets/img/arrow-left.svg) no-repeat;
  margin-right: 16px;
  transition: all 0.5s ease-in-out;
}
.pagination.navigation .nav-links .page-numbers.prev:hover {
  transform: translateX(-5px);
}
.pagination.navigation .nav-links .page-numbers.next {
  background: url(assets/img/arrow-right.svg) no-repeat;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
}
.pagination.navigation .nav-links .page-numbers.next:hover {
  transform: translateX(5px);
}
.pagination.navigation .nav-links .dots {
  color: #3100BE;
}

#push-get-a-demo {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #000155 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}
#push-get-a-demo .row {
  gap: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 999px) {
  #push-get-a-demo .row {
    flex-wrap: wrap;
    width: calc(100% - 4rem) !important;
  }
}
#push-get-a-demo .col-img {
  flex-basis: 45%;
}
@media (max-width: 999px) {
  #push-get-a-demo .col-img {
    flex-basis: 100%;
  }
}
#push-get-a-demo .col-img img {
  position: relative;
  z-index: 1;
}
#push-get-a-demo .col-txt {
  padding-top: 70px;
  padding-bottom: 70px;
  flex-basis: 55%;
}
@media (max-width: 999px) {
  #push-get-a-demo .col-txt {
    flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#push-get-a-demo .col-txt .col-txt-inner {
  background-color: #3100be;
  color: #fff;
  padding: 80px 120px;
  border-radius: 0 20px 20px 0;
  position: relative;
  left: -80px;
  z-index: 0;
}
@media (max-width: 999px) {
  #push-get-a-demo .col-txt .col-txt-inner {
    flex-basis: 100%;
    padding: 150px 24px 24px 24px;
    border-radius: 20px;
    left: inherit;
    top: -120px;
  }
}
#push-get-a-demo .col-txt .col-txt-inner p {
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 999px) {
  #push-get-a-demo .col-txt .col-txt-inner p {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#push-get-a-demo .col-txt .col-txt-inner .btn {
  display: inline-block;
  padding: 11px 32px;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 999px) {
  #push-get-a-demo .col-txt .col-txt-inner .btn {
    font-size: 16px;
  }
}

#push-get-a-demo-trial {
  margin-top: 0;
  margin-bottom: 0;
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner {
  background-color: #000155;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  overflow: hidden;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .row {
  width: calc(100% - 4rem) !important;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .row {
    flex-wrap: wrap;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img {
  position: relative;
  flex-basis: 25%;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img {
    flex-basis: 100%;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img {
  position: relative;
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img.img-2 {
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img.img-2 {
    margin-left: 50%;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img.img-1 {
  margin-top: -30px;
  z-index: 0;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img.img-1 {
    margin-left: calc(50% - 150px);
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img.img-3 {
  z-index: 0;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img.img-3 {
    display: none;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img.img-4 {
  margin-top: -30px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-img img.img-4 {
    display: none;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt {
    flex-basis: 100%;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt .col-txt-inner {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt .col-txt-inner {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt .col-txt-inner .push-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt .col-txt-inner .push-title {
    font-size: 32px;
    line-height: 32px;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt .col-txt-inner p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt .col-txt-inner p {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt .col-txt-inner .btn {
  display: inline-block;
  padding: 11px 32px;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 999px) {
  #push-get-a-demo-trial .push-get-a-demo-trial-inner .col-txt .col-txt-inner .btn {
    font-size: 16px;
  }
}

#testimonials + #push-get-a-demo-trial {
  background-color: #3100be;
}

/*
 * Global
 */
.wp-swiper__slide .wp-swiper__slide-content {
  height: 100%;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.slider-pro img.sp-image {
  width: 40%;
  height: auto;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-swiper.wp-swiper--0 {
  width: 100%;
  max-width: 100%;
  background-color: #FBFBFB;
  padding-bottom: 5rem;
  margin-top: -4rem;
}

.swiper-center .swiper-wrapper {
  align-items: center;
}
.swiper-center .swiper-autoheight .swiper-wrapper {
  align-items: center;
}

.swiper-wrapper {
  height: auto;
}

/*
 * slider logos
 */
.entry-content .slider-logos.wp-block-group p.title {
  font-size: 2.5rem;
}

/*
 * slider texte et pictos
 */
.molecule2 .text-pictos-slider .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  width: 40px;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}

.text-pictos-slider figure {
  width: 40px;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}
.text-pictos-slider .swiper-slide {
  border-radius: 16px;
  padding: 2rem;
}
.text-pictos-slider .wp-swiper__slide-content {
  position: relative;
  height: 100%;
}
.text-pictos-slider .wp-swiper__slide-content .wp-block-group {
  position: absolute;
  bottom: 0;
}

.molecule2.text-pictos-slider [class*=__inner-container] > h2:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 110rem;
  margin-left: 0;
}

/*
 * slider chiffres clés
 */
.chiffres-cles.wp-swiper {
  width: calc(100% - 100px);
}
.chiffres-cles.wp-swiper .swiper-backface-hidden .swiper-slide {
  width: 27.8% !important;
  background-color: #000155;
  color: #d6ff00;
  padding: 3rem;
  height: 250px !important;
  border-radius: 16px;
  margin-right: 1rem;
}
.chiffres-cles.wp-swiper p.number {
  font-size: 7rem;
  line-height: 7rem;
  position: absolute;
  bottom: 0;
  margin: 0;
  font-weight: 500;
}

.has-primary-background-color.slider-molecule.chiffres-cles .wp-block-group__inner-container:after {
  background-color: #3100be;
}

.has-basic-background-color.slider-molecule.chiffres-cles .wp-block-group__inner-container:after {
  background-color: #e8e8e8;
}

.has-basic-background-color .chiffres-cles.wp-swiper .swiper-backface-hidden .swiper-slide {
  color: #3100be;
  background-color: #fff;
}

.has-accent-background-color .chiffres-cles.wp-swiper .swiper-backface-hidden .swiper-slide {
  color: #fff;
  background-color: #3100be;
}

.slider-molecule.chiffres-cles.has-basic-background-color .swiper-button-prev {
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-blue.png");
}
.slider-molecule.chiffres-cles.has-basic-background-color .swiper-button-next {
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-blue.png");
}

.slider-molecule.chiffres-cles.has-accent-background-color .swiper-button-prev {
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-white.png");
}
.slider-molecule.chiffres-cles.has-accent-background-color .swiper-button-next {
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-white.png");
}

.slider-molecule.chiffres-cles .wp-block-group__inner-container {
  margin-bottom: 0;
  position: relative;
}
.slider-molecule.chiffres-cles .wp-block-group__inner-container > .alignfull {
  margin-bottom: 2rem;
}
.slider-molecule.chiffres-cles .wp-block-group__inner-container:after {
  content: "";
  width: 57px;
  height: 315px;
  top: 69px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.slider-molecule.chiffres-cles .swiper-button-next {
  content: "";
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-green.png");
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
}
.slider-molecule.chiffres-cles .swiper-button-next::after {
  content: none;
}
.slider-molecule.chiffres-cles .swiper-button-prev {
  content: "";
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  background-repeat: no-repeat;
  right: 0;
  left: auto;
  top: auto;
  z-index: 2;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-green.png");
  bottom: 54px;
}
.slider-molecule.chiffres-cles .swiper-button-prev::after {
  content: none;
}

.has-primary-background-color .chiffres-cles.wp-swiper .swiper-backface-hidden .swiper-slide {
  background-color: #000155;
}

/*
 * slider why abtasty
 */
.slider-molecule [class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 121rem;
}
.slider-molecule .sp-caption-container {
  text-align: left !important;
  margin-top: 0;
  top: 0;
  position: absolute;
  right: 138px;
  width: 40%;
  left: 48%;
}
.slider-molecule .sp-caption-container h3 {
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 0;
}
.slider-molecule .sp-image-container {
  max-width: 1000px !important;
  width: 100%;
  height: 400px;
}
.slider-molecule .wp-block-group__inner-container {
  margin-bottom: -100px;
}
.slider-molecule .sp-slides-container {
  left: 50px;
}
.slider-molecule .slider-pro.sp-horizontal {
  width: 100% !important;
  max-width: 1200px !important;
  padding-left: 50px !important;
}

.slider-pro.whyabtasty img.sp-image {
  max-width: 493px;
  border-radius: 20px !important;
  width: 40%;
  height: auto;
}
.slider-pro.whyabtasty .sp-thumbnails {
  border-radius: 6px;
}
.slider-pro.whyabtasty .sp-thumbnails.sp-grab {
  position: relative;
}
.slider-pro.whyabtasty .sp-thumbnails.sp-grabbing {
  position: relative;
}
.slider-pro.whyabtasty .sp-left-thumbnails {
  max-height: 395px;
  overflow-y: auto;
  width: 86px;
}
.slider-pro.whyabtasty .sp-left-thumbnails .sp-thumbnail-container {
  border-radius: 7px !important;
}
.slider-pro.whyabtasty .sp-left-thumbnails .sp-thumbnail-container img.sp-thumbnail {
  border-radius: 7px !important;
}
.slider-pro.whyabtasty .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail {
  border: 2px solid #3100be;
  padding: 2px;
}
.slider-pro.whyabtasty .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
  content: none !important;
}
.slider-pro.whyabtasty .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
  content: none !important;
}
.slider-pro.whyabtasty .sp-left-thumbnails.sp-has-pointer img.sp-thumbnail {
  position: relative;
  right: 0;
}
.slider-pro.whyabtasty .sp-slides-container {
  left: 50px;
}
.slider-pro.whyabtasty .sp-caption-container p {
  font-size: 1.7rem;
  line-height: 2.3rem;
}
.slider-pro.whyabtasty .sp-caption-container p span {
  background-color: #3100be;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 16px 24px;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
}
.slider-pro.whyabtasty .sp-mask.sp-grab {
  max-height: inherit;
}

/*
 * Testimonial
 */
.slider-pro.testimonial.sp-horizontal {
  padding-left: 0 !important;
}
.slider-pro.testimonial.sp-horizontal img.sp-image {
  margin-left: 0 !important;
}

.slider-molecule.testimonial-slider .wp-block-group__inner-container {
  margin-bottom: 0;
}

.testimonial.sp-horizontal .sp-arrows {
  top: -50px;
  right: 162px;
  opacity: 1;
  width: 156px;
  left: auto;
}
.testimonial.sp-horizontal .sp-image-container {
  background-color: #fff;
  border-radius: 16px;
  height: 420px !important;
  max-width: 810px !important;
}
.testimonial.sp-horizontal .sp-image-container::after {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/testimonial-effet.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  right: 0;
  left: 810px;
  height: 390px;
  top: 10px;
  width: 60px;
  background-size: 100% auto;
}
.testimonial.sp-horizontal div.text {
  position: absolute;
  top: 45px;
  width: 368px;
  height: 100%;
  left: 418px;
}
.testimonial.sp-horizontal div.text p {
  color: #3100be;
  font-size: 2rem;
  line-height: 2.5rem;
}
.testimonial.sp-horizontal div.text p.author {
  font-size: 1.6rem;
}
.testimonial.sp-horizontal div.text .logo {
  position: absolute;
  bottom: 70px;
}
.testimonial.sp-horizontal div.text::before {
  content: "";
  width: 18px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
}
.testimonial.sp-horizontal .sp-slide.sp-selected {
  height: 420px !important;
}
.testimonial.sp-horizontal .sp-previous-arrow {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/new-left-arrow-testimonial.png);
  background-repeat: no-repeat;
  width: 47px;
  height: 47px;
  background-size: 47px auto;
}
.testimonial.sp-horizontal .sp-previous-arrow:before {
  content: none;
}
.testimonial.sp-horizontal .sp-previous-arrow:after {
  content: none;
}
.testimonial.sp-horizontal .sp-next-arrow:before {
  content: none;
}
.testimonial.sp-horizontal .sp-next-arrow:after {
  content: none;
}

.slider-pro.testimonial img.sp-image {
  max-width: 370px;
}
.slider-pro.testimonial .sp-mask.sp-grab {
  height: 490px !important;
}

.has-subtle-background-color.testimonial-slider .testimonial.sp-horizontal .sp-previous-arrow {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-blue.png);
}
.has-subtle-background-color.testimonial-slider .sp-horizontal .sp-next-arrow {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-blue.png);
}

.testimonial-slider .wp-block-heading {
  max-width: 87rem !important;
}
.testimonial-slider .alignwide {
  max-width: 98rem !important;
}

.has-primary-background-color .testimonial.sp-horizontal div.text::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/02/blue-quote.png);
}

/*
 * slider gallery
 */
.molecule2.gallery-slider .swiper-button-prev {
  content: "";
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  background-repeat: no-repeat;
  left: auto;
  top: auto;
  z-index: 2;
  bottom: 150px !important;
  right: -67px;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-green.png");
  bottom: 54px;
}
.molecule2.gallery-slider .swiper-button-prev::after {
  content: none;
}
.molecule2.gallery-slider .swiper-button-next {
  content: "";
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-green.png");
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  background-repeat: no-repeat;
  left: auto;
  top: auto;
  z-index: 2;
  bottom: 93px !important;
  right: -67px;
}
.molecule2.gallery-slider .swiper-button-next::after {
  content: none;
}
.molecule2.gallery-slider p {
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}
.molecule2.gallery-slider figure {
  border-radius: 16px;
}

.molecule2.gallery-slider[class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 116rem;
  position: relative;
  left: -4rem;
}

/*
 * slider casestudies
 */
.molecule2.casestudies-slider .swiper-button-next {
  content: "";
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-green.png");
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
}
.molecule2.casestudies-slider .swiper-button-next::after {
  content: none;
}
.molecule2.casestudies-slider .swiper-button-prev {
  content: "";
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-green.png");
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
}
.molecule2.casestudies-slider .swiper-button-prev::after {
  content: none;
}
.molecule2.casestudies-slider .content-text {
  width: calc(50% - 0.5rem);
  float: right;
  background-color: #d6ff00;
  padding: 2.5rem 5rem 2rem 4rem;
  color: #3100be;
  position: relative;
  border-radius: 16px;
  min-height: 600px;
  margin-top: 1rem;
}
.molecule2.casestudies-slider .content-text h4 {
  font-size: 4rem;
  line-height: 4rem;
  width: 80%;
  margin-left: 0;
}
.molecule2.casestudies-slider .content-text .number {
  position: absolute;
  font-size: 6.4rem;
  left: 4rem;
  bottom: 0;
  font-weight: 500;
}
.molecule2.casestudies-slider .content-text .cartouche {
  position: absolute;
  border: 1px solid #3100be;
  padding: 0 12px;
  border-radius: 8px;
  display: block;
  width: auto !important;
  top: 3rem;
  right: 4rem;
}
.molecule2.casestudies-slider .wp-block-buttons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent !important;
  border-radius: 16px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  font-size: 0;
  border-color: transparent !important;
}
.molecule2.casestudies-slider .wp-block-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent !important;
  border-radius: 16px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  font-size: 0;
  border-color: transparent !important;
}
.molecule2.casestudies-slider .wp-block-button__link.wp-element-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: transparent !important;
  border-radius: 16px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  font-size: 0;
  border-color: transparent !important;
}
.molecule2.casestudies-slider .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  margin-top: 0;
}
.molecule2.casestudies-slider .swiper-container {
  height: 620px;
}
.molecule2.casestudies-slider .wp-block-group__inner-container[class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100.8rem;
}
.molecule2.casestudies-slider figure.wp-block-image.radius {
  width: calc(50% - 0.5rem);
  float: left;
  height: 600px;
  overflow: hidden;
}
.molecule2.casestudies-slider figure.wp-block-image.radius img {
  height: 100% !important;
  width: auto !important;
  border-radius: 0;
}

.entry-content .molecule2.casestudies-slider .content-text p.has-small-font-size {
  position: absolute;
  bottom: 8rem;
  max-width: 230px !important;
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
  left: 23rem;
}

/*
 * Slider partner
 */
.molecule2.partner-slider .swiper-button-prev {
  content: "";
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-green.png");
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
}
.molecule2.partner-slider .swiper-button-prev::after {
  content: none;
}
.molecule2.partner-slider .swiper-button-next {
  content: "";
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-green.png");
  width: 47px;
  height: 47px;
  background-size: 47px auto;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
}
.molecule2.partner-slider .swiper-button-next::after {
  content: none;
}

#site-header {
  background: #3100be;
  z-index: 999 !important;
  position: sticky !important;
  width: 100% !important;
}
#site-header .site-logo img {
  max-height: 40px !important;
  transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
}
#site-header.shadow-header {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.header-inner {
  max-width: 184rem;
}

header #mega-menu-wrap-primary {
  width: 100%;
  margin-left: 50px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 94px;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.item-with-arrow-primary > a.mega-menu-link:hover {
  border-color: transparent;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.item-topics > a.mega-menu-link {
  padding: 3px 8px;
  margin: 0;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.item-topics > a.mega-menu-link:hover {
  color: #fff;
  border-color: transparent;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  width: 50px;
  margin-top: 3rem;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.login ul.mega-sub-menu {
  width: 200px;
}
header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  width: fit-content;
}
header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.header-align-right {
  float: right;
}
header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.pll-parent-menu-item {
  float: right;
}
header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.demo-btn a {
  padding: 0 24px;
  border: 1px solid #a3b902;
  border-radius: 1000px;
  background-color: #d6ff00;
  color: #3100be;
  height: 40px;
}
header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.demo-btn a:hover {
  background-color: #a3b902;
  border: 1px solid #d6ff00;
  border-bottom: 2px solid transparent;
  color: #3100be;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu {
  min-height: 382px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  width: fit-content;
  display: block;
  float: none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_search {
  width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.header-background-primary {
  background-color: #e8e8e8;
  min-height: 497px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  padding: 40px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  width: fit-content;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.item-with-arrow-primary > a.mega-menu-link {
  font-size: 16px;
  padding-top: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.item-topics {
  display: inline-block !important;
  margin: 4px 12px 4px 0;
  border: 1px solid #3100be !important;
  border-radius: 6px;
  font-size: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.item-topics:hover {
  background-color: #3100be;
  color: #fff;
  border: 1px solid #3100be !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.item-topics:last-child {
  margin: 8px 16px 30px 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.header-dev-documentation > ul.mega-sub-menu > li.item-with-arrow-primary > a.mega-menu-link {
  font-size: 18px;
  padding-top: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.header-background-primary > ul.mega-sub-menu > li.item-with-arrow-primary {
  max-width: 220px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.header-background-primary > ul.mega-sub-menu > li.item-with-arrow-primary > a.mega-menu-link {
  padding-top: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.header-background-primary > ul.mega-sub-menu > li.mega-menu-item > h4.mega-block-title {
  padding-top: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.header-background-primary > ul.mega-sub-menu > li.mega-menu-item:first-child > h4.mega-block-title {
  padding-top: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.item-with-arrow-primary a.mega-menu-link::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/bubble-mini-arrow-right-green.png");
  background-size: 24px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}
#mega-menu-wrap-primary #mega-menu-primary li.item-with-arrow-primary a.mega-menu-link:hover:after {
  margin-left: 15px;
  transition: all 0.2s ease-out;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.demo-btn > a.mega-menu-link {
  padding: 0 24px;
  border: 1px solid #a3b902;
  border-radius: 1000px;
  background-color: #d6ff00;
  color: #3100be;
  height: 40px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.demo-btn > a.mega-menu-link:hover {
  background-color: #a3b902;
  border: 1px solid #d6ff00;
  border-bottom: 2px solid transparent;
  color: #3100be;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  line-height: 40px;
}

.page-template-template-header-dark #site-header {
  background-color: #000155;
}
.page-template-template-header-dark #site-header.header-change-color {
  background-color: #fff !important;
}

.page-template-template-header-white #site-header {
  background-color: #fbfbfb;
}
.page-template-template-header-white #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #3100be !important;
}
.page-template-template-header-white #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  border-color: #3100be !important;
}
.page-template-template-header-white #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  border-color: #3100be !important;
}
.page-template-template-header-white #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  border-color: #3100be !important;
}
.page-template-template-header-white #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover {
  border-color: #3100be !important;
}
.page-template-template-header-white #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover {
  border-color: #3100be !important;
}
.page-template-template-header-white div.site-logo a {
  content: "" !important;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/logo-abtasty-blue.png");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 176px;
  height: 39px;
}
.page-template-template-header-white div.site-logo a img.custom-logo {
  display: none !important;
}
.page-template-template-header-white .nav-toggle .toggle-icon {
  content: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/toggle-icon-blue.png");
  width: 28px;
  height: 22px;
}

#site-header.header-change-color {
  background-color: #fff !important;
}
#site-header.header-change-color #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #3100be !important;
}
#site-header.header-change-color #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  border-color: #3100be !important;
}
#site-header.header-change-color #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  border-color: #3100be !important;
}
#site-header.header-change-color #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  border-color: #3100be !important;
}
#site-header.header-change-color #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover {
  border-color: #3100be !important;
}
#site-header.header-change-color #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  border-color: #3100be !important;
}
#site-header.header-change-color #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover .page-template-template-header-white #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  border-color: #3100be !important;
}
#site-header.header-change-color div.site-logo a {
  content: "" !important;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/logo-abtasty-blue.png");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 176px;
  height: 39px;
}
#site-header.header-change-color div.site-logo a img.custom-logo {
  display: none !important;
}
#site-header.header-change-color .nav-toggle .toggle-icon {
  content: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/toggle-icon-blue.png");
  width: 28px;
  height: 22px;
}

@media (min-width: 1000px) {
  header .header-inner {
    padding: 0;
  }
  .toggle-wrapper {
    display: none !important;
  }
  .header-toggles {
    display: none !important;
  }
}
@media (max-width: 1355px) and (min-width: 1000px) {
  .header-inner {
    width: calc(100% - 7rem) !important;
  }
  .header-inner .header-titles .site-logo {
    margin: 0 0 0 0.5rem !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.demo-btn {
    margin-right: 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 14px 0 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
  }
  #site-header .site-logo .custom-logo-link {
    max-height: 30px !important;
    background-size: contain !important;
  }
  #site-header .site-logo .custom-logo-link img {
    max-height: 30px !important;
  }
  .header-navigation-wrapper {
    width: calc(100% - 170px) !important;
  }
  .header-titles-wrapper {
    margin-right: 0;
  }
  header #mega-menu-wrap-primary {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
  }
}
@media (max-width: 1000px) {
  div.header-inner {
    padding: 1.5rem 0 !important;
    width: calc(100% - 4rem) !important;
  }
  div.menu-modal div.menu-top .button.close-nav-toggle {
    padding: 1.5rem 0 !important;
    width: calc(100% - 4rem) !important;
  }
  .menu-modal.active {
    z-index: 1000;
  }
  .menu-modal .menu-top {
    flex: 1;
  }
  #mega-menu-wrap-mobile {
    height: 100% !important;
  }
  #mega-menu-wrap-mobile .mega-menu-toggle + #mega-menu-mobile {
    height: 100%;
    padding: 20px 0;
  }
  #mega-menu-wrap-mobile #mega-menu-mobile li.mega-menu-item.mega-icon-right.item-with-arrow-primary > a.mega-menu-link {
    width: fit-content;
  }
  #mega-menu-wrap-mobile #mega-menu-mobile li.mega-menu-item.item-topics {
    width: fit-content;
    display: inline-block;
    margin: 6px 12px;
  }
  #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.item-topics a.mega-menu-link {
    padding: 6px 8px;
    border: 1px solid #3100be;
    border-radius: 6px;
    line-height: 26px;
    height: auto;
  }
  #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu > li:last-child {
    margin-bottom: 20px;
  }
  #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item {
    padding: 0 20px;
  }
  .mobile-menu {
    height: 100%;
  }
  .mobile-menu #mega-menu-wrap-mobile .mega-menu-toggle + #mega-menu-mobile {
    padding-top: 0;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout a.mega-menu-link {
    font-size: 26px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout a.mega-menu-link:hover {
    font-size: 26px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout a.mega-menu-link:active {
    font-size: 26px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout a.mega-menu-link:focus {
    font-size: 26px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout a.mega-menu-link:visited {
    font-size: 26px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:hover {
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:active {
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:focus {
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-pll-parent-menu-item a.mega-menu-link {
    font-size: 16px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-pll-parent-menu-item a.mega-menu-link:hover {
    font-size: 16px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-pll-parent-menu-item a.mega-menu-link:active {
    font-size: 16px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-pll-parent-menu-item a.mega-menu-link:focus {
    font-size: 16px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-pll-parent-menu-item a.mega-menu-link:visited {
    font-size: 16px;
    font-weight: 400;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.menu-link-secondary {
    height: 40px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.menu-link-secondary a.mega-menu-link {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    background-color: transparent;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.menu-link-secondary a.mega-menu-link:hover {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    background-color: transparent;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.menu-link-secondary a.mega-menu-link:active {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    background-color: transparent;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.menu-link-secondary a.mega-menu-link:focus {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    background-color: transparent;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.pll-parent-menu-item {
    height: 40px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.pll-parent-menu-item a.mega-menu-link {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    background-color: transparent;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.pll-parent-menu-item ul.mega-sub-menu li.lang-item a.mega-menu-link {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    background-color: transparent;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-lang-item > a.mega-menu-link {
    margin-bottom: 6px;
    width: fit-content;
    margin-left: 22px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout.demo-btn {
    position: absolute;
    z-index: 11;
    bottom: 0;
    width: calc(100% - 4rem);
    margin: 0;
    display: block;
    height: 90px;
    background-color: #fff;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout.demo-btn a.mega-menu-link {
    text-align: center;
    font-size: 16px;
    width: auto;
    margin: 20px;
    display: block;
    height: 50px;
    background-color: #d6ff00;
    border: 1px solid #a3b902;
    border-radius: 1000px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout.demo-btn a.mega-menu-link:hover {
    text-align: center;
    font-size: 16px;
    width: auto;
    margin: 20px;
    display: block;
    height: 50px;
    background-color: #d6ff00;
    border: 1px solid #a3b902;
    border-radius: 1000px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout.demo-btn a.mega-menu-link:active {
    text-align: center;
    font-size: 16px;
    width: auto;
    margin: 20px;
    display: block;
    height: 50px;
    background-color: #d6ff00;
    border: 1px solid #a3b902;
    border-radius: 1000px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout.demo-btn a.mega-menu-link:focus {
    text-align: center;
    font-size: 16px;
    width: auto;
    margin: 20px;
    display: block;
    height: 50px;
    background-color: #d6ff00;
    border: 1px solid #a3b902;
    border-radius: 1000px;
  }
  .mobile-menu #mega-menu-wrap-mobile #mega-menu-mobile li.mega-menu-item.mega-icon-right.item-with-arrow-primary > a.mega-menu-link::before {
    content: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/arrow-primary.png");
    float: right;
    margin-left: 10px;
    padding-top: 0;
    display: block;
  }
  .mobile-menu div#mega-menu-wrap-primary {
    width: 100%;
  }
  .mobile-menu #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    padding: 0;
  }
  .mobile-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    padding: 0;
  }
  .modal-menu {
    height: 100%;
  }
  .header-titles-wrapper {
    padding: 0;
    justify-content: left;
  }
  .toggle-text {
    display: none !important;
  }
  button.mobile-search-toggle {
    display: none !important;
  }
  .mega-indicator {
    display: none !important;
  }
  .nav-toggle .toggle-icon {
    content: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/toggle-icon-primary.png");
    width: 28px !important;
    height: 22px !important;
  }
  .nav-toggle .toggle-inner {
    padding: 0;
    height: 30px;
    padding-top: 5px !important;
  }
  .page-template-template-header-white .nav-toggle .toggle-icon {
    content: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2023/12/toggle-icon-blue.png");
    width: 28px;
    height: 22px;
  }
  .page-template-template-header-white .site-logo a {
    max-height: 3rem;
  }
  .site-logo img {
    max-height: 3rem;
  }
  .header-inner {
    padding: 2.1rem 0;
  }
  button.close-nav-toggle {
    padding: 2.1rem 0;
  }
  form.search-form {
    margin: 0;
  }
}
body:not(.overlay-header) .top-bar-menu.primary-menu {
  justify-content: flex-end;
}
body:not(.overlay-header) .primary-menu > li > a {
  color: #fff !important;
}
body:not(.overlay-header) .primary-menu.top-bar-menu > li > a {
  color: #3100be !important;
}

.header-footer-group .header-top-bar {
  background-color: #fff;
}
.header-footer-group .header-top-bar .top-menu-wrapper {
  width: auto;
  float: right;
}

ul.primary-menu {
  justify-content: center;
}

.search-toggle {
  position: relative;
  float: right;
  left: auto;
}

.toggle-inner {
  justify-content: left;
}
.toggle-inner .toggle-text {
  position: relative;
}

/*
 * Weird fix
 */
#mega-menu-primary > li > .mega-sub-menu > li > .mega-sub-menu {
  display: flex !important;
}

.footer-nav-widgets-wrapper {
  margin-top: 0 !important;
  background-color: #000155;
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/background-footer.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.header-footer-group .footer-inner .footer-widgets-outer-wrapper {
  position: relative;
  border-bottom: none !important;
  padding-bottom: 1rem !important;
}
.header-footer-group .footer-inner .footer-widgets-outer-wrapper .logo-abtasty {
  height: 6rem;
  position: absolute;
  bottom: 10.5rem;
  right: 0;
  margin-bottom: 6rem;
}
.header-footer-group .footer-inner .footer-widgets-wrapper {
  margin-bottom: 3rem;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget-content h4 {
  margin-top: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none !important;
  letter-spacing: normal !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget-content h4 a {
  margin-top: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none !important;
  letter-spacing: normal !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget-content h4 a:hover {
  text-decoration: underline !important;
  border-bottom: 0 !important;
  letter-spacing: normal !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget-content li {
  list-style: none !important;
  color: #fff;
  margin: 1rem 0 0 0;
  padding-left: 0;
  font-weight: 400;
  letter-spacing: normal !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget-content li::before {
  display: none;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget-content li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: normal !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget-content li a:hover {
  text-decoration: underline !important;
  border-bottom: 0 !important;
  letter-spacing: normal !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget_recent_entries {
  margin: 0 !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget_recent_entries ul li {
  line-height: 1 !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper .widget-title {
  display: none !important;
}
.header-footer-group .footer-inner .footer-widgets-wrapper ul li::before {
  display: none !important;
}

#site-footer {
  background-color: #000155 !important;
  padding: 0 !important;
}

.widget-legal-notices {
  color: #fff !important;
}
.widget-legal-notices .footer-copyright {
  font-weight: 400 !important;
  font-size: 1.4rem !important;
}
.widget-legal-notices .footer-credits {
  float: left;
}
.widget-legal-notices .footer-credits a {
  color: #fff !important;
  font-size: 1.4rem !important;
  border-bottom: none !important;
  font-weight: 400 !important;
}
.widget-legal-notices .footer-credits a:hover {
  text-decoration: underline !important;
}
.widget-legal-notices .legal-mentions {
  margin: 0 !important;
}
.widget-legal-notices .reseaux-sociaux {
  float: right !important;
}
.widget-legal-notices .reseaux-sociaux a {
  text-indent: -99999px !important;
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: inline-block;
  text-decoration: none;
  border-bottom: 0 !important;
  margin: 0 5px;
}
.widget-legal-notices .reseaux-sociaux a.insta {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/instagram-footer.png) !important;
}
.widget-legal-notices .reseaux-sociaux a.fb {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/facebook-footer.png) !important;
}
.widget-legal-notices .reseaux-sociaux a.tw {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/twitter-footer.png) !important;
}
.widget-legal-notices .reseaux-sociaux a.lkd {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/linkedin-footer.png) !important;
}
.widget-legal-notices .reseaux-sociaux a.spotify {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/spotify-footer.png) !important;
}

.footer-top-hidden #site-footer {
  margin-top: 0 !important;
}

.footer-widgets.legal-notices {
  width: 100% !important;
  margin-top: 4rem !important;
}

body.single-landing .footer-nav-widgets-wrapper {
  background-position: bottom center;
}

.resources-filters {
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.resources-filters .topics-filter {
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .resources-filters .topics-filter {
    max-width: 66%;
  }
}
.resources-filters .topics-filter .topics-filter-title {
  color: #c7c7c7;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.resources-filters .topics-filter label, .resources-filters .topics-filter .label {
  display: inline-block;
  border: solid 1px #3100be;
  color: #3100be;
  border-radius: 8px;
  padding: 8px 12px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 8px;
}
.resources-filters .topics-filter input[type=checkbox] {
  display: none;
}
.resources-filters .topics-filter input[type=checkbox][checked] ~ label {
  background-color: #3100be;
  color: #fff;
}
.resources-filters select.btn {
  font-size: 16px;
  display: inherit;
  margin: 0 2px 8px 2px;
  padding: 10px 56px 10px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(assets/img/arrow-down-white.svg) top 8px right 18px no-repeat #3100be;
  cursor: pointer;
  border: none;
}

.push-resource-block .push-resource-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.push-resource-block .push-resource-title-block .link_section span {
  border: solid 1px #a3b902;
}
.push-resource-block .wp-block-columns {
  margin-top: 24px !important;
}

.wp-block-group.map #map {
  width: 100%;
  height: 513px;
  background: #d9d9d9;
  border: 1px solid #000155;
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-group.map h2 {
  max-width: 120rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-group.map .wp-block-column.list {
  height: 513px;
  position: relative;
}
.wp-block-group.map .wp-block-column.list::after {
  content: "";
  background: #3100be;
  background: linear-gradient(0deg, rgb(49, 0, 190) 0%, rgba(49, 0, 190, 0) 100%);
  width: 95%;
  height: 60px;
  bottom: 0;
  left: 11px;
  position: absolute;
  border-radius: 9px;
}
.wp-block-group.map .wp-block-column.list ul#address-list {
  background-color: #3100be;
  border-radius: 20px;
  padding: 12px;
  height: 513px;
  overflow-x: auto;
  position: relative;
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-0]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/New-York.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-1]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Montreal.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-2]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/London.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-3]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Paris.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-4]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Bordeaux.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-5]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Nantes.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-6]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Berlin.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-7]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Cologne.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-8]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Ettlingen.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-9]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Madrid.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-10]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Singpore.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li[data-address-id=address-11]::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Australia.png);
}
.wp-block-group.map .wp-block-column.list ul#address-list li {
  cursor: pointer;
  list-style: none;
  padding: 8px 8px 8px 100px;
  color: #fff;
  border-radius: 16px;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}
.wp-block-group.map .wp-block-column.list ul#address-list li.activ {
  background-color: #d6ff00;
  color: #3100be;
}
.wp-block-group.map .wp-block-column.list ul#address-list li::before {
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-color: #d6ff00;
  border-radius: 16px;
  background-size: 80px 80px;
  top: 8px;
  left: 8px;
  content: "";
  position: absolute;
}
.wp-block-group.map .wp-block-column.list ul#address-list li::after {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  background: #000155;
  bottom: -5px;
  z-index: 9;
  left: 10px;
  right: 10px;
}
.wp-block-group.map .wp-block-column.list ul#address-list li span:first-child {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  display: block;
  padding-bottom: 9px;
}
.wp-block-group.map .wp-block-column.list ul#address-list li span br {
  display: block;
}
.wp-block-group.map .wp-block-column.list ul#address-list li br {
  display: none;
}

.entry-content.newsletter-container {
  margin-bottom: 0 !important;
}

.alignfull:not(.has-background) .casestudies .wp-block-columns {
  padding-left: 0;
  padding-right: 0;
}

.entry-content > .wp-block-group.alignwide.has-background.casestudies.also h2 {
  margin-bottom: 3rem;
}

.molecule2.casestudies [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image.logo .alignleft {
  left: 50px;
  z-index: 1;
  top: 34px;
  position: absolute;
  right: auto;
}
.molecule2.casestudies .picture {
  max-width: 480px;
  height: 611px;
}
.molecule2.casestudies .picture .has-background {
  height: 611px;
}
.molecule2.casestudies .picture p {
  font-size: 20px;
}
.molecule2.casestudies .picture .alignfull {
  margin-top: 0;
}
.molecule2.casestudies .inner-une {
  padding: 0;
}
.molecule2.casestudies .inner-une p.has-larger-font-size.number {
  font-size: 6.4rem !important;
  line-height: 6.6rem !important;
  float: left;
  width: auto !important;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
}
.molecule2.casestudies .inner-une .arrow-link {
  width: 64px !important;
  background-color: #3100be;
  bottom: 60px;
}
.molecule2.casestudies .inner-une p.after-number {
  width: 264px !important;
  font-size: 20px !important;
  line-height: 25px !important;
  position: absolute;
  bottom: 53px;
  left: 163px;
}
.molecule2.casestudies p.has-large-font-size.number {
  float: left;
  width: auto !important;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  font-size: 4rem !important;
  line-height: 5rem !important;
}
.molecule2.casestudies .une-block {
  height: 611px;
  position: relative;
}
.molecule2.casestudies .contenttext {
  min-height: 432px;
}
.molecule2.casestudies .contenttext .wp-block-group__inner-container {
  min-height: 391px;
}
.molecule2.casestudies .arrow-link {
  right: 30px;
  z-index: 1;
  position: absolute;
  width: 40px !important;
  height: auto;
  background-color: #d6ff00;
  border-radius: 100px;
  left: 81%;
  bottom: 34px;
}
.molecule2.casestudies .wp-container-core-columns-layout-5 {
  margin-top: 5.5rem !important;
}
.molecule2.casestudies p.after-number {
  position: absolute;
  width: 124px !important;
  bottom: 30px;
  font-size: 15px;
  left: 145px;
}
.molecule2.casestudies p.title {
  font-weight: 500;
  font-size: 2.8rem !important;
  line-height: 3.2rem !important;
  padding-bottom: 60px !important;
}
.molecule2.casestudies .wp-block-group.relative {
  min-height: 402px;
}
.molecule2.casestudies .has-text-align-right.cartouche {
  border-radius: 8px;
  border: 1px solid #3100be;
  background-color: transparent;
  height: 23px;
  line-height: 20px;
  position: absolute;
  z-index: 28;
  width: fit-content !important;
  right: 50px;
  padding: 0 4px;
  font-size: 14px;
  top: 50px;
}
.molecule2.casestudies .has-text-align-left.cartouche {
  height: 23px;
  position: absolute;
  z-index: 28;
  width: fit-content !important;
  padding: 0 4px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #d6ff00;
  background-color: #d6ff00;
  right: auto;
  left: 20px;
  top: 20px;
  line-height: 11px;
}
.molecule2.casestudies .wp-block-column .wp-block-group.has-background .wp-block-image .aligncenter {
  margin-left: 0;
  margin-top: 15px;
}

.columns4pictos .radius {
  border-radius: 16px;
  overflow: hidden;
}
.columns4pictos .wp-block-group.box {
  border-color: transparent !important;
}
.columns4pictos .wp-block-columns {
  border-radius: 16px !important;
}
.columns4pictos [class*=_inner-container] > h2:first-child {
  margin-top: 2rem;
}
.columns4pictos [class*=_inner-container] > h1:first-child {
  margin-top: 2rem;
}
.columns4pictos.numbers .wp-block-group__inner-container {
  padding-bottom: 0.2rem;
}
.columns4pictos.numbers .wp-block-group__inner-container .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) {
  margin-top: 3.2rem;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .columns4pictos.numbers .wp-block-group__inner-container .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) {
    margin-top: 5.3rem;
    margin-bottom: 2.3rem;
  }
}
.columns4pictos.numbers .wp-block-group__inner-container .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) p.number {
  font-size: 4rem;
  color: #d6ff00;
  font-weight: 500;
  line-height: 0;
}
@media (min-width: 1024px) {
  .columns4pictos.numbers .wp-block-group__inner-container .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) p.number {
    font-size: 6.4rem;
  }
}

.has-subtle-background-color p a {
  color: #000155;
  border-bottom: none;
  text-decoration: none;
}
.has-subtle-background-color p a:hover {
  border-bottom: 2px dotted #000155;
  color: #000155;
}
.has-subtle-background-color .testimonial.sp-horizontal .sp-image-container {
  background-color: #3100be;
}
.has-subtle-background-color .testimonial.sp-horizontal .sp-image-container::after {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/testimonial-effet-fond-blanc.png);
  height: 425px;
  background-size: 85px auto;
  top: -3px;
}
.has-subtle-background-color .testimonial.sp-horizontal div.text p {
  color: #fff;
}
.has-subtle-background-color .testimonial.sp-horizontal div.text::before {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/guillemet-blanc.png);
}

.team.has-subtle-background-color .wp-block-column figure.wp-block-image {
  max-width: 350px;
}
.team.has-subtle-background-color .wp-block-column figure.wp-block-image img {
  border-radius: 140px;
}
.team.has-subtle-background-color .wp-block-column .wp-block-image.icon figure {
  margin-top: -54px;
}
@media (max-width: 700px) {
  .team.has-subtle-background-color.team2 p {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 700px) {
  .team.has-subtle-background-color.team2 h2 {
    margin-bottom: 3.2rem;
  }
}
.team.has-subtle-background-color.team2 .wp-block-column figure.wp-block-image,
.team.has-subtle-background-color.team2 .wp-block-column .wp-block-image.icon {
  max-width: 272px;
}
.team.has-subtle-background-color.team2 .wp-block-column figure.wp-block-image img,
.team.has-subtle-background-color.team2 .wp-block-column .wp-block-image.icon img {
  border-radius: 120px;
}
.team.has-subtle-background-color.team2 .wp-block-column:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 700px) {
  .team.has-subtle-background-color.team2 .wp-block-column p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 700px) {
  .team.has-subtle-background-color.team2 .wp-block-column {
    float: none;
    margin: 0 auto;
  }
}
.team.has-subtle-background-color.team2 .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  margin-left: auto;
  margin-right: auto;
}
.team.has-subtle-background-color body.archive .has-subtle-background-color .testimonial.sp-horizontal .sp-image-container::after {
  background-size: 63px auto;
}

.wp-block-cover.push3 .wp-block {
  max-width: 890px !important;
}
.wp-block-cover.push3 .wp-block p.has-larger-font-size strong {
  color: #d6ff00;
}
.wp-block-cover.push3 .une-block {
  border-radius: 0 16px 16px 0 !important;
}

.push3 .wp-block-image img {
  width: 500px !important;
}
.push3 .wp-block-columns {
  align-items: center !important;
}
.push3 .block-text {
  position: relative !important;
  left: 307px;
  top: 0;
  z-index: 0;
}
.push3 .block-text p {
  margin: 0 0 0.4em 0;
}
.push3 .block-text .wp-block-buttons {
  margin-top: 2.5rem;
}

.molecule2.bg4.push3 .wp-block-media-text__content {
  background-color: #3100be;
  color: #fff;
}

.columns3 .box.push {
  height: 500px;
  position: relative;
  cursor: pointer;
}
.columns3 .box.push h2 {
  margin-top: 0;
}
.columns3 .box.push .arrow-push:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  position: absolute;
  bottom: 5px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.columns3 .box.push .arrow-push.before {
  display: block;
}
.columns3 .box.push .arrow-push.after {
  display: none;
}
.columns3 .box.push .wp-block-buttons > .wp-block-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-left: -30px;
  border-radius: 0;
  background-color: transparent;
}
.columns3 .box.push .wp-block-buttons > .wp-block-button .wp-block-button__link {
  background-color: transparent !important;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  border: none !important;
}
.columns3 .box.push .wp-block-image.size-large {
  margin-left: -4%;
  margin-right: -4%;
  width: 123% !important;
}
.columns3 .box.push p.has-text-color {
  font-size: 2rem;
  line-height: 2.5rem;
}
.columns3 .box.push h3 {
  font-size: 32px;
  line-height: 32px;
  margin-top: 0;
}

.columns3 .box.push:hover .arrow-push.before {
  display: none;
}
.columns3 .box.push:hover .arrow-push.after {
  display: block;
}

.editor-styles-wrapper .columns3 .box.push {
  height: 650px !important;
}
.editor-styles-wrapper .columns3 .box.push .arrow-push.after {
  display: none !important;
}

.editor-styles-wrapper .columns3 .box.push .wp-block-image.arrow-push.after {
  display: none !important;
}
.editor-styles-wrapper .columns3 .box.push .wp-block-buttons > .wp-block-button {
  position: relative;
  margin-left: 0;
}
.editor-styles-wrapper .columns3 .box.push .wp-block-buttons > .wp-block-button .wp-block-button__link {
  width: auto;
  border-radius: 16px;
  border: 1px solid #a3b902 !important;
  background-color: #d6ff00 !important;
  color: #d6ff00;
}
.editor-styles-wrapper .columns3 .box.push .wp-block-image.size-large {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .box.push[class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
  .box.push,
  .columns3.columns3-2 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column .box.push {
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important;
    width: 100% !important;
    max-width: 380px;
    float: none;
    display: block;
  }
  .box.push h3 {
    padding-bottom: 53px;
  }
}
.entry-content .pushnl1 p.bigtitle {
  font-size: 4.8rem;
  line-height: 4.8rem;
}
.entry-content .pushnl1 p.bigtitle b {
  color: #d6ff00;
}

.pushnl1 .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  margin-bottom: 0;
  margin-top: 0;
}
.pushnl1 .wp-block-image.visuel img {
  border-radius: 16px;
}
.pushnl1 div.wpforms-container-full .wpforms-field-label {
  display: none;
}
.pushnl1 form {
  position: relative;
}
.pushnl1 .ff-default input.ff-el-form-control {
  height: 56px;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 6px;
  line-height: 56px;
  color: #3100be;
  background-color: #fff;
  font-size: 1.6rem;
}
.pushnl1 .ff-default input.ff-el-form-control::placeholder {
  color: #3100be;
}
.pushnl1 .ff-default .ff-el-form-check:last-child label.ff-el-form-check-label::before {
  border: 1px solid #fff;
}
.pushnl1 .frm-fluent-form .ff-t-cell.ff-t-column-1 {
  flex-basis: 100% !important;
}
.pushnl1 .frm-fluent-form .ff-t-cell.ff-t-column-2 {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 48px;
  height: 48px;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.pushnl1 .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
  width: 48px;
  height: 48px;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.pushnl1 .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom img {
  width: 48px;
  height: 48px;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.pushnl1 .frm-fluent-form::placeholder {
  color: #3100be;
}
.pushnl1 .fluentform .ff-el-form-check.ff_item_selected label::after {
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/check-white.png");
}

.pattern-sliding-section {
  padding-left: 32px;
  padding-right: 32px;
}
.pattern-sliding-section h2 {
  margin-top: 0;
}
.pattern-sliding-section .sliding-sections-block .row .col-bar {
  flex-basis: 8%;
}
.pattern-sliding-section .sliding-sections-block .row .col-bar .position-bar-wrapper {
  width: 4px;
  height: 100%;
  background-color: #e8e8e8;
  border-radius: 8px;
}
.pattern-sliding-section .sliding-sections-block .row .col-bar .position-bar-wrapper .position-bar {
  width: 4px;
  min-height: 188px;
  background-color: #3100be;
  border-radius: 8px;
}
.pattern-sliding-section .sliding-sections-block .row .col-txt {
  flex-basis: 46%;
  padding-right: 50px;
}
@media (max-width: 999px) {
  .pattern-sliding-section .sliding-sections-block .row .col-txt {
    flex-basis: 92%;
    padding-right: 0;
  }
}
.pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section {
  padding-bottom: 40px;
  position: sticky;
}
.pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section h3 {
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  transition: color 1s ease-in-out;
}
.pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section p {
  font-size: 20px;
  margin-top: 24px;
  transition: color 1s ease-in-out;
}
.pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section ul {
  margin-top: 40px;
  opacity: 1;
}
.pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section ul li {
  background-color: #3100be;
  color: #fff;
  padding: 16px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  transition: background-color 1s ease-in-out, opacity 1s ease-in-out;
}
.pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section ul li:before {
  display: none;
}
.pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section.hidden-section h3, .pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section.hidden-section p {
  color: #e8e8e8;
}
.pattern-sliding-section .sliding-sections-block .row .col-txt .sliding-section.hidden-section ul li {
  background-color: #e8e8e8;
}
.pattern-sliding-section .sliding-sections-block .row .col-img {
  flex-basis: 46%;
}
@media (max-width: 999px) {
  .pattern-sliding-section .sliding-sections-block .row .col-img {
    display: none;
  }
}
.pattern-sliding-section .sliding-sections-block .row .col-img .sliding-section {
  position: sticky;
  top: 20%;
}
.pattern-sliding-section .sliding-sections-block .row .col-img .sliding-section img {
  border-radius: 20px;
  margin-left: auto;
  opacity: 1;
  animation: visible 1s;
}
.pattern-sliding-section .sliding-sections-block .row .col-img .sliding-section.d-none img {
  opacity: 0.2;
}

/*
 * Blue version
 */
.pattern-sliding-section-blue .sliding-sections-block .row .col-bar .position-bar-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
}
.pattern-sliding-section-blue .sliding-sections-block .row .col-bar .position-bar-wrapper .position-bar {
  background-color: #d6ff00;
}
.pattern-sliding-section-blue .sliding-sections-block .row .col-txt h3 {
  color: #d6ff00;
}
.pattern-sliding-section-blue .sliding-sections-block .sliding-section.hidden-section h3, .pattern-sliding-section-blue .sliding-sections-block .sliding-section.hidden-section p {
  color: #fff;
  opacity: 0.2;
}
.pattern-sliding-section-blue .sliding-sections-block .sliding-section.hidden-section ul li {
  background-color: #3100be !important;
  opacity: 0.2;
}

@keyframes visible {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.text4col p.has-normal-font-size {
  font-size: 2.4rem !important;
  line-height: 2.4rem;
  font-weight: 500;
}
.text4col p {
  font-size: 1.6rem;
  line-height: 2rem;
}
.text4col li {
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 10px;
}

.molecule2.textpictos .wp-block-column.cube .has-small-font-size {
  font-size: 1.6rem !important;
  line-height: 2rem;
}
.molecule2.textpictos .wp-block-column.cube .has-normal-font-size {
  font-size: 2rem !important;
  line-height: 2rem;
  font-weight: 500;
  margin: 0 0 0.8rem 0;
}
.molecule2.textpictos .wp-block-column.cube .icon img {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px !important;
  height: auto;
}
.molecule2.textpictos .wp-block-column.cube .bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
  width: 88%;
}
.molecule2.textpictos .alignwide {
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
}
.molecule2.textpictos > .wp-block-group__inner-container:first-child {
  padding-bottom: 80px;
}

.text-image-box.molecule1 .wp-block-column.image-box figure {
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
}
.text-image-box.molecule1 .wp-block-column.image-box figure img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.text-image-box.molecule1 .wp-block-column.text-box {
  padding: 6rem 10rem 10rem;
  height: 100%;
}
.text-image-box.molecule1 .wp-block-columns {
  column-gap: 10px;
  height: 640px;
}
.text-image-box.molecule1 h2 {
  max-width: 60rem;
}
.text-image-box.molecule1 h1 {
  max-width: 60rem;
}
.text-image-box.molecule1 p {
  max-width: 60rem;
  font-size: 2rem;
}

.conteneur-form .text-simple.top p {
  margin-bottom: 0;
}
.conteneur-form .text-simple.bottom p {
  margin-top: -10px;
}
.conteneur-form .text-simple p {
  font-size: 1.6rem !important;
  padding-bottom: 8px;
}
.conteneur-form .fluentform .ff-el-group.text-simple {
  margin-bottom: 0;
}
.conteneur-form .fluentform .iti__selected-flag {
  background-color: #fff;
}
.conteneur-form .ff-el-section-break .ff-el-section-title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.5rem;
  margin-bottom: 0.5rem !important;
}
.conteneur-form p a {
  font-weight: inherit;
  border: none;
  color: #000155;
  text-decoration: none;
}
.conteneur-form p a:hover {
  border-bottom: 2px dotted #000155;
  color: #000155;
}
.conteneur-form hr {
  display: none !important;
}
.conteneur-form .ff-default textarea.ff-el-form-control {
  resize: none;
  line-height: 2rem !important;
  font-size: 1.6rem;
  padding: 15px;
}

.has-subtle-background-color.conteneur-form p a {
  color: #000155;
  font-weight: inherit;
  border: none;
  text-decoration: none;
}

.has-subtle-background-color .conteneur-form p a {
  color: #000155;
  font-weight: inherit;
  border: none;
  text-decoration: none;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000155;
  background-color: rgba(0, 1, 85, 0.4);
  z-index: 1000;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 10rem;
}
.popup .close {
  color: #3100be;
  float: right;
  font-size: 22px;
  font-weight: 400;
  top: -8px;
}
@media (max-width: 700px) {
  .popup .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.popup .close:hover, .popup .close:focus {
  color: #000155;
  text-decoration: none;
  cursor: pointer;
}
.popup [class*=__inner-container] > h3:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  padding: 1rem 0;
}
.popup .popup-content {
  background-color: #e8e8e8;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/Vector.png");
  background-repeat: no-repeat;
  background-position: top right -10px;
  position: relative;
  margin: 15% auto;
  padding: 20px 40px 40px;
  width: 80%;
  border-radius: 2.4rem;
  max-height: 59rem !important;
  max-width: 79rem !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 550px) {
  .popup .popup-content {
    height: 66rem !important;
  }
}
.popup .popup-content::before {
  content: "";
  width: 64px;
  height: 64px;
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/AB_Tasty_Notification_Blue_32px.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px auto;
  left: 46%;
  top: -32px;
  background-color: #d6ff00;
  border-radius: 100px;
  position: absolute;
}
@media (max-width: 700px) {
  .popup .popup-content::before {
    left: 40%;
  }
}
.popup .popup-content iframe {
  width: 100% !important;
  height: 52rem !important;
}

.editor-styles-wrapper .popup {
  display: block;
  position: relative;
  padding-top: 40px;
}
.editor-styles-wrapper .popup .popup-content {
  height: 20rem !important;
}
.editor-styles-wrapper .popup .popup-content iframe {
  height: 23rem !important;
  overflow-y: auto;
}

@media (max-width: 550px) {
  .popup {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem);
  }
}
@media (max-width: 700px) {
  .page-template-template-glossary .banner-calculator {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.page-template-template-glossary .letters {
  position: relative;
  background-color: #e8e8e8;
  border-radius: 20px;
  padding: 16px 34px;
  z-index: 10;
  top: -60px;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .page-template-template-glossary .letters {
    padding: 16px;
  }
}
.page-template-template-glossary .letters .letter {
  color: #3100be;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease-in-out;
}
.page-template-template-glossary .letters .letter:hover {
  background-color: #3100be;
  color: #d6ff00;
}
.page-template-template-glossary .letters .letter.selected {
  background-color: #3100be;
  color: #d6ff00;
}
.page-template-template-glossary .glossary-letter {
  width: 100%;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  margin-top: 4rem;
}
.page-template-template-glossary .back-to-top {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}

.entry-content .footer-nav-widgets-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  list-style: none !important;
}
.entry-content .header-footer-group {
  width: 100% !important;
  max-width: 100% !important;
}

#testimonials .sp-slides-container .sp-image-container {
  background-color: #fff !important;
}
#testimonials .sp-slides-container .sp-image-container::after {
  background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/testimonial-effet-1.png) !important;
}
#testimonials .sp-slides-container .text p {
  color: #3100be !important;
}

.banner-calculator {
  padding-bottom: 1rem !important;
}
.banner-calculator > * {
  position: relative;
  z-index: 1;
}
.banner-calculator:before {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%22700%22%20height=%22494%22%20viewBox=%220%200%20700%20494%22%20fill=%22none%22%3E%0A%20%20%3Cpath%20opacity=%220.4%22%20d=%22M598.978%20352.086H191.827L288.7%20399.331L281.145%20436.429H61.6721L116.161%20464.913L110.294%20493.789H0L40.8667%20292.997H105L148.7%2078.5661H270.928L315.944%20-144.021H700L598.978%20352.086Z%22%20fill=%22%23000155%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: top;
  height: 100%;
  position: absolute;
  width: 100%;
  right: -25.5%;
  top: 0;
  z-index: 0;
}

.sample-size-calculator .ssc_fields {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.sample-size-calculator .ssc_fields > * {
  flex-basis: 50%;
}
.sample-size-calculator .result_container {
  text-align: center;
  padding: 40px 35px;
  border-radius: 16px;
  background-color: #3100be;
  color: #ffffff;
}
.sample-size-calculator .result_label {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
.sample-size-calculator #ssc_result,
.sample-size-calculator #ssc_duration_result,
.sample-size-calculator #mdec_result .result {
  color: #3100be;
  text-align: center;
  background-color: #d6ff00;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding: 16px 24px;
  border-radius: 16px;
  line-height: 1;
  margin-top: 16px;
}
.sample-size-calculator #mdec_result .figure, .sample-size-calculator #ssc_result, .sample-size-calculator #ssc_duration_result {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.56px;
}
.sample-size-calculator #mdec_result .unit {
  font-size: 32px;
  letter-spacing: -0.32px;
  padding-left: 2px;
  padding-right: 16px;
}
.sample-size-calculator #mdec_result .description {
  margin-top: 32px;
  text-align: center;
}
.sample-size-calculator label {
  display: flex;
  align-items: center;
  font-size: 20px;
  position: relative;
  padding-right: 30px;
}
.sample-size-calculator span.tooltip.tooltipstered {
  background-color: #d6ff00;
  color: #3100be;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-top: 2px;
  position: absolute;
  right: 0;
}
.sample-size-calculator input[type=text] {
  max-width: 150px;
  margin-left: auto;
  border: solid 1px #3100be;
  border-radius: 8px;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 1;
  color: #3100be;
  text-align: right;
}
.sample-size-calculator .input-group {
  margin-left: auto;
  position: relative;
}
.sample-size-calculator .input-group input[type=text] {
  padding-right: 40px;
}
.sample-size-calculator .input-group input[type=text][disabled] {
  background-color: #d9d9d9;
}
.sample-size-calculator .input-group .input-group-text {
  position: absolute;
  top: 1px;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  padding-right: 24px;
}

.single-resources, .single-post {
  /* SHARED CODE */
  /* END SHARED CODE */
  /* SOCIALS WIDGET */
  /* END SOCIALS WIDGET */
}
.single-resources .category-label, .single-post .category-label {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #3100BE;
  position: relative;
  z-index: 1;
}
.single-resources .label-container:after, .single-post .label-container:after {
  content: "";
  position: absolute;
  background: #D6FF00;
  border-radius: 8px;
  height: 30px;
  width: calc(100% + 24px);
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.single-resources .label-container, .single-post .label-container {
  position: relative;
  display: inline-block;
}
.single-resources #download-button, .single-post #download-button {
  border-bottom: none !important;
}
.single-resources #download-button:hover, .single-post #download-button:hover {
  opacity: 0.6;
}
.single-resources .entry-title, .single-post .entry-title {
  font-size: 5rem;
  font-weight: 500;
}
.single-resources .entry-content h1, .single-post .entry-content h1 {
  font-size: 4rem;
}
.single-resources article:not(#single-guide) .entry-content h2, .single-post article:not(#single-guide) .entry-content h2 {
  font-size: 3rem;
}
.single-resources .entry-form-button, .single-post .entry-form-button {
  border-bottom: none !important;
}
.single-resources .entry-speakers .wp-block-column, .single-post .entry-speakers .wp-block-column {
  flex-shrink: 0;
}
.single-resources .entry-speakers .wp-block-columns, .single-post .entry-speakers .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 2rem;
}
.single-resources .entry-speakers h2, .single-post .entry-speakers h2 {
  font-size: 40px;
  line-height: 1;
  color: #3100be;
  margin-bottom: 32px;
}
.single-resources .entry-speakers .entry-speakers-img, .single-post .entry-speakers .entry-speakers-img {
  filter: grayscale(1) !important;
  height: 348px;
  width: 100%;
  /* width: 312px; */
  border-radius: 125px;
  object-fit: cover;
}
.single-resources .entry-speakers .entry-speakers-name, .single-post .entry-speakers .entry-speakers-name {
  font-size: 24px;
  line-height: 1;
  color: #3100be;
  margin-bottom: 10px;
  font-weight: 500;
}
.single-resources .entry-speakers .entry-speakers-job, .single-post .entry-speakers .entry-speakers-job {
  font-size: 16px;
  line-height: 1.25;
  color: #3100be;
  font-weight: 400;
}
.single-resources .entry-speakers .entry-speakers-social, .single-post .entry-speakers .entry-speakers-social {
  height: 32px;
  width: 32px;
  position: relative;
  background: #3100BE;
  border-radius: 4px;
}
.single-resources .entry-speakers .entry-speakers-icon, .single-post .entry-speakers .entry-speakers-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-resources .entry-speakers .entry-speakers-infos, .single-post .entry-speakers .entry-speakers-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.single-resources .entry-speakers .linkedin-svg, .single-post .entry-speakers .linkedin-svg {
  display: inline-block;
}
.single-resources .entry-speakers .linkedin-link, .single-post .entry-speakers .linkedin-link {
  position: relative;
  text-decoration: none !important;
  top: -16px;
}
.single-resources .entry-speakers .linkedin-link:hover, .single-post .entry-speakers .linkedin-link:hover {
  border-width: 0;
}
.single-resources .entry-speakers .bot-effect, .single-post .entry-speakers .bot-effect {
  position: relative;
  top: 46px;
}
.single-resources .entry-speakers .not-linkedin, .single-post .entry-speakers .not-linkedin {
  margin-top: 20px;
}
@media (min-width: 1001px) {
  .single-resources .entry-speakers, .single-post .entry-speakers {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1000px) {
  .single-resources .entry-speakers .wp-block-columns, .single-post .entry-speakers .wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .single-resources .type-resources .entry-speakers .entry-speakers-img, .single-post .type-resources .entry-speakers .entry-speakers-img {
    height: auto !important;
  }
  .single-resources .entry-speakers .bot-effect, .single-post .entry-speakers .bot-effect {
    top: 0;
  }
}
.single-resources .socials-widget-buttons .socials-widget-buttons-item:hover, .single-post .socials-widget-buttons .socials-widget-buttons-item:hover {
  opacity: 0.5;
}
.single-resources .socials-widget, .single-post .socials-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #d9d9d9;
}
.single-resources .socials-widget-text, .single-post .socials-widget-text {
  margin: 0;
  color: #c7c7c7;
  font-size: 20px;
  font-weight: 500;
}
.single-resources .socials-widget-buttons, .single-post .socials-widget-buttons {
  display: flex;
}
.single-resources .socials-widget-buttons-icon, .single-post .socials-widget-buttons-icon {
  margin-right: 6px;
  height: 16px;
}
.single-resources .socials-widget-buttons-item, .single-post .socials-widget-buttons-item {
  background-color: #e8e8e8;
  color: #3100be;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  text-transform: none;
  text-decoration: none;
  margin-left: 12px;
  border-radius: 56px;
  padding: 10px 20px;
  border-bottom: none !important;
}
.single-resources .socials-widget-buttons-linkedin img, .single-post .socials-widget-buttons-linkedin img {
  margin-bottom: 4px;
}
@media (max-width: 1000px) {
  .single-resources .socials-widget-buttons-item, .single-post .socials-widget-buttons-item {
    padding: 8px 10px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
  }
  .single-resources .socials-widget-buttons span, .single-post .socials-widget-buttons span {
    display: none;
  }
  .single-resources .socials-widget-buttons-icon, .single-post .socials-widget-buttons-icon {
    margin: 0;
  }
  .single-resources .socials-widget-text, .single-post .socials-widget-text {
    font-size: 12px !important;
  }
  .single-resources .entry-title, .single-post .entry-title {
    font-size: 3rem;
  }
  .single-resources .entry-form, .single-post .entry-form {
    position: relative !important;
    margin: 0 auto !important;
    margin-bottom: 4rem !important;
    margin-top: 3rem !important;
  }
  .single-resources .type-resources .entry-speakers-img, .single-post .type-resources .entry-speakers-img {
    height: 120px !important;
  }
}

.single-post #single-article .entry-header {
  padding-top: 7rem;
  color: #ffffff;
  background-color: #3100BE;
  padding-bottom: 80px;
}
.single-post #single-article .entry-content > div {
  max-width: 85rem !important;
}
.single-post #single-article .entry-content h2 {
  font-size: 4rem;
}
.single-post #single-article .entry-content h3 {
  font-size: 2.8rem;
}
.single-post #single-article .entry-content h4 {
  font-size: 2.6rem;
}
.single-post #single-article .entry-content h5 {
  font-size: 2.4rem;
}
.single-post #single-article .entry-content h6 {
  font-size: 2.1rem;
  /* text-transform: none; */
}
@media (max-width: 767px) {
  .single-post #single-article .entry-content h2 {
    font-size: 3rem;
  }
  .single-post #single-article .entry-content h3 {
    font-size: 2.5rem;
  }
  .single-post #single-article .entry-content h4 {
    font-size: 2.2rem;
  }
  .single-post #single-article .entry-content h5 {
    font-size: 2rem;
  }
  .single-post #single-article .entry-content h6 {
    font-size: 1.8rem;
    /* text-transform: none; */
  }
}
.single-post #single-article .author-bio {
  text-align: center;
}
.single-post #single-article .avatar {
  border-radius: 50%;
  width: 51px;
  height: 51px;
  border: 2px solid #d6ff00;
  margin-bottom: 8px;
}
.single-post #single-article .category-label {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #3100BE;
  position: relative;
  z-index: 1;
}
.single-post #single-article .label-container:after {
  content: "";
  position: absolute;
  background: #D6FF00;
  border-radius: 8px;
  height: 30px;
  width: calc(100% + 24px);
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.single-post #single-article .label-container {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.single-post #single-article .entry-title {
  line-height: 1;
  margin-top: 32px;
}
.single-post #single-article .entry-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.single-post #single-article .entry-author-name {
  font-size: 16px;
  margin: 0;
  line-height: 1.25;
  font-weight: 400;
}
.single-post #single-article .entry-date {
  position: relative;
  font-size: 14px;
  margin-left: 30px;
  font-weight: 300;
}
.single-post #single-article .entry-date:before {
  position: absolute;
  background-color: white;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  top: 5px;
  left: -15px;
}
.single-post #single-article .read {
  position: relative;
  font-size: 14px;
  margin-left: 30px;
  font-weight: 300;
}
.single-post #single-article .read:before {
  position: absolute;
  background-color: white;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  top: 5px;
  left: -15px;
}
.single-post #single-article .description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post #single-article .socials-widget {
  margin-top: 7rem;
  margin-bottom: 6rem;
}
.single-post #single-article .socials-widget:last-child {
  margin-bottom: 7rem;
}

.resources_template {
  position: relative;
}
.resources_template .resources_template_head:before {
  background: url("/National_Library/oe_/https://www.abtasty.com/wp-content/themes/abtasty/assets/img/symbol-header.svg");
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  right: -25.5%;
  top: -1rem;
  z-index: -1;
}
.resources_template img {
  display: block;
  height: auto;
  max-width: 100%;
}
.resources_template .breadcrumbs span, .resources_template .breadcrumbs span a {
  border-bottom: 0;
  color: #3100be;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 2rem */
  text-decoration: none;
}
.resources_template .container {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .resources_template .container {
    max-width: 1140px;
  }
}
@media (max-width: 1023px) {
  .resources_template .container {
    max-width: 992px;
  }
}
@media (max-width: 767px) {
  .resources_template .container {
    max-width: 720px;
  }
}
@media (max-width: 575px) {
  .resources_template .container {
    max-width: 540px;
  }
}
@media (max-width: 479px) {
  .resources_template .container {
    max-width: 444px;
  }
}
.resources_template .title_section {
  position: relative;
  align-items: center;
  color: var(--primary-electric-blue, #3100be);
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 5.6rem */
  letter-spacing: -0.056rem;
  margin-bottom: 3.2rem;
}
.resources_template .title_section h1 {
  font-size: 56px;
  line-height: 56px;
}
@media (max-width: 1000px) {
  .resources_template .title_section h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
.resources_template .title_section .link_section a:not(.see_all) {
  color: #fff;
}
.resources_template .title_section.d-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.resources_template .title_section.d-flex h2 {
  color: var(--primary-white, #3100be);
  margin: 0;
}
.resources_template .latest_publications .swiper {
  margin-bottom: 30px;
}
.resources_template .latest_publications .swiper .thumbnail {
  margin-right: 30px;
}
.resources_template .latest_publications .swiper .swiper-wrapper .content {
  min-height: 400px;
}
.resources_template .latest_publications .swiper_buttons {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.resources_template .latest_publications .swiper_buttons .swiper-button {
  display: inline-block;
  position: relative;
}
.resources_template .latest_publications .swiper_buttons .swiper-button:hover {
  opacity: 0.6;
}
.resources_template .latest_publications .swiper_buttons .swiper-button-prev {
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%2232%22%20height=%2232%22%20viewBox=%220%200%2032%2032%22%20fill=%22none%22%3E%0A%20%20%3Cpath%20d=%22M5.14097%2017.1578H31.1607C31.6246%2017.1578%2032%2016.7807%2032%2016.3157C32%2015.8507%2031.6246%2015.4736%2031.1607%2015.4736H5.14097C4.67706%2015.4736%204.30164%2015.8507%204.30164%2016.3157C4.30164%2016.7807%204.67706%2017.1578%205.14097%2017.1578Z%22%20fill=%22%23000155%22%2F%3E%0A%20%20%3Cpath%20d=%22M14.3735%2030.6316C14.5973%2030.6316%2014.8211%2030.542%2014.9858%2030.3652C15.303%2030.0264%2015.2858%2029.4934%2014.9473%2029.1752L1.9203%2016.9235C1.76864%2016.7746%201.67853%2016.5604%201.67853%2016.3318C1.67769%2016.1028%201.76788%2015.8885%201.93099%2015.7286L14.9482%203.45553C15.2859%203.1373%2015.3023%202.60442%2014.9851%202.26513C14.6678%201.92669%2014.135%201.90985%2013.799%202.2285L0.770235%2014.5127C0.268593%2015.0037%20-0.00105%2015.6459%20-0.000291824%2016.3326C-0.000291824%2017.0192%200.270193%2017.6619%200.761225%2018.1414L13.7997%2030.4038C13.9612%2030.556%2014.1677%2030.6316%2014.3735%2030.6316Z%22%20fill=%22%23000155%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  width: 4.7rem;
  height: 4.7rem;
  flex-shrink: 0;
  margin-right: 20px;
}
.resources_template .latest_publications .swiper_buttons .swiper-button-prev:after {
  content: none;
}
.resources_template .latest_publications .swiper_buttons .swiper-button-next {
  background-color: #e8e8e8;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%2232%22%20height=%2232%22%20viewBox=%220%200%2032%2032%22%20fill=%22none%22%3E%0A%20%20%3Cpath%20d=%22M26.859%2017.1578H0.839327C0.375411%2017.1578%200%2016.7807%200%2016.3157C0%2015.8507%200.375411%2015.4736%200.839327%2015.4736H26.859C27.3229%2015.4736%2027.6984%2015.8507%2027.6984%2016.3157C27.6984%2016.7807%2027.3229%2017.1578%2026.859%2017.1578Z%22%20fill=%22%23000155%22%2F%3E%0A%20%20%3Cpath%20d=%22M17.6265%2030.6316C17.4027%2030.6316%2017.1789%2030.542%2017.0142%2030.3652C16.697%2030.0264%2016.7142%2029.4934%2017.0527%2029.1752L30.0797%2016.9235C30.2314%2016.7746%2030.3215%2016.5604%2030.3215%2016.3318C30.3223%2016.1028%2030.2321%2015.8885%2030.069%2015.7286L17.0518%203.45553C16.7141%203.1373%2016.6977%202.60442%2017.0149%202.26513C17.3322%201.92669%2017.865%201.90985%2018.201%202.2285L31.2298%2014.5127C31.7314%2015.0037%2032.001%2015.6459%2032.0003%2016.3326C32.0003%2017.0192%2031.7298%2017.6619%2031.2388%2018.1414L18.2003%2030.4038C18.0388%2030.556%2017.8323%2030.6316%2017.6265%2030.6316Z%22%20fill=%22%23000155%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: 50% 50%;
  width: 4.7rem;
  height: 4.7rem;
  flex-shrink: 0;
}
.resources_template .latest_publications .swiper_buttons .swiper-button-next:after {
  content: none;
}
.resources_template .posts_slider_section_single {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .resources_template .posts_slider_section_single {
    flex-wrap: wrap;
  }
}
.resources_template .posts_slider_section_single .thumbnail {
  border-radius: 1.6rem;
  flex-basis: 39%;
  max-width: 39%;
}
@media (max-width: 768px) {
  .resources_template .posts_slider_section_single .thumbnail {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
    margin-right: 0 !important;
  }
}
.resources_template a.posts_slider_section_single {
  text-decoration: none;
}
.resources_template .posts_slider_section_single .thumbnail img {
  max-height: 56rem;
  border-radius: 1.6rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.resources_template .posts_slider_section_single .thumbnail.inverse-disposition {
  max-width: 58.5%;
  flex-basis: 58.5%;
}
.resources_template .posts_slider_section_single .content {
  position: relative;
  min-height: 56rem;
  border-radius: 1.6rem;
  background: #3100be;
  flex-basis: 58.5%;
  max-width: 58.5%;
  padding: 5rem;
}
@media (max-width: 575px) {
  .resources_template .posts_slider_section_single .content {
    padding: 2.4rem !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
    min-height: 48rem !important;
  }
}
.resources_template .posts_slider_section_single .content.inverse-disposition {
  max-width: 39%;
}
.resources_template .posts_slider_section_single .content .content-wrapper {
  position: relative;
  height: 100%;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_header {
  align-items: center;
  display: flex;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_header .post_type {
  margin-right: 2px;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_header .post_type span {
  font-size: 14px;
  border-radius: 0.8rem;
  background: #d6ff00;
  display: flex;
  height: 3rem;
  padding: 0 1.2rem;
  justify-content: center;
  align-items: center;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_header .post_type span::first-letter {
  text-transform: uppercase;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_header svg {
  margin: 0 1rem;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_header svg circle {
  fill: #fff;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_header .read {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.68rem */
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_main h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.048rem;
  margin: 3.8rem 0 38px 0;
}
@media (max-width: 768px) {
  .resources_template .posts_slider_section_single .content .content-wrapper .content_main h2 {
    font-size: 2.5rem;
  }
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer .author {
  align-items: center;
  display: flex;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer .author figure {
  flex-shrink: 0;
  height: 6.4rem;
  width: 6.4rem;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer .author figure img {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border: 0.2rem solid #d6ff00;
  margin: 0;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer .author .post_date p:first-child {
  margin-bottom: 3px;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer .author .post_date p:last-child {
  font-size: 1.7rem;
  color: #d9d9d9;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer .post_link {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--primary-citron, #d6ff00);
  flex-shrink: 0;
  height: 6.4rem;
  width: 6.4rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .resources_template .posts_slider_section_single .content .content-wrapper .content_footer .author figure {
    height: 4.8rem;
    width: 4.8rem;
  }
  .resources_template .posts_slider_section_single .content .content-wrapper .content_footer .post_link {
    height: 4rem;
    width: 4rem;
  }
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer .post_link:hover {
  background-color: #000155 !important;
}
.resources_template .posts_slider_section_single .content .content-wrapper .content_footer .post_link:hover svg path {
  fill: #d6ff00 !important;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_post .content_footer .author figure {
  margin-right: 10px;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_post .content_footer .author .post_date p {
  margin: 0;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_post .content_footer .author .post_date p:first-child {
  color: #fff;
  margin-bottom: 10px;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content {
  background-color: #000155;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_header {
  display: block;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_header .resource_case_study_client_logo {
  display: inline-block;
  max-height: 60px;
  margin-bottom: 3rem;
  max-width: 200px;
  height: auto;
  width: auto;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_header .resource_case_study_client_logo img {
  height: auto;
  width: auto;
  max-height: 60px;
}
@media (max-width: 1000px) {
  .resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_header .resource_case_study_client_logo {
    height: 40px;
  }
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_header .post_type {
  float: right;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_main h2 {
  margin-top: 1.2rem;
  color: white;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_main .resource_case_study_client_logo {
  display: inline-block;
  height: 35px;
  margin-top: 3rem;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_main .resource_case_study_client_logo img {
  display: inline-block;
  height: 35px;
  width: auto;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer {
  align-items: end;
  display: flex;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer p {
  color: #fff;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .resource_case_study_kpi {
  padding-right: 7rem;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single {
  display: flex;
  align-items: baseline;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single span {
  align-items: center;
  color: var(--primary-citron, #d6ff00);
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single span:first-child {
  color: #d6ff00;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.12rem;
  margin: 0;
  flex-shrink: 0;
}
.resources_template .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single span:last-child {
  /* max-width: 72%; */
  color: #d6ff00;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding-left: 1rem;
}
.resources_template .posts_slider_section_single.posts_slider_section_ebook .content {
  background-color: #000155;
}
.resources_template .posts_slider_section_single.posts_slider_section_ebook .content .content_main h2 {
  color: #d6ff00;
  margin-bottom: 30px;
  margin-top: 43px;
}
.resources_template .posts_slider_section_single.posts_slider_section_ebook .content .content_main p {
  color: #fff;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content {
  color: #fff;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_header circle {
  fill: #fff;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_header .read {
  color: #fff;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_header .post_type span {
  color: #3100be;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_main h2 {
  padding-bottom: 35px;
  color: #fff;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_main .webcast-date {
  margin-bottom: 1rem;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_main .webcast-date p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_main .webcast-date p:first-child {
  font-weight: 600;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_main .partners-logo {
  position: relative;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_main .partners-logo .partners-logo-lines {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 2rem;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_main .partners-logo .entry-logo-img {
  display: inline-block;
  height: 2.5rem;
  margin: 8px 0;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .webcast-participant {
  display: flex;
  align-items: center;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .webcast-participant .entry-speakers-picture {
  display: inline-block;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .webcast-participant .entry-speakers-picture .entry-speakers-img {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  border: 2px solid #d6ff00;
  object-fit: cover;
  width: 64px;
  height: 64px;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .webcast-participant .entry-speakers-picture .entry-speakers-img:nth-child(2) {
  position: relative;
  margin-left: -30px;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .webcast-participant .entry-speakers-picture .entry-speakers-img:nth-child(3) {
  position: relative;
  margin-left: -30px;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .webcast-participant .entry-speakers-infos {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  font-size: 15px;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .webcast-participant .more-intervenant {
  margin-left: 16px;
  background-color: #fff;
  border-radius: 40%;
  display: inline-block;
  width: 30px;
  height: 24px;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .webcast-participant .more-intervenant span {
  display: inline-block;
  margin-left: 8px;
  margin-top: 2px;
  font-size: 13px;
  color: #3100be;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .post_link svg {
  position: relative;
  top: 14px;
  right: -16px;
  stroke: #3100be;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content .content_footer .post_link:hover svg {
  stroke: #d6ff00;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content.replay {
  background-color: #e8e8e8;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content.replay .content_header .read {
  color: #3100be !important;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content.replay .content_header circle {
  fill: #3100be !important;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content.replay .content_main {
  color: #3100be !important;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content.replay .content_main h2 {
  color: #3100be !important;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content.replay .content_footer .entry-speakers-name {
  color: #3100be !important;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content.replay .content_footer .post_link svg {
  position: relative;
  top: 0;
  right: 0;
  stroke: #3100be;
}
.resources_template .posts_slider_section_single.posts_slider_section_webinar .content.replay .content_footer .post_link:hover svg {
  stroke: #d6ff00;
}
.resources_template.case_studies_index .posts_slider_section_single.posts_slider_section_single_cs .content {
  background-color: #d6ff00;
}
.resources_template.case_studies_index .posts_slider_section_single.posts_slider_section_single_cs .content .content-wrapper .content_header .post_type span {
  border: 1px solid #3100be;
}
.resources_template.case_studies_index .posts_slider_section_single.posts_slider_section_single_cs .content .content_main h2 {
  color: #3100be;
}
.resources_template.case_studies_index .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single span {
  color: #3100be;
}
.resources_template.case_studies_index .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .post_link {
  background-color: #3100be;
}
.resources_template.case_studies_index .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .post_link path {
  fill: #d6ff00;
}
.resources_template.case_studies_index .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .post_link:hover, .resources_template.case_studies_index .posts_slider_section_single.posts_slider_section_single_cs .content .content_footer .post_link a:hover {
  background-color: #000155 !important;
}
.resources_template .posts_grid_section {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 3rem;
}
.resources_template .posts_grid_section .posts_grid_section_single {
  background: #e8e8e8;
  border-radius: 1.6rem;
  flex-basis: 36.6rem;
  max-width: 36.6rem;
  height: 50rem;
  position: relative;
  /* Mobiles (jusqu'à 576px) */
}
@media (max-width: 768px) {
  .resources_template {
    /* Mobiles (jusqu'à 480px) */
  }
  .resources_template .posts_grid_section .posts_grid_section_single {
    height: 48rem;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.resources_template .posts_grid_section .posts_grid_section_single .content {
  border-radius: 1.6rem;
  padding: 2.4rem;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_header {
  align-items: center;
  display: flex;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_header .post_type span {
  font-size: 14px;
  border-radius: 0.8rem;
  background: #d6ff00;
  display: flex;
  height: 3rem;
  padding: 0 1.2rem;
  justify-content: center;
  align-items: center;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_header .post_type span::first-letter {
  text-transform: uppercase;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_header svg {
  margin: 0 1rem;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_header .read {
  color: #3100be;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.68rem */
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_main h2 {
  color: var(--primary-electric-blue, #3100be);
  font-size: 28px;
  margin-top: 3rem;
  padding-bottom: 12rem;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.32px;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_main h2 a {
  border-bottom: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 2.4rem;
  left: 2.4rem;
  bottom: 2.4rem;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .author {
  align-items: center;
  display: flex;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .author figure {
  flex-shrink: 0;
  height: 4.8rem;
  width: 4.8rem;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .author figure img {
  border: 0.1rem solid #d6ff00;
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .author .post_date p:last-child {
  font-size: 1.4rem;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .author div {
  padding-left: 1.6rem;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .author div p {
  color: #3100be;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 2rem */
  margin: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .podcast_content h2 {
  color: var(--primary-white, #fff);
  font-style: normal;
  line-height: 105%;
  /* 3.2rem */
  letter-spacing: -0.032rem;
  margin: 0;
  width: 90%;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .podcast_content .podcast_infos {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .podcast_content .podcast_infos svg {
  margin: 0 1rem;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .podcast_content .podcast_infos svg circle {
  fill: white;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .podcast_content .podcast_infos p {
  color: var(--primary-white, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.68rem */
  margin: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .podcast_content .podcast_infos p:last-child {
  color: var(--primary-citron, #d6ff00);
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .post_link {
  border-radius: 50%;
  background: var(--primary-citron, #d6ff00);
  flex-shrink: 0;
  height: 4rem;
  width: 4rem;
  position: absolute;
  right: 0;
  bottom: 0.4rem;
  z-index: 10;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .post_link:hover {
  background-color: #3100be !important;
}
.resources_template .posts_grid_section .posts_grid_section_single .content .content_footer .post_link:hover svg path {
  fill: #d6ff00 !important;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_podcast {
  position: relative;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_podcast:before {
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(0, 1, 85, 0) 0%, #000155 100%);
  content: "";
  position: absolute;
  inset: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_podcast > figure {
  height: 100%;
  width: 100%;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_podcast > figure img {
  border-radius: 1.6rem;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_podcast .content {
  position: absolute;
  inset: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_ebooks {
  position: relative;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_ebooks:before {
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(0, 1, 85, 0) 0%, #EEE 100%);
  content: "";
  position: absolute;
  inset: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_ebooks > figure {
  height: 100%;
  width: 100%;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_ebooks > figure img {
  border-radius: 1.6rem;
  object-fit: cover;
  height: 100%;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_ebooks .content {
  position: absolute;
  inset: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_ebooks .content .content_footer .ebook_content {
  max-width: 27rem;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_ebooks .content .content_footer .ebook_content h2 {
  color: #3100be;
  font-size: 28px;
  margin-top: 0;
  padding-bottom: 2rem;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.32px;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs {
  background: #000155;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_header .read {
  color: white;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_main {
  min-height: 40rem;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_main h2 {
  margin-top: 1.2rem;
  color: white;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_main .resource_case_study_client_logo {
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 1rem;
  max-width: 150px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_main .resource_case_study_client_logo img {
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 1rem;
  max-width: 150px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_footer p {
  color: #fff;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_footer .resource_case_study_kpi {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  width: 90%;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single {
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single div {
  align-items: center;
  color: var(--primary-citron, #d6ff00);
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single div:first-child {
  color: #d6ff00;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.12rem;
  margin: 0;
  flex-shrink: 0;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_cs .content .content_footer .resource_case_study_kpi .resource_case_study_kpi_single div:last-child {
  max-width: 21rem;
  color: #d6ff00;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 2px;
  padding-left: 1rem;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar {
  background-color: #3100be;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar.back-replay {
  background-color: #e8e8e8;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content {
  background-color: #3100be;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_header circle {
  fill: #fff;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_header .read {
  color: #fff;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_main h2 {
  padding-bottom: 0;
  color: #fff;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_main .webcast-date {
  color: #fff;
  margin-bottom: 10px;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_main .webcast-date p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_main .webcast-date p:first-child {
  font-weight: 600;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_main .partners-logo {
  position: relative;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_main .partners-logo .partners-logo-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_main .partners-logo .entry-logo-img {
  display: inline-block;
  height: 2.5rem;
  margin: 8px 0;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .webcast-participant {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .webcast-participant .entry-speakers-picture {
  display: inline-block;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .webcast-participant .entry-speakers-picture .entry-speakers-img {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  border: 2px solid #d6ff00;
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .webcast-participant .entry-speakers-picture .entry-speakers-img:nth-child(2) {
  position: relative;
  margin-left: -30px;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .webcast-participant .entry-speakers-picture .entry-speakers-img:nth-child(3) {
  position: relative;
  margin-left: -30px;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .webcast-participant .entry-speakers-infos {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  font-size: 15px;
  color: #fff;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .webcast-participant .more-intervenant {
  margin-left: 16px;
  background-color: #fff;
  border-radius: 40%;
  display: inline-block;
  width: 30px;
  height: 24px;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .webcast-participant .more-intervenant span {
  display: inline-block;
  margin-left: 8px;
  margin-top: 2px;
  font-size: 13px;
  color: #3100be;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .post_link svg {
  position: relative;
  top: 6px;
  right: -8px;
  stroke: #3100be;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content .content_footer .post_link:hover svg {
  stroke: #d6ff00;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content.replay {
  background-color: #e8e8e8;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content.replay .content_header .read {
  color: #3100be !important;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content.replay .content_header circle {
  fill: #3100be !important;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content.replay .content_main h2 {
  color: #3100be !important;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content.replay .content_main .webcast-date {
  color: #3100be !important;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content.replay .content_footer .entry-speakers-name {
  color: #3100be !important;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content.replay .content_footer .post_link svg {
  position: relative;
  top: 0;
  right: 0;
  stroke-width: 1;
  fill: #3100be;
  stroke: #3100be;
}
.resources_template .posts_grid_section .posts_grid_section_single.posts_grid_section_single_webinar .content.replay .content_footer .post_link:hover svg {
  fill: #d6ff00;
  stroke: #d6ff00;
}
.resources_template .filters_section {
  margin-bottom: 3.2rem;
}
.resources_template .filters_section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Adjust the space between items */
  list-style-type: none;
  padding: 0;
}
.resources_template .filters_section ul li {
  margin: 0;
  padding: 0;
}
.resources_template .filters_section ul li.hidden_filter, .resources_template .filters_section ul li.hidden_industry {
  display: none;
}
.resources_template .filters_section .filter_term {
  color: var(--primary-electric-blue, #3100be);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 2.5rem */
  display: flex;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  align-items: flex-start;
  gap: 0.8rem;
  border-radius: 0.8rem;
  border: 1px solid var(--primary-electric-blue, #3100be);
  text-decoration: none;
}
.resources_template .filters_section .filter_term:hover, .resources_template .filters_section .filter_term.selected {
  background: var(--primary-electric-blue, #3100be);
  color: var(--primary-white, #fff);
}
.resources_template .most_read, .resources_template .featured_topic {
  padding: 9.5rem 0;
}
.resources_template .most_read .title_section, .resources_template .featured_topic .title_section, .resources_template .content_by_industry .title_section {
  display: flex;
  justify-content: space-between;
}
.resources_template .most_read h2, .resources_template .featured_topic h2 {
  margin: 0;
}
.resources_template .our_replays {
  border-radius: 4.8rem 4.8rem 0rem 0rem;
  background: var(--primary-deep-blue, #000155);
  padding: 9.5rem 0;
}
@media (max-width: 1000px) {
  .resources_template .our_replays {
    padding: 2.5rem 0;
  }
}
.resources_template .our_replays .subtitle_section span {
  color: var(--primary-citron, #d6ff00);
}
.resources_template .our_replays .title_section {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.resources_template .our_replays h2 {
  color: var(--primary-white, #fff);
  margin: 0;
}
.resources_template .link_section a i.see-all {
  font-style: normal;
}
@media (max-width: 1000px) {
  .resources_template .link_section a i.see-all {
    display: none;
  }
}
.resources_template .featured_topic .btn {
  margin: 4rem auto 0;
}
.resources_template .featured_topic .link_section p {
  margin: 0;
}
.resources_template .featured_topic .link_section p i {
  display: inline-block;
  font-style: normal;
  white-space: nowrap;
  font-weight: 400;
}
.resources_template .content_by_industry {
  padding: 0 0 9.5rem 0;
}
.resources_template .content_by_industry .subtitle_section span {
  color: var(--primary-citron, #d6ff00);
}
.resources_template .content_by_industry {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.resources_template .content_by_industry h2 {
  color: var(--primary-white, #3100be);
  margin: 0;
}
.resources_template .content_by_industry {
  margin-top: 90px;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_main {
  padding-bottom: 10rem;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_main .webinar_infos p {
  margin-bottom: 0;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_main .webinar_infos p:first-child {
  font-weight: 600;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_main .webinar_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_main .webinar_logos figure img {
  height: auto;
  object-fit: contain;
  width: 10rem;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer .authors {
  display: flex;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer .authors .author_img {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 1rem;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer .authors .author_img figure {
  flex-shrink: 0;
  height: 4.8rem;
  width: 4.8rem;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer .authors .author_img figure:not(:first-of-type) {
  margin-left: -2rem;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer .authors .author_img figure img {
  border: 0.1rem solid #d6ff00;
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer .authors .author_name {
  display: flex;
  flex-direction: column;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer .authors .author_name > p {
  color: var(--primary-electric-blue, #3100be);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 1.75rem */
  margin: 0;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer a {
  display: flex;
  align-items: center;
  color: #3100be;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 2rem */
  text-decoration: none;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer a span:first-of-type {
  width: 9.5rem;
}
.resources_template .content_by_industry .posts_grid_section .posts_grid_section_single .content .content_footer a span svg circle {
  fill: #d6ff00;
}
.resources_template .content_by_industry .alm-btn-wrap {
  display: none;
}
.resources_template .content_by_industry .link_section p {
  margin: 0;
}
.resources_template .content_by_industry .link_section p i {
  display: inline-block;
  font-style: normal;
  white-space: nowrap;
  font-weight: 400;
}
.resources_template .section_ebook {
  margin-bottom: 75px;
}
.resources_template .experiments_club {
  border-radius: 4.8rem 4.8rem 0rem 0rem;
  background: var(--primary-deep-blue, #000155);
  padding: 9.5rem 0;
}
.resources_template .experiments_club .title_section h2 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  line-height: 20px;
  color: #d6ff00;
  background: url(assets/img/star.svg) center no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .resources_template .experiments_club .title_section h2 {
    font-size: 5rem;
  }
}
.resources_template .experiments_club .title_section h2 strong {
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .resources_template .experiments_club .title_section h2 strong {
    font-size: 184px;
  }
}
@media (min-width: 1220px) {
  .resources_template .experiments_club .posts_grid_section .odd {
    margin-top: 56px;
  }
}
.resources_template .experiments_club p {
  color: var(--primary-white, #fff);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 40px;
  /* 2.5rem */
}
.resources_template .experiments_club .btn {
  margin: 4rem auto 0;
}
.resources_template .btn {
  display: table;
  padding: 1.1rem 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
  margin: 0 auto;
  text-decoration: none;
}
.resources_template .btn.btn-yellow {
  border-radius: 5.6rem;
  border: 1px solid var(--primary-citron-experimental, #a3b902);
  background: var(--primary-citron, #d6ff00);
  color: var(--primary-electric-blue, #3100be);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 2.5rem */
}
.resources_template .btn.btn-yellow:hover {
  background-color: #3100be !important;
  color: #d6ff00 !important;
}
.resources_template.resources_template_tax {
  position: relative;
}
.resources_template.resources_template_tax section {
  margin: 0;
  padding: 0;
}
.resources_template.resources_template_tax .resources_template_head {
  background: var(--primary-electric-blue, #3100be);
  padding: 8rem 0 13rem 0;
  position: relative;
}
.resources_template.resources_template_tax .resources_template_head h1 {
  font-size: 7rem;
  color: white;
}
.resources_template.resources_template_tax .resources_template_head h1 .diese {
  color: #d6ff00;
}
@media (max-width: 1199px) {
  .resources_template.resources_template_tax .resources_template_head h1 {
    font-size: 5rem;
  }
}
.resources_template.resources_template_tax .resources_template_head .desc {
  max-width: 58rem;
}
.resources_template.resources_template_tax .resources_template_head .desc p {
  color: var(--primary-white, #fff);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 2.5rem */
}
.resources_template.resources_template_tax .resources_template_head:before {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%22700%22%20height=%22494%22%20viewBox=%220%200%20700%20494%22%20fill=%22none%22%3E%0A%20%20%3Cpath%20opacity=%220.4%22%20d=%22M598.978%20352.086H191.827L288.7%20399.331L281.145%20436.429H61.6721L116.161%20464.913L110.294%20493.789H0L40.8667%20292.997H105L148.7%2078.5661H270.928L315.944%20-144.021H700L598.978%20352.086Z%22%20fill=%22%23000155%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: top;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  right: -25.5%;
  top: 0;
  z-index: 0;
}
.resources_template.resources_template_tax .resources_template_head > .container {
  position: relative;
  z-index: 1;
}
.resources_template.resources_template_tax .resources_template_head .breadcrumbs span, .resources_template.resources_template_tax .resources_template_head .breadcrumbs span a {
  color: white;
}
@media (max-width: 1199px) {
  .resources_template.resources_template_tax .resources_template_head {
    padding: 8rem 0 6rem 0;
  }
}
.resources_template.resources_template_tax .resources_template_tax_main {
  border-radius: 4.8rem 4.8rem 0rem 0rem;
  background: var(--primary-white, #fbfbfb);
  margin-top: -5rem;
  padding: 9.5rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .resources_template.resources_template_tax .resources_template_tax_main {
    margin-top: 0;
  }
}
.resources_template.resources_template_tax .resources_template_tax_main.resources_template_tax_main_podcasts {
  border-radius: 4.8rem 4.8rem 0rem 0rem;
  background: var(--primary-deep-blue, #000155);
}
.resources_template.resources_template_tax .resources_template_tax_main.resources_template_tax_main_podcasts .see_all {
  color: #fff;
}
@media (max-width: 1199px) {
  .resources_template.resources_template_tax .resources_template_tax_main {
    padding: 2.5rem 0;
  }
}
.resources_template .alm-btn-wrap {
  margin-top: 40px;
  text-align: center;
  text-transform: lowercase;
}
.resources_template .alm-btn-wrap button {
  text-transform: lowercase;
}
.resources_template .alm-btn-wrap button:first-letter {
  text-transform: capitalize;
}
.resources_template .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
.resources_template .alm-btn-wrap .alm-load-more-btn.loading {
  display: none;
}
.resources_template .resources-section-index {
  padding-bottom: 0;
}

a.block_link {
  text-decoration: none !important;
  color: inherit !important;
  border-bottom: none !important;
}

a.block_link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.posts_slider_section_single_guide .content {
  background: #e8e8e8 !important;
  color: #3100be;
}
.posts_slider_section_single_guide .content .content-wrapper .content_main h2 {
  color: #3100be !important;
  margin-bottom: 38px;
}

.posts_grid_section_single_guide {
  background: #fff !important;
  height: auto !important;
  min-height: 47rem;
}
.posts_grid_section_single_guide a.content {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 !important;
  text-decoration: none;
  height: 100%;
}
.posts_grid_section_single_guide a.content .content_header .post_type span {
  display: inline-block;
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  height: auto;
  padding: 5px 12px;
}
.posts_grid_section_single_guide a.content .content_header figure img {
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}
.posts_grid_section_single_guide a.content .content_main {
  border: solid 1px #e8e8e8;
  border-top: 0;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  padding: 2.4rem;
  height: 100% !important;
  min-height: 23rem;
  position: relative;
}
@media (max-width: 768px) {
  .posts_grid_section_single_guide a.content .content_main {
    height: auto;
  }
}
.posts_grid_section_single_guide a.content .content_main h2 {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.posts_grid_section_single_guide a.content .content_main .post_excerpt {
  font-size: 16px;
  line-height: 20px;
  height: 8rem;
  overflow: hidden;
  margin-bottom: 45px;
}
body.tax-resource-categories.term-podcast #site-header {
  background-color: #000155;
}
body.tax-resource-categories.term-podcast .resources_template.resources_template_tax .resources_template_head {
  background-color: #000155;
}
body.tax-resource-categories.term-podcast .resources_template.resources_template_tax .resources_template_head .resources_template_head_content {
  text-align: center;
}
body.tax-resource-categories.term-podcast .resources_template.resources_template_tax .resources_template_head .resources_template_head_content h1 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  line-height: 20px;
  color: #d6ff00;
  background: url(assets/img/star.svg) center no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.tax-resource-categories.term-podcast .resources_template.resources_template_tax .resources_template_head .resources_template_head_content h1 {
    font-size: 5rem;
  }
}
body.tax-resource-categories.term-podcast .resources_template.resources_template_tax .resources_template_head .resources_template_head_content h1 strong {
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  body.tax-resource-categories.term-podcast .resources_template.resources_template_tax .resources_template_head .resources_template_head_content h1 strong {
    font-size: 184px;
  }
}
body.tax-resource-categories.term-podcast .resources_template.resources_template_tax .resources_template_head .resources_template_head_content .description {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.posts_slider_section_single_podcast .thumbnail img {
  max-height: inherit !important;
}
.posts_slider_section_single_podcast .content {
  background: #e8e8e8 !important;
  color: #3100be;
}
.posts_slider_section_single_podcast .content .content-wrapper .content_header {
  flex-wrap: wrap;
}
.posts_slider_section_single_podcast .content .content-wrapper .content_header .podcast_season, .posts_slider_section_single_podcast .content .content-wrapper .content_header .podcast_episode {
  font-size: 14px;
}
.posts_slider_section_single_podcast .content .content-wrapper .content_header .podcast_season:before, .posts_slider_section_single_podcast .content .content-wrapper .content_header .podcast_episode:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3100be;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.posts_slider_section_single_podcast .content .content-wrapper .content_main {
  padding-bottom: 60px;
}
.posts_slider_section_single_podcast .content .content-wrapper .content_main h2 {
  color: #3100be !important;
  margin-bottom: 38px;
}

.posts_grid_section_single_podcast .content_footer .podcast_season, .posts_grid_section_single_podcast .content_footer .podcast_episode {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 24px;
}
.posts_grid_section_single_podcast .content_footer .podcast_episode {
  color: #d6ff00;
}
.posts_grid_section_single_podcast .content_footer .podcast_episode:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 8px;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.posts_grid_section_single_podcast .content_footer h2 {
  max-width: 85%;
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .posts_grid_section_single_podcast .content_footer h2 {
    font-size: 28px !important;
  }
}

.posts_grid_section_single_verbatim {
  border: solid 1px #e8e8e8;
  background-color: #fff !important;
}
.posts_grid_section_single_verbatim blockquote {
  font-size: 24px;
  line-height: 30px;
  border: none;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 16px;
}
.posts_grid_section_single_verbatim blockquote:before {
  display: block;
  content: "";
  background: url(assets/img/quote.svg) no-repeat;
  width: 16px;
  height: 11px;
  margin-bottom: 12px;
}
.posts_grid_section_single_verbatim .entry-logo-img {
  display: inline-block;
  max-height: 25px;
  margin: 8px 0;
}
.posts_grid_section_single_verbatim .author-name {
  font-size: 16px !important;
  line-height: 20px !important;
}
.posts_grid_section_single_verbatim .author-function {
  font-size: 14px !important;
  line-height: 17.5px !important;
}

.single-glossary main {
  background-color: #fff;
}
.single-glossary .banner-calculator {
  background-color: #3100be;
  position: relative;
  overflow-x: hidden;
}
.single-glossary .banner-calculator .breadcrumb-block {
  background-color: transparent;
}
.single-glossary .banner-calculator .entry-header {
  background-color: transparent;
  color: white;
  padding: 7rem 0 18rem 0 !important;
}
@media (max-width: 768px) {
  .single-glossary .banner-calculator .entry-header {
    padding: 3rem 0 9rem 0 !important;
  }
}
.single-glossary .banner-calculator .entry-header .category-label {
  color: #d6ff00;
}
.single-glossary .post-inner {
  padding-top: 8rem !important;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .single-glossary .post-inner {
    padding-top: 4rem !important;
    padding-bottom: 4rem;
  }
}

.single-resources #single-case-study {
  background-color: #000155;
}
.single-resources #single-case-study .entry-header {
  padding-top: 7rem;
  color: #fff;
  background-color: #000155;
}
.single-resources #single-case-study .breadcrumb-block {
  background-color: #000155;
}
.single-resources #single-case-study .entry-title {
  margin: 32px auto;
  line-height: 1;
}
.single-resources #single-case-study .entry-case {
  display: inline-flex;
  justify-content: space-between !important;
  align-items: center;
  background: #D6FF00;
  border-radius: 24px;
  padding: 40px 32px;
  position: relative;
  z-index: 2;
  gap: 2rem 5rem;
  top: 8rem;
}
.single-resources #single-case-study .entry-case-logo {
  display: inline-block;
  max-height: 60px;
  max-width: 220px;
}
.single-resources #single-case-study .entry-case-logo img {
  max-height: 60px;
  width: auto;
  max-width: 220px;
}
.single-resources #single-case-study .entry-case-info {
  color: #3100BE;
  font-size: 20px;
  display: flex;
  align-items: center;
  max-width: 300px;
  text-align: start;
  margin-bottom: 0;
  word-break: normal;
}
.single-resources #single-case-study .entry-case-info-number {
  font-size: 56px;
  font-weight: 500;
  margin-right: 16px;
  word-break: keep-all;
  letter-spacing: -3px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .single-resources #single-case-study .entry-case-info-number {
    font-size: 3.9rem;
    line-height: 1.1;
    flex-basis: 30%;
  }
}
.single-resources #single-case-study .entry-content {
  padding-top: 5rem;
}
.single-resources #single-case-study .avatar {
  height: 72px;
  object-fit: contain;
}
.single-resources #single-case-study .post-inner {
  padding: 103px 0 80px 0 !important;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  background: white;
}
.single-resources #single-case-study .entry-form {
  max-width: 30rem;
  padding: 0 24px 24px 24px;
  border-radius: 20px;
  background-color: #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.single-resources #single-case-study .entry-form a {
  text-decoration: none;
}
.single-resources #single-case-study .entry-form-title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
  z-index: 1;
}
.single-resources #single-case-study .entry-form-desc {
  margin-bottom: 24px;
  z-index: 1;
}
.single-resources #single-case-study .entry-form-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0;
  border-bottom-left-radius: 10px;
}
.single-resources #single-case-study .entry-form-button {
  display: flex;
  align-items: center;
  border-radius: 56px;
  background: #3100BE;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}
.single-resources #single-case-study .entry-form-button-icon {
  margin-right: 8px;
}
.single-resources #single-case-study .entry-form-icon {
  margin-bottom: 16px;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #D6FF00;
  border-radius: 50%;
  margin-top: -24px;
}
.single-resources #single-case-study .entry-form-icon-fixed {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-resources #single-case-study .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 93rem;
}
.single-resources #single-case-study #download-button {
  z-index: 50;
}
@media (max-width: 1000px) {
  .single-resources #single-case-study .entry-case {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
    margin-top: -12rem;
    top: 12rem;
  }
  .single-resources #single-case-study .post-inner {
    padding-top: 5rem !important;
  }
  .single-resources #single-case-study .entry-header {
    padding-bottom: 36px;
  }
  .single-resources #single-case-study .entry-case-info {
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .single-resources #single-case-study .entry-case-logo {
    width: 100% !important;
  }
  .single-resources #single-case-study .entry-case-logo img {
    max-height: 90px !important;
    width: auto !important;
    margin: 0 auto !important;
  }
}
.single-resources #single-case-study.single-case-study-video .entry-header {
  padding-bottom: 150px;
}
.single-resources #single-case-study.single-case-study-video .entry-header .entry-logo img {
  max-width: 240px;
}
.single-resources #single-case-study.single-case-study-video .post-inner {
  padding-top: 0 !important;
}
.single-resources #single-case-study.single-case-study-video .post-inner #video-wrapper {
  position: relative;
  aspect-ratio: 10/5;
}
.single-resources #single-case-study.single-case-study-video .post-inner #video-wrapper .video-wrapper-inner {
  position: absolute;
  top: -80px;
  max-width: calc(100% - 4rem);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.single-resources #case-study-resource {
  background-color: #000155;
}
.single-resources #case-study-resource .description {
  margin-left: 12px;
}
.single-resources #case-study-resource .entry-content > div {
  max-width: 96rem !important;
}
.single-resources #case-study-resource .key-info-container {
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.single-resources #case-study-resource .key-info-container .entry-case-info {
  display: flex;
  align-items: center;
}
.single-resources #case-study-resource .key-info-container .entry-case-info-number {
  font-size: 4rem;
  font-weight: 600;
  margin-right: 2rem;
}
.single-resources #case-study-resource #parot-form-container {
  border-radius: 16px;
  z-index: 1;
}
.single-resources #case-study-resource #parot-form-container #parot-form {
  border: none;
}
.single-resources #case-study-resource #parot-form-container #parot-form #submitBtn {
  background-color: #3100BE;
}
.single-resources #case-study-resource .entry-header {
  color: #fff;
  background-color: #000155;
  padding-bottom: 102px;
  text-align: left;
  padding-left: 4%;
}
.single-resources #case-study-resource .breadcrumb-block {
  margin-bottom: 24px;
  background-color: #000155;
}
.single-resources #case-study-resource .entry-title {
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}
.single-resources #case-study-resource .entry-logo {
  display: inline-block;
  max-height: 60px;
  max-width: 220px;
  margin-right: 2rem;
}
.single-resources #case-study-resource .avatar {
  height: 50px;
  object-fit: contain;
  object-position: left;
}
.single-resources #case-study-resource .post-inner {
  padding: 80px 0;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  background: white;
}
.single-resources #case-study-resource .entry-header {
  padding-top: 7rem;
}
.single-resources #case-study-resource .entry-header .wp-block-columns {
  margin: 0;
}
.single-resources #case-study-resource .entry-form {
  position: absolute;
  max-width: 480px;
  margin-top: 70px;
  padding: 0 40px 24px 40px;
  border-radius: 20px;
  background-color: #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #3100BE;
}
.single-resources #case-study-resource .entry-form-title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 32px;
  font-weight: 500;
  z-index: 1;
}
.single-resources #case-study-resource .entry-form-desc {
  margin-bottom: 24px;
}
.single-resources #case-study-resource .entry-form-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.single-resources #case-study-resource .entry-form-button {
  display: flex;
  z-index: 1;
  align-items: center;
  border-radius: 56px;
  background: #3100BE;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}
.single-resources #case-study-resource .entry-form-button-icon {
  margin-right: 8px;
}
.single-resources #case-study-resource .entry-form-button-icon img {
  height: 22px;
  width: 22px;
}
.single-resources #case-study-resource .entry-form-icon {
  margin-bottom: 24px;
  position: relative;
  width: 64px;
  height: 64px;
  background-color: #D6FF00;
  border-radius: 50%;
  margin-top: -24px;
}
.single-resources #case-study-resource .entry-form-icon-fixed {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-resources #ebook-resource {
  background-color: #000155;
  /* FORM */
  /* END FORM */
}
.single-resources #ebook-resource .entry-content > div {
  max-width: 96rem !important;
}
.single-resources #ebook-resource #parot-form-container {
  border-radius: 16px;
  z-index: 1;
}
.single-resources #ebook-resource #parot-form-container #parot-form {
  border: none;
}
.single-resources #ebook-resource #parot-form-container #parot-form #submitBtn {
  background-color: #3100BE;
}
.single-resources #ebook-resource .entry-header {
  padding-top: 7rem;
  color: #ffffff;
  background-color: #000155;
  padding-bottom: 58rem;
}
.single-resources #ebook-resource .post-inner {
  padding-bottom: 80px;
  padding-top: 245px;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  background: white;
}
.single-resources #ebook-resource .breadcrumb-block {
  background-color: #000155;
}
.single-resources #ebook-resource .entry-title {
  line-height: 1;
  margin-top: 32px;
}
.single-resources #ebook-resource .entry-desc {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 32px;
  margin-bottom: 0;
}
.single-resources #ebook-resource .thumbnail-container {
  display: flex;
  justify-content: center;
  margin-top: -245px;
  position: relative;
}
.single-resources #ebook-resource .attachment-post-thumbnail {
  margin-top: -245px;
  height: 490px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 64%;
}
.single-resources #ebook-resource .entry-form {
  position: relative;
  padding: 0 40px 24px 40px;
  border-radius: 20px;
  background-color: #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #3100BE;
}
.single-resources #ebook-resource .entry-form-title {
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
  z-index: 1;
}
.single-resources #ebook-resource .entry-form-desc {
  margin-bottom: 32px;
  z-index: 1;
}
.single-resources #ebook-resource .entry-form-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.single-resources #ebook-resource .entry-form-button {
  display: flex;
  z-index: 1;
  align-items: center;
  border-radius: 56px;
  background: #3100BE;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}
.single-resources #ebook-resource .entry-form-button-icon {
  margin-right: 8px;
}
.single-resources #ebook-resource .entry-form-button-icon img {
  height: 22px;
  width: 22px;
}
.single-resources #ebook-resource .entry-form-icon {
  margin-bottom: 24px;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #D6FF00;
  border-radius: 50%;
  margin-top: -24px;
}
.single-resources #ebook-resource .entry-form-icon-fixed {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .single-resources #ebook-resource .entry-header {
    padding-top: 5rem !important;
    padding-bottom: 15rem !important;
  }
  .single-resources #ebook-resource .thumbnail-container {
    margin-top: -84px !important;
    margin-bottom: 0 !important;
  }
  .single-resources #ebook-resource .thumbnail-content {
    margin-top: -245px !important;
    height: 200px !important;
  }
  .single-resources #ebook-resource .attachment-post-thumbnail {
    height: auto !important;
    margin-top: 0;
    width: 100%;
  }
  .single-resources #ebook-resource .post-inner {
    padding-top: 1px !important;
  }
}

.single-resources #webinar-after-resource {
  background-color: #e8e8e8;
}
.single-resources #webinar-after-resource .entry-content > div {
  max-width: 96rem !important;
}
.single-resources #webinar-after-resource #parot-form-container {
  border-radius: 16px;
  z-index: 1;
}
.single-resources #webinar-after-resource #parot-form-container #parot-form {
  border: none;
}
.single-resources #webinar-after-resource #parot-form-container #parot-form #submitBtn {
  background-color: #3100BE;
}
.single-resources #webinar-after-resource .entry-header {
  padding-top: 7rem;
  padding-bottom: 56rem;
  color: #3100BE;
  background-color: #e8e8e8;
}
.single-resources #webinar-after-resource .entry-logo {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: center;
}
.single-resources #webinar-after-resource .entry-logo-text {
  font-size: 14px;
  margin: 0 14px 0 0;
}
.single-resources #webinar-after-resource .entry-logo .tv-replay {
  margin-top: 4px;
  margin-right: 16px;
}
.single-resources #webinar-after-resource .entry-logo .tv-replay svg path {
  fill: #3100BE;
}
.single-resources #webinar-after-resource .avatar {
  height: 30px;
  object-fit: contain;
  object-position: left;
  filter: grayscale(1) !important;
  margin-right: 14px;
}
.single-resources #webinar-after-resource .post-inner {
  padding-bottom: 80px;
  padding-top: 245px;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  background: white;
}
.single-resources #webinar-after-resource .breadcrumb-block {
  background-color: #e8e8e8;
  color: #3100BE;
}
.single-resources #webinar-after-resource .entry-title {
  line-height: 1;
  margin-top: 32px;
}
.single-resources #webinar-after-resource .entry-desc {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 32px;
  margin-bottom: 0;
}
.single-resources #webinar-after-resource .thumbnail-container {
  display: flex;
  justify-content: center;
  margin-top: -245px;
  margin-bottom: 120px;
  position: relative;
}
.single-resources #webinar-after-resource .thumbnail-content {
  position: relative;
  margin-top: -245px;
  aspect-ratio: 16/9;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 56%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.single-resources #webinar-after-resource .attachment-post-thumbnail {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.single-resources #webinar-after-resource .thumbnail-content-infos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 32px 32px 32px;
  background: linear-gradient(180deg, rgba(0, 1, 85, 0) 14.4%, #000155 68.5%);
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-resources #webinar-after-resource .thumbnail-title {
  margin: 0;
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
  width: 70%;
}
.single-resources #webinar-after-resource .thumbnail-content-infos-top {
  display: flex;
  align-items: center;
}
.single-resources #webinar-after-resource .thumbnail-content-infos-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.single-resources #webinar-after-resource .thumbnail-content-icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #D6FF00;
  border-radius: 50%;
  flex-shrink: 0;
}
.single-resources #webinar-after-resource .thumbnail-content-icon-fixed {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-resources #webinar-after-resource .thumbnail-video-infos {
  position: relative;
  font-size: 14px;
  margin-left: 30px;
}
.single-resources #webinar-after-resource .thumbnail-video-infos:before {
  position: absolute;
  background-color: white;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  top: 5px;
  left: -15px;
}
.single-resources #webinar-after-resource .video-container {
  margin: 0 auto;
}
.single-resources #webinar-after-resource .wp-block-group.breadcrumb-block p a {
  color: #3100BE;
}
.single-resources #webinar-after-resource .entry-logo .date-container {
  position: relative;
  margin-right: 18px;
  text-align: left;
}
.single-resources #webinar-after-resource .entry-logo .date {
  margin-bottom: -2px;
  font-weight: 700;
}
.single-resources #webinar-after-resource .entry-logo .time {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.single-resources #webinar-after-resource .wistia_embed {
  border-radius: 12px !important;
}
@media (max-width: 1000px) {
  .single-resources #webinar-after-resource .entry-header {
    padding-top: 2rem;
    padding-bottom: 2rem !important;
    margin-bottom: 16rem !important;
  }
  .single-resources #webinar-after-resource .thumbnail-container {
    margin-top: -84px !important;
    margin-bottom: 0 !important;
  }
  .single-resources #webinar-after-resource .thumbnail-content {
    margin-top: -6rem !important;
    height: 100%;
    width: 80% !important;
  }
  .single-resources #webinar-after-resource .entry-speakers-img {
    height: auto !important;
  }
  .single-resources #webinar-after-resource .entry-logo {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: center;
    gap: 2rem;
  }
  .single-resources #webinar-after-resource .entry-logo-text {
    place-self: end;
    margin: 0;
  }
  .single-resources #webinar-after-resource .date-container {
    margin: 0;
    grid-column: span 2/span 2;
  }
  .single-resources #webinar-after-resource .avatar {
    margin: 0;
    grid-column: span 2/span 2;
  }
  .single-resources #webinar-after-resource .entry-logo .tv-replay {
    margin: 0;
    place-self: end;
  }
}
.single-resources #webinar-resource {
  background-color: #3100BE;
  /*
   * Multizone
   */
}
.single-resources #webinar-resource .entry-content > div {
  max-width: 96rem !important;
}
.single-resources #webinar-resource .description {
  margin-left: 12px;
}
.single-resources #webinar-resource #parot-form-container {
  border-radius: 16px;
  z-index: 1;
}
.single-resources #webinar-resource #parot-form-container #parot-form {
  border: none;
}
.single-resources #webinar-resource #parot-form-container #parot-form #submitBtn {
  background-color: #0A1A3D;
}
.single-resources #webinar-resource .entry-header {
  padding-top: 7rem;
  color: #ffffff;
  background-color: #3100BE;
  padding-bottom: 7rem;
  text-align: left;
  padding-left: 4%;
}
.single-resources #webinar-resource .breadcrumb-block {
  background-color: #3100BE;
}
.single-resources #webinar-resource .entry-title {
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}
.single-resources #webinar-resource .entry-logo {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: start;
}
.single-resources #webinar-resource .entry-logo .infos-date {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: start;
}
.single-resources #webinar-resource .entry-logo .logo-webinar {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: start;
}
.single-resources #webinar-resource .entry-logo-text {
  font-size: 14px;
  margin: 0 14px 0 0;
}
.single-resources #webinar-resource .entry-logo .tv-replay {
  margin-top: 4px;
  margin-right: 16px;
}
.single-resources #webinar-resource .entry-logo .tv-replay svg path {
  fill: #ffffff;
}
.single-resources #webinar-resource .entry-logo .date-container {
  position: relative;
  margin-right: 18px;
  text-align: left;
}
.single-resources #webinar-resource .entry-logo .date {
  margin-bottom: -2px;
  font-weight: 700;
}
.single-resources #webinar-resource .entry-logo .time {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.single-resources #webinar-resource .avatar {
  height: 30px;
  object-fit: contain;
  object-position: left;
  filter: grayscale(1) !important;
  margin-right: 3rem;
}
.single-resources #webinar-resource .entry-header .wp-block-columns {
  margin: 0;
}
.single-resources #webinar-resource .entry-form {
  position: absolute;
  max-width: 480px;
  padding: 0 40px 24px 40px;
  border-radius: 20px;
  background: url("assets/img/form-background.png") top center no-repeat #e8e8e8;
  background-size: 92%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #3100BE;
}
.single-resources #webinar-resource .entry-form-title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 32px;
  font-weight: 600;
  z-index: 1;
}
.single-resources #webinar-resource .entry-form-desc {
  margin-bottom: 24px;
}
.single-resources #webinar-resource .post-inner {
  padding: 80px 0;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  background: white;
}
.single-resources #webinar-resource .entry-form-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.single-resources #webinar-resource .entry-form-button {
  display: flex;
  z-index: 1;
  align-items: center;
  border-radius: 56px;
  background: #3100BE;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}
.single-resources #webinar-resource .entry-form-button-icon {
  margin-right: 8px;
}
.single-resources #webinar-resource .entry-form-button-icon img {
  height: 22px;
  width: 22px;
}
.single-resources #webinar-resource .entry-form-icon {
  margin-bottom: 24px;
  position: relative;
  width: 64px;
  height: 64px;
  background-color: #D6FF00;
  border-radius: 50%;
  margin-top: -24px;
}
.single-resources #webinar-resource .entry-form-icon svg {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #3100BE;
}
.single-resources #webinar-resource .entry-content {
  padding-top: 3rem;
}
@media (max-width: 1000px) {
  .single-resources #webinar-resource .entry-header {
    padding-bottom: 2rem !important;
  }
  .single-resources #webinar-resource .entry-logo {
    display: block;
  }
  .single-resources #webinar-resource .entry-logo .avatar {
    height: 2rem;
  }
}
.single-resources #webinar-resource .webinar-multizone-button {
  width: 100%;
  background-color: #fff;
  color: #3100be;
  padding: 24px 74px;
  border-radius: 8px;
  z-index: 1;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 1000px) {
  .single-resources #webinar-resource .webinar-multizone-button {
    padding: 24px;
  }
}
.single-resources #webinar-resource .webinar-multizone-button:before, .single-resources #webinar-resource .webinar-multizone-button:after {
  display: inline-block;
  content: "";
  position: absolute;
}
@media (max-width: 1000px) {
  .single-resources #webinar-resource .webinar-multizone-button:before, .single-resources #webinar-resource .webinar-multizone-button:after {
    display: none;
  }
}
.single-resources #webinar-resource .webinar-multizone-button:before {
  background: url(assets/img/tv.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 27px;
  left: 24px;
  top: calc(50% - 13px);
}
.single-resources #webinar-resource .webinar-multizone-button:after {
  background: url(assets/img/calendar.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: 24px;
  top: calc(50% - 20px);
}
.single-resources #webinar-resource .webinar-multizone-button .date {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.single-resources #webinar-resource .popup .popup-content {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 20px !important;
}
.single-resources #webinar-resource .popup .popup-content:before {
  background-image: url(assets/img/calendar-icon.svg);
}
.single-resources #webinar-resource .popup .popup-content.on_replay:before {
  background-image: url(assets/img/icon-play.svg);
  background-position-x: 19px;
}
.single-resources #webinar-resource .popup .popup-content iframe {
  border: none;
}

@media (min-width: 782px) {
  body.single-resources #site-content {
    overflow: initial;
  }
}
body.single-resources #single-guide {
  background-color: #3100be;
}
body.single-resources #single-guide .entry-header {
  padding-top: 7rem;
  color: #ffffff;
  background-color: #3100be;
  padding-bottom: 12rem;
}
@media (min-width: 782px) {
  body.single-resources #single-guide .entry-header {
    padding-bottom: 24rem;
  }
}
body.single-resources #single-guide .entry-header .entry-header-inner .entry-title {
  font-size: 5.6rem;
  line-height: 5.6rem;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 479px) {
  body.single-resources #single-guide .entry-header .entry-header-inner .entry-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
body.single-resources #single-guide .entry-header .entry-header-inner .subtitle {
  margin-top: 24px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
body.single-resources #single-guide .post-inner {
  padding: 103px 0 80px 0 !important;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  background: white;
}
body.single-resources #single-guide .entry-content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.single-resources #single-guide .entry-content .entry-content-inner {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  top: -12rem;
}
@media (min-width: 782px) {
  body.single-resources #single-guide .entry-content .entry-content-inner {
    top: -24rem;
  }
}
body.single-resources #single-guide .entry-content .entry-content-inner .wrapper-img img {
  aspect-ratio: 2/1;
  width: 100%;
  border-radius: 20px;
  background-color: #e8e8e8;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column {
  position: relative;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column #table-of-content {
  position: sticky;
  top: 150px;
  border-top: solid 1px rgba(217, 217, 217, 0.4);
  border-bottom: solid 1px rgba(217, 217, 217, 0.4);
  padding-top: 24px;
  padding-bottom: 8px;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column #table-of-content .table-of-content-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #c7c7c7;
  margin-bottom: 24px;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column #table-of-content a {
  display: block;
  color: #3100be;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 16px;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column #table-of-content a.H3 {
  font-size: 14px;
  margin-left: 15px;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column #table-of-content a.visible {
  font-weight: 700;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column #table-of-content a.visible:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #3100be;
  border-radius: 50%;
  margin-right: 8px;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column #table-of-content a.visible ~ .visible {
  font-weight: 400;
}
body.single-resources #single-guide .entry-content .entry-content-inner > .wp-block-columns .wp-block-column #table-of-content a.visible ~ .visible:before {
  display: none;
}
body.single-resources .also_like_guide .our_replays {
  background-color: #e8e8e8;
  color: #3100be;
}
body.single-resources .also_like_guide .our_replays .see-all {
  color: #3100be;
}
body.single-resources #push-get-a-demo {
  background: linear-gradient(180deg, #e8e8e8 0%, #e8e8e8 50%, #000155 50%);
}

body.single-resources #single-podcast {
  background-color: #3100be;
}
body.single-resources #single-podcast .entry-header {
  color: #ffffff;
  background-color: #3100be;
  padding-bottom: 7rem;
}
body.single-resources #single-podcast .entry-header .entry-header-inner {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 3rem;
}
body.single-resources #single-podcast .entry-header .entry-header-inner .entry-title {
  font-size: 5.6rem;
  line-height: 5.6rem;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 479px) {
  body.single-resources #single-podcast .entry-header .entry-header-inner .entry-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
body.single-resources #single-podcast .entry-header .entry-header-inner .subtitle {
  margin-top: 24px;
  margin-bottom: 70px;
}
body.single-resources #single-podcast .entry-header .entry-header-inner .wrapper-iframe {
  position: absolute;
  background: #fff;
  border-radius: 24px;
  padding: 24px 28px;
  z-index: 2;
  bottom: -170px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}
body.single-resources #single-podcast .post-inner {
  padding: 103px 0 80px 0 !important;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  background: white;
}
body.single-resources #single-podcast .entry-content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 9rem;
}
body.single-resources #single-podcast .entry-content .entry-content-inner {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}
body.single-resources #single-podcast .entry-content .entry-content-inner .poscast-listen-on {
  margin-top: 64px;
  margin-bottom: 44px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body.single-resources #single-podcast .entry-content .entry-content-inner .poscast-listen-on .podcast-listen-on-title {
  color: #c7c7c7;
  font-weight: 500;
}
body.single-resources #single-podcast .entry-content .entry-content-inner .poscast-listen-on .podcast-listen-on-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.single-resources .also-like-podcast {
  padding-bottom: 96px;
}

.page-newsletter {
  background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/Vector-violet.png");
  background-repeat: no-repeat;
  background-position: top 0 right 27%;
}
.page-newsletter .wp-block-columns h2 {
  margin-top: 2rem;
}
.page-newsletter .wp-block-columns h1 {
  margin-top: 2rem;
}

@media (min-width: 1280px) {
  [class*=__inner-container] > .alignwide {
    max-width: 121rem;
  }
  .molecule1.bg3 [class*=__inner-container] > h1.alignwide,
  .molecule1.bg3 [class*=__inner-container] > h2.alignwide,
  .molecule1.bg3 [class*=__inner-container] > h3.alignwide,
  .molecule1.bg3 [class*=__inner-container] > p:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 48rem;
  }
  .entry-content > .alignwide {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .primary-menu > li,
  .top-bar-menu > li {
    margin: 0.8rem 0 0 2.5rem;
  }
  .header-toggles .toggle {
    padding: 0 3rem;
  }
  .push3 .une-block {
    position: relative;
    z-index: -1;
  }
  .bg3 .img-170 img {
    position: relative;
  }
  .bg3 .img-170.top-left img {
    top: -68px;
  }
  .bg3.without-button .img-170.top-left img {
    top: -108px;
  }
  .bg3.without-button .img-170.bottom-left img {
    top: -175px;
  }
  .bg3.without-button .img-170.top-right img {
    top: -124px;
  }
  .bg3.without-button .img-170.bottom-right img {
    top: -202px;
  }
  .bg3 .img-170.bottom-left img {
    top: -112px;
    z-index: -1;
    left: -130px;
  }
  .bg3 .img-170.top-right img {
    top: -68px;
    left: -70px;
  }
  .bg3 .img-170.bottom-right img {
    top: -112px;
    z-index: -1;
    right: -58px;
  }
}
@media screen and (max-width: 1220px) {
  .bg3 .img-170 img {
    position: relative;
  }
  .bg3 .img-170.bottom-left img {
    top: -169px;
    z-index: -1;
    left: -70px;
  }
  .bg3 .img-170.top-left img {
    top: -127px;
  }
  .bg3 .img-170.bottom-right img {
    top: -172px;
    z-index: -1;
    right: -5px;
  }
  .bg3 .img-170.top-right img {
    top: -126px;
    left: -70px;
  }
}
@media (min-width: 1000px) {
  .header-navigation-wrapper {
    width: calc(100% - 200px);
  }
  .header-toggles {
    display: inline;
  }
  .toggle-inner .toggle-text {
    left: 8px;
    right: auto;
    line-height: 23px;
    top: 0;
  }
  .toggle-inner {
    position: relative;
  }
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 7rem 0rem;
  }
  .entry-content > .wp-block-group.alignwide.has-background.molecule1.bg1,
  .entry-content > .wp-block-group.alignfull.has-background.molecule1.bg1 {
    padding: 9rem 0rem;
  }
  .entry-content > .wp-block-group.alignwide.has-background.bg3,
  .entry-content > .wp-block-group.bg3.alignfull.has-background {
    padding: 25rem 0rem;
  }
  .entry-content > .alignfull.push3:not(.wp-block-group.has-background) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .entry-content > .wp-block-group.alignwide.has-background.bg3,
  .entry-content > .wp-block-group.bg3.alignfull.has-background {
    padding: 18rem 0rem;
  }
  .push3 {
    margin-top: -100px !important;
  }
  .columns3.columns3-2 .width {
    width: 398px;
  }
  .molecule2 .wp-block-column.cube .number.has-large-font-size,
  .molecule2 .wp-block-column.rectangle .number.has-large-font-size {
    bottom: 32px;
    font-size: 6rem !important;
  }
  .molecule2 .wp-block-column.cube,
  .molecule2 .wp-block-column.cube,
  .molecule2 .wp-block-column.rectangle {
    height: 270px;
    position: relative;
  }
  .molecule2.has-title-and-picture.chiffres-cles figure {
    height: 100%;
  }
  .molecule2.has-title-and-picture.chiffres-cles figure img {
    height: 100%;
    width: auto;
  }
  h2, .heading-size-2,
  h1, .heading-size-1 {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
@media (min-width: 980px) {
  .molecule2 .wp-block-column.cube,
  .molecule2 .wp-block-column.cube,
  .molecule2 .wp-block-column.rectangle {
    height: 270px;
    position: relative;
  }
  .molecule2.has-title-and-picture.chiffres-cles figure {
    height: 100%;
  }
  .molecule2.has-title-and-picture.chiffres-cles figure img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 782px) {
  .molecule2 .wp-block-column.cube, .molecule2 .wp-block-column.rectangle {
    height: 270px;
  }
}
@media (min-width: 700px) {
  .push3 .visueldebord {
    padding-top: 0 !important;
  }
  .post-inner {
    padding-top: 0 !important;
  }
  .molecule1.bg3 h1,
  .molecule1.bg3 h2,
  .molecule1.bg3 p {
    max-width: 48rem;
  }
  p.iframe {
    font-size: 0 !important;
    background-color: transparent !important;
  }
  p.iframe iframe {
    color: transparent !important;
    width: 0 !important;
  }
  .entry-content .form-page.form-demo-1 p,
  .entry-content .form-page.form-demo-1 .wp-block-columns h2,
  .entry-content .form-page.form-demo-1 .wp-block-columns h1 {
    max-width: 560px;
  }
  .entry-content .form-page.form-demo-1 .wp-block-columns h2,
  .entry-content .form-page.form-demo-1 .wp-block-columns h1 {
    margin: 1.5rem 0 2rem;
  }
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 10rem 0rem 6 rem;
  }
  .entry-content .wp-block-group p,
  .entry-content .wp-block-group ul {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .entry-content > .alignfull.alignwide {
    max-width: 100% !important;
    width: 100% !important;
  }
  body .reverse .is-layout-flex {
    flex-direction: row-reverse;
  }
  .chiffres-cles-3box.wp-block-cover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .text-pictos-slider .swiper-slide {
    max-width: 355px !important;
    height: 180px;
    margin-right: 1rem;
  }
  .entry-content .text-pictos-slider .swiper-slide h3 {
    font-size: 1.9rem;
    line-height: 2rem;
    margin: 1.6rem 0 1rem;
  }
  .text-pictos-slider .swiper-slide p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .chiffres-cles-3box.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10 {
    opacity: 0;
  }
  .molecule2 .wp-block-column.cube .number.has-large-font-size,
  .molecule2 .wp-block-column.rectangle .number.has-large-font-size {
    font-size: 5rem !important;
    bottom: 32px;
  }
  .molecule1 .wp-block-image.left-top {
    position: absolute;
    left: 3rem;
    max-width: 200px !important;
  }
  .molecule1 .wp-block-image.left-bottom {
    position: absolute;
    left: 18rem;
    bottom: 20px;
    max-width: 200px !important;
  }
  .molecule1 .wp-block-image.right-bottom {
    position: absolute;
    right: 20rem;
    bottom: 10rem;
    max-width: 200px !important;
  }
  .molecule1 .wp-block-image.right-top {
    position: absolute;
    right: 3rem;
    max-width: 200px !important;
  }
  .molecule1 .wp-block-image.right-top figure,
  .molecule1 .wp-block-image.right-bottom figure,
  .molecule1 .wp-block-image.left-bottom figure,
  .molecule1 .wp-block-image.left-top figure {
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
  }
  .entry-content > .slider-molecule.alignwide,
  .entry-content > .bg3.alignwide {
    max-width: 100%;
    width: 100%;
  }
  .team .wp-block-column:nth-child(even) {
    margin-top: 40px;
  }
  .team .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin-bottom: 10px;
  }
  .team .wp-block-columns:not(.alignwide):not(.alignfull) {
    margin-top: 0;
  }
  .singular .entry-header {
    padding: 0;
  }
  .slider-molecule h2, h2.no-margin-top {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
  .text-pictos-slider h2 {
    padding-bottom: 3rem;
  }
  .text-pictos-slider .swiper-button-next,
  .text-pictos-slider .swiper-button-prev,
  .molecule2.casestudies-slider .swiper-button-next,
  .molecule2.casestudies-slider .swiper-button-prev {
    content: "";
    position: absolute;
    top: -55px;
    right: 0;
    width: 47px;
    height: 47px;
    display: block !important;
  }
  .molecule2.casestudies-slider .swiper-button-prev,
  .molecule2.casestudies-slider .swiper-button-next {
    background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-white.png");
    top: -40px;
  }
  .molecule2.partner-slider .swiper-button-prev {
    background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-white.png");
    right: 60px;
    bottom: -40px;
  }
  .molecule2.casestudies-slider .swiper-button-next,
  .molecule2.partner-slider .swiper-button-next {
    background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-white.png") !important;
    right: 0;
  }
  .molecule2.partner-slider .swiper-button-next {
    bottom: -40px;
  }
  .molecule2.casestudies-slider .swiper-button-prev {
    right: 60px;
    background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-white.png");
  }
  .text-pictos-slider .swiper-button-prev,
  .text-pictos-slider .swiper-button-prev {
    left: calc(100% - 110px);
  }
  .text-pictos-slider .swiper-button-prev::after,
  .text-pictos-slider .swiper-button-next::after {
    font-size: 0;
    background-size: 47px auto;
    width: 47px;
    height: 47px;
    display: block !important;
  }
  .molecule2.casestudies-slider .swiper-button-next::after,
  .molecule2.casestudies-slider .swiper-button-next::before {
    content: none;
  }
  .text-pictos-slider .swiper-button-next::after {
    background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-blue.png);
  }
  .text-pictos-slider .swiper-button-prev::after {
    background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-blue.png);
  }
  .wp-swiper.wp-swiper--0 .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .banner4.dropdown .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .molecule2.textpictos .wp-block-group__inner-container,
  .slider-molecule .wp-block-group__inner-container,
  .molecule2.textpictos.has-title-and-picture .wp-block-group__inner-container {
    max-width: 121rem !important;
  }
  .has-title-and-picture .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .has-title-and-picture .wp-block-columns:not(.alignwide):not(.alignfull),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) {
    margin-top: 0rem;
    margin-bottom: 3rem;
  }
  .text-pictos-slider .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) {
    margin-bottom: 1.5rem;
  }
  .has-title-and-picture .wp-block-columns.wp-container-core-columns-layout-4:not(.alignwide):not(.alignfull) {
    margin-top: 3.5rem;
  }
  .textpictos.has-title-and-picture .wp-block-columns.wp-container-core-columns-layout-4:not(.alignwide):not(.alignfull) {
    margin-top: 0;
  }
  .casestudies .wp-block-column .wp-block-group.has-background {
    padding-top: 52px !important;
  }
  .casestudies .wp-block-column .wp-block-group.has-background .wp-block-image figure img {
    width: 124px !important;
  }
  .columns3-2 .radius.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .molecule2 .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .molecule2 .wp-block-columns:not(.alignwide):not(.alignfull) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .molecule2 .wp-block-column.rectangle:not(.alignwide):not(.alignfull),
  .molecule2 .two .wp-block-column.cube {
    margin-top: 2.5rem;
  }
  .molecule2 .wp-block-column figure.radius {
    max-height: 574px;
    overflow: hidden;
  }
  .bg3 h3,
  .bg3 .heading-size-3 {
    font-size: 5rem;
  }
  .push3 .wp-block-group.has-background {
    padding: 5rem 9rem 5rem 17rem;
    border-radius: 16px !important;
  }
  .push3 .wp-block-column.is-vertically-aligned-top.has-background.picture {
    z-index: 1;
  }
  .push3 .wp-block-column.block-text {
    z-index: 0;
  }
  .entry-content h3 {
    margin: 4rem auto 2rem;
  }
  .text-image-box.molecule1 .wp-block-column.image-box figure.size-full {
    margin-top: 0 !important;
  }
  body .banner3 .is-layout-flex {
    flex-direction: row-reverse;
  }
  .molecule2.chiffres-cles-3box .wp-block-columns {
    gap: 1rem;
  }
  .molecule2.chiffres-cles-3box h2 {
    padding: 0 2rem 1rem;
    margin-left: 0 !important;
    max-width: 630px !important;
  }
  .three-box .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 0rem) !important;
  }
  .molecule2.chiffres-cles-3box .wp-block-column.cube {
    height: 270px;
  }
  .molecule1.banner1.wp-block-group.has-background {
    overflow: visible;
    z-index: 0;
  }
  .entry-content .wp-block-cover.push3 p.title {
    font-size: 4rem !important;
    line-height: 4rem;
  }
}
@media (min-width: 1000px) {
  .molecule2.has-title-and-picture.chiffres-cles figure img {
    max-height: 575px;
  }
}
@media (max-width: 999px) {
  .molecule2 .wp-block-column.cube .number.has-large-font-size,
  .molecule2 .wp-block-column.rectangle .number.has-large-font-size {
    font-size: 3rem !important;
  }
  .entry-content h2,
  .entry-content .banner3 h2,
  .entry-content h2.h1,
  .entry-content h1,
  .entry-content .banner3 h1,
  h2, .heading-size-2,
  h1, .heading-size-1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .wp-block-column.is-vertically-aligned-center {
    align-self: flex-start !important;
  }
}
@media (max-width: 800px) {
  .molecule2 .alignwide.wp-block-group__inner-container {
    width: 100%;
  }
  .molecule2 .wp-block-column.cube,
  .molecule2 .wp-block-column.rectangle {
    height: 190px;
    position: relative;
    padding: 20px !important;
    float: left;
    margin: 5px;
  }
}
@media (max-width: 768px) {
  .entry-content .text-pictos-slider .swiper-button-next, .swiper-button-prev {
    display: block !important;
  }
}
@media (max-width: 700px) {
  .molecule1.bg1 .wp-block-group__inner-container::before,
  .molecule1.bg1 .wp-block-group__inner-container::after {
    content: none;
  }
  .wp-block-group.has-background.text-pictos-slider {
    padding-bottom: 7rem;
  }
  .text-pictos-slider p {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .text-pictos-slider .swiper-button-next,
  .text-pictos-slider .swiper-button-prev {
    content: "";
    position: absolute;
    top: auto;
    bottom: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    display: block !important;
    left: auto;
  }
  .text-pictos-slider .swiper-button-prev {
    right: 40px;
  }
  .text-pictos-slider .swiper-button-prev::after,
  .text-pictos-slider .swiper-button-next::after {
    color: transparent;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: block;
  }
  .text-pictos-slider .swiper-button-prev::after {
    background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-blue.png);
  }
  .text-pictos-slider .swiper-button-next::after {
    background-image: url(/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-blue.png);
  }
  .post-inner {
    padding-top: 0 !important;
  }
  .slider-pro.testimonial.sp-horizontal img.sp-image {
    margin-top: 0 !important;
  }
  .banner4 .wp-block-image img {
    margin: 0 auto;
  }
  [class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    margin-left: auto !important;
  }
  .sp-caption-container h3,
  .slider-molecule .sp-caption-container h3 {
    font-size: 3rem;
  }
  .slider-molecule .wp-block-group__inner-container {
    margin-bottom: 0;
  }
  .margin-left-0 {
    margin-left: auto !important;
  }
  .wp-block-group.breadcrumb-block .wp-block-group__inner-container {
    padding-left: 2rem;
  }
  body .molecule2 .is-layout-flex,
  body .columns4pictos .is-layout-flex,
  body .banner3 .is-layout-flex,
  body .banner4 .is-layout-flex,
  body .banner4 .is-layout-flex,
  body .team .is-layout-flex {
    display: block;
  }
  .banner4.dropdown.wp-block-group.has-background {
    padding: 3rem 2.5rem;
  }
  .banner4.dropdown .wp-block-details summary {
    max-width: 88%;
    font-size: 2.1rem;
  }
  .banner4.dropdown .wp-block-details summary::after {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    top: -10px;
  }
  .alignfull:not(.has-background) .wp-block-columns {
    padding-left: 7rem;
    padding-right: 0;
  }
  .bulletsicons .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    position: absolute;
    left: 0;
    width: 5.6rem;
    height: 5.6rem;
  }
  .entry-content .bulletsicons p.title {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: -3rem;
  }
  .entry-content .bulletsicons p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .molecule2.gallery-slider .swiper-button-prev,
  .molecule2.gallery-slider .swiper-button-next,
  .molecule2.casestudies-slider .swiper-button-next,
  .molecule2.casestudies-slider .swiper-button-prev,
  .molecule2.partner-slider .swiper-button-next,
  .molecule2.partner-slider .swiper-button-prev {
    display: block !important;
    top: -14px;
    bottom: auto !important;
    background-size: 40px auto;
  }
  .molecule2.partner-slider .swiper-button-next,
  .molecule2.partner-slider .swiper-button-prev {
    top: auto;
    bottom: -14px !important;
  }
  .molecule2.gallery-slider .swiper-button-prev {
    right: 46px;
  }
  .molecule2.gallery-slider .swiper-button-next {
    right: 0;
  }
  .entry-content .bulletsicons .list-icons::before {
    left: 2.5rem;
  }
  .bulletsicons.timeline .wp-block-column.left::before,
  .bulletsicons.timeline .wp-block-column.right::before {
    border-bottom: none;
    border-top: none;
    width: 2px;
    height: 100%;
    border-top: none;
    top: 23px;
    right: auto;
    left: 0;
    border-right: none;
    border-left: 2px dashed #3100be;
  }
  .bulletsicons.timeline .wp-block-column.right::before {
    left: 40px;
    height: 81%;
  }
  .bulletsicons.timeline .wp-block-column {
    margin-top: 4rem;
    max-width: 100%;
    margin-left: 40px;
  }
  .bulletsicons.timeline .wp-block-column p,
  .bulletsicons.timeline .wp-block-column.right {
    max-width: inherit;
    padding-left: 40px;
    margin-left: 0;
  }
  .bulletsicons.timeline .wp-block-column p::after,
  .bulletsicons.timeline .wp-block-column.right p::after {
    width: 48px;
    height: 48px;
    right: auto;
    left: -24px;
    padding: 0.2rem;
  }
  .bulletsicons.timeline .wp-block-column.right {
    position: relative;
    margin-top: -4rem;
  }
  .entry-content .bulletsicons .list-icons::before {
    height: 91%;
  }
  .banner1 .wp-block-group.first [class*=__inner-container] > h2:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .banner1 .wp-block-group.first [class*=__inner-container] > h1:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
  .molecule1 .wp-block-image.left-top {
    position: absolute;
    left: 3rem;
    max-width: 125px !important;
    top: 4.4rem;
  }
  .molecule1 .wp-block-image.left-bottom {
    position: absolute;
    left: 2rem;
    bottom: -2.8rem;
    max-width: 150px !important;
  }
  .molecule1 .wp-block-image.left-top figure,
  .molecule1 .wp-block-image.left-bottom figure .molecule1 .wp-block-image.right-top figure .molecule1 .wp-block-image.right-bottom figure {
    margin: 0 !important;
  }
  .molecule1 .wp-block-image.right-bottom {
    position: absolute;
    right: 2rem;
    bottom: 3rem;
    max-width: 125px !important;
  }
  .molecule1 .wp-block-image.right-top {
    position: absolute;
    right: 3rem;
    max-width: 250px !important;
    top: 5.1rem;
  }
  .molecule1.banner1.wp-block-group.has-background {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .molecule1.z-index-1.banner1 h2,
  .molecule1.z-index-1.banner1 h1 {
    padding: 0 1rem;
  }
  .molecule1.banner1 .wp-block-button.aligncenter {
    margin-top: 1rem;
  }
  .text-pictos-slider .swiper-slide {
    max-width: 250px;
    height: 227px;
  }
  .entry-content .text-pictos-slider h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    padding-bottom: 1.5rem;
  }
  .entry-content .text-pictos-slider .swiper-slide h3 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin: 1.6rem 0 1rem;
  }
  .slider-pro.testimonial .sp-mask.sp-grab {
    height: 800px !important;
  }
  .testimonial.sp-horizontal .sp-arrows {
    width: 140px;
    right: 0;
  }
  .testimonial.sp-horizontal .sp-image-container {
    max-width: 100% !important;
    height: 800px !important;
    width: 100% !important;
  }
  .testimonial-slider h3 {
    font-size: 2rem;
    max-width: 200px !important;
    width: 200px !important;
    margin-left: 0 !important;
  }
  .testimonial.sp-horizontal div.text {
    position: inherit;
    top: 430px;
    width: 295px;
    left: 2rem;
  }
  .slider-molecule.testimonial .sp-slides-container {
    left: 0;
  }
  .testimonial.sp-horizontal .sp-slide.sp-selected {
    width: 100% !important;
    height: 800px !important;
  }
  .three-box.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .testimonial.sp-horizontal .sp-image-container::after {
    content: none;
  }
  .slider-molecule .slider-pro.sp-horizontal {
    max-width: auto !important;
  }
  .push.alignwide,
  .alignwide.alignfull {
    width: 100% !important;
  }
  .molecule2 .wp-block-column.rectangle:not(.alignwide):not(.alignfull) {
    margin-top: 0.5rem;
  }
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-columns:not(.alignwide):not(.alignfull) {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .molecule2 .wp-block-column.cube {
    width: calc(50% - 10px);
    float: left;
  }
  .columns4pictos .wp-block-column,
  .team .wp-block-column {
    width: 50%;
    float: left;
  }
  .team .wp-block-column {
    padding: 0 1.5rem;
  }
  .team .wp-block-columns .wp-block-column:nth-child(3) {
    float: none;
    margin: 0 auto;
  }
  .team .wp-block-image.icon:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin-top: 4rem;
  }
  .team .wp-block-column p {
    font-size: 1.6rem;
  }
  .team .wp-block-column p strong {
    font-size: 1.8rem;
  }
  .columns4pictos .wp-block-column .wp-block-group.is-layout-flow {
    margin-bottom: 0;
  }
  .columns4pictos .wp-block-column,
  .molecule2 .wp-block-column.rectangle,
  .molecule2.chiffres-cles-3box .wp-block-column.cube {
    width: calc(100% - 10px);
  }
  .wp-block-group.has-background {
    padding: 3rem 1rem;
  }
  .banner3.wp-block-group.has-background {
    padding: 3rem;
  }
  .molecule2 .wp-block-column.cube .number.has-large-font-size,
  .molecule2 .wp-block-column.rectangle .number.has-large-font-size {
    font-size: 3.2rem !important;
    bottom: 1rem;
  }
  .molecule2 .wp-block-column.cube .has-small-font-size,
  .molecule2 .wp-block-column.rectangle .has-small-font-size {
    font-size: 1.6rem !important;
  }
  .entry-content .molecule2.textpictos .wp-block-column.cube .bottom {
    width: 86%;
  }
  .banner3 .wp-block-column {
    flex: none !important;
    flex-basis: 100% !important;
    width: 100%;
    height: auto;
  }
  .columns3.columns3-2 [class*=__inner-container] .box.wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
  .columns3.columns3-2 .wp-block-group.is-layout-constrained {
    max-width: 50% !important;
    float: left;
    height: 244px;
    margin: 5px !important;
    width: calc(50% - 10px);
  }
  .columns3-2 figure.radius.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin-top: 0;
    height: 244px;
    overflow-x: hidden;
  }
  .columns3-2 figure.radius.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) img {
    height: 100%;
    width: auto !important;
    max-width: inherit;
    margin-left: -1.5rem;
  }
  .columns3.columns3-2 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    margin-top: -1rem;
  }
  .columns3.columns3-2 h4,
  .entry-content .molecule2.textpictos .wp-block-column.cube .has-normal-font-size {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
  }
  .columns3 .box .wp-block-image {
    margin-top: 1rem !important;
  }
  .columns3 .box .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) {
    margin-top: 0;
  }
  .columns3 .box .wp-block-image.icon-40 img {
    width: 30px;
  }
  .box2 .wp-block-group__inner-container figure ~ .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) {
    margin-bottom: 1rem;
  }
  .box2 .wp-block-image.icon-40 img {
    width: 33px;
  }
  .columns3.columns3-2 p,
  .entry-content .molecule2.textpictos .wp-block-column.cube .has-small-font-size {
    font-size: 1.4rem !important;
    line-height: 1.7rem !important;
  }
  .entry-content .molecule2.textpictos .wp-block-column.cube .icon img {
    display: none;
  }
  .slider-molecule .sp-caption-container {
    position: relative;
    width: 85%;
    left: 5rem;
  }
  .molecule2.textpictos .wp-block-column.cube {
    height: 240px;
  }
  .columns3.columns3-2 .wp-block-group.box {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .entry-content > .slider-molecule.alignwide {
    max-width: 100%;
    width: 100%;
  }
  .text-image-box.molecule1 .wp-block-columns {
    height: auto;
  }
  .text-image-box.molecule1 .wp-block-column.image-box figure img {
    width: 100%;
    height: auto;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .molecule2.casestudies .picture {
    margin: 0 auto;
  }
  .molecule2.casestudies .picture .wp-block-group.alignfull.has-background {
    padding-top: 0 !important;
  }
  .molecule2.casestudies .picture figure ~ .wp-block-group {
    display: none;
  }
  body .molecule2.casestudies .is-layout-flex {
    max-width: 480px;
  }
  .molecule2 .inner-une p.has-large-font-size.title {
    font-size: 2.8rem !important;
    line-height: 2.8rem !important;
    margin-top: 8.5rem;
  }
  .molecule2.casestudies [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image.logo .alignleft {
    left: 1.5rem;
    top: 0.8rem;
  }
  .molecule2.casestudies .has-text-align-right.cartouche,
  .molecule2.casestudies .has-text-align-left.cartouche {
    top: 1.5rem;
    right: 1.5rem;
  }
  .molecule2.casestudies .inner-une {
    padding: 0 0.5rem;
  }
  .molecule2.casestudies .une-block {
    height: auto;
    min-height: none;
  }
  .molecule2.casestudies .contenttext .wp-block-group__inner-container {
    min-height: auto;
  }
  .molecule2.casestudies .inner-une p.has-larger-font-size.number,
  .molecule2.casestudies p.has-large-font-size.number,
  .molecule2.casestudies .wp-block-columns.two p.title {
    font-size: 2.4rem !important;
    line-height: 2.4rem !important;
  }
  .molecule2.casestudies .inner-une p.after-number,
  .molecule2.casestudies .two p.after-number {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
    left: 70px;
    bottom: 6px;
    width: 145px !important;
  }
  .molecule2.casestudies .inner-une .arrow-link {
    width: 40px !important;
    height: 40px !important;
    bottom: 0;
  }
  .molecule2.casestudies .two .arrow-link {
    left: 80%;
  }
  .molecule2.casestudies .two p.after-number {
    left: 82px;
    bottom: 8px;
  }
  .molecule2.casestudies .arrow-link {
    left: 85%;
    bottom: 10px;
  }
  .molecule2.casestudies .wp-block-group.relative.une-block {
    min-height: auto;
  }
  .molecule2.casestudies .wp-block-group.relative {
    min-height: 280px;
  }
  .molecule2.casestudies.wp-block-group.has-background {
    padding: 1rem 0;
    width: calc(100% - 0rem) !important;
    margin-bottom: 1rem !important;
  }
  .molecule2.casestudies .alignwide {
    width: calc(100% - 0rem) !important;
    margin-bottom: 1rem !important;
  }
  .casestudies.alignwide.alignfull {
    width: calc(100% - 0rem) !important;
    padding: 1rem;
  }
  .molecule2.casestudies .casestudies.wp-block-group.has-background {
    padding: 0;
  }
  .casestudies .wp-block-columns {
    margin-top: 2rem !important;
  }
  .casestudies .wp-block-columns.two {
    margin-top: 1rem !important;
  }
  .molecule2.casestudies .une-block.wp-block-group.has-background {
    padding: 1rem;
  }
  :root .molecule2.casestudies .has-border-radius {
    margin-top: 0 !important;
    margin-bottom: 1rem;
  }
  .molecule2.casestudies [class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    margin-left: 0;
  }
  .molecule2.casestudies .wp-block-column .wp-block-group.has-background .wp-block-image .aligncenter {
    margin-top: 3.6rem;
  }
  .molecule2.casestudies .wp-block-columns.two .wp-block-image.logo img {
    width: 120px !important;
  }
  .push3 .block-text {
    top: -120px;
    left: 0;
  }
  .visueldebord {
    max-width: 100% !important;
    z-index: 1;
  }
  .wp-block-cover.push3 .une-block {
    border-radius: 16px !important;
  }
  .wp-block-cover.push3 .une-block p span {
    color: #d6ff00;
  }
  .wp-block-cover.push3 .une-block p.title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .push3 .wp-block-group.has-background.relative {
    padding: 10rem 2rem 3rem;
    margin: 0;
    width: 100%;
  }
  .push3 {
    z-index: 0;
  }
  .push3 .wp-block-group.has-background {
    padding: 3rem 0;
  }
  .push3.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-cover.push3 {
    padding-bottom: 0;
    padding-top: 5rem;
  }
  .entry-content .bg3 {
    position: relative;
    padding-top: 22rem;
  }
  .entry-content .bg3 h3 {
    font-size: 3.2rem;
  }
  .bg3 .wp-block-image.img-170.top-left img {
    width: 100px;
    position: absolute;
    top: 2rem;
    right: 40%;
  }
  .bg3 .wp-block-image.img-170.bottom-left img {
    width: 125px;
    position: absolute;
    top: 5rem;
    left: 28%;
  }
  .bg3 .wp-block-image.img-170.top-right img,
  .bg3 .wp-block-image.img-170.bottom-right img {
    display: none;
  }
  .entry-content > .bg3.without-button.wp-block-group.alignwide.has-background.bg3, .entry-content > .wp-block-group.bg3.alignfull.has-background {
    padding: 21rem 0rem 12rem;
  }
  .chiffres-cles.wp-swiper .swiper-backface-hidden .swiper-slide {
    height: 220px !important;
    width: auto;
  }
  .slider-molecule.chiffres-cles .wp-block-group__inner-container::after {
    content: none;
  }
  .chiffres-cles.wp-swiper .swiper-backface-hidden .swiper-slide {
    width: 45% !important;
  }
  .chiffres-cles.wp-swiper p.number {
    font-size: 3rem;
    line-height: 3rem;
  }
  .entry-content .slider-molecule.chiffres-cles h3 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
  .slider-molecule.chiffres-cles .swiper-button-next,
  .slider-molecule.chiffres-cles .swiper-button-prev {
    content: "";
    background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-green.png");
    width: 40px;
    height: 40px;
    background-size: 40px auto;
    background-repeat: no-repeat;
    right: 0;
    bottom: -60px;
    left: auto;
    top: auto;
    z-index: 2;
    display: block !important;
  }
  .slider-molecule.chiffres-cles .swiper-button-prev {
    background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-green.png");
    right: 45px;
  }
  .slider-molecule.chiffres-cles.wp-block-group.has-background {
    padding: 3rem 1rem 9rem;
  }
  .testimonial.sp-horizontal .sp-image-container {
    max-width: 370px !important;
    width: 100%;
  }
  .slider-molecule .sp-slides-container {
    left: 0;
  }
  .banner4.dropdown.faq details li {
    float: none;
    width: 100%;
  }
  .molecule2.gallery-slider[class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    left: 0;
  }
  .molecule2.gallery-slider p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .entry-content .molecule2.gallery-slider h3 {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .alignwide.alignfull,
  .molecule2.casestudies-slider .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .molecule2.casestudies-slider .content-text {
    width: 100% !important;
    position: relative;
    float: none;
  }
  .molecule2.casestudies-slider .wp-block-image.radius:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
  .molecule2.casestudies-slider .swiper-container {
    height: auto;
  }
  .molecule2.casestudies-slider .swiper-button-next,
  .molecule2.partner-slider .swiper-button-next {
    background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-right-white.png");
    top: -26px;
  }
  .molecule2.casestudies-slider .swiper-button-prev,
  .molecule2.partner-slider .swiper-button-prev {
    background-image: url("/National_Library/oe_/https://www.abtasty.com/wp-content/uploads/2024/01/slider-arrow-left-white.png");
    top: -26px;
    right: 46px;
  }
}
@media (max-width: 999px) {
  .slider-molecule .sp-caption-container {
    position: relative !important;
    width: calc(100% - 50px);
    left: -50px;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .text-image-box.molecule1 .wp-block-column.text-box {
    padding: 6rem 3rem 3rem;
  }
  .molecule2.casestudies-slider .content-text {
    padding: 2rem;
    min-height: 410px;
  }
  .molecule2.casestudies-slider .content-text h4 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .molecule2.casestudies-slider .content-text .logo-132 img {
    width: 104px !important;
  }
  .molecule2.casestudies-slider .content-text .number {
    font-size: 4rem;
    left: 2rem;
  }
  .entry-content .molecule2.casestudies-slider .content-text p.has-small-font-size {
    bottom: 4rem;
    left: 14rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .slider-pro.whyabtasty img.sp-image {
    max-width: inherit !important;
    max-height: inherit !important;
  }
}
@media (max-width: 479px) {
  .entry-content h2, .entry-content .banner3 h2, .entry-content h2.h1, .entry-content h1, .entry-content .banner3 h1 {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
  li {
    margin: 0.5rem 0 0 2.5rem;
  }
  .bg3 .wp-block-image.img-170.top-left img {
    right: 34%;
  }
  .bg3 .wp-block-image.img-170.bottom-left img {
    left: 24%;
  }
  .bg3 .wp-block-buttons > .wp-block-button {
    width: auto;
    margin: 0 auto;
  }
  .slider-logos .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
  .entry-content .slider-logos.wp-block-group p.title {
    padding-top: 30px;
    margin-bottom: 0;
  }
  .molecule2 .wp-block-column.cube .number.has-large-font-size, .molecule2 .wp-block-column.rectangle .number.has-large-font-size {
    font-size: 2rem !important;
  }
}
@media (max-width: 400px) {
  .molecule2.textpictos .wp-block-column.cube {
    height: 300px;
  }
}
@media (max-width: 360px) {
  .bg3 .wp-block-image.img-170.top-left img {
    right: 22%;
  }
}
/* don't use absolute positioning on mobile for the footer logo */
@media (max-width: 699px) {
  .header-footer-group .footer-inner .footer-widgets-outer-wrapper .logo-abtasty {
    position: static;
  }
}
/*
 * Old style that dont concern wordpress editor wrongly put in editor-style.css (!!!)
 */
p.has-background {
  padding: 0.5rem !important;
}

:root .has-grey-background-color {
  background-color: #E8E8E8 !important;
  color: #3100be !important;
}

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