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

			PICPUS - minisite

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




/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORTLETS
*/
/*------------------------------------------------------------------------------------------------------------*/
.bt-raccourcis li.retour {
    display: flex;
}
.bt-raccourcis li.menu {
    display: none;
}
#content .list-item.alaune > ul > li {
    flex: 1;
}
#content .list-item .portletFooter {
    text-align: left;
}
.site-ecole .contents-map-geolocalisation .gm-style::before {
    content: url("../images/fond-footer-ecole.svg");
}

@media only screen and (max-width: 950px) and (min-width: 750px) {
    #content .list-item.alaune > ul > li:first-child {
        flex: 1;
        width: auto;
    }
}
@media only screen and (max-width: 750px) {
    #content .list-item.alaune > ul > li{
        flex: none;
    }
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HOME
*/
/*------------------------------------------------------------------------------------------------------------*/
.accueil-mini-site #portal-breadcrumbs {
    display: none;
}
.accueil-mini-site #portal-column-content {
    padding-top: 0;
}
#portletPageFirstColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#portletPageFirstColumn > div:first-child {
    width: 66.66%;
}
#portletPageFirstColumn > div:last-child {
    width: 33.33%;
}
#portletPageFirstColumn > div:first-child:last-child {
    width: 100%;
}

@media only screen and (max-width: 950px) {
    #portletPageFirstColumn > div:first-child {
        order: 2;
        width: 100%;
    }
    #portletPageFirstColumn > div:last-child {
        order: 1;
        margin: 0 0 10px;
        width: 100%;
    }
}

