/* Fonts */
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: url('/src/fonts/yanone/YanoneKaffeesatz-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: normal;
  src: url('/src/fonts/inconsolata/Inconsolata.ttf') format('truetype');
}
@font-face {
  font-family: 'JunctionRegular';
  src: url('/src/fonts/junction02/junction02-webfont.eot');
  src: local('?'), url('/src/fonts/junction02/junction02-webfont.woff') format('woff'), url('/src/fonts/junction02/junction02-webfont.ttf') format('truetype'), url('/src/fonts/junction02/junction02-webfont.svg#webfontwzJOjWvv') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url('/src/fonts/leaguegothic/leaguegothic-webfont.eot');
  src: local('?'), url('/src/fonts/leaguegothic/leaguegothic-webfont.woff') format('woff'), url('/src/fonts/leaguegothic/leaguegothic-webfont.ttf') format('truetype'), url('/src/fonts/leaguegothic/leaguegothic-webfont.svg#webfontWgfhmMGx') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{
    font-family: 'DroidSans' ;
    font-weight: normal ;
    font-style: normal ;
    src: url('src/fonts/DroidSans/DroidSans.ttf') format('truetype');
}

@font-face{
    font-family: 'ExpletusSans' ;
    font-weight: normal ;
    font-style: normal ;
    src: url('src/fonts/ExpletusSans/ExpletusSans-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'ExpletusSans' ;
    font-weight: bolder ;
    font-style: normal ;
    src: url('src/fonts/ExpletusSans/ExpletusSans-Bold.ttf') format('truetype');
}

@font-face{
    font-family: 'ExpletusSans' ;
    font-weight: bold ;
    font-style: normal ;
    src: url('src/fonts/ExpletusSans/ExpletusSans-SemiBold.ttf') format('truetype');
}


@font-face{
    font-family: 'ExpletusSans' ;
    font-weight: normal ;
    font-style: italic ;
    src: url('src/fonts/ExpletusSans/ExpletusSans-Italic.ttf') format('truetype');
}
@font-face{
    font-family: 'ExpletusSans' ;
    font-weight: bold ;
    font-style: italic ;
    src: url('src/fonts/ExpletusSans/ExpletusSans-BoldItalic.ttf') format('truetype');
}


header, section, footer {
  font-family: "Arial";  
}

header {
  font-weight: normal;
  letter-spacing: -.05em;
  position: absolute;
  left: 30px;
  top: 25px;
  margin: 0;
  padding: 0;
  font-size: 50px;
  text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
}

html {
    background: #ffffff;
    display: inline-block;
    padding: 6px 10px 3px 10px;
    font-size: 25px;
    line-height: 30px;
    text-shadow: none;
    letter-spacing: 0;
    bottom: 10px;
    position: relative;
}


body{        
    font-family: 'DroidSans';
    color: #333333;
    #text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);   
}

/*
div.present{
    background: rgba(150, 150, 150, 0.8);
    border-radius: 8px;
    padding: 5px ;
    border: 4px solid rgba(220, 220, 220, 0.7);
}*/

div#titre {
    text-align: center ;
    background: rgba(150, 150, 150, 0.8);
    border-radius: 8px;
    padding: 15px ;
    border: 4px solid rgba(220, 220, 220, 0.7); 
}


h1 {
    font-family: 'DroidSans'; 
    color: #333333 ;
    font-size: 180%;
    display: inline;
    font-weight: bolder ;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}
h2 {
  font-family: 'DroidSans';
  font-weight: bold ;
  color: #333333;
  font-size: 140%;
  margin: 15px 0 5px 0;
  
}
h2:first-child {
  margin-top: 0;
}


a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  line-height: 110%;
  border-bottom: 2px solid #3f3f3f;
}

p.example {
  display: block;
  padding: 10px 20px;
  color: black;
  background: rgba(128, 128, 128, 0.4);
  border-radius: 8px;
  margin-bottom: 10px;
  border: 4px solid rgba(0, 0, 0, 0.2);
}


