/* @override 
	https://rdg.drup.ch/themes/barrio5st/css/style.css?* */




/**
 * @file
 * Subtheme specific CSS.
 */


/* +P
  __      ____
 /\ \    /\  _`\  
 \_\ \___\ \ \L\ \
/\___  __\\ \ ,__/
\/__/\ \_/ \ \ \/ 
    \ \_\   \ \_\ 
     \/_/    \/_/ 
     Yeah! 2021 plusproduit.com
     
     Barrio 5 subtheme CDN 06.02.21
*/


html {
    font-size: 19px;
    background-color: #009fe3;
}
body {
    font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    text-align: inherit;
    background: transparent;
    
    color: #596172;
}



/* @group STRUCTURE */

#main-wrapper {
    padding-top: 65px;
    padding-bottom: 5vh;
}
.featured-bottom,
#page {
    background-color: #fafafa;
}

/* @group REVEAL ON SCROLL */

.js .p-reveal-class {
    position: relative;
    opacity: 0;
    top: 30px;
    
    transition: opacity 1s .2s, top 1s .2s ease-out;
}
.js .p-visible {
    opacity: 1;
    top: 0;
}

/* @end */

/* @group FOOTER */
/* Theme settings - col-sm-x to region 1 to 4 - empty for 5 */

.site-footer__top {
    font-size: .8em;
    background: #596172;
}
.site-footer__top .container-fluid {
    padding-top: 6vh;
    padding-bottom: 6vh;
    position: relative;
}
.site-footer__top .container-fluid::before {
    content: "";
    width: 80%;
    height: 1rem;
    background-color: #009fe3;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.site-footer__top .container-fluid::after {
    content: "";
    width: 150px;
    height: 1rem;
    background-color: #96c11f;
    position: absolute;
    right: 15px;
    bottom: 1rem;
}


.site-footer__top .nav-link {
    padding: .1rem 0;
}
.site-footer__top section {
    margin-bottom: 1.5rem;
}
.site-footer__bottom {
    padding: 2vh 0;
    background-color: #596172;
}

.footer-logo {
    display: block;
    max-width: 200px;
    padding-bottom: 3rem;
    overflow: hidden;
    text-indent: -500px;
    background: url('img/logo-neg.png') no-repeat;
    background-size: contain;
}

.footer-fer {
    display: block;
    background: url('img/fer.png') no-repeat;
    background-size: 180px auto;
    padding-top: 5rem;
}

.site-footer {
    position: relative;
    margin-top: 2rem;
}
.site-footer::after {
    content: "";
    width: 200px;
    height: 2rem;
    background-color: #009fe3;
    position: absolute;
    left: 5%;
    top: -2rem;
}
.site-footer::before {
    content: "";
    width: 200px;
    height: 1rem;
    background-color: #96c11f;
    position: absolute;
    left: 10%;
    top: 0;
}

/* @end */

/* @end */

/* @group COLORS + LINKS + SOCIAL */

.color1 {
    color: #009fe3;
}
.color2 {
    color: #96c11f;
}
.bg-neg {
    color: #fafafa;
}
.bg1 {
    background-color: #009fe3;
}
.bg2 {
    background-color: #96c11f;
}
/* @group LINKS a */

a,
.link,
.page-link {
    color: #009fe3;
}
a:hover,
a:focus,
a.active,
a.is-active,
a.page-link:hover,
.page-item.active .page-link,
.link:hover,
.link:focus {
    color: #333;
    text-decoration: none;
}
/* nav ---- */
.nav-link a {
    color: #333;
}
.nav-link a:hover,
.nav-link a:focus,
.nav-link a.active,
.nav-link a.is-active {
    color: #009fe3;
}

/* bg-neg links ------------- */
.bg-neg a,
.bg-neg .link,
.bg-neg .page-link {
    color: #ddd;
}
.bg-neg a:hover,
.bg-neg a:focus,
.bg-neg a.active,
.bg-neg a.is-active,
.bg-neg a.page-link:hover,
.bg-neg .page-item.active .page-link,
.bg-neg .link:hover,
.bg-neg .link:focus {
    color: #fafafa;
}
/* nav ---- */
.bg-neg .nav-link a {
    color: #ddd;
}
.bg-neg .nav-link a:hover,
.bg-neg .nav-link a:focus,
.bg-neg .nav-link a.active,
.bg-neg .nav-link a.is-active {
    color: #fafafa;
}
/* @end */

