article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

@font-face {
    font-family: 'MeteoconsRegular';
    src: url('../fonts/meteocons-webfont.woff') format('woff'),
         url('../fonts/meteocons-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:active,
a:hover,
a:focus,
input:focus,
input:active {
	-moz-outline-style: none;
	outline: none;
	outline: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Abel', sans-serif;
	color: #ffffff;
	background: #adc3dc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	outline: none;
	color: #ffffff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ececec;
}


/* Header */

.just-header {
	padding: 1em 1em 0;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.demo-1 .just-header {
	position: absolute;
}

.just-header h1 {
	margin: 0 auto 0 0;
	letter-spacing: -1px;
	font-size: 1.65em;
	line-height: 1;
	display: inline-block;
}

.info {
	width: 100%;
}

/* My wraps */

#logo {
	position: fixed;
	left: 15px;
	top: 15px;
	width: 180px;
	height: 45px;
	z-index: 30;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	overflow: hidden;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}

#righter {
	position: fixed;
	right: 20px;
	top: 25px;
	font-size: 18px;
	color: #ECECEC;
	cursor: pointer;
	text-align: right;
	z-index: 40;
}

#righter a {
	color: #ECECEC;
}

#addbar {
	position: fixed;
	right: 10px;
	bottom: 1px;
	cursor: pointer;
	text-align: right;
	line-height: 3px;
	z-index: 40;
}

#footer {
	position: fixed;
	font-size: 1em;
	text-align: left;
	left: 10px;
	bottom: 2px;
}

#time {
	position: fixed;
	top: 80px;
	right: 10px;
	z-index: 100;
}

.sld {
	position: fixed;
	width: 150px;
	bottom: 50px;
	right: 15px;
    cursor: pointer;
	z-index: 100;
	opacity: 0.7;
}

.compte {
    font-size: 60px;
    color: #ECECEC;
}



 
/* Demo links */

.just-demos a {
	display: inline-block;
	color: #ECECEC;
	font-size: 18px;
}

.just-demos2 {
	position: absolute;
	display: inline-block;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	bottom: 10vh;
	margin-right: 0em;
	z-index: 100;
}

.just-demos a:not(:last-child) {
	margin-right: 1em;
}

.just-demos a.current-demo {
	color: #ECECEC;
}

/* Demo2 links */

.just2-demos a {
	text-align: center;
	display: inline-block;
}

.just2-demos a:not(:last-child) {
	margin-right: 0em;
}


.image-preload {
	position: absolute;
	left: -9999px;
}

.nosupport {
	display: none;
	margin: 0 auto;
	font-size: 1.25em;
	padding: 1em;
	position: fixed;
	bottom: 0;
	width: 100vw;
	text-align: center;
	background: #a74e71;
	z-index: 1000;
}

.no-webgl .nosupport {
	display: block;
}
















/* FROM style1.css */

