@font-face {
    font-family: 'retro_gaming';
    src: url('https://abidingbridge.com/sgj-2023/fonts/3500retro_gaming.woff2') format('woff2'), url('https://abidingbridge.com/sgj-2023/fonts/3500retro_gaming.woff') format('woff');
    /* src: url('/fonts/3500retro_gaming.woff2') format('woff2'), url('/fonts/3500retro_gaming.woff') format('woff'); */
    font-display: auto;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (min-width: 0px) {
    body {
        padding-top: 15rem;
    }

    h1 {
        font-size: 4rem;
    }

    h2 {
        scroll-margin-top: 17rem;
        font-size: 3.5rem;
    }

    h3 {
        font-size: 3rem;
    }

    p,
    ul li {
        font-size: 2.8rem;
    }

    nav .nav-link,
    ul#faq-table li a {
        font-size: 3rem;
    }

    #faq-table li {
        margin: 1em 0;
    }

    .credit {
        font-size: 2em;
    }

    #logo {
        max-width: 75%;
    }

    #logo img {
        width: 100%;
    }

    .navbar-toggler-icon {
        width: 4.5em;
        height: 4.5em;
    }

    .navbar .navbar-toggler {
        border: 6px solid rgba(36, 122, 111, 0.3);
        margin-right: 2rem;
    }

    div.button {
        width: 8em;
        height: 8em;
        border-radius: 2em;
        background-color: rgba(36, 122, 111, .5);
    }

    div.button svg {
        padding: 0.75em;
    }

    .illustration.full-page {
        width: 100%;
        margin: 2em 0;
    }

    .feature img {
        max-width: 600px;
        max-height: 200px;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    body {
        padding-top: 9rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        scroll-margin-top: 9rem;
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    p,
    ul li {
        font-size: 1.2rem;
    }

    nav .nav-link,
    ul#faq-table li a {
        font-size: 1.2rem;
    }

    #faq-table li {
        margin: .5em 0;
    }

    .credit {
        font-size: 1em;
    }

    #logo {
        max-width: 300px;
    }

    #logo img {
        width: 100%;
    }

    .navbar .navbar-toggler {
        border: 2px solid rgba(36, 122, 111, 0.3);
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }

    div.button {
        width: 3em;
        height: 3em;
        border-radius: .75em;
        background-color: rgba(36, 122, 111, .5);
    }

    div.button svg {
        padding: 0;
    }

    div.button:hover {
        box-shadow: rgb(36, 122, 111) 2px 2px 2px;
    }

    .button:hover {
        background-color: rgb(122, 198, 188);
        text-shadow: rgb(36, 122, 111) 2px 2px 2px;
    }

    .illustration.full-page {
        width: 60%;
        margin: 2em 0;
    }

    .feature img {
        max-width: 400px;
        max-height: 75px;
    }
}

html {
    height: 100%;
}

body {
    background-image: linear-gradient(90deg, rgb(36, 122, 111) 0%, rgb(122, 198, 188) 100%);
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}


header {
    background-color: rgb(122, 198, 188);
    border-style: solid;
    border-color: rgb(36, 122, 111);
    border-width: 0 0 5px 0;
}

h1 {
    color: rgb(185, 228, 222);
    font-family: 'retro_gaming' !important;
    text-shadow: rgb(36, 122, 111) 2px 2px 2px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    box-sizing: border-box;
}

h2 {
    color: rgb(233, 233, 233);
    text-shadow: rgb(36, 122, 111) 2px 2px 2px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

h3 {
    color: rgb(233, 233, 233);
    text-shadow: rgb(36, 122, 111) 2px 2px 2px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    box-sizing: border-box;
    /* text-decoration: underline; */
    margin-bottom: 1rem;
    border-bottom: 2px solid rgb(233, 233, 233);
}

p {
    color: rgb(233, 233, 233);
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul li {
    color: rgb(233, 233, 233);
    font-family: "Open Sans", sans-serif;
    margin-bottom: 1rem;
}

#planning ul {
    list-style: none;
}

#planning li {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0.2em 1em;
}

#planning li:nth-child(odd) {
    background-color: rgb(36, 122, 111);
}

#planning .planning-horaire {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60px;
    margin-right: 1em;
    text-align: end;
}

nav .nav-link {
    color: rgb(36, 122, 111) !important;
    font-family: 'retro_gaming' !important;
    text-shadow: rgb(233, 233, 233) 2px 2px 2px;
    font-weight: 500;
    text-align: center;
}

nav .nav-link:hover,
nav .nav-link.active {
    color: rgb(233, 233, 233) !important;
    text-shadow: rgb(36, 122, 111) 2px 2px 2px;
}

nav .navbar-toggler:hover {
    border-color: rgba(36, 122, 111, 1);
}

nav .navbar-toggler:focus {
    border-color: rgba(36, 122, 111, 1);
    box-shadow: none;
}

nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28233, 233, 233%29'  stroke-linecap='round'  stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.button {
    text-decoration: underline;
    background-color: rgb(36, 122, 111);
    color: rgb(233, 233, 233);
    padding: 6px 12px;
    cursor: pointer;
    line-height: 2;
}

.feature img {
    width: 100%;
}

.feature p {
    text-align: center;
}

p b,
li b {
    text-shadow: rgb(36, 122, 111) 2px 2px 2px;
}

p em {
    text-shadow: rgb(36, 122, 111) 2px 2px 2px;
    text-decoration: none;
    font-style: normal;
    font-weight: 900;
}

ul#faq-table {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#faq-table li a {
    color: rgb(233, 233, 233);
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    border-bottom: 1px solid rgb(233, 233, 233);
}

ul#faq-table li a:hover {
    text-shadow: rgb(36, 122, 111) 2px 2px 2px;
    font-weight: 900;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 2em;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.illustration {
    box-shadow: 0 0 2rem .7rem rgba(0, 0, 0, .25) !important;
}

.credit {
    color: rgb(233, 233, 233);
    font-style: italic;
}