@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap');

body {
  font-family: "Raleway", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Raleway";
    font-weight: 700;
}
h1, .h1, h2, .h2 {
    font-size: 45px;
}
div.t3-wrapper {
    padding-top: 0px;
}

.t3-header {
  position: relative;
  margin: 0;
  background-color: white !important;
  /*border-bottom: 1px #CCC outset;*/
  height: 80px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size:-moz-calc(100% - 80px) 100%;
  background-size:-webkit-calc(100% - 80px) 100%;
  background-size:calc(100% - 80px) 100%;
  /*background-image: url(http://www.gonet.ch/sites/default/files/bg_gonet_0_new2_0.jpg);*/
  background-image: url(/images/banners/bandeaugonet_1303_79pxl.jpg);
}
.logo {
  padding: 0px;
  width: 80px;
}
.t3-header .col-lg-8 {
  width:-moz-calc(100% - 80px);
  width:-webkit-calc(100% - 80px);
  width:calc(100% - 80px);
}

.logo-image a {
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 45px;
    background-color: #e30613;
    background-image: url(http://www.gonet.ch/sites/all/themes/gonet/images/commun/logo_g.svg);*/
}
.logo-img {
  height : 40px !important;
  padding-bottom: 10px;
  display:none;
}
.logo > small{
  position: relative;
  left: 225px;
  top:  -35px;
  color: #CCC;
  display:none;
}
/***** MODIFICATION HEADER ******/
.head-search.banner{
  	padding: 0;
    width:-moz-calc(100% - 80px);
  	width:-webkit-calc(100% - 80px);
  	width:calc(100% - 80px);
  	height:100%;
    overflow: hidden;
  	float:left;
}
.head-search.banner>div, .head-search.banner>div p{
  height:100%;
}
.head-search.banner img{
    width: 100% !important;
  min-height: 100%;
}

.t3-header .row{
  height:100%;
}

.col-xs-11.col-sm-4.logo {
    float: left;
    top: 0;
    position: absolute;
}
/****** END MODIFICATION HEADER ******/
#t3-mainbody {
    padding-top: 20px;
}
#t3-content-bottom {
    padding-top: 40px;
}
.navbar-default {
    top: 0px !important;
    /*background-color: #e30613;*/
    border:none;
    position: relative !important;
    position: sticky !important;
    min-height: 67px;
}
.navbar-default .navbar-nav {
    text-align: left;
}
.navbar-default .navbar-nav > li {
    min-width: auto;
}
.navbar-default .navbar-nav > li.active {
    border-bottom-color: #e30613;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator {
    font-weight: 700;
    color: #5e5c5d;/*#918f90;*/
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 20px;
   text-transform: uppercase
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a{
  color: #000;
  font-size: 12px;
}
.navbar-default .navbar-nav > li > a > span, .navbar-default .navbar-nav > li > a .fa {
    font-size: 32px;
    display: none;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    /*border-top-color: #fff;
    border-bottom-color: #fff;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#e30613;
}
.navbar-default .navbar-nav > .dropdown.active > a .caret {
    border-top-color: #e30613;
    border-bottom-color: #e30613;
}
.t3-megamenu .dropdown-menu .mega-nav > li.open a {
	background: #ffffff;
}
.t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li.active a {
	background: #ffffff;
    color: #e30613;
    font-weight: 700;
}
.page-header {
    border-bottom: none;
    color: #000;
    text-transform: none;
    padding: 20px 0;
}
.page-header h2 {
    font-weight: 700;
    font-size: 58px;
}
.t3-module .module-inner, .module-inner {
    padding: 20px;
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #d4d5d6;
    box-shadow: 0px 1px 0px 0px #d4d5d6;
}
.module-title {
    background: #fff;
    color: #e30613;
    font-size: 15px;
}
.module-ct {
    background: #fff;
}
.form-search {
  background-color: #e30613 !important;
  border-radius: 5px;
}

ul#menu-sidebar li + li {
    border-top: 1px solid #ebeef0;
    margin-top: 10px;
    padding-top: 10px;
}
.t3-module .nav.menu > li > a {
    color: #918f90;
    font-weight: 700;
}
.t3-module .nav.menu > li.active > a {
    color: #e30613;
}

.imageContactInfo {
  width: 150px;
}

.eventlist-row {
  background-color: white !important;
  padding: 10px;
  margin: 2px;
  padding-top: 10px !important;
}
.login{
  width: 50%;
  margin: auto;
  text-align: center;
}
.login > form{
  text-align: center;
  display: inline-block;
}
.control-label{
  text-align: left!important;
}
.login-wrap > .other-links{
  text-align: center;
}
.logout{
  position: relative;
  top: 10px;
}
.black{
  color: #000 !important;
}
.person{
  transition: all 1.5s ease-in-out;
  flex: 1 0 25%;
  max-width: 300px;
  opacity: 1;
  overflow: hidden;
  display: block;
}
.persons{
  display: flex!important;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  display: block;
}
.jsn-total{
  float:right;
}
.avatar.img-thumbnail {
    padding: 10px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 0px 0px #d4d5d6;
	box-shadow: 0px 1px 0px 0px #d4d5d6;
    width:100%;
    margin:0 auto;
    max-width:500px;
}
.jsn-p-top {}
.jsn-p-top-a .jsn-p-title, .jsn-p-top-a .jsn-p-before-fields {
    margin-left: 0px !important;
}
.jsn-p-top-a .status.label, .jsn-l-top-a .status.label {
    top: 7px !important;
}
#jsn-form.z-tabs > ul#jsn-profile-tabs {
    display: none;
}
.jsn-form-fieldset, .jsn-form-fieldset > dl {
    font-size: 15px;
}
.jsn-p-fields dl dt {
    width: 210px !important;
    text-align: left !important;
  	line-height: 22px !important;
}
.jsn-p-fields dl dd {
    margin-left: 210px !important;
}
#easyprofile.view_profile btn_default{
    background-color: #ca0511;
    color:#fff;
}
.mAuto{
  text-align: center;
  margin: auto;
}
.person a .mAuto{
  margin-top:8px;
  font-size:16px;
  font-weight:700;
}
#easyprofile.view_profile btn_default.active, .btn-primary.active{
  color: #fff;
  background-color: #880511;
  border: 2px solid #ca0511;
}
#easyprofile.view_profile btn_default:focus:not(.active), .btn-primary:focus:not(.active){
  color: #ffffff;
  background-color: #e30613;
  border-color: #ca0511;
}

/* Carousel */
.carousel {
    margin-top: 0px !important;
    min-height: 450px !important;
}
.carousel-inner {
    min-height: 450px !important;
}
.carousel-caption {
    padding: 25px 20px !important;
    text-align: left;
}
.carousel-caption h4, .carousel-caption p {
    font-size: 14px;
}
.carousel-caption h4 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 10px !important;
}
.carousel-control{
  z-index: 99;
  display:none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  width: 100%;
}
.carousel-control.right {
    padding-left: 4px !important;
}
.carousel-control {
  width: 43px !important;
  height: 43px !important;
}
.carousel-indicators {
    top: 40% !important;
    right: 15px;
    left:auto !important;
    width:25px !important;
    max-height: 100px;
}
.carousel-indicators li {
    float: none !important;
    width: 20px !important;
    height: 20px !important;
    margin:0 0 8px 0 !important;
  	border:none !important;
    background-color: #fff !important;
    border-radius: 50% !important
}
.carousel-indicators .active {
    background-color: #e30613 !important;
}

/* Module Docman */
.k-ui-namespace .mod_docman ul {
    padding: 0;
}
.mod_docman.mod_docman--documents ul li + li {
    border-top: 1px solid #ebeef0;
    margin-top: 20px;
    padding-top: 20px;
}
.mod_docman.mod_docman--documents a {
    color: #646566;
    font-size: 13px;
    font-weight: 700;
}
.mod_docman.mod_docman--documents a:hover {
    color: #e30613;
}
.mod_docman.mod_docman--documents .koowa_header__item--image_container a:first-child {
    margin-bottom:6px;
    display:block;
}
.mod_docman.mod_docman--documents .koowa_header__item {
    position: relative;
    vertical-align: top;
}
.mod_docman.mod_docman--documents .koowa_header__item .koowa_wrapped_content {
    padding-right: 40px;
}
.mod_docman.mod_docman--documents .koowa_header__item .koowa_wrapped_content span.translated_file {
    display: inline-block;
    margin-top: 5px;
}
.mod_docman.mod_docman--documents .koowa_header__item .module_document__size {
    color: #999999;
    font-weight: 700;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
}
.koowa_icon--pdf::before, .k-icon-document-pdf::before {
    color: #fc6a6b;
}
.koowa_icon--document::before, .k-icon-document-document::before {
    color: #4275f4;
}

footer{
  text-align: center;
  width: 100%;
  font-style: italic;
  background: #fff;
  padding: 25px 0;
  margin-top: 30px;
}
/* Custom Mini Calc */
.minicalc > div {
  text-align: center;
}
#flatcal_minical{
  display: inline-block;
}
#flatcal_minical .flatcal_daycell, #flatcal_minical .flatcal_todaycell, #flatcal_minical .flatcal_sundaycell, #flatcal_minical .flatcal_othermonth {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
#flatcal_minical .flatcal_todaycell {
    padding: 0px !important;
}
#flatcal_minical .flatcal_todaycell a {
  color: #fff !important;
  padding: 4px !important;
  border: 1px solid #e30613!important;
  background-color: #e30613!important;
  border-radius: 10px!important;
  display: block;
}
#flatcal_minical .flatcal_daycell .flatcal_busylink {
  color: #fff !important;
  padding: 4px !important;
  border: 1px solid #2266EE!important;
  background-color: #2266EE!important;
  border-radius: 10px!important;
}
.article-image{
  width: 40%;
  float: right;
}
/*
  Lucas 03/05/2019 : Charges (v0.9) requirement 4.2.5
*/
.imgToIcon{
  height: 1em;
}

