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

			DIOCESE DE BESANCON - sites mouvements

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

body {
    overflow-x: hidden;
}

body::before{
    left: 0;
    right: auto;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORTLETS
*/
/*------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------
	== 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;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito{
    position: relative;
    float: right;
    margin: 0 0 80px;
    width: 40%;
    font-size: 1.4em;
}
.edito h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    padding: 20px 50px 0 50px;
    background: #fff;
    font-weight: 400;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1;
}
.edito h2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 10px;
    width: 150px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.edito a:hover {
	text-decoration: none;
}

.edito a.savoirplus:hover {
	text-decoration: underline;
}

.edito .illustration,
.edito .description,
.edito .savoirplus {
    display: block;
    margin: 0 50px;
}
.edito .portletFooter{
    position: relative;
    margin: 10px 0 0;
    padding: 100px 50px 20px;
}
.edito .portletFooter::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    width: 150px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.edito .portletFooter a{
    display: inline-block;
    padding: 10px 20px;
    background: #f0eeed;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: 700;
}
@media only screen and (max-width: 990px) {
    .edito {
        float: none;
        width: 100%;
    }
    .edito h2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .edito .illustration,
    .edito .description,
    .edito .savoirplus{
        margin: 0 20px;
    }
    .edito .portletFooter{
        padding: 50px 20px 0;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== SLIDER
--------------------------------------------------------------------------------------------------------------*/
.slider{
    position: relative;
    float: left;
    padding: 0;
    width: 60%;
    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) {

}
@media only screen and (max-width: 990px) {
    .slider {
        float: none;
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== ALAUNE
--------------------------------------------------------------------------------------------------------------*/
.alaune{
    float: right;
    margin: 100px 0 0;
    width: 61.4%;
}
.alaune::before{
    left: auto;
    right: 100px;
    bottom: -50px;
    border-right: 1px solid #000;
    border-left: none;
}
.alaune::after{
    bottom: -75px;
    left: auto;
    right: calc(20% - 4px);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.alaune .portletHeader,
.alaune ul{
    padding-left: 0;
    padding-right: 50px;
}
.alaune .portletHeader::before{
    left: auto;
    right: 0;
    width: 100px;
    border-right: none;
    border-left: 1px solid #000;
}
#content .alaune ul li{
    margin-left: 10px;
    margin-right: 0;
}
@media only screen and (min-width: 800px) {
    .alaune .portletHeader span{
        order: 2;
    }
    .alaune .portletHeader a{
        order: 1;
        margin-left: 13px;
    }
}
@media only screen and (max-width: 1100px) {
    .alaune{
        float: none;
        width: 100%;
    }
    .alaune::before{
        bottom: 0;
        border-bottom: none;
    }
    .alaune::after {
        display: none;
    }
    .alaune .portletHeader{
        margin-right: 0;
        margin-left: 100px;
    }
    #content .alaune ul li:nth-child(3),
    #content .alaune ul li:nth-child(4){
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 990px) {
    .alaune{
        margin: 50px 0 0;
    }
    .alaune .portletHeader,
    .alaune ul{
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    #content .alaune ul li:nth-child(4){
        margin-bottom: 0!important;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda{
    margin: 100px 0 0;
    padding: 0 50px;
}
.agenda::after,
.agenda .portletHeader::before{
    display: none;
}
.agenda .portletHeader{
    padding: 0;
}
.agenda .portletHeader span{
    font-size: 4em;
}
#content .agenda ul{
    display: block;
    padding: 0;
	margin-top: 30px;
}
#content .agenda ul li,
#content .agenda ul li:last-child{
	vertical-align: top;
    display: inline-block;
    padding: 20px 0 0;
    width: 32%;
    margin: 0 0 10px 12px;
    padding: 20px;
    background: #fff;
    border: 1px solid #b5b5b5;
	height: 200px;
}

}
#content .agenda ul li::before{
    border-bottom-color: #00afec!important;
}
#content .agenda ul li:hover::before {
    top: -18px;
    left: -18px;
    border-width: 20px;
}

