/******* Global *******/
.superscript {
    position: relative;
    top: -0.5em;
    font-size: 80%;
}
.bebas-font {
    font-family: "BebasNeue";
    font-weight: 400;
}
.bebas-font-bold {
    font-family: "BebasNeue";
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.responsive-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-green {
    background-color: #01a651;
}
.tx-12 {
    font-size: 12px;
}

.tx-13 {
    font-size: 13px;
}

.tx-14 {
    font-size: 14px;
}

.tx-15 {
    font-size: 15px;
}

.flex-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-middle-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.w-80{
    width: 80% !important;
}

h5 {
    font-size: 120%;
    color: #800000;
    font-weight: bold;
}
h4 {
    font-size: 150%;
    color: #800000;
    font-weight: bold;
}
a {
    text-decoration: none;
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 520px) {
}
@media only screen and (max-width: 350px) {
}

/******* Global Bootstrap According Styling *******/
.triangle-blue .accordion-button:not(.collapsed) {
    color: #2e3193 !important;
}

.triangle-blue .accordion-button:link,
.triangle-blue .accordion-button:visited,
.triangle-blue .accordion-button:hover,
.triangle-blue .accordion-button:active {
    color: #2e3193 !important;
    text-decoration: none !important;
    border: hidden !important;
    border-color: #fff !important;
    box-shadow: 0px !important;
}

.triangle-blue .accordion-button:focus {
    z-index: 3;
    border-color: #fff !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fff !important;
}
.triangle-pink .accordion-button:not(.collapsed) {
    color: #ec008c !important;
}

.triangle-pink .accordion-button:link,
.triangle-pink .accordion-button:visited,
.triangle-pink .accordion-button:hover,
.triangle-pink .accordion-button:active {
    color: #ec008c !important;
    text-decoration: none !important;
    border: hidden !important;
    border-color: #fff !important;
    box-shadow: 0px !important;
}

.triangle-pink .accordion-button:focus {
    z-index: 3;
    border-color: #fff !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fff !important;
}
.triangle-bluelight .accordion-button:not(.collapsed) {
    color: #02aeef !important;
}

.triangle-bluelight .accordion-button:link,
.triangle-bluelight .accordion-button:visited,
.triangle-bluelight .accordion-button:hover,
.triangle-bluelight .accordion-button:active {
    color: #02aeef !important;
    text-decoration: none !important;
    border: hidden !important;
    border-color: #fff !important;
    box-shadow: 0px !important;
}

.triangle-bluelight .accordion-button:focus {
    z-index: 3;
    border-color: #fff !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fff !important;
}
.triangle-green .accordion-button:not(.collapsed) {
    color: #00a651 !important;
}

.triangle-green .accordion-button:link,
.triangle-green .accordion-button:visited,
.triangle-green .accordion-button:hover,
.triangle-green .accordion-button:active {
    color: #00a651 !important;
    text-decoration: none !important;
    border: hidden !important;
    border-color: #fff !important;
    box-shadow: 0px !important;
}

.triangle-green .accordion-button:focus {
    z-index: 3;
    border-color: #fff !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fff !important;
}
.black .accordion-button:not(.collapsed) {
    color: #212528 !important;
}

.black .accordion-button:link,
.black .accordion-button:visited,
.black .accordion-button:hover,
.black .accordion-button:active {
    color: #212528 !important;
    text-decoration: none !important;
    border: hidden !important;
    border-color: #fff !important;
    box-shadow: 0px !important;
}

.black .accordion-button:focus {
    z-index: 3;
    border-color: #fff !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fff !important;
}

/******* Navbar *******/

.navbar-bottom .icons img {
    width: 40px;
}

.navbar-nav .nav-link.active {
    text-decoration: underline;
    color: #009fe3;
}

#navbar-global-announcement p {
    margin-bottom: 0;
}

.close-popover {
    cursor: pointer;
}

.connexion-form {
    left: unset !important;
    right: 9%;
    margin-top: 4px !important;
}
.icons .badge {
    background-color: #00aeef;
    left: 90%;
    top: 5%;
}
#post-categories-list {
    width: 350px;
}
#post-categories-list a.dropdown-item {
    white-space: break-spaces;
}

#post-categories-list ul {
    list-style-type: none;
}

#post-categories-list ul li {
    line-height: 1.25;
}

#post-categories-list ul li > a {
    display: block;
    padding: 0.25rem 1rem;
}