.filter{
  margin: 0.5em;
}
.item-page{
  background-color: #fff;
}


.margin-top-26 {
  margin-top : 26px !important;
}

hr{
    border: 2px solid #e30613;
    width:10%;
  	margin:10px auto 30px 0;
}

 #flatcal_minical  {
  width:100%;
}

 #flatcal_minical > table {
  width:95%;
}
table.flatcal_main_t {
    border: none !important;
}
#flatcal_minical .flatcal_navbar {
    border-bottom: none !important;
    border-radius: 3px !important;
}
.flatcal_navbar .link_prev {
    padding-left: 15px !important;
}
.flatcal_navbar .link_next {
    padding-right: 15px !important;
}
#flatcal_minical .flatcal_month_label {
    font-size: 14px !important;
    height: 34px !important;
    line-height: 38px !important;
}
#flatcal_minical TD.flatcal_weekdays {
    font-size: 13px !important;
    font-weight: bold !important;
    padding-top: 10px !important;
}
#flatcal_minical .flatcal_daylink, #flatcal_minical .flatcal_sundaylink, #flatcal_minical .flatcal_busylink {
    font-size: 13px !important;
    font-weight: normal !important;
}
#flatcal_minical .full_cal_link td {
    border-top: none !important;
}
#flatcal_minical table tr, #flatcal_minical table td{
  text-align:center;
}

