/* CSS Document */
:root {
  --fond-page: #c6d9d3;
  --transition:all 0.25s ease-in-out;
  --fond-flexlogo: #afc0bb;
  --fond-clair : #e5eae6;
}

#toto:hover {
-ms-transform: scale(0.8); /* IE 9 */
-webkit-transform: scale(0.8); /* Safari 3-8 */
transform: scale(0.8);
}


@media screen and (max-width: 639px)
{
    .part-list {
		/*width: 295px;*/
		width: 320px;
		justify-content: center;
	}
	.cart-titre {
		display: none;
	}
	.part-list .cart-part {
		flex-basis: 80%;
		margin-bottom: 60px;
	}
	.titre-big {
		overflow-y: hidden;
		height: 32px;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	h2.big {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
		font-size: 3rem;
		color:#fff;
		letter-spacing: -4px;
		line-height: .8;
		margin:0px;
	}
	.soustitre {
		font-size: 1em;
		font-weight: 700;
		margin: -60px 0 -60px 0;
		text-transform: uppercase;
		color:#0050cc;
		text-align: left;
	}
	.soustitreMini {
		font-size: 1em;
		font-weight: 500;
		margin: 20px 0 10px 0;
		/*text-transform: uppercase;*/
		color:#0050cc;
		text-align: left;
	}
}

@media screen and (min-width: 640px) and (max-width: 1000px)
{
	.part-list .cart-part {
		flex-basis: 80%;
		margin-left: 35px;
		margin-bottom: 60px;
	}
	.cart-titre {
		display: -webkit-box;
		display: flex;
	}
	.titre-big {
		overflow-y: hidden;
		height: 57px;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	h2.big {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
		font-size: 5.5rem;
		color:#fff;
		letter-spacing: -7px;
		line-height: .8;
		margin:0px;
	}
	.soustitre {
		font-size: 2em;
		font-weight: 700;
		margin: -70px 0 -60px 0;
		text-transform: uppercase;
		color:#0050cc;
		text-align: left;
	}
	.soustitreMini {
		font-size: 1.6em;
		font-weight: 500;
		margin: 20px 0 10px 0;
		/*text-transform: uppercase;*/
		color:#0050cc;
		text-align: left;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1900px)
{
	.cart-titre {
		display: -webkit-box;
		display: flex;
	}
	.part-list .cart-part {
		flex-basis: 45%;
		margin-left: 35px;
		margin-bottom: 60px;
	}
	.titre-big {
		overflow-y: hidden;
		height: 100px;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	h2.big {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
		font-size: 9rem;
		color:#fff;
		letter-spacing: -17px;
		line-height: .8;
		margin:0px;
	}
	.soustitre {
		font-size: 2.8em;
		font-weight: 700;
		margin: -70px 0 -60px 0;
		text-transform: uppercase;
		color:#0050cc;
		text-align: left;
	}
	.soustitreMini {
		font-size: 2em;
		font-weight: 500;
		margin: 20px 0 10px 0;
		/*text-transform: uppercase;*/
		color:#0050cc;
		text-align: left;
	}
}
@media screen and (min-width: 1901px)
{
	.cart-titre {
		display: -webkit-box;
		display: flex;
	}
	.part-list .cart-part {
		flex-basis: 28%;
		margin-left: 35px;
		margin-bottom: 60px;
	}
	.titre-big {
		overflow-y: hidden;
		height: 104px;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	h2.big {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";
		font-size: 10rem;
		color:#fff;
		letter-spacing: -17px;
		line-height: .8;
		margin:0px;
	}
	.soustitre{
		font-size: 3em;
		font-weight: 700;
		margin: -70px 0 -60px 0;
		text-transform: uppercase;
		color:#0050cc;
		text-align: left;
	}
	.soustitreMini{
		font-size: 2.5em;
		font-weight: 500;
		margin: 20px 0 10px 0;
		/*text-transform: uppercase;*/
		color:#0050cc;
		text-align: left;
	}
}




body {
    background: none repeat scroll 0 0 var(--fond-page);
    color: #000000;
    font: 100%/1.4 Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}
p, li {
	text-align:justify;
	}
a {
  text-decoration: none;
  color:#000;
}
.LienExt {
	text-decoration: underline 2px var(--fond-flexlogo);
}
.LienExt:hover {
	background-color: var(--fond-flexlogo);
	text-decoration: underline 2px var(--fond-flexlogo);
	padding: 0 5px 0 5px;
}
h2.bigGrise { 
	color: var(--fond-flexlogo);
}
img {
	border: 0px;
	}
.parallax-window {
	/*min-height: 1080px;*/
  min-height: 100vh;
  min-width: 100vw;
	background: transparent;
}

/* MENU PRINCIPAL */
nav {
  display: bloc;
  font: inherit;
}
.menu {
  position: fixed;
  background: none;
  height:60px;
  width:100%;
  top:0;
  z-index:10000;
}

.menuHover {
  background-color: #fff !important;
}
.menu ul {
  height: 100%;
  display: flex;
  float: right;
  margin: 0;
  list-style-type: none;
  padding-right:30px;
}
.menu ul li {
  padding: 5px 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
}
.menu ul li a {
  
  color: #1e1e1c;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
  transition:var(--transition);
}
.menu ul li a::after {
  content:'';
  display: block;
  position:absolute;
  bottom: 0;
  left:0;
  width:0;
  height:2px;
  background: var(--fond-page);
  transition:var(--transition);
}
.menu ul li a:hover:after {
  width:100%;
}
/* FIN MENU PRINCIPAL */

/* parallaxe */
.parallax {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("/images/fond/BLSB_1920.jpg");
}
#parallaxe {
  /*position: relative;*/
  width:100%;
  height: 100%;

  /*background-image:url(/images/fond/BLSB_Nom_100.svg), url(/images/fond/BLSB_Nom_99.svg),url(/images/fond/BLSB_Nom_98.svg), url(/images/fond/BLSB_Nom_97.svg), url(/images/fond/BLSB_Nom_96.svg), url(/images/fond/BLSB_Nom_95.svg), url(/images/fond/BLSB_Nom_94.svg);*/
  /*background-image:url(/images/BLSB_Nom_100.svg);
  background-repeat: no-repeat;
  background-position: 9% 40%;
  background-size: 700px;*/
  /*background-color: aqua;*/
  /*margin-left:0;
  top:0;*/
  z-index:1000;
  /*animation: animatedBackground 1s linear;*/
}
#parallaxe svg {
  position: relative;
  width: 40%;
  left: 5%;
  top: 24%;
}

.Scroll {
  position: absolute;
  top: -55px;
  left:50%;
  font-size: 40px;
}
#Ligne_x5F_1 {
  /*transform: translateY(150px);*/
  transform: scaleX(0);
  animation: animatedLigne_1 0.5s ease-out 1s;
  animation-fill-mode: forwards;
}
#Ligne_x5F_2 {
  /*transform: translateY(150px);*/
  transform: scaleX(0);
  animation: animatedLigne_1 0.5s ease-out 1.6s;
  animation-fill-mode: forwards;
}
#Ligne_x5F_3 {
  /*transform: translateY(150px);*/
  transform: scaleX(0);
  animation: animatedLigne_1 0.5s ease-out 2.2s;
  animation-fill-mode: forwards;
}
#Ligne_x5F_4 {
  /*transform: translateY(150px);*/
  transform: scaleX(0);
  animation: animatedLigne_1 0.5s ease-out 2.8s;
  animation-fill-mode: forwards;
}
@keyframes animatedBackground {
  from {
    background-position: -50% 40%;
  }
  to {
    background-position: 9% 40%;
  }
}
@keyframes animatedLigne_1 {
    0% {
      transform: scaleX(0);
      transform-origin:15% 40%;
    }
    100% {
      /*background-position: 50% 40%;*/
      transform: scaleX(1);
      transform-origin:15% 40%;
    }
  }