/* @group BTN + CTA */

.btn,
.text-formatted .btn,
.cta a,
.more-link a,
.p-edit-link a {
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    padding: .4rem 1.5rem;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid #009fe3;
    border-left-width: 1rem;
    color: #009fe3;
    background-color: transparent;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .12em;
    transition: .6s;
}
.btn:hover,
.text-formatted .btn:hover,
.cta a:hover,
.more-link a:hover,
.p-edit-link a:hover,
#page .btn:active {
    color: #96c11f;
    text-decoration: none;
    background: #fff;
    border-color: #96c11f;
    border-left-color: #96c11f;
}

/* bg-dark cta */
.bg-neg .btn,
.bg-neg .cta a,
.bg-neg .more-link a,
.bg-neg .node-readmore a,
.bg-neg .p-edit-link a {
    border: 1px solid #fafafa;
    background-color: #fafafa;
    color: #009fe3;
}
.bg-neg .btn:hover,
.bg-neg .cta a:hover,
.bg-neg .more-link a:hover,
.bg-neg .node-readmore a:hover,
.bg-neg .p-edit-link a:hover {
    color: #fafafa;
    background: #333;
    border-color: #333;
}

.node-readmore {
    padding: 0;
}

/* edit link */
.p-edit-link {
    margin: .5em 0;
}
.p-edit-link a {
    padding: .5em 1em;
    letter-spacing: .2em;
    font-size: 12px;
}

/* @end */

/* @group ICON BUTTONS */

.p-btn {
    /*background: #009fe3;*/
}
.p-btn span,
.p-btn::before,
.p-btn::after {
    background: #009fe3;
}
/* bg neg */
.bg-neg .p-btn {
    background-color: #fafafa;
}
.bg-neg .p-btn span,
.bg-neg .p-btn::before,
.bg-neg .p-btn::after {
    background: #009fe3;
}

/* @end */

/* @group HOVER ZOOM */

.p-zoom {
    overflow: hidden;
}
.p-zoom img {
    display: block;
    transform: scale(1);
    transition: 3s linear;
}
.p-zoom:hover img {
    transform: scale(1.2);
}

/* @end */

/* @group SOCIAL */

.social-link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-top: 5px;
    overflow: hidden;
    background: url('img/sn-ext.svg') no-repeat center center;
    background-size: contain;
    color: #fafafa;
    text-indent: -1300px;
    font-size: 10px;
}
.social-link a[href^="https://www.linkedin.com/"] {
    background-image: url('img/sn-in.svg');
}
.social-link a[href^="https://www.facebook.com/"] {
    background-image: url('img/sn-fb.svg');
}
.social-link a[href^="https://www.instagram.com/"] {
    background-image: url('img/sn-insta.svg');
}

/* @end */

/* @end */


/* @group TYPOGRAPHY */

.font2,
h1,
h2,
h3,
h4,
h5,
h6,
.viewsreference--view-title {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 3rem;
    font-weight: 300;
    color: #96c11f;
    line-height: 1;
}
#block-barrio5st-page-title h1 {
    padding: 10vh 0 3vh;
    position: relative;
}

h2,
.viewsreference--view-title {
    font-size: 1.5rem;
    margin-top: 0;
    color: #009fe3;
    font-weight: 300;
    letter-spacing: .05em;
    
}
h2.display {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1em;
    /*border-bottom: 4px solid #96c11f;
    padding-bottom: .3em;*/
}

h3 {
    color: #009fe3;
    font-size: 1.2rem;
}

h4 {
    font-size: 1.15rem;
}

h5 {
    font-size: 0.875rem;
    text-transform: uppercase;
}

p {
    margin: 0 0 1rem;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #009fe3;
}
.field__label,
figcaption {
    font-size: .8rem;
    font-weight: 700;
}
/* listes contenu */
.text-formatted ul,
.text-formatted ol {
    margin: 1.5rem;
}
.text-formatted li {
    margin-bottom: .5rem;
}
p.lead {
	font-size: 1.3rem;
    font-weight: 400;
}
small,
.small,
p.small {
	font-size: 80%;
}
/* citation */
blockquote {
    position: relative;
    padding: 1rem 2rem 0 2rem;
    font-size: 1.3em;
    line-height: 1.4;
    margin: 0 0 2rem 1rem;
}
blockquote::before {
    content: '"';
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: -1rem;
    font-size: 5rem;
    line-height: 1;
    color: #009fe3;
}

