@font-face {
 font-family:Snippet;
 src:url(../scripts/Snippet-Regular.ttf);
 font-display:swap
}
body,
html {
 padding:0;
 margin:0;
 font-family:tahoma,arial,helvetica,sans-serif
}
.titled,
h1,
h2,
h3,
h4,
h5 {
 font-family:Snippet,tahoma,arial,helvetica,sans-serif;
 font-weight:400;
 margin:0
}

a{
  color:#33a4db;
  text-decoration: none;
}

header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  background:#fff;
  box-shadow:0 0 5px rgba(0,0,0,.25);
  padding:10px 2%;
  font-size:0;
  min-height:70px;
  z-index:10;
}
header nav, header h1{
  display:inline-block;
  vertical-align: middle;
  width:33%;
}
header nav{
  width:67%;
}
header h1{
  font-size:44px;
}
header h1:before{
  content:"";
  width:70px;
  height:70px;
  float:left;
  background:url(img/icon.png) no-repeat center;
  background-size: contain;
  margin-right:10px;
}
header h1 em{
  display:block;
  font-size:14px;
  color:#999;
}
header ul{
  padding:0;
  list-style:none;
  text-align: right;
  font-size:16px;
}
header li{
  display:inline-block;
  white-space:nowrap;
  margin:0 1%;
}
header li a{
  display:block;
  border-radius:3px;
  padding:5px;
  color:#33a4db;
  text-decoration: none;
}

main{
  text-align:center;
  display:block;
  margin-top:90px;
  
}



#main{
  display:block;
  overflow:hidden;
  height:600px;
}
#main:after{
  content:"";
  width:0px;
}
#main video{
  display:block;
  margin:0;
  width:100%;
  height:560px;
  object-fit: cover;
  z-index:-1;
  background:#eee;
  opacity:.8;
  position:absolute;
}
#infos, #main:after{
  display:inline-block;
  vertical-align: middle;
  width:100%;
  max-width:1500px;
  height: auto; 
  margin:0;
  padding:0;
}
#main:after{
  content:"";
  width:0px;
  height:560px;
}

#infos h2{
  margin:0;
  font-size:50px;
  text-shadow:1px 1px 0px rgba(255,255,255,.5);
  padding:5px 12px;
  display:block;
  font-weight:bold;
  letter-spacing:1px;
  margin-top:30px;
  margin-bottom:50px;
  height:50px;
}
#infos h2>span{
  display:inline-block;
  vertical-align: top;
  font-size:15px;
  width:0;
}
#infos h2>span>span{
  display:block;
  background:rgba(0,0,0,.5);
  height:20px;
  line-height:22px;
  width:154px;
  letter-spacing:0;
  border-radius:3px;
  margin:50px 0 0 -155px;
  opacity:0.9;
  color:#fff;
  text-shadow:1px 1px 1px #000;
}

.infodate{
  position:fixed;
  background:rgba(0,0,0,.75);
  color:#fff;
  padding:10px;
  border-radius: 4px;
  width:8%;
  left:calc(54% + 625px);
  top:calc(90px + 12%);
  box-shadow:0 0 10px rgba(0,0,0,.25);
}
.infodate.left{
  left:auto;
  right:calc(54% + 625px);
}
.infodate p{
  margin:0;
  font-size:12px;
  color:#aaa;
}
.infodate p:first-of-type{
  margin-top:-28px;
  text-align:left;
}
.infodate p a{
  margin:0;
  font-size:12px;
  color:#aaa;
  text-decoration: none;
}
.infodate p a span{
  display:block;
  font-size:40px;
  margin-top:15px;
  color:#fff;
  text-align: center;
  font-family:Snippet,tahoma,arial,helvetica,sans-serif;
}
.infodate.left p a span{
  font-size:30px;
  margin-top:0;
}
.infodate p img{
  display:block;
  max-width: 100%;
  margin:5px 0;
}
.infodate.left p img{
  animation: chat infinite linear 1s;
}
@keyframes chat{
  from{transform: scale(0.7);}
  to{transform: scale(.8);}
  
}
.infodate p:last-of-type{
  margin-top:15px;
}
.infodate p:last-of-type>span{
 color:#fff;
  font-size:0px;
  margin-top:5px;
  display:block;
}
.infodate p:last-of-type>span>span{
  font-size:44px;
  display:inline-block;
  vertical-align: top;
  font-family:Snippet,tahoma,arial,helvetica,sans-serif;
}
.infodate p:last-of-type>span>span:first-of-type:after{
  content:"/";
  color:#aaa;
  font-size:30px;
  display:inline-block;
  vertical-align: top;
  line-height:50px;
  margin:0 2px;
}
.infodate p:last-of-type>span>span:last-of-type{
  font-size:18px;
  display:block;
}