/* FIn parallaxe */
/* Jquery Parallax*/
header {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--fond-page);
  font-size: 1.3em;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.16);
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .overlay h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 9rem;
  text-shadow: 25px -15px rgba(25, 42, 46, 0.04);
  color: #142124;
  mix-blend-mode: overlay;
}
header .overlay h1 span {
  margin-top: -2em;
  padding-top: 0.5em;
  display: block;
  letter-spacing: 5px;
  font-size: 1.25rem;
}
header .parallax {
  position: relative;
  width: 100%;
  height: 100%;
}
header .parallax div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow:hidden;
}

main {
  position: relative;
  margin-bottom: 15vh;
  padding: 2em 4em;
  min-height: 85vh;
  background-color: var(--fond-page);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  min-height: 15vh;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background-color: var(--fond-page);
  color: var(--fond-page);
}
.Page2 {
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
}

/*****  ADMINISTRATION & ANNUAIRE  *******/
p.NomMembre {
	margin:0 0 10px 20px;
	font-size: 1.1em;
}
span.PrenomMembre {
	font-weight: 600 !important;
}
span.NomMembre {
	font-weight: 800 !important;
}
.soustitreMini p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.ParticulMembre {
	font-size: 0.8em;
}
/*****  FIN de ADMINISTRATION   *******/