/* @end */


/* @group NAV */

/* @group DEFAULT NAVBAR */

/* @group LOGO - BRAND */

.header .navbar-brand {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 1;
}
.header .navbar-brand img {
    width: 190px;
}
/* Fixed-top et affix */
.scrolled .header .fixed-top .navbar-brand,
.scrolled .header .affix .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.scrolled .header .fixed-top .navbar-brand img,
.scrolled .header .affix .navbar-brand img {
    /*width: 25px;*/
}


/* @end */

/* @group NAVBAR */


#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Navbar */

#header .navbar {
    padding: 0;
}
#navbar-main {
    /*background-color: rgba(255, 255, 255, 0);*/
}
/* Permet le calcul du padtop */
.p-loaded #navbar-main,
.p-loaded .navbar-brand,
.p-loaded .navbar-brand img {
    transition: .5s .15s;
}
#navbar-main:hover,
.scrolled.scrollup #navbar-main {
    /*background-color: #fff;*/
}

/* @group Scrolldown hide */
.scrolled.scrolldown .fixed-top,
.scrolled.scrolldown .affix {
    top: -100px;
}
.scrolled.scrollup .fixed-top,
.scrolled.scrollup .affix {
    top: 0;
}
/* @end */

/* @end */

/* @group DROPDOWN */

/* pour enlever le dropdown bs > template menu__footer avec menu block */

.dropdown-menu {
    border-radius: 0;
    border: 0 none;
    border-left: 1px solid #009fe3;
    margin-top: 0;
}
.bg-neg .dropdown-menu {
    background: #009fe3;
    border-left: 1px solid #fafafa;
}

/* @end */

/* @group RESPONSIVE */

.navbar-toggler.p-btn span,
.navbar-toggler.p-btn::before,
.navbar-toggler.p-btn::after {
    background: #fafafa;
}

@media (max-width: 991px) {
    
    .header .navbar-brand,
    .scrolled .header .fixed-top .navbar-brand,
    .scrolled .header .affix .navbar-brand {
        /*padding-top: 8px;*/
        padding-bottom: 5px;
        margin-left: 15px;
    }
    .header .navbar-brand img,
    .scrolled .header .fixed-top .navbar-brand img,
    .scrolled .header .affix .navbar-brand img {
        width: 136px;
    }
    
    /* permet le scroll pour les grands menus */
    .navbar.fixed-top,
    .navbar.affix {
        overflow: auto;
        max-height: 100vh;
        align-items: flex-start;
    }
    
    
    .scrolled.scrolldown .fixed-top,
    .scrolled.scrolldown .affix {
        /* désactive la disparition au scrolldown pour les mobiles */
        /* marche pas super avec l'admin toolbar */
        top: 0;
    }
    #navbar-main .nav-item {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    #navbar-main .nav-item a {
        color: #ddd;
        padding: .6em 15px;
        display: block;
    }
    
    /* dropdown */ 
    .dropdown-menu {
        border: 0 none;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .dropdown-item {
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
    .dropdown-item a {
        margin-left: 15px;
    }
    .dropdown-menu {
        margin-top: 0;
        padding-top: 0;
    }
    
    /* lang */
    #navbar-main .block-language {
        margin-right: 15px;
    }
}

/* @end */

/* @end */



/* @group OFF-CANVAS */

/* Remove row in settings - Clean wrapper for Off-Canvas region */

#p-offcanvas {
    /* bg-neg dans le template */
    /*background-color: #009fe3;*/
    /* Paramétrable jusqu'à 100% */
    width: 45%;
    background: #009fe3 url('img/recycling.svg') no-repeat right 105%;
}

#p-offcanvasbtn span {
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    line-height: 1;
}


@media (max-width:991px) {
    #p-offcanvas {
        /* Force à 100% de largeur pour les mobiles */
        width: 100%;
    }
}
.p-offcanvas-overflow {
    padding: 20vh 0 5vh;
    background: url('img/logo-neg.png') no-repeat 15px 20px;
    background-size: 80px auto;
}

#p-offcanvas-cover {
    background: rgba(0, 0, 0, .4);
}


/* Off-canvas nav */

.p-offcanvas-content .nav-item a {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: .5rem;
}
#p-offcanvas .dropdown-menu {
    font-size: 1.5rem;
}

/* @end */

/* @end */

/* @group FRONT */

