/* general */

*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 15px;
}
h1
{
    font-family: Arial, serif;
    font-size: 22px;
    color: #444;
}
h2
{
    color: #444;
    font-size: 16px;
}
h3
{
    font-size: 20px;
    color: #444;
}
h4
{
    font-size: 13px;
    color: #444;
}
p
{
    line-height: 20px;
    color: #777;
}
ul
{
    list-style: none;
}
a
{
    text-decoration: none;
    color: #444;
}
small
{
    font-size: 13px;
    font-style: italic;
}
.wrapper
{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
.clear
{
    clear: both;
}
.orange
{
    color: #ff7a00;
}

/* header */

header
{
    height: 70px;
}

header h1
{
    float: left;
    text-transform: uppercase;
    margin-top: 15px;
}
header nav
{
    float: right;
    margin-top: 10px;
}
header nav ul li
{
    display: inline-block;
}
header nav ul li a
{
    text-transform: uppercase;
   /* font-weight: bold;*/
    margin-right: 20px;
}

/* pages contenu */

#biocv , #actu , #myexpo 
{
    display:none;
    position:fixed;
    left: 100px;
    top: 100px;
    background: rgba(255,255,255, 0.9);
    width: 550px;
    height: 350px;
    float: left;
    border-radius: 12px;
    z-index: 4;
} 
.contenu
{
    height: 98%;
    width: 98%;
    margin: 5px 0 0 0;
    padding: 10px 5px 10px 15px;
    text-align: justify;
    overflow: auto;
    box-sizing: border-box;
}
.sticky 
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 0 7px 0;
    background-color: transparent;
}
.fermer
{
    opacity: 0.5;
}
.fermer:hover
{
    opacity: 1;
}
#biocv:target 
{
    display:block
}
#actu:target 
{
    display:block
}
#myexpo:target 
{
    display:block
}
/* possibilities*/

#possibilities
{
    background-color: #efefef;
    padding: 30px 0;
}
#possibilities article
{
    width: 250px;
    height: 250px;
    float: left;
    border-radius: 20px;
    margin: 15px 20px 15px 0;
}
#possibilities article:first-child
{
   /* margin-right: 10px;*/
}
.overlay
{
    background: rgba(255,255,255, 0.70);
    height: 12%;
    width: 80%;
    padding: 10px;
    border-radius: 20px 0 20px 0;
    text-align: center;
    box-sizing: border-box;
}
article h4
{
    /* border-bottom: 1px solid #ddd;*/
    padding-bottom: 10px;
    text-transform: uppercase;
    /* margin-bottom: 10px; */
    text-align: center;    
}
#possibilities p
{
    text-align: center;
    /* margin-bottom: 20px; */
}
.button-2
{
    color: #fff;
    background-color: #ff7a00;
    padding: 6px 20px;
    border-radius: 3px;
}
.button-2:hover
{
    color: #fff;
    background-color: #02b8dd;
}


/* footer*/

footer
{
    height: 30px;
    background-color: #fff;
}
.copyright
{
    text-align: center;
   /* font-weight: bold;*/
    padding-top: 10px;
    color: #777;
}

/*                  slide show              */

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: '4,7'%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  display: block;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.visio {
    margin: auto;
    display: block;
    width:inherit;
    max-height: 650px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 150px;
  width: auto;
  height: 32px;
  padding: 16px;
  margin-top: -50px;
  color: lightslategray;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 16px;
  margin: 10px 0px;
  color: white;
  border-radius: 8px ;
}

.demo {
  cursor: pointer;
  width: inherit;
  max-height: 70px;
  height: auto;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}