html,
body {
    font-family: 'gotham-book', sans-serif;
    background-color: white;
}

/*------------------------hide the site name------------------*/
.hdr-logo {
    display: none;
}

footer {
    font-family: 'Gotham Black', sans-serif;
}
footer p{
    font-family: 'Gotham', sans-serif;
    line-height: 0;
}
footer .bottomFooter{
    margin-top: 0 !important;
    font-size: 13px !important;
    line-height: 1.75;
}

/*-------postion fixed for the body when the mobile menu is opned---------*/
.fixed-position {
    overflow: hidden;
}

/*--------------------cover the body if mobile menu opend----------------*/
#sidepanel {
    background-color: rgba(30, 42, 82, 0);
}

/*--------------------- added animation to mobile menu------------------*/
#Sidepanelmenu {
    transition: 0.8s;
}

.mobile-menu-opacity {
    transition: background-color 0.5s;
    background-color: rgba(30, 42, 82, 0.4);
}

/*------------------------------dropdown menu---------------------------------*/
.menu:hover .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fade 0.65s;

}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*----------------------------highlight hover-------------------------*/
#image-hover:hover ~ #btn {
    border-color: #8c94a9;
    background-color: #8c94a9;
    color: white;
}

/*----------------------favourite by retour----------------------*/

.products {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 16px;
    justify-content: center;
}

.favorite-container .product h2 {
    margin-top: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.05em;

    /* Retour Blauw/Retour Blauw */

    color: #1E2A52;
}

.favorite-container .product .price {
    /* Base/Text XS/Light */

    font-family: "Gotham book", 'sans-serif';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.06em;

    /* Retour Blauw/Retour Blauw 50% */
    color: rgba(30, 42, 82, 0.5);
}

/*-------------Favourite by retour active buttons-----------------------*/
.active-rj-favourite-btn {
    background-color: #8c94a9;
    border-color: #8c94a9;
    color: white;
}

/*---------------------FAQ element active status*-------------------------*/
.active_faq {
    color: #1e2a52;
}

/*--------------------------------logo center on desktop-----------------------------*/
.rj-logo {
    height: 60px;
    width: 140px;
    margin-inline: auto;
    margin-bottom: 16px;
}

/*------------------------Campagnes-archive page--------------*/
.page-campaigns {
    max-width: 1280px;
    margin-left: 30px;
    margin-right: 30px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-gap: 30px;
    grid-auto-rows: max-content;
}

@media only screen and (max-width: 600px) {
    /*--------------------------------Contact form----------------------------*/
    #gfield_description_1_6 {
        font-family: "Gotham", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        line-height: 18px;
    }

    /*------------------------Campagnes-archive page on mobile--------------*/
    .page-campaigns {
        margin-left: 10px;
        margin-right: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 10px;
    }

    /*----------------------favourite products by Retour----------------------*/
    .products {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 16px;
        margin-left: 16px;
        margin-right: 16px;
        justify-content: start;
    }

    .favorite-container .product {
        width: 128px;
        height: 230px;
    }

    .favorite-container .product h2 {
        margin-top: 12px;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        /* identical to box height, or 157% */
        text-align: center;
        letter-spacing: 0.04em;

        /* Retour Blauw/Retour Blauw */
        color: #1E2A52;
    }
}

.large {
    font-size: 1.125em;
    line-height: 1.33;
}

.small {
    font-size: 0.75em;
    line-height: 1em;
}

.regular {
    font-size: 1em;
    line-height: 1.5;
    text-transform: initial;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.italic {
    font-style: italic;
}

.underlined {
    text-decoration: underline;
}

.striketrough {
    text-decoration: line-through;
}


/*----------------------------------iframe-------------------------------*/
.videoContainer {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    max-height: 400px;
}

iframe {
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}
