--etl-navbar-bg-color: #bf383a !important;
--gk-navbar-hover-color: #f2d1d2 !important;
--gk-navbar-active-color: #f2d1d2 !important;

/*gantry*/
.body { font-family: var(--gk-body-font-family);}
.headings {font-family: var(--gk-heading-font-family); }
.custom-headings { font-family: var(--gk-custom-font-family); }

.g-container {
    width: 85rem
}

@media only all and (min-width: 48rem)
.g-container, .container {
    padding-left: 14rem !important;
}


@media only all and (max-width: 30rem)
.g-container, .container {
    width: 100%;
}

.g-container.g-flushed {
    width: 100%
}

.g-container {
    padding-left: 14rem !important;
}
#g-showcase .container {
    padding-left: 14rem !important;
}
#gk-container {
    padding-left: 14rem !important;
}
#gk-header {
    padding-left: 14rem !important;
}
#g-feature {
    padding-left: 14rem !important;
}
.gk-mainbody-wrap .container {
    padding-left: 14rem !important;
}
.gk-header-mod {
    padding-left: 14rem !important;
}
#gk-offcanvas  {
    left: 14rem;
}



@media (max-width: 767.98px){
	.g-container {
		padding-left: 0rem !important;
	}
	#g-fixedside {
		display:none;
		padding-left: 0rem !important;
	}
	#gk-container {
		padding-left: 0rem !important;
	}
	#gk-header {
		padding-left: 0rem !important;
	}
	#g-feature {
		padding-left: 0rem !important;
	}
	.gk-mainbody-wrap .container {
		padding-left: 0rem !important;
	}
	.gk-header-mod {
		padding-left: 0rem !important;
	}
	#g-showcase .container {
    padding-left: 0rem !important;
   }
   #gk-offcanvas  {
    left: 0 !important;
   }
}

.g-grid {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizespeed;
}
.g-block {
    flex: 1;
    min-width: 0;
    min-height: 0;
}
.size-40 { flex: 0 40%; width: 40%; }
.size-50 { flex: 0 50%; width: 50%; }
.size-60 { flex: 0 60%; width: 60%; }
.size-100 { flex: 0 100%; width: 100%; }
.size-30 { flex: 0 30%; width: 30%; }
.size-70 { flex: 0 70%; width: 70%; }

.g-content {
    margin: 0.6rem;
    padding: .9rem
}

.g-flushed .g-content {
    margin: 0;
    padding: 0
}


.center {text-align: center;}
.nopaddingall {
    padding: 0 !important;
}
.nomarginall {
    margin: 0 !important;
}
.g-small {
    font-size: 0.85rem;
    opacity: 0.8;
}


/*Typography*/
.mod-articlescategory li>a:before, .hp-articles .g-item-title:before, .page-header h2:before {
    content: "";
    margin-left: -.5rem;
    margin-top: 0.5rem;
    background-image: url(../images/logos/android-icon-192x192.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 1rem;
    height: 1rem;
}
.page-header h2:before {
    margin-left: -2rem;
}

.btn.btn-secondary, .btn-secondary, .button, .btn, .button2, .readon, a.readmore, button.validate, p.readmore a, #member-profile a, #member-registration a, .formelm-buttons button, .controls .btn, .logout-button .btn, input.g-newsletter-button-submit, .input-prepend.input-append .btn, .input-group-text {
    display: inline-block;
    padding: 8px 15px;
    line-height: normal;
    font-size: 1rem;
    border-radius: 0;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #757575;
    border: 1px solid #757575;
    background: none !important;
}

.btn.btn-secondary:hover, .btn-secondary:hover, .button:hover , .btn:hover , .button2:hover , .readon:hover , a.readmore:hover , button.validate:hover , p.readmore a:hover , #member-profile a:hover , #member-registration a:hover , .formelm-buttons button:hover , .controls .btn:hover , .logout-button .btn
:hover , input.g-newsletter-button-submit:hover , .input-prepend.input-append .btn:hover , .input-group-text:hover {
    text-shadow: none;
    box-shadow: none;
    color: #ffffff;
    background: #8f8f8f !important;
}

