body.index,
body.index2
{
	background-color: white;
}
#index-photo{
	width: 100%;
	height: calc( 100vw / 3.623 );
	background-image: url(../img/index-photo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

#index-chiffres{
	width: 100%;
	overflow-x: clip;
	padding: 4em 0;
}
#index-chiffres-test{
	width: 100%;
	height: 350px;
	background-image: url(../img/index-chiffres.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin:2em auto;
}


/* SLOGAN + FORMATION */

#index-photo-container{
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
	max-width: var(--header-max-width);
	position: relative;
}
#index-slogan{
    color: white;
    font-size: 28px;
	letter-spacing: 1px;
    text-shadow: 1px 1px 2px black;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding-bottom: calc( 5% + 5vw );
    padding-left: calc( var(--logo-size) * 1.3 + var(--header-padding-side) );
}
#index-slogan>span{
    max-width: 500px;
}
#index-slogan b{
	font-size: 120%;
}
.slogan-ligne{
	display: block;
}

#index-logo-univ{
	width: var(--logo-size);
	height: calc( var(--logo-size) * 1.6 );
	border-radius: 0 0 var(--logo-size) var(--logo-size);
	position: absolute;
	top: 0;
    left: var(--header-padding-side);	
	z-index: 5;
	background-image:url("../img/logo-univ-index.png");
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-color: rgba(66, 41, 96, .6);
	/*box-shadow: var(--box-shadow);*/
}
	#index-logo-univ a{
		height: 100%;
		width: 100%;
		display: block;
	}

#index-recherche-formation{
	background: linear-gradient(to right, #3579bc, #498e90);
	border:1px solid var(--main-yellow);
	border-radius: var(--boutons-radius);
	padding: 1.6em 1.9em;
	color: white;
	width: 440px;
	font-size: 14px;
	margin: 0 3em 0 auto;
}
#index-recherche-formation h3{
	font-size: 110%;
	color: var(--main-yellow);
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: .3em;
}
#index-recherche-formation .index-formation-button {
    font-weight: 600;
    color: #003e62;
    text-transform: uppercase;
    width: 100%;
	border-radius: 20px;
	background-color: var(--main-yellow);
	margin-top: .6em;
}
#index-recherche-formation .index-formation-button:hover {
    color: var(--main-yellow);
	background-color: #003e62;
	background-image: none;
}

.selectHidden{
	opacity: 0;
	height :35px;
	margin: .5em 0;
   	overflow : hidden;
}

.index-select-container .select2 {
	background-color: transparent;
	color: white;
	border-radius: 20px;
	width: 100%;
	margin:.5em 0;
	background-image: url(../img/caret-down.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position-x: 100%;
  	background-position-y: 2px;
	font-size: 14px;
}
.index-select-container .select2-container--default .select2-selection--multiple{
	background-color: transparent;
	border: 1px solid white;
	border-radius: 20px;
	padding-bottom: 0 !important;
}
.index-select-container .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid rgba(255, 255, 255, .5) ;
    outline: 0;
	height: 100%;
}

.index-select-container .select2-container .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.index-dropdown.select2-dropdown {
    background: linear-gradient(to right, #3579bc, #498e90);
    border-radius: 20px;
	color: #ffffff;
}
.index-dropdown .select2-results__option {
    padding-left: 12px;
}
.select2-container--default .index-dropdown .select2-results__option--selected {
    background-color: rgba(0, 0, 0, .3) ;
	color: rgba(255, 255, 255, .7);
}
.select2-container--default  .index-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(255, 255, 255, .3);
}
.index-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(0,0,0,.3) !important;
    border: none !important;
    border-radius: 20px;
	color: white !important;
	/*padding-top: .07em;
	padding-bottom: .07em;*/
	margin-top: 1px !important;
	margin-bottom: 1px !important;
	margin-left: 2px !important;
}
.index-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgb(255, 255, 255) !important;
    border-right: none !important;
	/*background-color: rgba(0,0,0,.2);*/
	padding: 0 0.5em;
}
.index-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	border: 100%;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    height: 100%;
}
.index-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
	display: none;
}
.index-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    content: "\f057";
	font-family: var(--font-awesome);
	font-weight: 400;
}
.index-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: .6em;
    padding-right: 13px;
}
.index-select-container .select2-search__field::placeholder {
    color: rgba(255, 255, 255, 1);
	/*padding-left: .8em;*/
	font-size: 110%;
}
.index-select-container .select2-container--default .select2-selection--multiple{
    min-height: 35px;
    min-height: unset;
	line-height: unset;

	display: block;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.index-select-container .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
	padding-left: .7em;
	height: unset;

	height: 2.4em;
    line-height: 1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
.index-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.index-select-container  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: transparent !important;
    color: var(--main-pink) !important;
}


/* ACTU */