.icon {
	font-family: 'MeteoconsRegular';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon--rainy:before {
	content: "R";
}

.icon--sun:before {
	content: "B";
}

.icon--drizzle:before {
	content: "Q";
}

.icon--winter:before {
	content: "W";
}

.icon--storm:before {
	content: "P";
}

.icon--cafe:before {
	content: "A";
}

.slideshow {
	position: relative;
	height: 100vh;
	width: 100vw;
	background: url(../img/background.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.slideshow::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 35vh 0 0 0;
	pointer-events: none;
	line-height: 1;
}

.slide--current {
	pointer-events: auto;
}

.slideshow__nav {
	text-align: center;	
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	bottom: 28vh;
	z-index: 55;
}

.nav-item {
	display: block;
	padding: 1em;
	margin-right: 5px;
	color: #ffffff;
}

.nav-bg {
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 50%;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}


/* 
.nav-bg-b {
	background-color: rgba(70,81,102,0.7);
	
	background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 50%;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.nav-bg-m {
	background-color: rgba(70,102,102,0.7);
	
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 50%;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.nav-bg-g {
	background-color: rgba(70,102,70,0.7);
	
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 50%;
border: 1px solid rgba( 255, 255, 255, 0.18 );	
}

.nav-bg-y {
	background-color: rgba(102,92,70,0.7);
	
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 50%;
border: 1px solid rgba( 255, 255, 255, 0.18 );	
}

.nav-bg-r {
	background-color: rgba(102,70,70,0.7);
	
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 50%;
border: 1px solid rgba( 255, 255, 255, 0.18 );	
}
 */

.nav-item:hover,
.nav-item:focus {

}

.nav-item--current {

}

.nav-item .icon {
	font-size: 3em;
}

.nav-item span {
	display: block;
	margin: 0.25em 0 0 0;
}


/* Content */

.slide__element {
	opacity: 0;
	color: #ECECEC;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.slide--current .slide__element {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slide__element--temp {
	font-size: 8em;
	margin: 0 0 0.1em;
}

.slide__element--temp small {
	font-size: 0.25em;
}

.slide__element--info {
	font-size: 2em;
}

.slide__element--date {
	font-family: cursive;
	font-size: 2em;
	margin: 0 0 1em;
}

.slide__element--date small {
	font-size: 0.7em;
	margin-left: 15em;
}



@media screen and (max-height: 39em) {

.slide {
		padding-top: 35vh;
}
	
}



.hider {
	opacity: 1;
	  -moz-transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      -webkit-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear;
}

.nonvisibl {
	opacity: 0;
	  -moz-transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      -webkit-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear;
}


/* from slider.css */

/* 
Volume Control (SVG+JS animation)

Copyright (c) 2021 by Anton Mudrenok (https://codepen.io/mudrenok/pen/bBdoLJ)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Shot: https://dribbble.com/shots/2904489-Volume-Control-Micro-Animation
 */

.speaker {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  width: 5rem;
  height: 3.85rem;
  cursor: pointer;
  z-index: 110;
}

.vlCtrl {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, 210%);
          transform: translate(-50%, 210%);
  height: 1.35rem;
  width: 14rem;
  cursor: pointer;
  z-index: 110;
}

svg, path {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#ctrlCirce {
  cursor: pointer;
}

.volElem {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}


@media screen and (max-width: 50em) {

/* 	.just-header {
		padding: 1.5em;
		text-align: center;
		display: block;
		font-size: 0.75em;
	}
	.just-links {
		display: block;
		margin: 0 0 1em;
	}
	.just-demos {
		width: 100%;
		font-size: 120%;
		margin: 1em 0 0 0;
	}	 */

.slideshow__nav {
	bottom: 40vh;
}

.speaker,
.vlCtrl {
  bottom: 22%;
}

	
.compte {	
	font-size: 55px;
}
	
}











/* PUB Pattel */
.pieces {
	display: flex;
	flex-wrap: wrap;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.pater {
	position: fixed;
	bottom: -5px;
	right: 0;		
	display: grid;
	text-align: left;
	color: inherit;
	background: transparent;
	z-index: 1000;
}
	
.pater:hover {
	color: inherit;
}

.pater::before {
	color: #ECECEC;
	content: 'Sponsored by';
	display: inline-block;
	padding: 0 0 2px 0;
	vertical-align: middle;
	font-size: 12px;	
}

.fa-times {	
	position: fixed;
	bottom: 202px;
	right: 5px;
	color: #ECECEC;
	z-index: 1100;
	cursor: pointer;
}

.fa-circle { 
    color: #ECECEC;
	opacity: 0.3;
	}

.pater__img {
	display: flex;
	width: 200px;
	height: 200px;
}

@media screen and (max-width: 1100px) {
.fa-times {	
	bottom: 154px;
}

.pater__img {
	width: 150px;
	height: 150px;
	}	
}

@media screen and (max-width: 700px) {
.pater__img, .pater::before { display: none; }
.fa-times { visibility: hidden; }	
}