.g-layercontent {
    padding: 1.2rem;
}
.gk-offcanvas-wrapper {
    display: none;
}
.guest .g-menuoffcanvas .gk-menu-toggle {
    display: none !important;
}

#g-showcase {
    padding: 1rem !important;
    background-color: rgba(41, 109, 117, 0.8);
    color: #ffffff;
}
#g-showcase .g-content {
    margin: 0.2rem !important;
	padding:0 !important;
}

.etl_banner img {
    max-height: 250px !important;
}

.itemid-106 .etl_slideshow {
    display: flex;
    justify-content: center;
    flex-flow: column;
    background: #722829;
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}

/*Page Blog - Couleur Jaune*/
.itemid-782 #g-navigation {
  background: #edab1d !important;
}
.itemid-782 item a, .itemid-782 h2, .itemid-782 h1, .itemid-782 g-title, .itemid-782 h2 a, .itemid-782 h1 a, .itemid-782 g-title a {
  color: #edab1d !important;
}
.itemid-782 .g-menu-parent-indicator {
border: none;
 background: none;
}
.itemid-782 #g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
border: none;
 background: none;
}

/*Menu bourses*/
.itemid-2196 span.etl-bmaster a {color: #ed4f1e;}
.itemid-130 span.etl-bcongres a {color: #ed4f1e;}
.itemid-131 span.etl-bcollabo a {color: #ed4f1e;}
.itemid-136 span.etl-bmentorat a {color: #ed4f1e;}

.itemid-2196,.itemid-130, .itemid-131, .itemid-136 {
#g-main {padding-top:0;}
}
/*Menu Prix*/
.itemid-194 span.etl-pposter a {color: #ed4f1e;}
.itemid-160 span.etl-pthese a {color: #ed4f1e;}
.itemid-133 span.etl-pjeune a {color: #ed4f1e;}
.itemid-193 span.etl-pjeanvives a {color: #ed4f1e;}
.itemid-159 span.etl-poddou a {color: #ed4f1e;}

.itemid-194,.itemid-160, .itemid-133, .itemid-193, , .itemid-159 {
#g-main {padding-top:0;}
}


/*SECTIONS*/
/*Navigation*/
#gk-header {
    background: #bf383a !important;
	background-color: #bf383a !important;
	padding-left:14rem;
}
.gk-nav {
	gap: 1rem !important;
}
#gk-header-nav .container {
    background: #bf383a !important;
	background-color: #bf383a !important;
}

.gk-menu-item.level0 {
  text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.45px;
    font-size: 0.85rem;
}

.gk-menu-item a {
  color:#ffffff;
}



.gk-menu-item > a {

  padding: var(--gk-navbar-padding-y) 0;
 color:#ffffff;
  gap: 0.2rem;
}

.gk-nav .gk-menu-item > a:hover,
.gk-nav .gk-menu-item > a:focus,
.gk-nav .gk-menu-item > a:active {
  color: #f2d1d2;
  text-decoration: none;
}
.gk-nav .gk-menu-item.active > a,
.gk-nav .gk-menu-item.active > a:hover,
.gk-nav .gk-menu-item.active > a:focus,
.gk-nav .gk-menu-item.active > a:active {
  color: #f2d1d2;
}
.gk-menu-caret {
    border-top: 5px solid #fffdfd;
    opacity: .8;
}
.gk-nav .gk-menu-item.active > a .gk-menu-caret,
.gk-nav .gk-menu-item.active > a:hover .gk-menu-caret,
.gk-nav .gk-menu-item.active > a:focus .gk-menu-caret,
.gk-nav .gk-menu-item.active > a:active .gk-menu-caret {
  border-top-color: #fffdfd;
  opacity: 1;
}

/* Sub menu */

.gk-menu-sub {
	  padding: var(--gk-gutter-x);
    background: #bf383a;
border:0;
 min-width: calc(var(--gk-gutter-x) * 12);
}

#gk-header .gk-nav>.gk-menu-item>a {
    font-weight: 500;
}



/*footer*/
#gk-footer {
    background: #ffffff !important;
    border: none !important;
    color: #666666 !important;
}

#gk-footer .g-social a {
    background: none !important;
    border: none !important;
    color: #bf383a !important;
	 padding: 0.1rem 0.4rem;
}

/*feature*/

#g-feature {
    text-align: center !important;
	width:100%
	padding: 1.2rem;
}
/*bottom*/
#g-bottom {
    text-align: center !important;
	width:100%
    padding: 1.5rem 0;
    background: #f0f0f0;
    color: #666666;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/*Fixedside*/

#g-fixedside {
    background: #722829;
    color: #ffffff;
    position: fixed;
    width: 14rem;
    top: 0;
    bottom: 0;
    z-index: 1002;
    left: 0
}

.dir-rtl #g-fixedside {
    left: auto;
    right: 0
}

#g-fixedside .g-container {
    width: 14rem !important;
    padding: 0 !important;
    max-height: 750px;
    overflow: auto
}