#infos .choose{
  display:inline-block;
  vertical-align: middle;
  margin:10px 3%;
  height:auto;
  width:46%;
  max-width: 320px;
  background:rgba(0,0,0,.2);
  padding:10px;
  border-radius:4px;
  color:#fff;
  text-shadow:1px 1px 1px #000;
  backdrop-filter:blur(4px);
}
#infos .btn {
  font-size:0px;
padding: 0;
border-radius: 3px;
color: #fff;
box-shadow: 0 0 5px rgba(0,0,0,.25);
border: 1px solid #f66;
text-shadow: 1px 1px 1px #000;
  display:inline-block;
  width:auto;
}
#infos .btn h3, #infos .btn h3 a{
  margin:0;
  padding:0;
  display:inline;
  color:#fff;
  font-size:20px;
  background:linear-gradient( #e33, #c33);
}
#infos .btn h3, #infos .btn h3 a:hover{
  background:linear-gradient( #f11, #d22);
}
#infos .btn.disabled, #infos .btn.disabled h3 a, #infos .btn.disabled h3 a{
  cursor: not-allowed;
  background:linear-gradient( #777, #888);
  color:#aaa;
  border-color:#999;
  text-shadow:1px 1px 0 #444;
}
#infos .btn h3 a{
  font-family:tahoma,arial,helvetica,sans-serif;
  text-decoration:none;
  display:inline-block;
  color:#fff;
padding: 7px 15px;
}
.choose .btn h3 a:before{
  content:"";
  display:inline-block;
  vertical-align: top;
  width:24px;
  height:24px;
  background:url(img/_windows.png) no-repeat center;
  background-size: contain;
  margin:0px 10px 0px -5px;
}
.choose .btn.macos h3 a:before{background-image:url(img/_mac.png);}
.choose .btn.std h3 a:before{background-image:url(img/_std.png);}
.choose .btn.firefox h3 a:before{background-image:url(img/_firefox.png);}
.choose .btn.safari h3 a:before{background-image:url(img/_safari.png);}
.choose .btn.chrome h3 a:before{background-image:url(img/_chrome.png);}
.choose .btn.edge h3 a:before{background-image:url(img/_edge.png);}

.choose .btn.disabled h3 a:before{opacity:0.4;}
.choose .btn.disabled h3:before{
content:"NON COMPATIBLE";
  position:absolute;
  font-family: tahoma,arial,helvetica,sans-serif;
  font-size:10px;
  font-weight: bold;
  background:#c33;
  padding:2px 5px;
  border-radius:50px;
  margin:-7px;

}

#infos .btn:first-of-type h3, #infos .btn:first-of-type dl{
display:inline-block;
  vertical-align: top;
}
#infos .btn:first-of-type dl{
margin:0;
  padding:0;
  width:25px;
  height:38px;
  display: block;
  float:right;
  font-size:12px;
  text-align: right;
  padding:0;
  white-space:normal;
}
#infos .btn:first-of-type dt{
display:block;
  width:24px;
  height:38px;
  font-size:0;
  text-align:center;
  line-height: 43px;
  border-left:1px solid #f66;
  cursor:pointer;
  background:linear-gradient( #e33, #c33);
}
#infos .btn:first-of-type dt:hover{
  background:linear-gradient( #f11, #d22);
}
#infos .btn:first-of-type dt:before{
  content:"";
  display: inline-block;
  width:0;
  height:0;
  border:4px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
  box-shadow: -1px 1px 0px rgba(0,0,0,.5);
}
#infos .btn:first-of-type dd{
display:block;
  overflow: hidden;
  margin:0;
  margin-left:-193px;
  background:rgba(0,0,0,.75);
  transform: scale(1);
  height:0px;
  transition:all 0.25s;
 width:218px;
}
#infos .btn:first-of-type dl:hover dd,
#infos .btn:first-of-type dl:focus dd,
#infos .btn:first-of-type dl:focus-within dd,
#infos .btn:first-of-type dl.focus dd{
  height:45px;
}
#infos .btn:first-of-type dd a{
color:#fff;
  text-decoration: none;
  font-size:18px;
  display:block;
  text-align: left;
  margin:5px 0;
    padding:7px 10px;
  background: url(img/_windows.png) no-repeat 15px center;
  background-size: 22px;
  padding-left:45px;
}
#infos .btn:first-of-type dd.macos a{
  background-image: url(img/_mac.png);
}
#infos .choose p{
 font-size:16px;
  color:#ddd;
  border-bottom:1px solid #ddd;
  padding-bottom:15px;
  margin-bottom:10px;
}
#infos .choose>dl{
  padding:0 0 5px 0;
  margin:0;
}
#infos .choose>dl>dt{
  display:none;
}
#infos .choose>dl>dd{
  padding:0 5%;
  margin:0;
  text-align:left;
  line-height:30px;
}
#infos .choose>dl>dd:before{
  content:"+";
  font-family: courier, courier new, tahoma, srial, helvectica, sans-serif;
  display:inline-block;
  vertical-align: middle;
  background:#5abd40;
  text-shadow: none;
  color:#fff;
  width:16px;
  height:16px;
  text-align: center;
  line-height: 15px;
  font-size:18px;
  font-weight: bold;
  border-radius:8px;
  margin-right:7px;
  margin-top:-3px;
  box-shadow:1px 1px 1px rgba(0,0,0,.5);
}
#infos .choose>dl>dt:last-of-type ~ dd:before{
  content:"-";
  background:#d95d5d;
}
#ou{
  display:inline-block;
  vertical-align: middle;
  font-size:30px;
  color:#fff;
  text-shadow:1px 1px 1px #000;
}