#content .agenda ul li h2{
    margin: 30px 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: 990px) {
    .agenda {
        margin: 50px 0 0;
        padding: 0 20px;
    }

    #content .agenda ul li,
    #content .agenda ul li:last-child {
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
.nav-mvt ul{
    position: relative;
    margin: 0;
    padding: 0 0 1px;
    list-style: none;
}
.nav-mvt ul.actif::after {
    content: '';
    position: absolute;
    top: -1000%;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    background: #f0eeed;
    opacity: 0.8;
}
.nav-mvt ul li{
    position: relative;
    z-index: 2;
    margin: 0;
}
.nav-mvt ul.actif li.open-nav {
    z-index: 3;
    border: none;
    background: #b5d044;
}
.nav-mvt ul.actif li.open-nav::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 50px;
    background: #b5d044;
	color: black;
}
.nav-mvt ul.actif li.open-nav::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    width: 50px;
    background: #b5d044;
	color: black;
}
.nav-mvt ul.actif li.open-nav svg{
    opacity: 0;
}
.nav-mvt ul.actif li.open-nav a{
    color:  black;
}
.nav-mvt ul li a{
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-mvt ul li a:hover,
.nav-mvt ul li a:focus {
    text-decoration: none;
}
.nav-mvt ul li a strong{
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
}
.nav-mvt ul li a svg{
    margin: 0 10px 0 0;
    width: 30px;
}
.nav-mvt ul li a path{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-mvt ul li:not(.actif) a:hover path[id*=fond]{
    fill: #000;
}

@media only screen and (max-width: 680px) {
    .nav-mvt {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f0eeed;
    }
    .nav-mvt ul{
        display: flex;
        justify-content: space-around;
        padding: 0 20px;
        border: none;
    }
    .nav-mvt ul::before {
        display: none;
    }
    .nav-mvt ul li{
        margin: 10px 0;
        padding: 0;
        width: 25%;
        border: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nav-mvt ul li.InHeaderPortletManager5{
        display: none;
    }
    .nav-mvt ul li a{
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        font-size: 1em;
        line-height: 1;
    }
    .nav-mvt ul li a svg{
        margin: 0;
        width: 20px;
    }
    .nav-mvt ul li a strong{
        font-size: 1.1em;
    }

}

/*--------------------------------------------------------------------------------------------------------------
	== ZOOM SUR
--------------------------------------------------------------------------------------------------------------*/
.zoom-sur{
    position: relative;
    float: left;
    margin: 0;
    padding-top:calc(6.4em + 115px);
    width: 38.6%;
}
.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{
        float: none;
        padding-top: 50px;
        width: 100%;
    }
}
@media only screen and (max-width: 990px) {
    .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: 1100px) {
    #portal-columns .cote-reseaux .liens{
        width: 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{
    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;
}




#visual-portal-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
    position: fixed;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0 0 65px 0;
    width: calc(30% - 50px);
    min-height: auto;
}
#portlets-in-header{
    padding: 0px 0 50px 50px;
    width: 100%;
}
.site-service-diocesain-formation #portlets-in-header,
.accueil-mini-site #portlets-in-header{
    padding-right: 50px;
    position: initial;
}
#retour-racine{
    position: absolute;
    top: 0;
    right: calc(-100vw + 100%);

}
#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;
}
.accueil-mini-site #portal-breadcrumbs{
    display: none;
}
#portal-breadcrumbs{
    margin: 0 0 50px 50px;
    width: calc(100% - 50px);
	background: #b5d044;
}
@media only screen and (max-width: 1100px) {
    #portal-top,
    #retour-racine,
    #portlets-in-header{
        width: 330px;
    }
    #portlets-in-header {
        padding-right: 50px;
    }
    #portal-breadcrumbs {
        margin-left: 0;
    }
}
@media only screen and (max-width: 680px) {
    #portal-top {
        position: relative;
        padding: 0 0 20px;
        width: 100%;
    }
    #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: block;
    padding: 50px 0 25px 50px;
    width: 100%;
    overflow: hidden;
}
.accueil-mini-site .logo-minisite{
    padding-right: 50px;
}
#portal-autrelogo-minisite{
    display: block;
    margin: 0 0 10px;
    width: 180px;
    max-width: 100%;
}
#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: #b5d044;
}
@media only screen and (max-height: 990px) {
	#portal-title-minisite{
		font-size: 4vh;
	}
}