#g-fixedside .g-content {
    margin: 0;
    padding: 0;
    text-align: center
}

#g-fixedside .gk-logo-wrap img {
    margin: 1.5rem auto 1.5rem auto;
	padding: .5rem;
}


#g-fixedside .g-fixedside-logo {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
    transition: none
}

@media only all and (min-width: 48rem) and (max-width:59.99rem) {
    #g-fixedside .g-fixedside-logo {
        letter-spacing:0
    }
}

#g-fixedside .g-fixedside-logo img {
    display: block;
    margin: 1.5rem auto 0 auto
}

#g-fixedside .g-fixedside-logo span {
    text-transform: uppercase
}

#g-fixedside .g-fixedside-logo:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background: #ffffff;
    left: 50%;
    margin-left: -12px;
    bottom: -1rem
}

.g-style-preset7 #g-fixedside .g-fixedside-logo.g-logo-alt img,.g-style-preset8 #g-fixedside .g-fixedside-logo.g-logo-alt img {
    display: none
}

.g-style-preset7 #g-fixedside .g-fixedside-logo.g-logo-alt span:before,.g-style-preset8 #g-fixedside .g-fixedside-logo.g-logo-alt span:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin: 1.5rem auto 0 auto;
    vertical-align: middle;
    background: url('../images/logo/logo-alt.png') no-repeat
}

#g-fixedside .g-social {
    margin: 1rem 0
}

#g-fixedside .g-social a {
    color: #ffffff;
    padding: 0.1rem 0.25rem !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 0.1rem;
    width: 38px;
    height: 32px;
    line-height: 26px;
    background: none
}

#g-fixedside .g-social a span {
    vertical-align: middle
}

#g-fixedside .g-social a:hover {
    color: #f6b8a5 !important
}

@media only all and (min-width: 48rem) {
    .dir-ltr .g-offcanvas-toggle {
        margin-left:7rem !important
    }

    .dir-rtl .g-offcanvas-toggle {
        margin-right: 7rem !important
    }

    .dir-ltr .g-container {
        padding-left: 14rem !important
    }

    .dir-rtl .g-container {
        padding-right: 14rem !important
    }
}

@media print {
    #g-fixedside {
        background: #fff !important;
        color: #000 !important
    }
}

/* COMPONENTS*/
/*COM_content Creation articles

/*POUR CARTOGRAPHIE on retire la description (si necessaire Itemid a regler)
/*.itemid-2720 #editor .editor.wf-editor-container {display:none;}
/*.itemid-2720 #editor .editor-xtd-buttons {display:none;}*/

/*com content blog image left*/

.itemid-2353 .left.item-image img  {
	margin-right: 1rem;
    margin-bottom: 1rem; 
    float: left;
    
}

.itemid-2353 .blog .image-left .blog-item .item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.itemid-2353 .com-content-article figure.left {    
    margin-left:0;
    margin-right:0;
}

.blog .items-leading .blog-item, .blog-featured .items-leading .blog-item {
    border-radius: none;
    background: none;
    padding: 1rem;
}

/*Kunena*/

