#intro {
    height: 100vh;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url("../../images/home/header_banner-min.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#intro #intro-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    position: relative;
}

#intro #intro-bloc h1 {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
}

#intro #intro-bloc p {
    font-size: 15px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: justify;
}

#intro #intro-bloc button {
    position: relative;
    text-transform: uppercase;
    color: white;
    background-color: transparent;
    border: 2px solid white;
    padding: 10px 20px;
    margin-top: 10px;
    transition: all .35s;
}

#intro #intro-bloc button span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

#intro #intro-bloc button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 137, 123, 1) 0%, rgba(15, 112, 167, 0.9139005944174545) 100%);
    transition: all .35s;
}

#intro #intro-bloc button:hover:after {
    width: 100%;
}

#intro #intro-right-bloc {
    background-color: white;
    text-align: center;
    top: 85%;
    margin: 0px 20px;
    border: 1px solid #126FA7;
    display: none;
}

#intro-right-bloc a.nav-link {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
    border-radius: 0;
    padding: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#intro-right-bloc a.nav-link.active {
    border: 0;
}

#intro-right-bloc ul.nav-tabs {
    border: 0;
}

#intro-right-bloc li.nav-item {
    flex-basis: auto;
    max-width: 50%;
    width: 50%;
}

#intro-right-bloc #eligible-tab {
    color: #126FA7;
}

#intro-right-bloc #rge-tab {
    color: white;
    background-color: #126FA7;
    position: relative;
}

#intro-right-bloc div.tab-pane {
    padding: 20px 40px;
}

#intro-right-bloc div.tab-pane.bg-blue p {
    color: white;
}

#intro-right-bloc div.tab-pane.bg-blue img {
    filter: brightness(0) invert(1);
}

#intro-right-bloc div.tab-pane.bg-blue a {
    color: white;
}

#intro-right-bloc div.tab-pane.bg-blue a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#intro-right-bloc div.tab-pane p {
    color: #252525;
}

#intro-right-bloc div.tab-pane span {
    font-weight: bold;
    font-size: 14px;
}

#intro-right-bloc div.tab-subloc {
    display: flex;
    justify-content: center;
}

#intro-right-bloc div.tab-button {
    padding: 20px;
    border: 1px solid #2525253b;
}

#intro-right-bloc div.tab-button:hover {
    border: 1px solid #126FA7;
    cursor: pointer;
}

#intro #intro-right-bloc .img-rge {
    width: 60px;
    position: absolute;
    top: -45px;
    right: -5px;
    transform: rotate(20deg);
}

#aides-mobile .img-rge {
    width: 60px;
    position: absolute;
    top: -55px;
    right: 15px;
    transform: rotate(20deg);
}

.modal-header {
    border-bottom: none !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 620px !important;
    }
}


/* // Medium devices (tablets, 768px and up) */

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


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #intro #intro-container {
        flex-direction: row;
        justify-content: flex-start;
    }
    #intro #intro-bloc {
        width: 50%;
        margin-right: 100px;
    }
    #intro #intro-bloc button {
        padding: 10px 40px;
    }
    #intro #intro-right-bloc {
        width: 50%;
        margin: 0;
        border: 0;
        display: block;
    }
    #intro-right-bloc div.tab-pane {
        padding: 40px;
    }
    #intro-right-bloc div.tab-button:first-of-type {
        margin-right: 20px;
    }
    #aides-mobile {
        display: none;
    }
}


/* // X-Large devices (large desktops, 1200px and up) */

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


/* // XX-Large devices (larger desktops, 1400px and up) */

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