#post-categories-list ul.collapse a:hover {
    color: #009fe3 !important;
}

.dropdown-item {
    font-size: 13px;
    font-weight: bold;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

#search-box .search-input:focus {
    border-color: #ced4da;
    box-shadow: none;
}

#search-box .suggestions {
    list-style-type: none;
    position: absolute;
    top: 35px;
    z-index: 1050;
    background-color: #ffffff;
    padding-left: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.4rem;
}

#search-box .suggestions li {
    padding: 0 1rem 0.4rem;
}

#search-box .suggestions li:hover {
    cursor: pointer;
    color: #009fe3;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #009fe3;
    background-color: transparent;
}

.dropdown-item > span {
    border-left: 2px solid #009fe3;
    padding-right: 5px;
}

.post-rubric img {
    width: 60px;
}

.post-rubric h5 {
    font-size: 16px;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

#accordion-categories .category-code {
    max-width: 60px;
    width: 100%;
    height: 60px;
    color: white;
    text-align: center;
    line-height: 60px;
}

#post-categories-list {
    height: 633px;
    overflow-y: auto;
}
@media only screen and (max-width: 992px) {
    .navbar-bottom .container {
        justify-content: center;
    }
    .navbar-bottom .icons {
        margin-top: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar-bottom #post-categories-list {
        width: 100%;
    }
}
@media only screen and (max-width: 520px) {
    .navbar-bottom .container {
        padding: 0;
    }
    #post-categories-list {
        height: 420px;
    }
}
@media only screen and (max-width: 350px) {
}

/******* Footer *******/
footer ul {
    list-style-type: none;
}

footer ul li,
footer ul li > a {
    color: dimgrey;
    font-weight: bold;
    font-size: 14px;
}

/******* Home Carousel ********/
.text-overflow-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-overflow-wrapper p {
    max-height: 240px;
}
.home-carousel {
    background-color: #f1f1f1;
    height: 500px;
}
.carousel-title {
    margin-bottom: 2rem;
}
.home-carousel span {
    display: block;
    font-size: 3.2rem;
}
.home-carousel .btn {
    background-color: #00aeef;
    border: none;
}
.home-carousel .carousel-indicators {
    gap: 0.7rem;
}
.home-carousel .carousel-indicators button {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 100%;
    background-color: #00aeef;
}
.home-carousel .carousel-indicators .active {
    background-color: black;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300aeef' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300aeef' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev,
.carousel-control-next {
    width: 4rem;
}
.carousel-image {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.carousel-description {
    margin-bottom: 2rem;
}
.carousel-inner {
    padding: 5rem 0rem;
}
.carousel-inner .row {
    padding: 0rem 3rem;
}
@media only screen and (max-width: 992px) {
    .carousel-title {
        margin-bottom: 0.5rem;
    }
    .carousel-description {
        margin-bottom: 0.5rem;
    }
    .carousel-inner {
        padding: 3rem 0rem;
    }
    .carousel-inner .row {
        padding: 0rem 0.5rem;
    }
}
@media only screen and (max-width: 768px) {
    .carousel-title {
        margin-bottom: 1rem;
    }
    .carousel-description {
        margin-bottom: 1rem;
    }
    .carousel-inner {
        padding: 3rem 0rem;
    }
    .carousel-inner .row {
        padding: 0rem 0.5rem;
    }
    .carousel-image iframe {
        height: 77% !important;
    }
    .home-carousel {
        height: 750px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 2rem;
    }
}
@media only screen and (max-width: 580px) {
    .carousel-inner {
        padding: 3rem 2rem;
    }
    .carousel-inner .container {
        padding: 0;
    }
    .flex-small-screen {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .carousel-description {
        text-align: center;
        padding: 0rem 2rem;
    }
    .carousel-title {
        text-align: center;
    }
    .carousel-subtitle {
        text-align: center;
    }
}
/******* Home Main Content ********/
.horizontal-block {
    background-color: #2e3093;
    border-radius: 0.5rem;
    width: fit-content;
    margin: 0 auto;
    padding: 0.5rem 4rem;
    text-align: center;
    color: white;
    text-decoration: none;
}

.horizontal-block a:hover {
    color: white;
}
.service-wrapper {
    margin-top: 3rem;
}
.service-wrapper .title h1 {
    font-size: 2.5rem;
}
.service-right {
    background-color: #f1f1f1;
    padding: 6rem 4rem 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
.service-left {
    border-bottom: 3px solid #2e3091;
    background-color: #f1f1f1;
    padding: 5rem 2rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.service-left .title {
    padding: 0 2rem;
}
.service-right {
    border-bottom: 3px solid #ec008c;
}
.service-right .title {
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .service-right a,
    .service-left a {
        float: none !important;
    }
}
@media only screen and (max-width: 520px) {
    .service-right,
    .service-left {
        padding: 6rem 2rem 1.5rem 2rem;
    }
    .service-right .description-wrapper {
        width: 100% !important;
    }
    .service-wrapper .title h1 {
        font-size: 1.8rem;
    }
}

.service-wrapper .triangle-blue-small::after {
    display: none;
}

.triangle-blue,
.triangle-pink,
.triangle-bluelight,
.triangle-red,
.triangle-green,
.triangle-yellow,
.triangle-blue-small,
.triangle-pink-small,
.triangle-bluelight-small,
.triangle-red-small,
.triangle-green-small,
.triangle-yellow-small {
    position: relative;
}

.triangle-blue:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 110px #2e3091;
    border-right: solid 279px transparent;
    z-index: 100;
}
.triangle-pink:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 110px #ec008c;
    border-right: solid 279px transparent;
    z-index: 100;
}
.triangle-bluelight:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 110px #00aeef;
    border-right: solid 279px transparent;
    z-index: 100;
}
.triangle-red:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 110px #ed1d25;
    border-right: solid 279px transparent;
    z-index: 100;
}
.triangle-green:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 110px #00a651;
    border-right: solid 279px transparent;
    z-index: 100;
}
.triangle-blue-small:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 80px #2e3091;
    border-right: solid 230px transparent;
    z-index: 100;
}
.triangle-pink-small:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 80px #ec008c;
    border-right: solid 230px transparent;
    z-index: 100;
}
.triangle-bluelight-small:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 80px #00aeef;
    border-right: solid 230px transparent;
    z-index: 100;
}
.triangle-red-small:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 80px #ed1d25;
    border-right: solid 230px transparent;
    z-index: 100;
}
.triangle-green-small:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 80px #00a651;
    border-right: solid 230px transparent;
    z-index: 100;
}
.triangle-yellow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 110px #fff204;
    border-right: solid 279px transparent;
    z-index: 100;
}
.triangle-yellow-small:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-top: solid 80px #fff204;
    border-right: solid 230px transparent;
    z-index: 100;
}