.com_kunena .btn {
    padding: 4px 12px;
    font-size: 18px;
    line-height: 22px;
}
.com_kunena .btn-outline-success {background:#e5fae5;}
.com_kunena .btn-outline-success:hover {background:#67be67;}

/*Kunena*/
/*Kunena cleaning consulter offre*/
.itemid-2687 #kunena.layout .navbar {
   display:none;
}
.itemid-2687 #kunena.layout ol.breadcrumb {
   display:none;
}
.itemid-2687 #kunena.layout form#jumpto {
   display:none;
}
.itemid-2687 #kunena.layout .kfrontend {
    padding-top: 0rem !important;
    margin-top: 0.5rem !important;
}
/*Kunena cleaning consulter candidature*/
.itemid-2688 #kunena.layout .navbar {
   display:none;
}
.itemid-2688 #kunena.layout ol.breadcrumb {
   display:none;
}
.itemid-2688 #kunena.layout form#jumpto {
   display:none;
}
.itemid-2688 #kunena.layout .kfrontend {
    padding-top: 0rem !important;
    margin-top: 0.5rem !important;
}
/*Kunena cleaning deposer offre*/
.itemid-2689 #kunena.layout .navbar {
   display:none;
}
.itemid-2689 #kunena.layout ol.breadcrumb {
   display:none;
}
.itemid-2689 #kunena.layout form#jumpto {
   display:none;
}
.itemid-428 #kunena.layout .navbar {
   display:none;
}
.itemid-428 #kunena.layout ol.breadcrumb {
   display:none;
}
.itemid-428 #kunena.layout form#jumpto {
   display:none;
}
/*Kunena cleaning deposer candidature*/
.itemid-2690 #kunena.layout .navbar {
   display:none;
}
.itemid-2690 #kunena.layout ol.breadcrumb {
   display:none;
}
.itemid-2690 #kunena.layout form#jumpto {
   display:none;
}

#kunena.layout h1.alert-info {
    font-size: 16px;
    line-height: 15px;
}
.kunena-search .input-group {
    width: 100%;
}

.com_kunena .profile-expand .btn {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 16px;
}
  .com_kunena .dropdown-menu .btn {
    text-align:center;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom:2px;margin-left:5px;
}
#profile-tab {
  display: none;
}
/*Community builder*/

/*Change CB login - Connexion*/

.view-login .button:hover, .input-prepend.input-append .btn:hover {
  text-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background: #cf5b5d;
}
.view-login .input-group-text, .view-login .btn {
  text-shadow: 0 1px 0 #ffffff;
  background-color: #bf383a;
  border: 1px solid #ccc;
  color: #ffffff;
}


/* CB profil*/
.cb_template div.cbImgCanvasInitial {
background: linear-gradient(90deg, #ed4f1e 5%, #fbb49d 50%, #ffffff 100%) !important;
filter: brightness(1) !important;
/*background-image: url(https:/*www.biomecanique.org/images/comprofiler/gallery/canvas/biomecanique_00.jpg) !important;*/
/*background-position-y: 50%;*/
}
.cbImgAvatar rect{
    fill:#722829 !important;
}

/* CB Powerred by CB modif*/
.cbPoweredBy.cb_template a {
	font-size: 0.75rem !important;
    font-weight: 300;
    line-height: 1;
	float:	right;
	margin-top:8px;
}



/*CB -Acymailing registration*/
.itemid-453 .acym_cb_registration .acym_checkbox:after, .itemid-422 .acym_cb_registration .acym_checkbox:after {
  content:"Oui";
  margin-top:-6px !important; 
  vertical-align: top;
  margin-left:20px;
  display: inline-block;
}
.itemid-453 .acym_cb_registration td label, .itemid-422 .acym_cb_registration td label {
  display: none;
}
.itemid-453 table.acym_cb_registration, .itemid-453 table.acym_cb_registration td, .itemid-422 table.acym_cb_registration, .itemid-422 table.acym_cb_registration td {
  border: none !important; 
}

/*Accordeon menu*/
.level2  a.accordeonck.isactive{
    font-weight: 500;
    color: #ffffff !important;
   
}

ul #accordeonck183 li a {
    margin: 0;
    color: #555;
    text-align: left;
    display: block;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 4px;
    padding-top: 7px;
    text-decoration: none;
    background: none;
}



