/**
 * Place your custom styles here.
 */


body {
    margin-top: 0px;
}

.region-header .navbar-btn {
    margin-top: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 10px;
}

/* 20210419 - Philippe adding padding-right to image */
.align-left {
    float: left;
    padding-right: 10px;
}

/* 20210330 - Philippe playing with HomeTab tabs colors */
div#blocktabs-home_tabs_bloc > ul > li > a {
    color: white !important; /*{fcContent}*/
}

div#blocktabs-home_tabs_bloc > ul > li.ui-tabs-active > a {
    color: #337ab7 !important; /*{fcContent}*/
}

#block-blocktabshometabsbloc .more-link {
  display: block;
  text-align: right; /* LTR */
  margin-top: 20px;
}

div#blocktabs-home_tabs_bloc .more-link a {
  color: white !important;
  text-decoration: none;
}

/* Override jQuery UI */
.ui-widget-content a {
  color: #337ab7 !important; /*{fcContent}*/
  text-decoration: underline;
}

/* 20210330 - Philippe more spacing between NEWS Title and Body on Homepage */

.views-field-body .field-content {
    padding-top: 6px;
}


.view-id-front_infos .view-footer {
    padding-top: 15px;
    text-align: right;
}


.file>span {
  background: transparent;
  border: none;
}
.file>span:first-child {
  border: none;
}
.file>span:last-child {
  border: none;
}
