:root {
    --PrimaryColor: #A4CD3A;
    --SecondColor: #125439;
    --ThirdColor: #D9D9D9;
    --FourColor: #07814e;
    --WhiteMain: #FFFFFF;
    --Silver: #555555;
}

@media screen and (max-width: 1400px) {
    section {
        display: block;
    }
    aside {
        display: none;
    }
    nav {
        margin: 0 auto;
    }
    header nav {
        margin: 0 auto;
        width: 80%;
    }
    nav ul {
        display: none;
    }
    .header-container {
        margin: 0 auto;
        width: 100%;
    }
    .header-content {
        width: 100%;
    }
    #btn-mobile {
        display: flex;
        padding: .5rem 1rem;
        cursor: pointer;
        border: none;
        background: none;
        color: #FFF;
        gap: .5rem;
    }
    #burger {
        border-top: 4px solid var(--PrimaryColor);
        width: 28px;
    }
    #burger::after,
    #burger::before {
        content: '';
        display: block;
        width: 28px;
        height: 2px;
        background-color: var(--PrimaryColor);
        margin-top: 5px;
        transition: .3s;
        position: relative;
    }
    #navmobile.active #burger {
        border-top-color: transparent;
    }
    #navmobile.active #burger::before {
        transform: rotate(135deg);
    }
    #navmobile.active #burger::after {
        transform: rotate(-135deg);
        top: -7px;
    }
    .menu aside {
        display: block;
    }
    .btn-default-mobile {
        width: 100%;
        color: #FFF !important;
    }
    #menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 100px;
        right: 0;
        height: 100vh;
        z-index: 1000;
        visibility: hidden;
        transition: .5s;
        overflow-y: hidden;
    }
    #navmobile.active #menu {
        height: auto;
        visibility: visible;
        overflow-y: auto;
        background-color: var(--SecondColor);
    }
    #menu a {
        border-radius: 0;
        display: flex;
        justify-content: center;
        color: var(--FifthColor);
        padding: 2rem 0;
        font-size: 18px;
        color: var(--WhiteMain);
        border-bottom: 2px solid var(--PrimaryColor);
    }
    #menu a:hover {
        background-color: var(--PrimaryColor);
        color: #FFF;
    }
    .container-main {
        width: 90%;
        flex-wrap: wrap;
        margin: 120px auto;
    }
    .bg-container-about {
        margin: 40px auto;
    }
    .left-content-main {
        text-align: center;
    }
    .left-content-about {
        text-align: center;
        padding-right: 0;
    }
    .left-content-about img {
        width: 18%;
        margin-bottom: 20px;
    }
    .left-content-about h1 {
        font-size: 40px;
        color: var(--WhiteMain);
    }
    .left-content-about p {
        font-size: 18px;
        color: var(--WhiteMain);
    }
    .bar-separator {
        margin: 40px auto;
    }
    .btn-about a {
        display: inline-block;
        padding: 18px 24px;
        background-color: var(--PrimaryColor);
        color: var(--SecondColor);
        margin-top: 5%;
        text-decoration: none;
        border-radius: 20px;
    }
    .btn-about a {
        margin: 10%;
    }
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .right-content-about img {
        margin-bottom: 30%;
    }
    .swiper {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .atlantica-title-services h4 {
        width: 90%;
    }
    .right-facilities {
        width: 90%;
        text-align: center;
    }
    .right-facilities img {
        margin-top: 30px;
    }
    .left-facilities img {
        width: 100%;
        border-radius: 20px;
    }
    .accordeon-infos summary::marker {
        color: var(--FourColor);
    }
    details {
        width: 100%;
    }
    summary {
        padding: 10px 0px 10px 0px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 18px;
        color: var(--SecondColor);
        list-style: none;
        display: flex;
        /* also removes the list marker */
        align-items: center;
        font-weight: bold;
        text-align: left;
    }
    summary::before {
        content: '';
        width: 18px;
        height: 10px;
        background: url('https://uploads.sitepoint.com/wp-content/uploads/2023/10/1697699669arrow.svg') no-repeat;
        background-size: contain;
        transition: 0.2s;
        margin-right: .75em;
    }
    details p {
        width: 100%;
        padding-right: 0;
        text-align: justify;
    }
    details[open]>summary::before {
        transform: rotate(180deg);
    }
    summary::-webkit-details-marker {
        display: none;
    }
    details[open] summary {
        border-radius: 5px 5px 0 0;
        width: 100%;
        margin-bottom: 10px;
    }
    details[open] {
        width: 100%;
        margin-bottom: 30px;
        background-color: #eeeeee;
        padding: 20px;
        transition: 0.3s ease;
        border-radius: 20p;
        text-align: left;
    }
    details li:before {
        content: '\2022';
        margin: 0 14px;
        color: var(--FourColor)
    }
    .atlantica-title-services {
        width: 95%;
    }
    .partnes img {
        width: 100%;
    }
    .container-share {
        flex-wrap: wrap;
        width: 100%;
    }
    .container-share img {
        width: 50%;
    }
    .left-content-share {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .left-content-share p {
        width: 90%;
    }
    .left-content-share h1 {
        margin: 50px auto;
        width: 70%;
    }
    .left-content-share img {
        margin-top: 80px;
    }
    .right-content-share img {
        width: 100%;
        margin-bottom: -4px;
        margin-top: 50px;
    }
    .contact-container {
        flex-wrap: wrap;
        padding: 90px 0;
        margin: 0 auto;
        padding: 30px;
    }
    .icons-contact li p {
        color: var(--WhiteMain);
        font-size: 15px;
        width: 70%;
        margin-left: 20px;
    }
    .icons-contact li img {
        width: 40px;
        padding: 20px 0;
    }
    .left-contact-content {
        margin: 40px 0;
    }
    .left-contact-content h1 {
        width: 100%;
        text-align: center;
        font-size: 40px;
        color: var(--WhiteMain);
    }
    .right-contact-content img {
        display: none;
    }
    .footer-main {
        text-align: center;
        width: 70%;
        flex-wrap: wrap;
    }
    .footer-infos:nth-child(2) {
        width: 90%;
        margin-top: 40px;
    }
    #swiper-none {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 19%);
        width: calc(var(--swiper-navigation-size)/ 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #c0fa00;
    }
}