@charset "utf-8";
/* CSS Document */
   
.conteneur{
	width: 995px;
    height: auto;
    margin-bottom: 0px;
    position: relative;
	font-size: 24px;
	border-radius: 2px;
	color: #000;
	border: 1px solid #fbfbfb;
    background-color: white;
    float: left;
	}  
    
.wrapper {
	width:960px;
	margin:150px auto;
}
.demof {
border: 1px solid #ccc;
margin: 25px 0;
	 -moz-box-shadow: 0px 0px 4px 0px #c0c0c0;
	-webkit-box-shadow: 0px 0px 4px 0px #c0c0c0;
	-o-box-shadow: 0px 0px 4px 0px #c0c0c0;
	box-shadow: 0px 0px 4px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=4); 
    moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;   
}
.demof ul {
padding: 0;
list-style: none;
}
.demof li {
padding: 20px;
/*border-bottom: 1px dashed #ccc;*/
}
.demof li.odd {
background: #fafafa;
}
.demof li:after {
content: '';
display: block;
clear: both;
}
.demof img {
float: left;
width: 177px;
margin: 5px 15px 0 0;
}
.demof a {
font-family: Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: #06f;
}
.demof p {
margin: 15px 0 0;
font-size: 14px;
}

    
    .box{
        position: relative;
        height:20px;
        width: 980px;
        background-color: #000;
        text-align: center;
        padding: 5px
    } 
    .word{display:inline-block}
    
    .word span {
	position: absolute;
	top: 2px;
	overflow: hidden;
	animation: animate 8s linear infinite;
	opacity: 0;
	color: #fff;
	left: 362px;
	width: 279px;
    }
    @keyframes animate{
        0%{
         opacity:0;
        transform: translateY(-5px);
        } 
       2%{
         opacity:1;
        transform: translateY(7px);
        }  
         
         49%{
         opacity:1;
        transform: translateY(7px);
        
        } 
             51%{
         opacity:0;
        transform: translateY(15px);
        
        }    
        100%{
         opacity:0;
        transform: translateY(15px);
        
        }  
    }
    .word span:nth-child(1) {animation-delay: 0s; }
    .word span:nth-child(2) {animation-delay: 4s; } 
    
    
    
   .swiper {
      width: 994px;
      height: 380px;
       
    }

    .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      /* margin-right: 4px;*/
    }

    .swiper-slide img {
      display: block;
      width: 95%;
    }

    @media only screen and (min-width: 769px) {
      .swiper-slide:first-child {
        transition: transform 100ms;
      }

      .swiper-slide:first-child img {
        transition: box-shadow 500ms;
      }

      .swiper-slide.swiper-slide-active:first-child {
        transform: translateX(0%);
        z-index: 2;
          /*margin-right: 4px*/
      }

      .swiper-slide.swiper-slide-active:first-child img {
       /* box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);*/
          margin-right: 4px;
      }

      .swiper-slide:nth-child(2) {
        transition: transform 100ms;
      }

      .swiper-slide.swiper-slide-next:nth-child(2) {
        transform: translateX(0%);
        z-index: 1;
          margin-right: 4px;
      }

      .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
        transform: translateX(-50%);
      }

      .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
        transform: translateX(-55%);
      }
    }
    #slider990{width: 994px; height:500px; position: relative;overflow: hidden}
    #slider991{width: 994px; height:500px; position: relative;overflow: hidden}
    #slider992{width: 994px; height:500px; position: relative;overflow: hidden}
      #slider993{width: 994px; height:500px; position: relative;overflow: hidden}
      #slider994{width: 994px; height:500px; position: relative;overflow: hidden}
      #slider995{width: 994px; height:500px; position: relative;overflow: hidden} 
      #slider996{width: 994px; height:500px; position: relative;overflow: hidden}
      #slider997{width: 994px; height:500px; position: relative;overflow: hidden}
      #slider998{width: 994px; height:500px; position: relative;overflow: hidden}
      #slider999{width: 994px; height:500px; position: relative;overflow: hidden}
    
    .coeur{position: absolute;top: 34px;left:330px;}
    .news{position: absolute;top: 34px;left:363px;}
    .modernes{
	position: absolute;
	top: 34px;
	left: 378px;
}
      .marvels{
	position: absolute;
	top: 34px;
	left: 378px;
}  
.cars{
	position: absolute;
	top: 34px;
	left: 378px;
}     
.medicals{
	position: absolute;
	top: 34px;
	left: 378px;
}     
.klimts{
	position: absolute;
	top: 34px;
	left: 378px;
}       
    
    .forms{
	position: absolute;
	top: 34px;
	left: 356px;
}  
    
    body{position: relative}
     
     #welcomeDiv
{
  width:100px;
  height:100px;
  position:fixed;
  /* Pour décaler à gauche et en haut de 50% */
  left:47%;
  top:50%;
  /* Pour recentrer le bloc */
  margin-top: - height/2;
  margin-left: - width/2;
    z-index: 2000;
}   
     
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 10s linear infinite;
}
    
 
 
    
 @import url("https://fonts.googleapis.com/css2?family=lato&display=swap");