.path-frontpage .layout-main-wrapper,
.node--type-filiere .layout-main-wrapper {
    background-image: linear-gradient(white 0%, #ebebeb 100%);
}
.front-text {
    max-width: 430px;
    margin: 0 auto;
}
.path-frontpage h1 {
    background: url('img/logo-vert.svg') no-repeat;
    padding-top: 120px;
}
.path-frontpage .block-system-main-block {
    padding-bottom: 10vh;
}
.path-frontpage .block-system-main-block .row .col-sm-6 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.front-img-wrapper::after {
    content: "";
    position: absolute;
    left: -52px;
    bottom: 10%;
    width: 200px;
    height: 200px;
    background: url('img/recycling.svg') no-repeat;
}
.front-img-wrapper::before {
    content: "";
    position: absolute;
    left: 15px;
    width: 30%;
    top: 30%;
    bottom: 0;
    background: #009fe3;
    mix-blend-mode: color;
}

/* barres */
.front-img::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 10%;
    bottom: 0;
    width: 20px;
    background: #96c11f;
}
.front-img::before {
    content: "";
    position: absolute;
    right: 15px;
    left: 30%;
    bottom: -30px;
    height: 30px;
    background: #009fe3;
}


/* membres */

.membres-front .view-header,
.membres-front .view-content {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
}

.page-acc {
    border-left: 2rem solid #009fe3;
}

.page-acc-img {
    margin-bottom: 2rem;
    position: relative;
}
.page-acc-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 60%;
    height: 1rem;
    background-color: #96c11f;
}

.page-acc h2,
.page-acc-text,
.page-acc .cta {
    padding-left: 10%;
}

.membres-front .view-content img {
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) {
    .membres-front .view-header,
    .membres-front .view-content {
        width: 50%;
    }
    .membres-front .view-content {
        padding-top: 3rem;
    }
}

/* @end */

/* @group ACTUALITE */

.actu {
    margin: 2rem 0 3rem;
}

.actu-date time {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding: .1em .5em;
    background-color: #596172;
    color: #EBEBEB;
}
.actu .actu-text {
    clear: both;
    border-left: 1rem solid #96c11f;
    margin-right: 10%;
    margin-bottom: .3rem;
}
.actu .actu-text-inner {
    border-top: .6rem solid #009fe3;
    padding: .5em;
}

/* @end */

/* @group MEMBRES */

/* @group view */

.page-view-membres #main-wrapper {
    background-color: #009fe3;
}

.page-view-membres .view-membres .view-content .col-sm-6,
.page-view-membres .view-membres .view-content .views-row-inner {
    display: flex;
    align-items: stretch;
}

.page-view-membres #block-barrio5st-page-title::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 60%;
    height: 1rem;
    background-color: #96c11f;
}
.page-view-membres #block-barrio5st-page-title::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 1rem;
    width: 60px;
    height: .8rem;
    background-color: #009fe3;
}

@media (min-width:768px) {
    .ViewsJumpMenu {
        margin-top: 3rem;
    }
}


/* @end */

/* @group accroche */


.membre {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 2rem;
}
.membre-title,
.membre-logo {
    width: 100%;
}
.membre-title h2 {
    margin: 0;
}
.membre-logo-inner {
   width: 100%;
   min-height: 150px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   border-bottom: 10px solid #96c11f;
}
.membre-logo-inner::after {
    content: "";
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: -10px;
    height: 10px;
    background-color: #009fe3;
}
.content .membre-logo-inner img {
    display: block;
    margin: 20px auto;
    max-width: 70%;
}
.membre-title {
    padding:  20px 15px 0;
}
.membre-filiere {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.membre-filiere .field {
    margin: 10% 20%;
}
.membre-text {
    font-size: 0.9em;
    padding: 15px;
    width: 75%;
}

/* @end */

/* @end */

/* @group FILIERES */

/* @group node */

.fil-node {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.fil-node .group-left,
.fil-node .group-right {
    float: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 6vh 0;
    width: 100%;
}

@media (min-width: 768px) {
    .fil-node {
        flex-direction: row;
    }
    .fil-node .group-left {
        width: 40%;
    }
    .fil-node .group-right {
        width: 60%;
    }
}



/* col gauche */
.bundle {
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* col droite */
.fil-node-logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    z-index: 2;
}
.fil-node-img {
    position: relative;
}
.fil-node-img::before {
    content: "";
    position: absolute;
    left: -5%;
    bottom: 0;
    width: 20%;
    height: 3rem;
    background-color: #96c11f;
}
.fil-node-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2rem;
    width: 40%;
    height: 2rem;
    background-color: #009fe3;
}
.group-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 6vh;
    z-index: 1;
    width: 40%;
    height: 50%;
    background-color: #009fe3;
    mix-blend-mode: color;
}