.button-main {
    background-color: #00aeef;
    border: none;
}
.button-main-blue {
    background-color: #2e3091;
    border: none;
}
.button-main-pink {
    background-color: #ec008c;
    border: none;
}
.button-main-pink:active {
    background-color: #b2006b !important;
}
.button-main-red {
    background-color: #ed1d25;
    border: none;
}
.button-main-red:active {
    background-color: #b6151a !important;
}
.button-main-green {
    background-color: #00a651;
    border: none;
}
.button-main-green:active {
    background-color: #006e35 !important;
}
.button-main:hover {
    background-color: #00aeef;
}
.button-main-blue:hover {
    background-color: #2e3091;
}
.button-main-pink:hover {
    background-color: #ec008c;
}
.button-main-red:hover {
    background-color: #ed1d25;
}
.button-main-green:hover {
    background-color: #00a651;
    color: white;
}
.description-color-pink {
    color: #ec008c;
}
.description blockquote {
    border-left: 3px solid #2e3091;
}
.description-wrapper {
    font-size: 1.1rem;
    cursor: default;
}

blockquote .blockquote-blue {
    transition: all 0.2s ease-in-out;
    font-size: 1.1rem;
    padding: 0rem 1rem;
}
blockquote .blockquote-blue:hover {
    color: #00aeef;
    cursor: default;
}
.bottom-service {
    padding: 3rem 0rem;
}
.bottom-service .title h1 {
    font-size: 2.5rem;
}
.service-info h2,
.service-dates h2 {
    font-size: 1.1rem;
    display: inline;
    margin: 0.7rem 0rem;
    padding: 0rem 0.5rem;
}
.service-data a {
    color: #212529;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline;
    margin: 0.7rem 0rem;
    padding: 0rem 0.5rem;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}