/*Fils d'actu*/
.breadcrumb {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.breadcrumb > li {
	text-shadow: 0 0px 0 #ffffff;
}


/*New J4*/


/*module flag
div.mod-languages ul li.lang-active {
    background-color: #923233;
}

/*JFilters*/
.etl-w200 {
    max-width: 200px !important;
   max-height: 102px !important;
}

.item-image img {
    max-width: 250px !important;
}

.jfilters-filter-list {
    margin-left: 0.5rem !important;
    font-size: .92rem !important;
}

/*Module Jfilter cartigraphie HP*/
.itemid-2625 .jfilters-filter-container {
    padding: 0;
  padding-bottom:1rem;
  margin-top:10px;
    border-bottom: 0px solid #dfdfdf;
  font-size:1.1rem;
}
.itemid-2625 .jfilters-filter-container a {
  font-size:1.1rem;
}

.itemid-2625 .jfilters-filter-header {
    display: none;
    margin-bottom: 0;
}

.itemid-2625 .jfilters-item-link--clear {
    display: none;
}


/*Custom field*/

ul.fields-container {
list-style: none !important;
}

.etl-field-label {
text-decoration: underline;
}

span.field-label {
font-weight:500;
}

.itemid-2624 .item-image img {
display: block;
width: 50%;
margin: auto;
}
.itemid-2624 figure {
margin: 0 !important;
}

.itemid-2624 li.field-entry {

 margin-bottom: .2rem;
}

.itemid-2624 li.carte {
 margin-top: 2rem;
 margin-bottom: 2rem;
}


.field-entry.texte-descriptif-structure-de-recherche, .field-entry.objectifs-de-la-formation  {
   margin-top: 1rem;
   margin-top: .5rem;
   padding:.3rem;
   background-color: #eee;
  }

ul.fields-container {
    margin-left: 0;
}

.etl-labelup {display: block;}


/*Tags*/

.list-group-item {
    padding: 0.25rem 0.25rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.tag-category .category li h3 {
  font-size: 1.1rem;
  padding:0;
  margin:0
  }

.tag-category ul.category {
    margin-left: 0rem;
    padding: 0;
}

.tags .list-inline-item .btn {
    border: 1px solid;
    padding: 5px 8px;
    margin-top: 2px;
    font-size: .9rem;
  font-weight:400;
}

.tags .list-inline-item.tag-list0 .btn {
    color: #722829 !important;
    font-weight:600;
}
.tags .list-inline-item.tag-list1 .btn {
    color: #722829 !important;
    font-weight:500;
}
.tags .list-inline-item.tag-list2 .btn {
    color: #3F51B5 !important;
}
.tags .list-inline-item .btn:hover, .tags .list-inline-item.tag-list0 .btn:hover, .tags .list-inline-item.tag-list1 .btn:hover, .tags .list-inline-item.tag-list2 .btn:hover {
color: #ffffff !important;
}

.tag-category .category li h3 {
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
}
.com-tags-tag__category .list-group-item {
    padding: 0.25rem 0.25rem !important;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
	position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

/* Phoca Download*/
#phoca-dl-categories-box div.pd-categoriesbox {
    width: 48%;
}
#phoca-dl-category-box .pd-category h3.pd-ctitle, #phoca-dl-file-box .pd-file h3.pd-ctitle, #phoca-dl-download-box .pd-file h3.pd-ctitle {
    background: #bf383a;
    color:#ffffff;
    border: none;
}
#phocadownload-upload .alert-danger, .alert-error {
    color: #7c7171;
    background-color: #F1F8E9;
    border-color: #66BB6A;
}

.com_phocadownload .form-select {
    background: #F1F8E9;
    margin-bottom:10px;
    margin-top: 10px;
}
.view-category .pd-tooltip-box .pd-col1 {
	width: 20%;
}
.view-category .pd-tooltip-box .pd-col2 {
	width: 80%;
}
.pd-col1 span {display:none !important;}


/*Module*/

/*Module Category articles*/
.mod-articlescategory li>a, .mod-articleslatest li>a, .mostread li>a {
    padding-left: 1.2rem;
    font-size: 1.2rem;
    color: var(--gk-link-color);
}
/* Module Category articles remove blog page*/
.itemid-145.view-category .gk-sidebar-left {
    display:none;
    }