#index-actu-container{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	padding:3em 0;
	font-family: var(--font-main);
}
#index-actu-container.actus-liste{
	flex-wrap: wrap;
	justify-content: flex-start;
}
#actu-menu{
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	padding:0;
	font-family: var(--font-main);
	margin-left:var(--section-padding);
}

.index-actu-bloc{
	width: 300px;
	height: 254px;
	border-radius: var(--boutons-radius);
	box-shadow: var(--box-shadow);
	overflow: hidden;
	margin: 0 2em;
	transition: all .3s;
}
#actu-menu .index-actu-bloc{
	margin: 0 0 3em 0;
}
#index-actu-container.actus-liste.index-actu-bloc {
    width: 29%;
    margin: 0 2%;
}
#index-actu-container.actus-liste .index-actu-bloc{
	margin-bottom: 4em;
}
#index-actu-container .index-actu-bloc:before,
#actu-menu .index-actu-bloc:before{
	content: none;
	display: none;
}
#index-actu-container .index-actu-bloc,
#actu-menu .index-actu-bloc{
	color: inherit;
	white-space: normal;
}
.index-actu-bloc:hover{
	box-shadow: var(--box-shadow-hover);
	transform: scale(1.1);
}

.index-actu-img{
	height: 60%;
	background-image: url(../img/actu-test.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-actu-content{
	height: 40%;
	padding:1.2em 1em;
	line-height: 1.1;
	text-overflow: ellipsis;
	background-color: white;
}
.index-actu-titre{
	font-size: 90%;
	font-weight: 800;
	margin-bottom: .4em;
}
.index-actu-text{
	font-size: 80%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/* ANIM */
#chiffres-container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-top: 130px;
	margin-bottom: 64px;
}
.index-chiffres-anim-container{
	width: 248px;
	text-align: center;
	line-height: 1.3;
	position: relative;
	opacity: 0;
}
.index-chiffres-anim-chiffre{
	font-size: 400%;
	font-weight: 700;
	z-index: 2;
}
.index-chiffres-anim-text{
	padding: 0 2.5em;
	z-index: 2;
}
.index-chiffres-anim-img{
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.index-chiffres-anim-container:nth-child(1){ color: #3a74b9; }
.index-chiffres-anim-container:nth-child(2){ color: #6fb63c; }
.index-chiffres-anim-container:nth-child(3){ color: #ef840c; }
.index-chiffres-anim-container:nth-child(4){ color: #e9599d; }
.index-chiffres-anim-container:nth-child(5){ color: #f4462f; }

.index-chiffres-anim-container:nth-child(1) .index-chiffres-anim-img{ background-image: url(../img/anim-1.svg); }
.index-chiffres-anim-container:nth-child(2) .index-chiffres-anim-img{ background-image: url(../img/anim-2.svg); }
.index-chiffres-anim-container:nth-child(3) .index-chiffres-anim-img{ background-image: url(../img/anim-3.svg); }
.index-chiffres-anim-container:nth-child(4) .index-chiffres-anim-img{ background-image: url(../img/anim-4.svg); }
.index-chiffres-anim-container:nth-child(5) .index-chiffres-anim-img{ background-image: url(../img/anim-5.svg); }

.index-chiffres-anim-cercle{
	width: 100%;
	/*padding-bottom: 100%;*/
	position: absolute;
	top:-48px;
	left:0;
	z-index: 2;
}
.index-chiffres-anim-cercle-bg{
	z-index: 1;
}

@media screen and (max-width: 2000px) {

	#index-photo{
		background-image: url(../img/index-photo@1x.jpg);
	}
}

@media screen and (max-width: 1079px) {

	#index-photo{
		height: calc( 400px );
		margin-bottom: calc( 190px - 2em );
		background-size: auto calc( 400px ) ;
		background-position: top center;
		overflow: visible;
	}
	#index-photo-container{
		align-items: flex-start;
	}
	#index-slogan{
		font-size: calc( 2vw + 1.5vh );
		height: 400px;
		line-height: 1.7;
		text-align: left;
		padding: 1em;
		justify-content: center;
	}
	.slogan-ligne{
		display: inline;
	}
	#index-logo-univ {
		top: -30px;
	}

	#index-recherche-formation{
		position: absolute;
		width: 90%;
		max-width: 460px;
		margin: 0 auto;
		top: calc( 400px - 2em );
		height: 190px;
		text-align: center;
		padding: 1.4em 1.7em;
	}
	#index-recherche-formation h3{
		white-space: nowrap;
		font-size: 105%;
	}

	#chiffres-container{
		margin-top: 100px;
	}
	.index-chiffres-anim-container {
		margin-bottom: 3em;
	}

	#index-actu{
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#index-actu-container{
		flex-direction: column;
		padding-bottom: 0;
	}
	.index-actu-bloc {
		margin-bottom: 2em;
	}

    #actu-menu{
        display: none;
    }
}