.service-data {
    transition: all 0.2s ease-in-out;
    padding: 0.7rem 0rem;
    cursor: pointer;
}
.service-blue .service-data:hover {
    color: #00aeef;
    cursor: default;
}
.service-blue .service-data a {
    font-weight: 500;
}
.service-blue .service-data a:hover {
    color: #00aeef;
}
.service-red .service-data:hover {
    color: #ed1d25;
    cursor: default;
}
.service-red .service-data a {
    font-weight: 500;
}
.service-red .service-data a:hover {
    color: #ed1d25;
}
.service-green .service-data:hover {
    color: #00a651;
    cursor: default;
}
.service-green .service-data a {
    font-weight: 500;
}
.service-green .service-data a:hover {
    color: #00a651;
}
.service-blue,
.service-red,
.service-green,
.service-pink {
    background-color: #f1f1f1;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.service-border-blue {
    border-left: 2px solid #00aeef;
    border-right: 2px solid #00aeef;
    padding: 0rem 3px;
}
.service-border-red {
    border-left: 2px solid #ed1d25;
    border-right: 2px solid #ed1d25;
    padding: 0rem 3px;
}
.service-border-green {
    border-left: 2px solid #00a651;
    border-right: 2px solid #00a651;
    padding: 0rem 3px;
}
.service-blue {
    border-bottom: 3px solid #00aeef;
}
.service-red {
    border-bottom: 3px solid #ed1d25;
}
.service-green {
    border-bottom: 3px solid #00a651;
}
.service-pink {
    border-bottom: 3px solid #ec008c;
}

@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 520px) {
    .bottom-service .title h1 {
        font-size: 1.8rem;
    }
    .bottom-service .fw-light {
        text-align: center;
    }
}

/******* Posts ********/
.button-side {
    display: flex;
    align-items: center;
    justify-content: end;
}
@media only screen and (max-width: 992px) {
    .button-side {
        justify-content: center;
    }
}
/******* Cart Details *******/
.cart-detail-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #dadada;
}

/******* Premium Content ********/
.premium-only-container:before {
    padding-top: 1rem;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 350px;
    background: rgb(248, 249, 250);
    background: linear-gradient(
        180deg,
        rgba(248, 249, 250, 0) 0%,
        rgba(248, 249, 250, 0.7959558823529411) 66%,
        rgba(248, 249, 250, 1) 100%
    );
}

@media only screen and (max-width: 520px) {
    .premium-only-inner h5 {
        text-align: center;
    }
}