img:hover {
  -webkit-transform: scale(2.0) rotate(0deg);
  -webkit-transform-origin: 50% 75px;
  -moz-transform: scale(2.0) rotate(0deg);
  -moz-transform-origin: 50% 75px;
  -o-transform: scale(2.0) rotate(0deg);
  -o-transform-origin: 50% 75px;
  transform: scale(2.0) rotate(0deg);
  transform-origin: 50% 75px;
  margin: auto;
}

.transitions div {
  width: 20px;
  height: 20px;
  background: red;
}
.transitions div.left {
  margin-left: 0;
}
.transitions div.right {
  margin-left: 780px;
}

body.impress-supported {
    background-image: url('logo_iut.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 80% 98% ;
}


.presentation {
  background: #778;
}
.slide {
 ;
}
.slide:nth-child(even) {
  border-radius: 20px 0;
}
.slide:nth-child(odd) {
  border-radius: 0 20px;
}


/*********************************************
 * LINKS
 *********************************************/
a:not(.image) {
  color: #13daec;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; 
}

a:not(.image):hover {
  color: #71e9f4;
  text-shadow: none;
  border: none; 
}

.roll span:after {
  color: #fff;
  background: #0d99a5; 
}

/*********************************************
 * IMAGES
 *********************************************/
img {
  display: block ;
  /*background: rgba(255, 255, 255, 0.12);*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-left: auto ;
  margin-right: auto ; }

/*************
* code      
**************/
.code {
    font-size: 16px ;
    background: rgba(150, 150, 150, 0.3);
    border-radius: 8px;
    padding: 5px ;
    border: 4px solid rgba(100, 100, 100, 0.7);
}

/*************************************
*    tables
**************************************/
table.ligne {
    width:  75%;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 1px ;
    margin-bottom: 1px ;
    padding: 0px;	
    box-shadow: 5px 5px 1px #888888;
    border: 1px solid #cccccc;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px; 
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px; 
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

table.ligne tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

table.ligne tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}

table.ligne th:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}

table.ligne tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}

table.ligne td{
    vertical-align:middle;
    background:-o-linear-gradient(bottom, #ffffff 5%, #e5e5e5 100%);	
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e5e5e5) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #e5e5e5 100%);					
    background: -o-linear-gradient(top,#ffffff,e5e5e5);
    background-color:#ffffff;
    border:1px solid #cccccc;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:0px;
    font-size:14px;
    font-family:Arial;
    font-weight:normal;
    line-height:0px;
    color:#000000;
}

table.ligne tr:last-child td{
    border-width:0px 1px 0px 0px;
}
table.ligne tr td:last-child{
    border-width:0px 0px 1px 0px;
}
table.ligne tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
table.ligne th {
    background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    background: -o-linear-gradient(top,#cccccc,b2b2b2);
    background-color:#cccccc;
    border:0px solid #cccccc;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:18px;
    font-family:Arial;
    line-height:5px;
    font-weight:bold;
    color:#000000;
}
table.ligne th td{
    background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    background: -o-linear-gradient(top,#cccccc,b2b2b2);
    background-color:#cccccc;
}
table.ligne th td:first-child{
    border-width:0px 0px 1px 0px;
}
table.ligne th td:last-child{
    border-width:0px 0px 1px 1px;
}

table.remq tr td:first-child {
    width: 100px;
    height: 100px;
    float:left;
    margin-left: 0px;
    padding: 5px 10px;
    outline: none;
    background: url('attn.png') no-repeat center;
}

table.remq tr td:last-child {
    text-align: left ;
    color: blue ;
}

p.remq {
    width: 800px;
    height: 400px;
    float:left;
    text-align: left;
    box-shadow: 0 0 15px #DDD inset;
    margin-left: 0px;
    padding: 5px 10px;
    outline: none;
    background: url('attn.png') no-repeat center;
    border: 1px; solid #999 ;
    color: blue ;
}

p.columns {
    width: 800px;
    height: 400px;
    float:left;
    text-align: left;
    margin-left: 0px;
    padding: 5px 10px;
    border: 1px; solid #999 ;
    color: blue ;
}

.columns img {
    margin-left: 50px;
    float: right; 
    
}


