@import url(./fonts/league-gothic/league-gothic.css);

@font-face {
  font-family: "Railway";
  src: url("./fonts/Raleway-Regular.ttf") format("truetype")
 }



body {
   background: none repeat scroll 0% 0% #fff;
   font-family: "Railway", Verdana, Geneva, Tahoma, sans-serif;
}

.reveal-viewport {
  background: none;
}

div {
   box-sizing: border-box;
}

iframe {
    width: 100vw;
    height: 90vh;
}

.reveal table {
  font-size: 80%;
}

.logo{
    background-image: url("univnew.png");
    z-index: 100;
    width:121px;
    height: 121px;
    position: fixed;
    top:10px;
    right:10px;
    background-size: cover;
}

.reveal a {
  color: #4676b4;
  text-decoration: none;
}

.reveal {
  font-family: "Railway", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #000;
}

.mouse {
  cursor: url(souris.png), auto;
}

::selection {
  color: #fff;
  background: #d33682;
  text-shadow: none;
}

.reveal .flex {
    border: 2px solid grey;
    height:60vh;
    display: flex;
    flex-direction: column;
}

.reveal .flex footer {
    border: 2px solid orange;
    margin-top: auto;
}

.reveal .flex2 {
    border: 2px solid grey;
    height:60vh;
    display: flex;
    flex-direction: row;
}

.reveal .flex2 main {
    border: 2px solid orange;
    flex-grow: 2;
}

.reveal .flex2 nav {
    border: 2px solid green;
    flex-grow: 1;
}

.reveal .flex2 aside {
    border: 2px solid blue;
    flex-grow: 1;
}

.reveal .flex3 {
    border: 2px solid grey;
    height:60vh;
    display: flex;
    flex-direction: column;
}

.reveal .flex3 main {
    border: 2px solid orange;
    flex-grow: 2;
}

.reveal .flex3 nav {
    border: 2px solid green;
    flex-grow: 1;
}

.reveal .flex3 aside {
    border: 2px solid blue;
    flex-grow: 1;
}

.reveal .flex4 {
    display: flex;
    border: 2px solid grey;
    height:50vh;
}

.reveal .flex4 main {
    margin: auto;
    border: 2px solid orange;
}

.reveal .flex41 {
    height:80vh;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    text-align: left;
}

.reveal .flex41 main {
    flex:1;
}

.reveal .flex41 main, .reveal .flex42 main, .reveal .flex43 main {
    background-color: green;
}

.reveal .flex41 header, .reveal .flex42 header, .reveal .flex43 header {
    background-color: darkorange;
}

.reveal .flex41 .wrapper {
    display: flex;
}

.reveal .flex41 aside {
    flex:1;
}

.reveal .flex41 .un, .reveal .flex42 .un, .reveal .flex43 .un {
    background-color: gray;
}

.reveal .flex41 .deux, .reveal .flex42 .deux, .reveal .flex43 .deux {
    background-color: darkslategray;
}

.reveal .flex41 footer, .reveal .flex42 footer, .reveal .flex43 footer {
    background-color: black;
}

.reveal .flex42 {
    height:80vh;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    text-align: left;
}

.reveal .flex42 main {
    flex:3;
}

.reveal .flex42 .wrapper {
    display: flex;
    flex:1;
}

.reveal .flex42 .wrapper .un {
    order:-1;
}

.reveal .flex42 .wrapper aside {
    flex:1;
}

.reveal .flex43 {
    height:80vh;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    text-align: left;
}

.reveal .flex43 main {
    flex:3;
}




.reveal .flex5 {
    display: flex;
    flex-direction: row;
}

.reveal .flex5 p, .reveal .flex6 p, .reveal .flex7 p, .reveal .flex8 p, .reveal .flex9 p, .reveal .flex10 p, .reveal .flex11 p, .reveal .flex12 p, .reveal .flex13 p{
    font-size: 1.3rem;
    margin:0;
    border:2px solid black;
}

.reveal .flex6 {
    display: flex;
    flex-direction: row-reverse;
}

.reveal .flex7 {
    display: flex;
    flex-direction: column;
}