.well {
    padding: 25px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 1px 0px 0px #d4d5d6;
	box-shadow: 0px 1px 0px 0px #d4d5d6;
}
#jevents_body {
    border: none;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
	-webkit-box-shadow: 0px 1px 0px 0px #d4d5d6;
	box-shadow: 0px 1px 0px 0px #d4d5d6;
}
#btn-directory {
  font-size: 16px;
    width: 124px;
}
#btn-directory span {
  font-size: 90px;
  display:block;
  height: 95px;
}
#btn-directory span:before {
  display:block;
}
.login-wrap .other-links ul {
    list-style: none;
}
[class^="icon-"], [class*=" icon-"]{
    font-family: FontAwesome !important;
}

.docList {
    width:100%;
}

.docList tr{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.docList tr td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.docList tr td:not(:last-child){
    width:40px;
    text-align: center;
}
.docList tr:first-child td{
    border:0px;
}

.docList tr td.w50{
    width: 50%;
}

.docList .tal{
    text-align: left !important;
}

.docList .pl20{
    padding-left: 20px !important;
}

.docList tr td tr td, .docList tr td tr{
    padding-top: 0;
    padding-bottom: 0;
}

div#module-menu ul {
    padding: 0;
    margin-bottom: 0;
}

div#module-menu {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

div#module-menu li {
    padding-right: 20px;
    font-weight: bold;
}

#calendar_result td.mod_eb_mincalendar_today {
    border:solid 4px #e30613 !important;
}
#calendar_result td.mod_eb_mincalendar_event {
    background-color:rgba(227,6,19,0.33) !important;
}

#calendar_result td{
    text-align: center;
}

.blog article img{
    width: 100%;
}

.blog article section.readmore {
    text-align: right;
}

.blog .article-header .article-title a {
    color: #e30613;
}

.blog header.article-header.clearfix {
    display: inline-block;
}

.blog aside.article-aside.clearfix {
    display: inline-block;
    float: right;
}

.view-login .alert.alert-error, .alert.alert-error{
  display:none;
}



.head-search.banner .mod-languages img{
  width:18px !important;
}

.head-search.banner .mod-languages ul.lang-inline{
  text-align:right;
}

.login-form .controls input {
    width: 100% !important;
}