@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: 0 20px;
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/


#portal-navigation.site-mvt{
	position:fixed;
	z-index:150;
	margin:0;
    top: 20px;
    right: calc(30% - 150px);
}
#portal-navigation.site-mvt.fixed {
	position: fixed;
	top:0;
	left:0;
	right: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-navigation.site-mvt > div{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(31,31,31,0.9);
    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.site-mvt.actif > div {
    opacity: 1;
    visibility: visible;
}

/*
	BOUTONS
*/
#portal-navigation.site-mvt > a {
    position: relative;
    z-index: 4;
	display: block;
}
#portal-navigation.site-mvt > a img{
	-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.site-mvt > a:hover img,
#portal-navigation.site-mvt > a:focus img{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#portal-navigation.site-mvt > a span{
	position: absolute;
	top: 0;
	left: 100%;
	padding: 2px 5px;
	font-weight: 700;
	opacity: 1;
	-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.site-mvt > a:hover span,
#portal-navigation.site-mvt > a:focus span{
	opacity: 1;
}
#portal-navigation.site-mvt > div > a {
    position: absolute;
    top: 50px;
    right: 50px;
}

/*
  	RUBRIQUES
*/
#portal-navigation.site-mvt #portal-globalnav{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
	margin: 0;
    padding: 65px 0 65px 50px;
    width: calc(70% + 50px);
    height: 100%;
	background:none;
}
#portal-navigation.site-mvt #portal-globalnav > li{
	position:relative;
    flex: 1;
	margin: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.site-mvt #portal-globalnav > li > a{
    position: relative;
	display: block;
	padding:10px;
	min-width:0;
	background:none;
	border:none;
	font-size:2em;
	text-transform:uppercase;
    text-align: right;
    color: #fff;
}
#portal-navigation.site-mvt #portal-globalnav li:hover a,
#portal-navigation.site-mvt #portal-globalnav a:hover,
#portal-navigation.site-mvt #portal-globalnav a:focus,
#portal-navigation.site-mvt #portal-globalnav .selected a,
#portal-navigation.site-mvt #portal-globalnav .selected a:hover,
#portal-navigation.site-mvt #portal-globalnav .selected a:focus{
	background:none;
	color:#fff;
    font-weight: 400;
    text-decoration: none;
}
#portal-navigation.site-mvt #portal-globalnav > li.ssnav > a::after {
    content: '+';
    position: absolute;
    right: -15px;
}
#portal-navigation.site-mvt #portal-globalnav > li.ssnav.open > a::after {
    content: '-';
}

/*
	MENU DEROULANT
*/

#portal-navigation.site-mvt #portal-globalnav li:hover ul.submenu,
#portal-navigation.site-mvt #portal-globalnav li ul.submenu{
    position: relative;
    top: auto;
    left: auto;
	z-index:2;
	display: none;
	padding:0;
	width:auto;
	background:none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