.reveal .flex8 {
    display: flex;
    flex-direction: column-reverse;
}

.reveal .flex9, .reveal .flex10 {
    display: flex;
    flex-direction: row;
    border: 2px solid orange;
}

.reveal .flex9{
    justify-content: space-between;
}
.reveal .flex10 {
    justify-content: center;
}

.reveal .flex11{
    justify-content: flex-end;
}
.reveal .flex12 {
    justify-content: space-around;
}

.reveal .flex11, .reveal .flex12 {
    height: 20vh;
    display: flex;
    flex-direction: column;
    border: 2px solid orange;
}

.reveal .flex13 {
    display: flex;
}

.reveal .flex13 .surement {
    order: -1;
}


section ul li {
    text-indent:10px;
}

section ul li pre {
    text-indent: 0;
}

section>ul>li {
    list-style-type: '\27A4';
}

section>ul>li li {
    list-style-type: '\2794';
}

section>ul>li li li {
    list-style-type: '\2714';
}

.col-35 {
  width: 35%;
}
.col-40 {
  width: 40%;
}
.col-50 {
  width: 50%;
}
.col-60 {
  width: 60%;
}
.col-65 {
  width: 65%;
}
.col-100 {
  width: 100%;
}

.row-5.middle {
  height: 5%;
  padding-top: 0.5em ! important;
}

.row-10.middle {
  height: 10%;
  padding-top: 0.5em ! important;
}

.top {

}

.bottom {

}
.row-5 {
  height: 5vh;
}
.row-10 {
  height: 10vh;
}
.row-15 {
  height: 15vh;
}
.row-20 {
  height: 20vh;
}
.row-25 {
  height: 25vh;
}
.row-30 {
  height: 30vh;
}
.row-35 {
  height: 35vh;
}
.row-40.middle  {
  height: 40vh;
}
.row-40 {
  height: 40vh;
}

.row-45 {
  height: 45vh;
}

.row-50 {
  height: 50vh;
}

.row-90 {
  height: 90vh;
}

.row-100 {
  height: 100vh;
}

.ipv4.header {
  background-color: #550;
}

.header {
  margin: 0;
  position: fixed;
}

.left.content {
  float: left;
  margin: 0;
}

.right.content {
  float: left;
  margin: 0;
}

.ipv4.content {
  background-color:#770;
}

.wrapper {
  display: table;
}

.wrapper .text-box {
  display: table-cell;
}
.wrapper .text-box .pad {
  line-height: 30em;
}

.wrapper .text-box ul {
  list-style: none;
  margin-left: 0;
  padding-left: -10px;
  color: #000;
}

.wrapper .text-box ul li {
  line-height: 1em;
}

.slides h2, .slides h3, .slides h4, .slide h5 {
    font-family: "Railway", Verdana, Geneva, Tahoma, sans-serif;
    background-color: #0f6eb1;
    color: #f8de0f;
}

.ipv6.content {
  background-color: #fff;
}

.reveal .controls button {
    color:#4676b4;
}

.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
   border-right-color: #4676b4;
}
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
   border-left-color: #4676b4;
}
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
   border-top-color: #4676b4;

}

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
   border-bottom-color: #4676b4;
}
.reveal .controls div.navigate-down.enabled:hover {
   border-top-color: #4676b4;
}
.reveal .controls div.navigate-right.enabled:hover {
   border-left-color: #4676b4;
}
.reveal .controls div.navigate-left.enabled:hover {
   border-right-color: #4676b4;
}
.reveal .controls div.navigate-up.enabled:hover {
   border-bottom-color: #4676b4;
}

.reveal .deux-elements p ~ ul , .reveal .deux-elements p {
    max-width: 50%;
    float:left;
    font-size: 0.7em;
    box-sizing: border-box;
}

.reveal .deux-elements ul {
    margin-top:30px;
    margin-left: 50px;
}

.reveal .deux-elements pre {
    max-width: 45%;
    float:left;
    font-size: 0.6em;
    box-sizing: border-box;
    margin-left: 10px;
}