section{
  display:inline-block;
  vertical-align: top;
  text-align: left;
  padding:50px 10px;
  margin:10px;
  max-width:1250px;
  width:90%;
}
section h2{
  font-size:36px;
  border-bottom:1px solid #ddd;
  padding-bottom:5px;
  margin-bottom:5px;
}


#presentation, #exposition{
  width:calc(50% - 50px);
  max-width:600px;
}


#exposition>div:not(:last-child){
  border-bottom:1px solid #ccc;
  margin-bottom:15px;
}
#exposition>div{
  margin-top:15px;
  padding:10px 2%;
}
#exposition .info{
  display:inline-block;
  background:#33a4db;
  width:80px;
  color:#fff;
  text-align: center;
  border-radius:4px;
  font-size:12px;
  padding:8px 5px;
  text-shadow:1px 1px 0 rgba(0,0,0,.5);
  float:left;
  margin:0 10px 10px 0;
}
#exposition .info h4>span{
  font-size:0px;
  margin-top:5px;
  display:block;
}
#exposition .info h4>span>span{
  font-size:30px;
}
#exposition .info h4>span>span:first-of-type:after{
  content:"/";
  opacity:0.5;
  font-size:22px;
  display: inline-block;
  vertical-align: top;
  line-height:36px;
}
#exposition .info h4>span>span:last-of-type{
 display:block;
  font-size:16px;
}
#exposition h3{
  font-size:40px;
  font-weight:bold;
  border-bottom:1px solid #eee;
  padding-top:15px;
}
#exposition>div>p:first-of-type{
  margin:0;
  padding:5px 0;
  color:#666;
}
#exposition>div>div.details{
  clear:both;
  padding-left:5%;
  text-align: justify;
  font-size:14px;
}
#exposition>div>div.details .gal{
  text-align: center;
  display: flex;
}
#exposition>div>div.details .gal a{
  display:block;
  margin:2px;
}
#exposition>div>div.details .gal a img{
 max-width:100%;
  box-shadow:0 0 3px #aaa;
  border:1px solid #fff;
  transition:all 0.25s;
}
#exposition>div>div.details .gal a:hover img{
transform: scale(1.2);
}


#comment ul{
  padding:0;
  list-style: none;
  font-size:0;
  text-align: center;
}
#comment ul li{
  display:inline-block;
  vertical-align: top;
  width:calc(40% - 4px);
  max-width: 300px;
  padding:0 1% 10px 1%;
  margin:15px 4%;
  font-size:30px;
  font-family:Snippet,tahoma,arial,helvetica,sans-serif;
  border-radius:5px;
  background:url(img/dp_auto.png) no-repeat top center #000;
  background-size:65%;
  color:#fff;
  padding-top:200px;
  opacity:0.9;
}
#comment ul li:hover{
  opacity:1;
}
#comment ul li:first-of-type{
  background-image:url(img/dp_libre.png);
  background-size:57%;
  background-position-y: 7px;
}
#comment ul li span{
  font-family:tahoma,arial,helvetica,sans-serif;
  display:block;
  font-size:14px;
  margin-top:10px;
  padding:0 5px;
}
#comment video{
  max-width:100%;
  height:auto!important;
  margin-top:15px;
  margin-bottom:0;
}