#wrap {
    /*display: flex;
    flex-direction: column;*/
    align-items: center;
    justify-content: center;
    /*background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);*/
    padding: 5px 10px;
    border-radius: 0px;
}

#title {
    font-size: 30px;
    font-family: "lato", cursive;
}

#minuteur {
    display: grid;
    grid-template-columns: repeat(4, 40px);
    gap: 15px;
    margin: 1vh auto;
}

.boxe {
    height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
   /* display: flex;
    flex-direction: column;*/
      -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.boxe > div:first-child {
font: normal 1.90em/25px "Lato";
  font-weight: 700;
  color: #de4848;
    font-size: 25px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    /*flex: 1;*/
    padding: 4px;
}

.unite {
    padding: 4px 0px;
    /*background-color: #0a0a0a;*/
    font-size: 11px;
font: normal  11px "Lato";
}
   

     
  #rebours {
  overflow: hidden;
  background-color: #EFEFEF;
  opacity:1;
  width: 995px;
  height: 75px;
  text-align: center;
  color: #000;
  position:relative;
  padding-top:0px;
  float: left;
margin-top: 5px;
margin-left: 5px;
  -webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
border: 1px solid;
border-color: #ccc;      
}
  
      .textes11{
	position: absolute;
	left: 135px;
	top: 21px;
	text-transform: uppercase;
	font: normal  16px "Lato";
}    
    
        .textes12{
	position: absolute;
	left: 595px;
	top: 22px;
	text-transform: uppercase;
	font: normal  16px "Lato";
}     
     
.countdown {
  width: 260px;
  margin: 0 auto;
    padding-top: 0px; 
}        
    
 
    
    
    
 .first_button {
  animation: shake 2s cubic-bezier(.36, .07, .19, .97) both infinite;
  /*animation: shake 2s cubic-bezier(.97, .19, .07, .36) both infinite;*/   
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;  
}

@keyframes shake {
  10%,
  90% {
    /*transform: translate3d(-1px, 0, 0);*/
      transform: translate3d(0, -1px, 0);
  }
  20%,
  80% {
    /*transform: translate3d(2px, 0, 0);*/
      transform: translate3d(0, 2px, 0);
  }
  30%,
  50%,
  70% {
    /*transform: translate3d(-4px, 0, 0);*/
      transform: translate3d(0, -4px, 0);
  }
  40%,
  60% {
   /* transform: translate3d(4px, 0, 0);*/
      transform: translate3d(0, 4px, 0);
  }
    
    
}   
    
    
 .vertical{
     /*transform: rotate(90deg);*/
     writing-mode: vertical-lr;
     text-align: center;
}   
 
 
/* voir plus */
 .roots {
  display : flex;
  flex-flow: wrap row;
  gap : 30px;
}

.conte {
   overflow: hidden;
  
  width: 985px;
  min-height: calc(3rem + 100px);
  height: calc(3rem + 100px);

  line-height: 1.1rem;
  
  border: 1px solid white;
  border-radius : 6px;
  
  padding : 0px;
}

.conte.opened {
  height : fit-content;
}

.conte > p {
  margin : 0;
  /*height : 40px;*/
  overflow: hidden;
}

.conte::before {
font-size: 18px;
font-weight: bold;
color : #00a6fe;
  cursor: pointer;
  content : "Voir plus";
  position : absolute;
  bottom : 0px;
  left : 5px;
  padding-left : 0px;
    width: 100px;
    height: 30px;
}

.conte.opened::before {
  content : "Voir moins";
}     
 
 
 div.photo-container {
	max-width: 25em;
	height: auto;
	position: absolute;
	margin: 1.563em auto;
	z-index: 4;
	top: 0px;
	left: 5px;
}  

    .promo-container{
	position: absolute;
	left: 245px;
	top: 14px;
	width: 50px;
	height: 23px;
	z-index: 1000;
	background-color: #FB0004;
	color: #FFFFFF;
     -webkit-border-radius: 4px 4px 4px 4px;
     border-radius: 4px 4px 4px 4px;    
     padding : 7px;   
    }