.itemid-145.view-category .col-lg-3 {
    flex: 0 0%;
    width: 0%;
    }
.itemid-145.view-category .col-lg-9 {
    flex: 0 100%;
    width: 100%;
}

div.mod-languages ul li.lang-active {
    background-color: #923233;
}

/*Feature g-infolist*/
.g-infolist {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.g-infolist .g-infolist-item {
  width: 100%;
  //border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
}
.g-infolist .g-infolist-item .g-infolist-item-container {
  margin: 0.625rem;
  padding: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item .g-infolist-item-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only all and (max-width: 47.99rem) {
  .g-infolist .g-infolist-item-text {
    padding-top: 1rem;
  }
}
.g-infolist .g-infolist-item-title {
  margin: 0.9375rem 0;
  font-weight: 700;
  font-size: 1.5vw;
}
@media (max-width: 86.6666666667rem) {
  .g-infolist .g-infolist-item-title {
    font-size: 1.3rem;
  }
}
.g-infolist .g-infolist-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 1.3vw;
  opacity: 0.7;
}
@media (max-width: 84.6153846154rem) {
  .g-infolist .g-infolist-item-desc {
    font-size: 1.1rem;
  }
}
.g-infolist .g-infolist-tags {
  opacity: 0.8;
  margin: 1rem 0 0.5rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.g-infolist .g-infolist-link {
  margin-top: 1rem;
}
.g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-weight: bold;
  margin: 0;
}
.g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
.g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
.g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0.4rem;
}




/* Responsive */



@media only all and (min-width: 60rem) and (max-width:84.99rem) {
    .g-container {
        width:60rem
    }
}

@media only all and (min-width: 48rem) and (max-width:59.99rem) {
    .g-container {
        width:48rem
    }
}

@media only all and (min-width: 30.01rem) and (max-width:47.99rem) {
    .g-container {
        width:30rem
    }
}

@media only all and (max-width: 30rem) {
    .g-container {
        width:100%
    }
}


@media only all and (max-width: 47.99rem) {
    @supports not (flex-wrap: wrap) {
        .g-grid {
            display:block;
            flex-wrap: inherit
        }

        .g-block {
            display: block;
            flex: inherit
        }
    }
}

.visible-large,.visible-desktop,.visible-tablet,.visible-phone,.g-block.visible-large,.g-block.visible-desktop,.g-block.visible-tablet,.g-block.visible-phone {
    display: none !important
}

@media only all and (max-width: 47.99rem) {
    .visible-phone {
        display:block !important
    }

    .g-block.visible-phone {
        display: block !important
    }
}

@media only all and (min-width: 48rem) and (max-width:59.99rem) {
    .visible-tablet {
        display:block !important
    }

    .g-block.visible-tablet {
        display: block !important
    }
}

@media only all and (min-width: 60rem) and (max-width:84.99rem) {
    .visible-desktop {
        display:block !important
    }

    .g-block.visible-desktop {
        display: block !important
    }
}

@media only all and (min-width: 85rem) {
    .visible-large {
        display:block !important
    }

    .g-block.visible-large {
        display: block !important
    }

    .visible-desktop {
        display: block !important
    }

    .g-block.visible-desktop {
        display: block !important
    }
}

@media only all and (max-width: 47.99rem) {
    .hidden-phone {
        display:none !important
    }
}

@media only all and (min-width: 48rem) and (max-width:59.99rem) {
    .hidden-tablet {
        display:none !important
    }
}

@media only all and (min-width: 60rem) and (max-width:84.99rem) {
    .hidden-desktop {
        display:none !important
    }
}

@media only all and (min-width: 85rem) {
    .hidden-large {
        display:none !important
    }

    .hidden-desktop {
        display: none !important
    }
}

@media only all and (max-width: 47.99rem) {
    .align-right {
        text-align:inherit !important
    }

    .align-left {
        text-align: inherit !important
    }
	.gk-offcanvas-wrapper {
		display: inline-block !important;
	}
	body [class*="size-"] {
		flex-grow: 0;
		flex-basis: 100%;
		max-width: 100%;
	}
	.g-block {
        flex-grow:0;
        flex-basis: 100%
    }
}
