/**************************************************************************************************************/
/*

			DIOCESE DE BESANCON - sites paroisses

*/
/**************************************************************************************************************/

body::before{
	width: 30%;
}
#portlets-in-header{
    position: initial;
}
/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORTLETS
*/
/*------------------------------------------------------------------------------------------------------------*/
/*COLONNE DE DROITE */
#portletPageSecondColumn {
    margin: 0 50px 0 0;
    width: calc(30% - 100px)!important;
  }
  #portletPageFirstColumn, #portletPageSecondColumn {
    float: none;
    width: auto;
    padding: 0 var(--wp--preset--spacing--window) 0 0;
  }
  #portal-column-content {
    width: 65%;
  }
/*ajout pour affichage pleine largeur en responsive*/
@media only screen and (max-width: 1100px){
    #portal-column-content{
        width: 100%;}
}
/*--------------------------------------------------------------------------------------------------------------
	== EPHEMERIDE
--------------------------------------------------------------------------------------------------------------*/
.portlet-embed-ephemeride{
    margin: 0 0 0 50px;
    color: #9f1735;
    font-size: 1.4em;
}
.portlet-embed-ephemeride a{
    color: #9f1735;
}
.portlet-embed-ephemeride img{
    vertical-align: middle;
}
@media only screen and (max-width: 680px) {
    .portlet-embed-ephemeride{
        margin: 0;
    }
}

/*
    SAINT DU JOUR
*/
.portlet-embed-saint-du-jour{
    display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito{
    position: relative;
    float: left;
    margin: 0 0 80px;
    width: 29%;
    font-size: 1.4em;
}
.edito h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 0 20px 50px;
    background: #fff;
    font-weight: 400;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1;
}
.edito h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 150px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.edito .illustration,
.edito .description,
.edito .savoirplus {
    display: block;
    margin: 0 0 0 50px;
}
.edito a:hover {
	text-decoration: none;
	color: #000 !important;
}

.edito a.savoirplus:hover {
	text-decoration: underline;
	color: #75ad0a !important;
}
.edito img{
    width: 100%;
}
@media only screen and (max-width: 1100px) {
    .edito {
        width: 19%;
    }
}
@media only screen and (max-width: 990px) {
    .edito {
        width: 44%;
    }
}
@media only screen and (max-width: 680px) {
    .edito {
        float: none;
        width: 100%;
    }
    .edito h2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .edito .illustration,
    .edito .description,
    .edito .savoirplus{
        margin: 0 20px;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON
--------------------------------------------------------------------------------------------------------------*/
.boutons{
    float: left;
    padding: 0 0 0 50px;
    width: 23.5%;
}
.boutons ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#content .boutons li{
    position: relative;
    margin: 0;
    width: 48.5%;
}
#content .boutons li:nth-child(2) ~ li {
    margin-top: 10px;
}
.boutons li::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.boutons li::after{
    content: '';
    position: relative;
    z-index: 1;
}
.boutons li:nth-child(1){
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.boutons li:nth-child(1)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
    height: 1px;
    background: #000;
}
.boutons li:nth-child(2){
    border-bottom: 1px solid #000;
}
.boutons li:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 20%;
    right: 0;
    width: 1px;
    background: #000;
}

.boutons li:nth-child(3){
    border: 1px solid #000;
}
.boutons li:nth-child(3)::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20%;
    height: 20%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.boutons li:nth-child(4){
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}
.boutons li:nth-child(4)::after {
    content: '';
    position: absolute;
    bottom: 20%;
    top: 0;
    left: 0;
    width: 1px;
    background: #000;
}
.boutons li:nth-child(5){
    border: 1px solid #000;
}
.boutons li:nth-child(5)::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 20%;
    height: 20%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.boutons li:nth-child(6){
    border-left: 1px solid #000;
}
.boutons li:nth-child(6)::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 80%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.boutons li:nth-child(7){}
.boutons li:nth-child(7)::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 50%;
    height: 80%;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.boutons li:nth-child(8){
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.boutons li:nth-child(8)::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 20%;
    height: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.boutons li > a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
}
#content .boutons li a:hover,
#content .boutons li a:focus {
    color: #000!important;
    text-decoration: none;
}
.boutons li a span,
.boutons li p span span{
    display: block;
    text-transform: uppercase;
}
#content .boutons li p{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
}
#content .boutons li p > span {
    /*padding: 50px 0 0;*/
    width: 100%;
    text-align: center;
}