/******* Offers *******/
.offers-info {
    padding: 0rem 3rem;
    margin-bottom: 3rem;
}
.offers-info p {
    font-size: 1.2rem;
}
.offers-title {
    font-size: 3rem;
    white-space: nowrap;
}
.offer-button {
    height: 110px;
}
.offer-button a,
.offer-button button {
    font-size: 1rem;
    text-align: center;
    margin: 0;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
.offers-bottom-info {
    padding: 3rem 5rem;
    margin-bottom: 3rem;
}
.offers-bottom-info p {
    display: flex;
    margin-bottom: 0.5rem;
}
.offers-bottom-info span {
    max-width: 40px;
    width: 100%;
}
@media only screen and (max-width: 1400px) {
    .offers-title {
        white-space: normal;
    }
}
@media only screen and (max-width: 992px) {
    .offers-title {
        font-size: 2.5rem;
    }
    .offers-info {
        padding: 0rem 1rem;
    }
    .offers-info p {
        font-size: 1rem;
    }
    .offers-bottom-info {
        padding: 3rem 3rem;
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 520px) {
    .offers-title {
        font-size: 2rem;
    }
    .offers-bottom-info {
        padding: 2rem 1.5rem;
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 350px) {
    .offers-title {
        font-size: 1.8rem;
    }
}

/******* Tutorials *******/
.banner {
    background-color: #e6e6e6;
}
.banner .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
    height: 250px;
}
.banner-image {
    height: 100%;
}
.banner img {
    height: 100%;
}
@media only screen and (max-width: 992px) {
    .banner .container {
        padding: 0.5rem 1rem;
        justify-content: center;
        text-align: center;
    }
    .banner img {
        display: none;
    }
    .banner-title {
        width: 100% !important;
    }
    .banner-title h1 {
        font-size: 2.3rem !important;
    }
}
@media only screen and (max-width: 520px) {
    .banner .container {
        height: 150px;
    }
}
.triangle-box {
    position: relative;
    width: 100%;
    height: 80px;
}

/******* Form *******/
.form-wrapper {
    background-color: #e6e6e6;
}
.form-title {
    padding-top: 3rem;
}
.form-title-pink {
    padding-top: 3rem;
}

.form-title h1,
.form-title-pink h1 {
    font-size: 3rem;
    line-height: 2rem;
    letter-spacing: 0.5px;
}
.form-wrapper form {
    padding: 2rem 3rem;
}
.form-wrapper h1 {
    letter-spacing: 2px;
}
.form-wrapper label {
    font-size: 1.1rem;
}
.form-wrapper input::placeholder {
    font-size: 14px;
}
.form-wrapper select::placeholder {
    font-size: 14px;
    color: #6c757d;
}
.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
    border-radius: 1rem;
}
.form-bottom {
    padding: 1rem 3rem;
}
.form-bottom input {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .form-title-pink {
        padding-top: 9rem;
    }
    .form-title {
        padding-top: 6rem;
    }
}
@media only screen and (max-width: 520px) {
    .form-wrapper input::placeholder {
        font-size: 0.8rem;
    }
    .form-wrapper select::placeholder {
        font-size: 0.8rem;
        color: #6c757d;
    }
}

/******* Table *******/
.table {
    margin: 0;
}
.table-content {
    margin: 0;
    width: 100%;
}
.table-title h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0;
    padding: 1rem 0rem;
}
.table-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 0rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.table-item:hover {
    transform: scale(1.03);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.table-item:hover .table-price h1 {
    color: white;
}

.table-item h1 {
    font-size: 1.6rem;
    padding: 0;
}
.table-item span {
    font-size: 1.6rem;
}
.table-item h2 {
    font-size: 1rem;
    padding: 0;
}
.table-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.table-price h1 {
    transition: 0.2s all ease-in-out;
}
.item-blue-1 {
    background-color: #b4d9e7;
}
.item-blue-2 {
    background-color: #8bc9e0;
}
.item-blue-3 {
    background-color: #64c1e3;
}
.item-blue-4 {
    background-color: #43c0ed;
}
.item-blue-5 {
    background-color: #00aeef;
}
.item-red-1 {
    background-color: #e3aeaf;
}
.item-red-2 {
    background-color: #e99799;
}
.item-red-3 {
    background-color: #e88286;
}
.item-red-4 {
    background-color: #e06c70;
}
.item-red-5 {
    background-color: #ed1d25;
}
@media only screen and (min-width: 767px) {
    .main-title {
        border-bottom: 1px solid #ced4da;
    }
    .table-monosite .table-title h2 {
        border-right: 1px solid #ced4da;
    }
}

/******* Option Partage *******/

.contact-wrapper {
    background-color: #e6e6e6;
    padding: 5rem 4rem 1.5rem 4rem;
}
.contact-title h1 {
    font-size: 3rem;
    letter-spacing: 0.5px;
}
.contact-info p {
    display: block;
}
.option-width {
    width: 50%;
    padding-right: 12px;
}
@media only screen and (max-width: 992px) {
    .option-width {
        width: 100%;
        padding-right: 0;
    }
    .contact-wrapper {
        padding: 5rem 1rem 1.5rem 1rem;
    }
}
@media only screen and (max-width: 520px) {
    .contact-wrapper {
        padding: 7rem 1rem 1.5rem 1rem;
    }
}

/******* Questions  *******/

.text-icon {
    width: 37px;
    height: 37px;
    margin: 0rem 0.4rem;
}
.question-wrapper {
    padding: 8rem 0rem;
}
.question-wrapper h5 {
    font-size: 1.1rem;
}
.question-title h1 {
    font-size: 2rem;
}
.question-description span {
    display: block;
    padding-bottom: 0.8rem;
}

/******* Affichettes - Posters  *******/
.poster {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.poster-title {
    padding: 0rem 7rem;
    font-size: 1.4rem;
}
.poster-description {
    font-size: 1rem;
}
.poster-image {
    width: 85%;
}
.p-padding p:first-child {
    padding-top: 1rem;
}
.p-padding > p {
    padding-bottom: 1rem;
}

/******* GDRE - Emploi *******/
.gdre-header span {
    padding: 1rem 1rem;
    width: 70%;
    text-align: center;
}
.gdre-item button {
    padding: 0rem 1rem;
}
.gdre-header-bottom {
    font-size: 1rem;
    padding: 0rem 1rem;
    width: 70%;
}
.gdre-item .accordion-button {
    min-height: 200px;
}
.gdre-item .buttons a {
    font-size: 0.9rem;
    font-weight: bold;
}
.ordered-list > li {
    padding: 0.3rem 0rem;
}
.unordered-list > li {
    padding: 0.2rem 0rem;
}
.p-list > p {
    padding: 0.2rem 0rem;
    margin: 0;
}
.edition-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin: 0.3rem 0 0 0.3rem;
    font-style: normal;
}
@media only screen and (max-width: 992px) {
    .gdre-item button {
        padding: 5rem 1rem 2rem 1rem;
    }
    .gdre-header span {
        width: 100%;
        padding-top: 2rem;
    }
    .gdre-header-bottom {
        width: 100%;
    }
}

/******* Aide *******/
.aide-header img {
    margin-left: 0.5rem;
    width: 70px;
    height: 70px;
}
.aide-body-icon {
    width: 30px;
    height: 30px;
    margin: 0rem 0.5rem;
}
@media only screen and (max-width: 765px) {
    .aide-header h2 {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 520px) {
    .buttons a {
        font-size: 0.8rem;
    }
}
/******* Flashinfos *******/
.flashinfos-form .form-select {
    width: 100%;
}
.flashinfos-form .input-width {
    width: 80%;
}
.flashinfos-form label {
    white-space: nowrap;
}
.flashinfos-form-wrapper {
    padding: 0rem 4rem;
}
.flashinfos-year {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
}
.flashinfos-left h2 {
    font-size: 1rem;
    text-align: center;
    transition: 0.1s all ease-in;
    margin-top: 0.2rem;
}
.flashinfos-left h2:hover {
    cursor: default;
    color: #00aeef;
}
.flashinfos-left {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flashinfos-left a {
    width: fit-content;
    padding: 0.2rem 2rem;
}
.flashinfos-right {
    width: 82%;
}
@media only screen and (max-width: 992px) {
    .flashinfos-form-wrapper {
        padding: 0rem 1rem;
    }
    .flashinfos-form .form-select {
        width: 100%;
    }
    .flashinfos-form .input-width {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .flashinfos-form-wrapper {
        padding: 0rem 1rem;
    }
    .flashinfos-form .form-select {
        width: 100%;
    }
    .flashinfos-form .input-width {
        width: 100%;
    }
    .flashinfos-flex {
        flex-direction: column;
    }
    .form-wrapper form {
        padding: 0.5rem 0.5rem;
    }
    .flashinfos-year {
        flex-direction: column;
        align-items: center;
    }
    .flashinfos-right {
        width: 100%;
    }
    .flashinfos-right p {
        font-size: 0.85rem;
    }
    .flashinfos-left a {
        margin-bottom: 1rem !important;
    }
}
@media only screen and (max-width: 520px) {
    .flashinfos-form-wrapper {
        padding: 0rem 0rem;
    }
    .flashinfos-history-list h1 {
        font-size: 1.6rem;
    }
    .flashinfos-form label,
    .flashinfos-form select {
        font-size: 0.8rem;
    }
    .flashinfos-form input {
        font-size: 0.7rem;
    }
}

/******* Legale *******/
.legale-item h2 {
    margin: 0;
    padding-top: 0.5rem;
}
.legale-item h5 {
    font-weight: 400;
    text-decoration: underline;
}
/******* Enquete *******/
.enquete-rubrique-images img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.custom-list-container {
    padding: 2rem 2rem;
}
.custom-list-container div {
    margin-bottom: 2rem;
}
.custom-list-container p {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 992px) {
    .enquete-image {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 520px) {
    .custom-list-container {
        padding: 1rem 0rem;
    }
}

/******* Chunks - Logout Warning Modal, Subscriber Info Modal *******/

#subscriberInfo,
#logoutWarning {
    color: #212528;
}
#subscriberInfo .flex-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
}
#subscriberInfo h1 {
    font-size: 18px;
    margin: 0;
}
#subscriberInfo h2 {
    font-size: 14px;
    margin: 0;
}

/******* Footer *******/
footer {
    margin-top: 5rem;
    padding: 2rem;
}
.footer-item-2 {
    display: flex;
    align-items: center;
}
footer ul {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 992px) {
    footer row {
        padding: 0.5rem 0rem;
    }
    footer .col-lg-3 {
        text-align: center !important;
        padding: 0.5rem 0rem;
    }
}
@media only screen and (max-width: 520px) {
    footer {
        margin-top: 2rem;
    }
}

@media only screen and (min-width: 1024px) {
}