#c_online{
  border:3px solid #000;
  padding: 10px;
  max-width:750px;
  margin: 20px auto;
  overflow: hidden;
  border-radius:10px;
  background: #eee;
}
#c_online:before{
content:"";
  background:url(img/online.png) no-repeat center;
  background-size: contain;
  height:40px;
  width:40px;
  display:inline-block;
  float:left;
  margin-right:10px;
  filter:invert(1);
}
#c_unity{
  text-align: center;
  font-style:italic;
  margin-top:50px;
  color:#999;
}
#c_unity:after{
  content:"";
  width:100%;
  height:30px;
  margin-top:10px;
  display: block;
  filter: invert(.7);
  background: url(https://naufrage-thegame.com/pictures/unity.png) no-repeat center top;
  background-size: contain;
}

#f_alert{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:3000;
  text-align: center;
  background:rgba(255,255,255,.5);
}

#f_alert>div, #f_alert:before{
  content:"";
  display:inline-block;
  vertical-align: middle;
}
#f_alert:before{
 height:70%;
}
#f_alert>div{
  padding:20px 35px 15px;
  background:#fff;
  width:calc(90% - 70px);
  max-width: 650px;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0,0,0,.5);
  text-align: left;
}
#f_action{
  text-align: right;
  padding-top:15px;
  border-top:1px solid #eee;
  margin:15px -10px 0;
}
#f_alert h3{
  font-size:28px;
  margin-bottom:7px;
  padding-bottom:0;
  margin-left:-2px;
}
#f_alert p{
  margin-top:5px;
}
#f_alert p.nota{
  border:3px dashed #eee;
  padding:7px 10px 7px 60px;
  border-radius:10px;
  line-height:24px;
  background:url("img/Hangouts_icon.svg") no-repeat 10px center;
  background-size:40px;
}
#f_action button, #f_action a{
  border:none;
  padding:5px 15px;
  margin-left:5px;
  cursor:pointer;
  font-family:Snippet,tahoma,arial,helvetica,sans-serif;
  font-size:20px;
  font-weight: bold;
  color:#33a4db;
  border-radius:3px;
  background:#fff;
}
#f_action button:nth-child(2){
  color:#933;
}
#f_action button:hover, #f_action a:hover{
  box-shadow:0 0 20px #def inset;
  color:#000;
}
#f_action button:nth-child(2):hover{
  box-shadow:0 0 20px #fdd inset;
}

#contact h3{
  margin:20px 0 0 0;
  font-size: 30px;
}
#contact h3:before{
  content:"";
  display: inline-block;
  float:left;
  margin-right:15px;
  width:100px;
  height:100px;
  border-radius: 50px;
  background:url(https://portfolio.thomas-daveluy.fr/public/.carre2_s.jpg) no-repeat center;
  background-size: contain;
}
#contact p{
  margin:10px 0;
  overflow: hidden;
}

#instructions{
  display:flex;
  transition:opacity .3s 0s, z-index 0s .5s;
  opacity:0;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-10;
  background:rgba(255,255,255,.6);
  justify-content: center;
  align-items: center;
}

#instructions.show{
  transition:opacity .3s 0s, z-index 0s 0s;
  opacity:1;
  z-index:1000;
}
#instructions >div{
  display:block;
  width:96%;
  max-height: 96%;
  background:#fff;
  padding:10px;
  border-radius:5px;
  max-width:1200px;
  box-shadow: 1px 5px 10px rgba(0,0,0,.5);
  overflow:auto;
}
#instructions >div>a{
  float:right;
  font-size:38px;
  display:block;
  width:34px;
  height:34px;
  line-height: 32px;
  text-align: center;
}
#instructions >div>h2{
  font-size:34px;
  border-bottom:1px solid #ddd;
  padding-bottom:5px;
  padding-left:5px;
  margin-bottom:10px;
}
#instructions >div>p{
  margin-top:0;
  font-size:18px;
  padding-left:5px;
  font-style:italic;
  color:#999;
}
#instructions >div>ul{
  padding:10px 10px 0;
  display: flex;
  list-style:none;
  flex-grow: 4;
  justify-content: space-around;
  counter-reset: cpte;
  align-items: flex-start
}
#instructions li{
  width:25%;
  margin:5px 30px 0;
  max-width:300px;
  flex-grow: 4;
  text-align: center;
  list-style: none;
  border-left:1px solid #eee;
  padding-left:40px;
  height:auto;
}
#instructions.macos li:not(.et_WI),
#instructions:not(.macos) li{
  counter-increment: cpte;
}