.boutons li svg{
    margin: 0 0 10px 0;
    max-width: 80px;
    max-height: 60px;
}
.boutons li path:first-child {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.boutons li a:hover path:first-child,
.boutons li a:focus path:first-child  {
    fill: #000;
}

.boutons li.suivre a {
    width: 60px;
}
.boutons li.suivre svg{
    max-width: 60px;
    max-height: 50px;
}
@media only screen and (max-width: 1280px) {
    .boutons li > a,
    #content .boutons li p{
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 1100px) {
    .boutons {
        width: 26.5%;
    }
}
@media only screen and (max-width: 990px) {
    .boutons {
        clear: both;
        float: none;
        padding: 0 50px;
        width: 100%;
    }
    .boutons li > a,
    #content .boutons li p{
        font-size: 1.8vw;
    }
}
@media only screen and (max-width: 990px) and (min-width: 680px){
    #content .boutons li{
        width: 24.5%;
    }
    .boutons li:nth-child(8)::after{
        border-color: #f0eeed;
    }
}
@media only screen and (max-width: 680px) {
    .boutons{
        padding: 0 20px;
    }
    .boutons li > a,
    #content .boutons li p{
        font-size: 1.6em;
    }

}

/*--------------------------------------------------------------------------------------------------------------
	== SLIDER
--------------------------------------------------------------------------------------------------------------*/
.slider{
    position: relative;
    float: right;
    padding: 0 50px 0 0;
    width: 45%;
    overflow: hidden;
}
.slider .bx-wrapper {
    margin: 0;
}
.slider .bx-wrapper::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.slider .bx-viewport{
    position: absolute!important;
    top: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    height: auto!important;
    background: #7e7e7e;
}
.slider img{
    width: 100%;
}
@media only screen and (max-width: 1100px) {
    .slider {
        width: 50%;
    }
}
@media only screen and (max-width: 680px) {
    .slider {
        float: none;
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== ALAUNE
--------------------------------------------------------------------------------------------------------------*/
.alaune{
    margin: 100px 0 0;
}
.alaune::before{
    left: 100px;
    bottom: -50px;
}
.alaune::after{
    bottom: -75px;
    left: calc(20% + -4px);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.alaune .portletHeader,
.alaune ul{
    padding-left: 50px;
}
.alaune .portletHeader::before{
    width: 100px;
}
@media only screen and (max-width: 1100px) {
    .alaune::before{
        bottom: 0;
        border-bottom: none;
    }
    .alaune::after {
        display: none;
    }
    #content .alaune ul li:nth-child(3),
    #content .alaune ul li:nth-child(4){
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 680px) {
    .alaune{
        margin: 50px 0 0;
    }
    .alaune .portletHeader,
    .alaune ul{
        padding-left: 20px;
        padding-right: 20px;
    }
    #content .alaune ul li:nth-child(4){
        margin-bottom: 0!important;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda{
    margin: 120px 0 0;
}
.agenda::after,
.agenda .portletHeader::before{
    display: none;
}
.agenda .portletHeader{
    padding: 0;
}
.agenda .portletHeader span{
    font-size: 4em;
}
.agenda ul{
    display: block;
    padding: 0;
}
#content .agenda ul li {
    display: block;
    margin: 20px 0 0;
    padding: 20px 0 0;
    width: 100%;
    background: none;
    border: none;
}
#content .agenda ul li::before{
    border-bottom-color: #b5d044!important;
}
#content .agenda ul li:hover::before {
    top: -8px;
    left: -8px;
    border-width: 10px;
}
#content .agenda ul li h2{
    margin: 0 0 5px;
}
#content .agenda ul li > span{
    color: #000!important;
    font-weight: 400;
    font-size: 1.5em;
}
#content .agenda ul li > span .datemois{
    display: inline;
    font-weight: 400;
}
.agenda .portletFooter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 0;
}
.agenda .portletFooter a {
    margin: 0 20px 5px 0;
    padding: 3px 15px;
    background: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
}
#content .agenda .portletFooter a:hover,
#content .agenda .portletFooter a:focus {
    background: #000;
    color: #fff!important;
    text-decoration: none;
}
@media only screen and (max-width: 680px) {
    .agenda{
        margin:50px 0 0;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== ZOOM SUR
--------------------------------------------------------------------------------------------------------------*/
.zoom-sur{
    position: relative;
    margin: 0;
    padding-top:calc(6.4em + 115px);
}
.zoom-sur::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100px;
    height: 50%;
    width: 1px;
    background: #000;
}
.zoom-sur h2{
    position: relative;
}
.zoom-sur h2::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: 0;
    width: 1px;
    background: #000;
}
@media only screen and (max-width: 1100px) {
    .zoom-sur{
        padding-top: 50px;
    }
}
@media only screen and (max-width: 680px) {
    .zoom-sur{
        padding-top: 50px;
    }
    .zoom-sur::before {
        height: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== COTE RESEAUX
--------------------------------------------------------------------------------------------------------------*/
#portal-columns .cote-reseaux {
    padding:50px 50px 0;
}
#portal-columns .cote-reseaux .liens{
    float: none;
    margin: auto;
}
@media only screen and (max-width: 680px) {
    #portal-columns .cote-reseaux {
        padding-left: 20px;
        padding-right: 20px;
    }
    #portal-columns .cote-reseaux .liens {
        flex-direction: column;
        width: 100%;
    }
    #portal-columns .cote-reseaux .liens li{
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletNavigationTree{
    margin:0;
    font-size: 1.2em;
}
dl.portlet.portletNavigationTree dt{
    display: none;
}
dl.portlet.portletNavigationTree dd ul{
}