/*****  PARTENARIATS   *******/

.part-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0 15px 60px;
    flex-basis: 60%;
    -webkit-box-pack: end;
    justify-content: flex-start;
}
.cart-part {
    position: relative;
    box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    color: #1e1e1c;
    color: var(--color-black);
    background-color: hsla(0,0%,100%,.9);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cart-part:hover {
    -webkit-transform: scale(.95) translateZ(0);
    transform: scale(.95) translateZ(0);
}
.cart-logo {
    -webkit-box-flex: 0;
    flex: 0 0 200px;
	background-color: var(--fond-flexlogo);
    overflow: hidden;
    position: relative;
	display: grid;
	align-items: center;
	justify-content: center;
	padding:30px;
}
.cart-logo img {
	min-width: 160px;
	max-width: 100%;
	max-height: 200px;
	/*height:auto;*/
}
.cart-titre {
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 15px;
	width:100%;
}
.cart-pays {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: Ruda,sans-serif;
    font-size: .8em;
	font-weight: lighter;
	padding:0;
	margin:0;
}
/**** FIN PARTENARIATS ****/
/**** FORMATION SCECIALITE ****/

.formsp-list {
    display: -webkit-box;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    padding: 75px 0 15px 60px;
    flex-basis: 60%;
    -webkit-box-pack: end;
    justify-content: flex-start;
}
.cart-formsp {
	cursor:default;
    position: relative;
    box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    color: #1e1e1c;
    color: var(--color-black);
    background-color: hsla(0,0%,100%,.9);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	margin: 15px 40px 15px 15px;
}
.cart-formsp:hover {
    -webkit-transform: scale(.95) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.cart-logosp {
    -webkit-box-flex: 0;
    flex: 0 0 200px;
    overflow: hidden;
    position: relative;
	display: grid;
	align-items: center;
	justify-content: center;
	padding:30px;
}
.cart-logosp_coul {
	background-color: var(--fond-flexlogo);
}
.cart-logorech_coul {
	background-color: var(--fond-clair);
}
.cart-logosp img {
	min-width: 160px;
	max-width: 100%;
	max-height: 200px;
	/*height:auto;*/
}
.cart-titresp {
	display:table-cell;
	vertical-align: middle;
	height:100%;
    font-weight: 700;
	font-size:2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 15px;
	width:100%;
}
.cart-payssp {
    margin-bottom: 50px;
    font-family: Ruda,sans-serif;
    font-size: .8em;
	font-weight: lighter;
	padding:0;
	margin:0;
}
.pieces {
	margin:1px;
	padding:75px 0 15px 70px;
	width:98%;
	height:auto;
}
.pieces img {
	width:100%;
}

/**** FIN FORMATION SPECIALITE****/
/**** FORMATION ****/
.espacechapitre {
	margin-top:200px;
}
.form-text {
    position: absolute;
    top: -180px;
    background: #ffffff;
    color: #000000;
    transition: transform 330ms ease-in-out;
	height:100%;
	width:100%;
	overflow:hidden;
}
.form-text img {
	padding:10px 20px 10px 20px;
}
.cart-form:hover{
	-webkit-transform: scale(.80) translateZ(0);
    transform: scale(1.2) translateZ(0);
}
.form-list {
	display: flex;
	flex-wrap: wrap;
}
.cart-form {
	flex: 0 0 10%;
	margin: 1% 1% 1% 1%;
	position: relative;
	overflow: hidden;
}
.form-logo {
	align-items: center;
	justify-content: center;
}
.imgtaille {
    width: 100%;
    height: 100%;
}
.form-titre {
	position:relative;
    top: 0px;
    background: #c8c8c8;
    color: white;
    transition: transform 330ms ease-in-out;
	z-index: 1;
}
.cart-form-inscript {
	overflow: visible  !important;
}
.imgInscri {
	position: relative;
	top: -50px;
}
/*univ mobilite*/
.textemobilite {
    padding: 20px;
    margin: 10px 0 10px 0;
    width: auto;
    height: auto;
    background-color: #fff;
}
.mobilite-text {
    position: absolute;
    top: -180px;
    background: #ffffff;
    color: #000000;
    transition: transform 330ms ease-in-out;
	height:100%;
	width:100%;
	overflow:hidden;
}
.fontstd {
	font-size:1em;
	font-weight: normal;
}
.titrepoleEx{
	font-size: 3em;
	font-weight: 700;
	margin: 30px 0 -60px 0;
	color:#0050cc;
}

.mobilite-text img {
	padding:15px 20px 10px 20px;
}
.titrepoleEx p{
	text-align: center;
}
.cart-mobilite:hover {
	-webkit-transform: scale(.95) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.mobilite-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cart-mobilite {
	flex: 0 0 15%;
	margin: 2% 2% 2% 0;
	position: relative;
	overflow: hidden;
}
.cart-mobilite {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    color: #1e1e1c;
    color: var(--color-black);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	margin: 15px 40px 15px 15px;
}
.mobilite-logo {
	align-items: center;
	justify-content: center;
}
.mobilite-titre {
	position:relative;
    top: 0px;
    background: #C8C8C8;
    color: white;
    transition: transform 330ms ease-in-out;
	z-index: 1;
}


.biblio-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}

.cart-biblio {
	cursor:default;
	overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    color: var(--color-black);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	margin: 2% 5% 2% 5%;
	flex: 0 0 15%;
	flex-direction:column;
	background-color: var(--fond-page);
}

.biblio-logo {
	position: relative;
	height:100%;
	width:100%;
	
}

.biblio-titre {
    top: 0px;
	height: 160px;
    background-color: var(--fond-clair);
    color: white;
    transition: transform 330ms ease-in-out;
	width:100%;
	z-index: 1;
}

.biblio-logo-img {
	height: 250px;
	position: relative;
	background-color: var(--fond-flexlogo);
}
.biblio-titre-img {
	margin: 20px;
}
.img-contener {
	margin:50%;
	transform: translateX(-50%) translateY(-50%);
}
/**** FIN FORMATION ****/

/**** ECOLE ETE 2026 ***/
.ComitScienMenbre {
	clear: left;
}
.ComitScienStatus {
	clear: left;
	margin:0;
	padding:50px 0 0 0;
}

.ComitScienStatusImg {
	float: left;
	height: 70px;	
}
.ComitScienStatusNom {
	float: left;
	height: 70px;
	align-content: center;
	padding-left:10px;
}