#instructions svg{
  display:inline;
  width:18px;
  height:18px;
  margin-bottom:-2px;
}
#instructions li:before{
  content: counter(cpte) ". ";
  float:left;
  background:#fff;
  color:#222;
  width:40px;
  height:40px;
  font-size:50px;
  line-height:24px;
  margin:0 0 0 -55px;
  font-family:Snippet,tahoma,arial,helvetica,sans-serif;
}
#instructions li>span{
  color:#777;
  font-size:14px;
}
#instructions li>em{display:none;}
#instructions img{
  max-width: 95%;
  max-height:95%;
  margin:0px;
  display:inline-block;
  vertical-align: middle;
}
#instructions li>span:first-of-type{
  border-bottom:1px solid #ddd;
  display:block;
  width:100%;
  height:200px;
  margin-top:-3%;
  margin-bottom:10px;
  padding-bottom:10px;
}
#instructions li>span:first-of-type:before{
  content:"";
  display:inline-block;
  vertical-align: middle;
  height:100%;
  width:0;
}

#instructions:not(.macos) li.et_Mac,
#instructions.macos li.et_WI{
  display:none;
}

@media screen and  (max-width:1700px) {
  .infodate {
    border-radius: 4px 0 0 4px;
    width: 120px;
    left: auto;
    right:0;
    z-index:100;
  }
  .infodate.left {
    border-radius: 0 4px 4px 0;
    left: 0;
    right:auto;
  }
}
@media screen and  (max-width:1300px) {
  body{padding-bottom:80px;}
  .infodate {
    border-radius: 4px 0 0;
    width: 300px;
    left: auto;
    right:0;
    top:auto;
    bottom:0;
}
  .infodate.left {
    border-radius: 0 4px 0 0;
    left: 0;
    right:auto;
    height:90px;
}
  .infodate p, .infodate p a span{
    text-align: left;
    display:block;
    margin-top:10px;
}
  .infodate p img {
    width:100px;
    float:left;
    margin-right:10px;
}
  .infodate p:last-of-type {margin-top: 5px;}
  .infodate p:last-of-type > span > span, .infodate p:last-of-type > span > span:after, .infodate p:last-of-type > span > span:first-of-type::after {
    font-size: 34px;
    line-height: 34px;
}
  .infodate.left p:last-of-type  {
    margin-top:30px;
}
  .infodate p:last-of-type > span > span:last-of-type {
    display: none;
}
}
@media screen and  (max-width:950px) {
  header h1{width:100%;}
  header nav{display:none;}
  #infos h2 {
    height:auto;
}
  header nav, #infos .choose, #infos #ou, .choose dl{
    display:none!important;
    width:100%;
  }
  #infos .choose:last-of-type{
    display:inline-block!important;
  }
  #infos .choose .btn a{
    font-size:0px;
  }
  #infos .choose .btn a:after{
    content:"C'est parti !";
    font-size:24px;
  }
  #infos .choose p{
    border:none;
    padding-bottom:0;
    font-size:0;
    margin-bottom:5px;
  }
  #infos .choose p:after{
    font-size:16px;
    content:"Explorez La Galerie directement \A depuis votre téléphone";
    white-space: pre;
    display:block;
    padding-top: 10px
  }
  
  section{
    display:block;
    width:96%!important;
    padding:0!important;
    margin:35px 2% 50px!important;;
  }
  
  #instructions >div>ul{
  display:block;
   overflow:auto;
    padding:0;
}
  #instructions li{
  display:block;
   width:calc(100% - 70px);
    max-width:9999px;
    text-align: left;
    border:none;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
    padding:20px;
    clear:both;
    overflow: hidden;
    height:auto;
    min-height:50px;
}
  #instructions li:before{
  margin:0;
}
  #instructions ul>li>span:first-of-type{
    width:50%;
    max-width: 200px;
    min-height:120px;
    height:120px;
    float:left;
    border:none;
    text-align: center;
    padding:0 10px;
    margin:-5px 5px 0 0;
}
  #instructions ul>li>span:first-of-type img{
    vertical-align: top;
}
}
@media screen and  (max-width:750px) {
  #comment ul li{
    display:block;
    margin:20px 0%;
    width:58%;
    max-width:999px;
    padding:2% 2% 2% 40%;
    background-size:38%!important;
    background-position:1% center!important;
    text-align: left;
  }
  
  .infodate {
    border-radius: 0;
    width: 96%;
    padding:5px 2%;
}
  .infodate p:first-of-type a{
    color:#000;
    opacity:1;
  }
}