/* racine */
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
    margin:0 0 8px;
    padding:0;
    background:none;
    border:none;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1.2em;
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a.navTreeCurrentItem{
    color:#000;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
    margin:0 0 5px;
    padding:0 0 0 10px;
    background:url(../images/puce-noire-petite.png) 0 0.6em no-repeat;
    border:none;
}
dl.portlet.portletNavigationTree ul li a{
    text-align: initial;
    margin:0;
    padding:0!important;
    background:none;
    font-size:1.1em;
    line-height:1.2em;
    color:#000!important;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
    color:#000!important;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
    margin:0;
    background:none;
    border:none;
    font-weight:bold;
}
dl.portlet.portletNavigationTree ul li a img{
    display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
    border-top:1px dotted #000;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
    margin:0;
    padding:5px 0;
    background:none;
    border-bottom:1px dotted #000;
}
dl.portlet.portletNavigationTree ul li ul li a{
    font-size:0.9em;
}
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
    font-weight:bold;
}

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
    margin:0 0 0 10px;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0 0 65px 0;
    width: 100%;
    min-height: 335px;
}
#portlets-in-header{
    padding: 50px;
    width: 30%;
}
#portal-top::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 40px;
    left: calc(70% - 51px);
    height: 50px;
    border: 1px solid #000;
    border-left: none;
}
#portal-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(30% + 50px);
    height: 55px;
    width: 1px;
    background: #000;
}
#user-name {
	z-index: 20;
}

#retour-racine{
    position: absolute;
	z-index: 10;
    top: 0;
    right: 0;
    width: 30%;
}
#retour-racine a{
    display: block;
    padding: 50px 50px 50px 100px;
    background: url("../images/logo-nb.png") 10px 22px no-repeat;
    background-size: 75px auto;
    font-weight: 700;
    font-size: 1.3em;
}
#portal-breadcrumbs{
    display: none;
}
@media only screen and (max-width: 1100px) {
    #retour-racine,
    #portlets-in-header{
        width: 330px;
    }
}
@media only screen and (max-width: 680px) {
    #retour-racine{
        position: relative;
        width: 100%;
        text-align: right;
    }
    #retour-racine a{
        display: inline-block;
        padding-right:20px;
        min-height: 70px;
    }
    #portlets-in-header{
        padding: 20px;
        width: 100%;
    }
    div.InHeaderPortletManager1{
        display: block;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
.logo-minisite{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 50px;
    width: 70%;
    overflow: hidden;
}
#portal-autrelogo-minisite{
    margin: 0 30px 0 0;
    width: 180px;
}
#portal-autrelogo-minisite img{
    max-width: 100%;
}
#portal-title-minisite{
    flex: 1;
    font-size: 3.5em;
    font-weight: 400;
    line-height: 1;
}
#portal-title-minisite:hover {
	text-decoration: none;
	color: #9f1735;
}

