/**********************************************************************
*                                                                     *
*                        www.mSKIL.uliege.be mobile 2020                     *
*                                                                     *
**********************************************************************/



/*********************************** The Shiznit ***********************************/
@font-face {
  font-family: 'Comfortaa';
  src:
    url("Comfortaa-Bold.ttf") format('truetype');
    src: local('Comfortaa'),
    url("Comfortaa-Bold.ttf") format('truetype');
font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Bold.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Bold.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-BoldItalic.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-BoldItalic.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Italic.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-LightItalic.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Light.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Italic.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Italic.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Regular.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Regular.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-SemiBold.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-SemiBoldItalic.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Bold.ttf');
    src: local('Source Sans Pro'), 
         url('SourceSansPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}



body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased
	color: #474643;
	background-color: #FFFFFF;	
	}
	
html {
	min-height: 100%;
	margin-bottom: 1px;
	}

/*********************************** Links ***********************************/


a:link {
	color:  #1FBADB;
	text-decoration: none;
	border-bottom: none;
	}
		
a:visited {
	color:  #1FBADB;
	text-decoration: none;
	border-bottom: none;
	}
		
a:hover {
	color: #1FBADB;
	text-decoration: none;
	border-bottom: 1px dotted #227EE9;
	}
	
	
		
		
a img {
	border: none;
	}

	
	.titre1  a:link {
		color: #5fa4b0;
		text-decoration: none;
		border-bottom: none;
		}
	
	.titre1 a:visited {
		color: #5fa4b0;
		text-decoration: none;
		border-bottom: none;
		}
	
	.titre1 a:hover {
		color: #5fa4b0;
		text-decoration: none;
		border-bottom: 1px dotted #227EE9;
		}
	.titre2  a:link {
		color: #E3E3F6;
		text-decoration: none;
		border-bottom: none;
		}
	
	.titre2 a:visited {
		color: #E3E3F6;
		text-decoration: none;
		border-bottom: none;
		}
	
	.titre2 a:hover {
		color: #E3E3F6;
		text-decoration: none;
		border-bottom: 1px dotted #227EE9;
		}
/*titres principaux et années dans posters*/	
.titre1 {
	font-family: "Comfortaa", cursive;
	font-display: block;
	color: #00707F;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	}

.titre2 {
	font-family: "Seravek",Helvetica,Arial,sans-serif;
    color: #5FA4B0;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	}
/*transport dans location*/
.titre0 {
	font-family: "Comfortaa", cursive;
	font-display: block;
    color: #00707F;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	}

/*********************************** Headings ***********************************/

hr {
	color: #E3E3F6;
	
	}

/*italique vert news et awards*/
h0 {
    color: rgb(0, 112, 127); 
    font-size: 18px;
    font-style: italic; 
    font-variant-ligatures: normal; 
    line-height: 1.7;
    font-variant-caps: normal; 
    font-weight: 600; 
    letter-spacing: normal; 
    orphans: 2; 
    text-align: justify;
     
	margin: 0;
	}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	text-align: justify;

	}
	
h11 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: justify;

	}
	
h12 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px; 
	font-style: normal; 
	letter-spacing: normal; 
	color: rgb(95, 164, 176);
	font-weight: 700;  
	line-height: 1.25; 
	text-transform: uppercase; 
	letter-spacing: 0.1rem;
	} 
		
h13 {
	font-family: 'Source Sans Pro', sans-serif;
    color: rgb(0, 112, 127); 
    font-size: 14px;
    font-style: italic; 
    line-height: 1.25; 
    font-weight: 600; 
    letter-spacing: normal; 
    orphans: 2; 
    text-align: justify;
    }


/*team*/
h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px; 
  font-style: normal; 
  letter-spacing: normal; 
  color: rgb(128, 128, 128);
  font-weight: 400;  
  line-height: 1.25; 
  letter-spacing: 0.1rem;

	}
h22 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px; 
  font-style: normal; 
  letter-spacing: normal; 
  color: rgb(95, 164, 176);
  font-weight: bold;  
  line-height: 1.75; 
  letter-spacing: 0.1rem;

	}
h23 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px; 
  font-style: normal; 
  letter-spacing: normal; 
  color: rgb(128, 128, 128);
  font-weight: 600;  
  line-height: 1.25; 
  letter-spacing: 0.1rem;

	}

h2tel {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px; 
  font-style: normal; 
  letter-spacing: normal; 
  color: rgb(128, 128, 128);
  font-weight: 400;  
  line-height: 1.75; 
  letter-spacing: 0.1rem;

	}
h24 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px; 
  font-style: italic; 
  letter-spacing: normal; 
  color: rgb(128, 128, 128);
  font-weight: 300;  
  line-height: 1.25; 
  letter-spacing: 0.1rem;

	}
		
/*congres poster*location adresse*nom des theses*/
h3 {
	font-family: 'Comfortaa', cursive;
	font-display: block;
    color: #5fa4b0;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
;
	}

/*titre des posters au dessus des posters*/
h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-display: block;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
    color: #5fa4b0;
		margin: 0;
	}
		
		

/*menu nav bas*/
h8 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
    color: #5fa4b0;
		margin: 0;
	}

/*webmaster date*/
h9 {
	font-family: 'Comfortaa', cursive;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	color: #8f8f8f;
		margin: 0;
	}



/*********************************** Lists ***********************************/
		
ul {
    list-style-image: url("../images/next.png");
	padding: 0 0 0px 30px;
	margin: 0;
	}
	

li {
    list-style-image: url("../images/next.png");
	padding-top: 0px;
	}






/**********************************************************************
                                                                      *
 Layout Divs                                                          *
                                                                      *
**********************************************************************/
#wrapper {
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("../images/site-images/fonduliege.png");
	background-color: #FFFFFF;
	background-size: 130% ;
	}
		
		

/*********************************** Content ***********************************/
		
#container {
	max-width: 935px;
	margin: 0 auto 0 auto;
	padding: 0;
	
	}

		
a img {border: 00;}
.zoom {
height:100%;
margin:auto;
}

.zoom img {
width:130%;
}
.zoom img:hover {
width:130%;
}

.h2e {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px; 
  font-style: normal; 
  letter-spacing: normal; 
  color: rgb(95, 164, 176);
  font-weight: 600;  
  line-height: 1.75; 
  letter-spacing: 0.1rem;

	}


.ombre_interieure {
  box-shadow: 1px 1px 12px #aaa;
  
}


	
/*********************************** Menu Components ***********************************/


#ihome #home a,
#idownloads #downloads a,
#idesign #design a,
#istock-icons #stock-icons a,
#ilinks #links a,
#ihelp #help a,
#icontact #contact a {
	color: #fff;
	border-bottom: 2px solid #fff;
	}



	

/*********************************** Terminado ***********************************/