/*----------------*/
#portal-navigation{
    position: relative;
    padding: 0 20px 0 0;
    width: 100%;
}
#portal-navigation.site-mvt > a{
    display: none;
}
#portal-navigation > a,
#portal-navigation div > a{
    display: block;
    padding: 15px 20px;
    background: #b5d044;
	color: black;
}
#portal-navigation div > a{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
#portal-navigation > div{
    position: fixed;
    top: 0;
    left: calc(30% - 50px);
    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{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 20px;
    background: #b5d044;
    min-height: 100vh;
}
#portal-globalnav::after {
    display: none;
}
#portal-navigation ul#portal-globalnav li{
    float: none;
}
#portal-navigation ul#portal-globalnav > li > a::before{
    content: '';
    display: inline-block;
    width: 20px;
}
#portal-navigation ul#portal-globalnav > li.open > a::before {
    content: '-';
}
/*
    #portal-navigation ul#portal-globalnav > li.close > a::before {
        content: '+';
    }
*/
#portal-navigation ul#portal-globalnav > li > a{
    padding: 15px 50px;
    background: none;
    border: none;
    color: black;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
}

#portal-navigation ul#portal-globalnav ul {
}
#portal-navigation ul#portal-globalnav li:hover ul,
#portal-navigation ul#portal-globalnav li:focus ul,
#portal-navigation ul#portal-globalnav ul{
    display: block;
    position: relative;
    top: auto;
    padding: 0 70px;
    height: 0;
    text-align: left;
    background: #b5d044;
    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 .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{
    display: block;
}
#portal-navigation ul#portal-globalnav ul li a{
    display: block;
    padding: 10px;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    color: #000!important;
    font-size: 1.2em;
}
#portal-navigation ul#portal-globalnav ul li a:hover,
#portal-navigation ul#portal-globalnav ul li a:focus {
    background: #00783e;
	color: #fff !important;
}
#portal-navigation ul#portal-globalnav ul li a img{
    display: none;
}
@media only screen and (max-width: 680px) {
    #portal-navigation > div{
        left: 0;
    }
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/

#portal-columns{
    margin: 130px 0 0 calc(30% - 50px);
    width: calc(70% + 50px);
}
#portal-column-content{
    margin: 0 0 0 50px;
    padding: 0 50px 0 0;
    width: calc(100% - 50px);
    overflow: hidden;
}
#portal_colonne{
    display: none;
}
@media only screen and (max-width: 1100px) {
    #portal-columns{
        width: calc(100% - 330px);
    }
    #portal-column-content {
    margin-left: 0;
    }
}
@media only screen and (max-width: 680px) {
    #portal-columns,
    .accueil-mini-site #portal-columns {
        margin: 0;
        width: 100%;
    }
    #portal-column-content{
        margin: 0;
        padding: 0;
        width: 100%;
    }
}
/*--------------------------------------------------------------------------------------------------------------
	== HOME
--------------------------------------------------------------------------------------------------------------*/
.accueil-mini-site #portal-column-content{
    margin: 0;
    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: 100%;
}
#portletPageSecondColumn{
    margin: 0 50px 0 0;
    width: calc(30% - 150px);
}
#portletPageBottomRow{
    margin: 0 0 0 50px;
    width: 100%;
}
@media only screen and (max-width: 680px) {
    #portletPageFirstColumn{
        float: none;
        width: 100%;
    }
    #portletPageSecondColumn{
        float: none;
        margin: 0 20px;
        width: 100%;
    }
    #portletPageBottomRow {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #searchform #search-field{
    position: relative;
    display: block;
    margin: 0 0 50px;
    padding: 0 50px;
    width: 50%;
    text-align: left;
}
#portal-column-content #content-core #searchform #search-field input[type=text]{
    padding: 10px;
    width: 100%;
    background: none;
    border: 1px solid #f0eeed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.4em!important;
}
#portal-column-content #content-core #searchform #search-field input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 20px;
    background: #3B2E29;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 1.4em!important;
}
.template-search .portlet-embed-add-this{
    display: none;
}
@media only screen and (max-width: 1200px) {
    #portal-column-content #content-core #searchform #search-field {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {

    #portal-column-content #content-core #searchform #search-field {
        padding: 0 20px;
    }
    #portal-column-content #content-core #searchform #search-field input[type=submit] {
        right: 20px;
    }
}
/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
    margin: 0;
    width: 100%;
}