/* @end */

/* @group view */

.view-filieres .view-content {
    padding: 6vh 0;
}

/* @end */

/* @group accroche */

.filiere {
    text-align: center;
    margin-bottom: 2rem;
}

.filiere:hover a {
    opacity: .8;
}

.filiere-logo a {
    display: block;
    border: 6px solid #96c11f;
    border-bottom: 0 none;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filiere-logo a img {
    width: 34%;
}
.filiere-title a {
    display: block;
    border: 6px solid #009fe3;
    padding: .5rem;
    border-top: 0 none;
}

/* @end */

/* @end */


/* @group PAGE CONTENU */
.node--type-page-contenu #main-wrapper {
    padding-top: 140px;
    padding-bottom: 0;
}
.node--type-page-contenu #main {
    max-width: 1440px;
}
.p-text-wrapper {
    position: relative;
    padding: 15vh 0 10vh;
}
.p-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 70%;
    height: 1rem;
    background-color: #96c11f;
}
.p-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    background-color: #009fe3;
}

.p-title,
.p-text {
    max-width: 540px;
    background-color: #fafafa;
    position: relative;
    padding: .5rem 0 ;
    margin: 0;
}
.p-title {
    padding-top: 2rem;
}

.p-banner {
    position: absolute;
    top: 0;
    left: 25%;
    right: 0;
    background-color: #009fe3;
}

.p-banner::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 0;
    width: 40%;
    background-color: #009fe3;
    mix-blend-mode: color;
}

.p-section {
    padding: 4vh 0;
}

h3.display {
    position: relative;
    margin-bottom: 2rem;
}

h3.display::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 40%;
    height: .4rem;
    background-color: #009fe3;
}
h3.display::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -1rem;
    width: 20%;
    height: .4rem;
    background-color: #96c11f;
}

.p-section .p-section-img {
    position: relative;
    margin-bottom: 3rem;
}
.p-section .p-section-img::before {
    content: "";
    position: absolute;
    left: 40%;
    right: 0;
    bottom: -2rem;
    height: 2rem;
    background-color: #009fe3;
}
.p-section .p-section-img::after {
    content: "";
    position: absolute;
    left: 20%;
    right: 60%;
    bottom: -2rem;
    height: 2rem;
    background-color: #96c11f;
}
.p-sections .p-section:nth-child(even) > .row {
    flex-direction: row-reverse;
}



/* video --- */

.vid-embed {
    background-color: #009fe3;
    padding: 10px;
    position: relative;
}
.vid-embed::before {
    content: "";
    position: absolute;
    left: 0;
    right: 66%;
    top: 0;
    bottom: 0;
    background-color: #96c11f;
}

/* engagements --- */

.engage {
    border-left: 10px solid #96c11f;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 3rem;
}
.engage::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.5rem;
    width: .35rem;
    height: 2.5rem;
    background-color: #009fe3;
}

@media (max-width: 575.98px) {
    .node--type-page-contenu #main-wrapper {
        padding-top: 50px;
    }
    .p-banner {
        position: static;
    }
    .vid-embed {
        margin: 0 -15px;
    }
}


/* @end */


/* @group CONTENT DISPLAY */


/* @group SWIPER */

.swiper-button-next,
.swiper-button-prev {
    outline: 0;
    color: #009fe3;
}
/* Enlever pour superposer */
.swiper-classic,
.swiper-coverflow {
    padding-bottom: 40px;
}
.swiper-pagination-bullet {
    outline: 0;
}
.swiper-pagination-bullet-active,
.swiper-scrollbar-drag {
    background-color: #009fe3;
}
.bg-neg .swiper-pagination-bullet-active,
.bg-neg .swiper-scrollbar-drag {
    background-color: #fafafa;
}
.swiper-cube {
    max-width: 480px;
    padding: 10vh 0;
}

/* @end */



/* @end */


/* @group MEDIA QUERIES */

/* @group MOBILE FIRST */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* @end */

/* @group DESKTOP FIRST */


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    html {
        font-size: 16px;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* module nbsp */
    .nbsp {
        display: inline-block;
    }
}

/* @end */

/* @end */