@media only screen and (max-width: 1100px) {
    .logo-minisite{
        width: calc(100% - 330px);
    }
}
@media only screen and (max-width: 990px) {
    .logo-minisite{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 680px) {
    .logo-minisite{
        padding: 20px;
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
    position: relative;
    padding: 0 50px 0 0;
    width: 100%;
}
#portal-navigation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -37px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#portal-navigation > a,
#portal-navigation div > a{
    display: none;
}
#portal-navigation ul#portal-globalnav{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 50px;
    background: #9f1735;
    width: 97vw;
}
#portal-globalnav::after {
    display: none;
}
#portal-navigation ul#portal-globalnav li{
    float: none;
}
#portal-navigation ul#portal-globalnav > li > a{
    padding: 15px 10px;
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
}
#portal-navigation ul#portal-globalnav > li:first-child > a {
    padding-left: 0;
}
#portal-navigation ul#portal-globalnav > li:last-child > a {
    padding-right: 0;
}
#portal-navigation ul#portal-globalnav > li#portaltab-index_html > a {
    padding: 22px 30px 22px 0;
    background: url("../images/home.png") 0 center no-repeat;
    text-indent: -50000px;
    font-size: 1px;
}
#portal-navigation ul#portal-globalnav ul {
    top: 110%;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 200px;
    background: #9f1735;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#portal-navigation ul#portal-globalnav li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
#portal-navigation ul#portal-globalnav ul li{
    display: block;
}
#portal-navigation ul#portal-globalnav ul li a{
    display: block;
    padding: 10px;
    width: 100%;
    background: none;
    border: none;
    border-top: 1px solid #fff;
    text-align: center;
    color: #fff!important;
    font-size: 1.2em;
}
#portal-navigation ul#portal-globalnav ul li a:hover,
#portal-navigation ul#portal-globalnav ul li a:focus {
    background: #000;
}
#portal-navigation ul#portal-globalnav ul li a img{
    display: none;
}
@media only screen and (max-width: 680px) {
    #portal-navigation{
        padding-right: 20px;
    }
    #portal-navigation::before{
        display: none;
    }
    #portal-navigation > a,
    #portal-navigation div > a{
        display: block;
        padding: 15px 20px;
        background: #9f1735;
    }
    #portal-navigation div > a{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
    }
    #portal-navigation > div{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: #9f1735;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #portal-navigation.actif > div {
        opacity: 1;
        visibility: visible;
    }
    #portal-navigation ul#portal-globalnav{
        flex-direction: column;
        padding: 20px;
        min-height: 100vh;
    }
    #portal-navigation ul#portal-globalnav li:hover ul,
    #portal-navigation ul#portal-globalnav li:focus ul,
    #portal-navigation ul#portal-globalnav ul{
         position: relative;
         top: auto;
        opacity: 0;
        visibility: hidden;
        height: 0;
        text-align: left;
     }
    #portal-navigation ul#portal-globalnav .open:hover ul,
    #portal-navigation ul#portal-globalnav .open:focus ul,
    #portal-navigation ul#portal-globalnav .open ul{
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    #portal-navigation ul#portal-globalnav ul li a{
        text-align: left;
    }
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal_colonne{
    position: relative;
    top: auto;
    right: auto;
}

/*--------------------------------------------------------------------------------------------------------------
	== HOME
--------------------------------------------------------------------------------------------------------------*/
.accueil-mini-site #portal-column-content{
    width: 100%;
}
.accueil-mini-site #portal-column-content h1{
    display: none;
}
#portletPageColumns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#portletPageColumns::after{
    display: none;
}
#portletPageTopRow{
    width: 100%;
}
#portletPageFirstColumn{
    width: calc(70% + 50px);
}
/*#portletPageSecondColumn{
    margin: 0 50px 0 0;
    width: calc(30% - 150px);
}*/
#portletPageBottomRow{
    width: 100%;
    background: #fff;
}
@media only screen and (max-width: 1100px) {
    #portletPageFirstColumn{
        width: calc(100% - 280px);
    }
    #portletPageSecondColumn{
        width: 180px;
    }
}
@media only screen and (max-width: 680px) {
    #portletPageFirstColumn{
        float: none;
        width: 100%;
    }
    #portletPageSecondColumn{
        float: none;
        margin: 0 20px;
        width: 100%!important;
    }
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
    margin: 0;
}