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

			ASSOMPTION LYON - Sites associés

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

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

/*--------------------------------------------------------------------------------------------------------------
	== BANDEAU
--------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 680px) {
    .accueil-mini-site .image-bandeau {
        height: 65vh;
    }
}

/*--------------------------------------------------------------------------------------------------------------
    == ALAUNE
--------------------------------------------------------------------------------------------------------------*/
.alaune{
    margin: 0;
    padding: 20px var(--margin-global-fluide);
}
.alaune .portletHeader {
    position: relative;
    text-align: center;
    line-height: 1;
}
.alaune .portletHeader .entete{
    padding: 0;
    width: 100%;
    background: none;
    text-align: center;
    color: #fff;
    font-family: 'assomption', serif;
    font-size: 7em;
    font-weight: normal;
    text-transform: uppercase;
}
#content .alaune .portletHeader a,
#content .alaune .portletHeader a:hover,
#content .alaune .portletHeader a:focus{
    position: absolute;
    right: 0;
    bottom: 0.9em;
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
}
#content .alaune .portletHeader a::before{
    content: "\e90f";
    margin: 0 5px 0 0;
    font-family: 'assomption-icon' !important;
    font-size: 0.8em;
}
.alaune ul {
    display: flex;
    flex-wrap: wrap;
}
#content .alaune ul li{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 33%;
    background: #e7e5e8;
    overflow: hidden;
}
.alaune ul li + li{
    margin-left: 0.5%;
}
.alaune li h2 {
    padding: 10px 20px;
    font-size: 1.5em;
    font-family: 'plutoregular', sans-serif;
}
.alaune li h2 a{
    color: #000!important;
}
#content .alaune li h2 a:hover,
#content .alaune li h2 a:focus {
    text-decoration: none;
    color: var(--color-primary)!important;
}
.alaune li h2 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.alaune li a.illustration{
    display: block;
    overflow: hidden;
}
.alaune li img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.alaune li:hover img,
.alaune li a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.alaune li .savoirplus{
    display: none;
}

@media only screen and (max-width: 680px) {
    #content .alaune {
        position: relative;
        margin-bottom: 30px;
    }
    #content .alaune .portletHeader {
        position: static;
    }
    #content .alaune .portletHeader a,
    #content .alaune .portletHeader a:hover,
    #content .alaune .portletHeader a:focus {
        top: auto;
        bottom: 0;
        right: var(--margin-global-fluide);
    }

    #content .alaune ul li {
        width: 100%;
    }
}
/*--------------------------------------------------------------------------------------------------------------
	== EXERGUE
--------------------------------------------------------------------------------------------------------------*/
.exergue{
    margin: 0;
    height: 100%;
}
#content .exergue ul{
    height: 100%;
}
#content .exergue li{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 30px;
    height: 100%;
    min-height: 22vw;
    overflow: hidden;
}
.exergue li h2{
    position: relative;
    z-index: 3;
    margin: 5px 0 0;
    font-family: 'plutobold', sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
}
#content .exergue li h2 a{
    color: #fff;
}
#content .exergue li:hover h2 a,
#content .exergue li h2 a:hover,
#content .exergue li h2 a:focus {
    color: var(--color-primary)!important;
    text-decoration: none;
}
.exergue li > span {
    position: relative;
    z-index: 3;
    font-family: 'plutobold', sans-serif;
    font-size: 2.5em;
    color: #fff;
    line-height: 1;
}
.exergue li .illustration{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#content .exergue li .illustration::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.exergue li img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.exergue li.width100 img {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto;
}
.exergue li.width100:hover a img,
.exergue li.width100 a:hover img,
.exergue li.width100 a:focus img {
    -webkit-transform: translate(0, -50%) scale(1.05);
    -moz-transform: translate(0, -50%) scale(1.05);
    -ms-transform: translate(0, -50%) scale(1.05);
    -o-transform: translate(0, -50%) scale(1.05);
    transform: translate(0, -50%) scale(1.05);
}
.exergue li.height100 img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: auto;
}
.exergue li.height100:hover a img,
.exergue li.height100 a:hover img,
.exergue li.height100 a:focus img {
    -webkit-transform: translate(-50%, 0) scale(1.05);
    -moz-transform: translate(-50%, 0) scale(1.05);
    -ms-transform: translate(-50%, 0) scale(1.05);
    -o-transform: translate(-50%, 0) scale(1.05);
    transform: translate(-50%, 0) scale(1.05);
}
@media only screen and (max-width: 680px) {
    #content .exergue li{
        min-height: 64vw;
    }
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 680px) {
    #portal-top > nav{
        display: flex;
        flex-direction: column-reverse;
    }
}

/*--------------------------------------------------------------------------------------------------------------
	== RETOUR RACINE
--------------------------------------------------------------------------------------------------------------*/
#retour-racine {
    margin: 10px 10px 0 0;
}
#retour-racine > a{
    display: block;
    padding:5px 8px;
    min-width:0;
    background: #000;
    border:none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size:1.5em;
    font-family: 'plutoregular', sans-serif;
    text-transform:uppercase;
    line-height: 1;
    color: #fff;
}
#retour-racine > a:hover,
#retour-racine > a:focus {
    text-decoration: none;
}
#retour-racine > a::after {
    content: "\e90d";
    margin: 0 0 0 5px;
    font-family: 'assomption-icon' !important;
    font-size: 0.7em;
}



/*------------------------------------------------------------------------------------------------------------*/
/*CONTACT*/
/*------------------------------------------------------------------------------------------------------------*/


.bt-raccourcis li a.pop-contact{
	display:none;
}

.site-ecole-internationale .bt-raccourcis li a.pop-contact-ecole{
	display:block;
}



.site-enseignement-superieur .bt-raccourcis li a.pop-contact-sup{
	display:block;
}





/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
#portletPageFirstColumn{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 0 0 var(--margin-global-fixe) var(--margin-global-fluide);
    background: var(--color-primary);
}
#portletPageFirstColumn > div:first-child{
    flex: 1;
}
#portletPageFirstColumn > div + div{
    width: 35%;
}
.accueil-mini-site #portal-breadcrumbs{
    display: none;
}
@media only screen and (max-width: 680px) {
    #portletPageFirstColumn > div + div{
        width: 100%;
    }
	
	#portletPageFirstColumn > div:first-child{
		order:2;
	}	
	
	
	
	
}