@charset "utf-8";
/* CSS Document */
.plusmoins{font-family: 'Montserrat', sans-serif;cursor: pointer;margin-top: 0px;padding:5px;
    background-color: #eaeaea;
    padding: 6px 6px;
    border-width: 0px;
    border-color: #eaeaea;
    color: black;
    font-size: 16px;
    }
.labelp{font-family: 'Montserrat', sans-serif; color: #000;   width: 35px; text-align: center;margin-top: 0px;    background-color: #eaeaea;
    padding: 6px 6px;
    border-width: 0px;
    border-color: #eaeaea;
     color: black;
     font-size: 16px;
    }
    
   /* POSITIVE */

             
.buttons a, .buttons button{
    /*display:block;*/
    float:right;
    margin:0 0px 0 0;
    background-color:#ffc520;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:'Montserrat', sans-serif;
    font-size:14px;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#000;
    cursor:pointer;
    /*padding:5px 10px 6px 7px; /* Links */
    padding:10px 40px 20px 40px; 
	
	 -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; 	
	
}
.buttons button{
    width:200px;
    overflow:visible;
    /*padding:4px 10px 3px 7px; /* IE6 */
   padding:10px 29px 13px 31px; 
}
.buttons button[type]{
    /*padding:5px 10px 5px 7px; /* Firefox */
 padding:10px 29px 13px 31px;
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    /*padding:4px 10px 3px 7px; /* IE7 */
 padding:10px 40px 20px 40px; 
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:1px;
    height:1px;
}
/* POSITIVE */

button.positive, .buttons a.positive{
    color:#000;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#dea400;
    border:1px solid #000;
    color:#000;
}
.buttons a.positive:active{
    background-color:#dea400;
    border:1px solid #000;
    color:#000;
}
 
a img.laste {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 5px 10px 5px 0;
	vertical-align: top;	
}     
     
a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}     
.maison{
	border: 0px solid #fff;
	padding: 0px;
	margin: 0px 0px 0px 0;
}   
    
    .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%);
      }
    }
      #slider995{width: 994px; height:500px; position: relative;overflow: hidden} 
      #slider996{width: 994px; height:500px; position: relative;overflow: hidden}
    
    .coeur{position: absolute;top: 34px;left:330px;}
    .news{position: absolute;top: 34px;left:363px;}
      
    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";
}     

   .CSSTableGenerator {
            margin: 20px;
            padding: 0px;
            width: 500px;
            /*box-shadow: 1px 1px 1px #c5c5c5;*/
            border: 1px solid #c5c5c5;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-right-radius: 6px;
            -moz-border-radius-topleft: 6px;
            -webkit-border-top-left-radius: 6px;
            border-top-left-radius: 6px;
        }
        
        .CSSTableGenerator table {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%;
            height: 100%;
            margin: 0px;
            padding: 0px;
        }
        
        .CSSTableGenerator tr:last-child td:last-child {
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }
        
        .CSSTableGenerator table tr:first-child td:first-child {
            -moz-border-radius-topleft: 6px;
            -webkit-border-top-left-radius: 6px;
            border-top-left-radius: 6px;
        }
        
        .CSSTableGenerator table tr:first-child td:last-child {
            -moz-border-radius-topright: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-right-radius: 6px;
        }
        
        .CSSTableGenerator tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }
        
        .CSSTableGenerator tr:hover td {}
        
        .CSSTableGenerator tr:nth-child(odd) {
            background-color: #fff;
        }
        
        .CSSTableGenerator tr:nth-child(even) {
            background-color: #ffffff;
        }
        
        .CSSTableGenerator td {
            vertical-align: middle;
            border: 1px solid #c5c5c5;
            border-width: 0px 1px 1px 0px;
            text-align: center;
            padding: 7px;
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            color: #000;
        }
        
        .CSSTableGenerator tr:last-child td {
            border-width: 0px 1px 0px 0px;
        }
        
        .CSSTableGenerator tr td:last-child {
            border-width: 0px 0px 1px 0px;
        }
        
        .CSSTableGenerator tr:last-child td:last-child {
            border-width: 0px 0px 0px 0px;
        }
        
        .CSSTableGenerator tr:first-child td {
            background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff));
            background: -moz-linear-gradient( center top, #fff 5%, #fff 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff");
            background: -o-linear-gradient(top, #fff, #fff);
            background-color: #fff;
            border: 0px solid #c5c5c5;
            text-align: center;
            border-width: 0px 0px 1px 1px;
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            color: #000;
        }
        
        .CSSTableGenerator tr:first-child:hover td {
            background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #fff));
            background: -moz-linear-gradient( center top, #fff 5%, #fff 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff");
            background: -o-linear-gradient(top, #fff, #fff);
            background-color: #fff;
        }
        
        .CSSTableGenerator tr:first-child td:first-child {
            border-width: 0px 0px 1px 0px;
        }
        
        .CSSTableGenerator tr:first-child td:last-child {
            border-width: 0px 0px 1px 1px;
        }
    .myclass:before
{
content: '\201C';
}
 .maison{
	border: 0px solid #fff;
	padding: 0px;
	margin: 0px 0px 0px 0;
}     
