.banner {
    background-size: cover;
}

/* @media(min-width: 768px) {
  .banner {
    background-size: initial;
  }
} */

.search-bar p {
    margin-right: 0.75rem;
    margin-bottom: 0px;
    border-radius: 9999px;
    background-color: rgb(69, 205, 252);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.search-bar p.unselected {
    color: rgba(69, 205, 252, var(--tw-bg-opacity));
    background-color: rgba(255, 255, 255, var(--tw-text-opacity));
    border: 2px solid rgba(69, 205, 252, var(--tw-border-opacity));
}

.logo-wrap a div {
    margin-bottom: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    line-height: 20px;
}

footer p {
    line-height: 1.5rem;
    align-self: center;
}

.size-icon-header,
.size-icon-maps {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
}

.size-icon-maps {
    background-color: #44ccfc;
}

.size-icon-contact {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #44ccfc;
}

.size-icon-footer {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #44ccfc;
}

.size-icon-header svg,
.size-icon-maps svg {
    fill: #44ccfc;
    width: 16px;
    height: 16px;
}

.size-icon-contact svg {
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
}

.size-icon-footer svg {
    fill: #444444;
    width: 1.5rem;
    height: 1.5rem;
}

.center-absolute {
    position: absolute;
    inset: 0;
    margin: auto;
}

.header-icon ul li:first-child,
.header-icon ul li:last-child {
    margin-right: 0;
}

.header-icon ul li a {
    margin-right: 0.3rem;
}

.headline ul li {
    margin: 0;
}

.headline ul {
    padding-left: 1.3rem;
}

.bg-cachorros {
    background-color: #805300;
}

.bg-adventurers {
    background-color: #850737;
}

.category-main-nav li:first-child {
    margin-left: 0;
}

.about-amicus-logo {
    filter: invert(0.7);
    margin-left: 0;
    margin-bottom: 4rem;
}

.bg-pathfinders {
    background-color: #7bbc00;
}

.bg-ambassadors {
    background-color: #ed9243;
}

.bg-young {
    background-color: #5ba4dc;
}

.amicus-tabs-content > div:not(:first-child) {
    display: block;
}

.ressources-slider {
    margin: 0;
}

.our-ressources.slick-slide.slick-current h5 {
    margin-left: 0.5rem;
}

.our-ressources h5 {
    margin-left: 0.5rem;
}

.menu-wrap nav > ul > li > ul {
    width: 184px;
    left: -25%;
}

.menu-wrap nav > ul > li > ul:before {
    position: absolute;
    left: 60%;
    content: "";
    margin-left: -17px;
    margin-top: -14px;
    width: 34px;
    height: 34px;
    background: none;
    /* background: url(../images/menu-top-arrow.svg) no-repeat center center; */
    background-size: 44px auto;
}

.philosophy ul {
    margin-left: 0.5rem;
}
.img-rounded {
    max-height: 140px !important;
    max-width: 140px !important;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #ffffff21;
    object-fit: cover;
}
