html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5rem;
  width: 100vw;
  height:100vh;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #355FE7;
}
h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 2em;
  text-transform: uppercase;
}
p {
  margin-bottom: 1em;
}
a {
  color: #355FE7;
  font-weight: 600;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
ul {
  padding-left: 16px;
}
section {
  margin : 2em 0 2em 0
}

img-comparison-slider {
    visibility: hidden;
  }
  
  img-comparison-slider [slot='second'] {
    display: none;
  }
  
  img-comparison-slider.rendered {
    visibility: inherit;
  }
  
  img-comparison-slider.rendered [slot='second'] {
    display: unset;
  }

  img-comparison-slider {
    width: 100%;
    border: none;
 
}


.slider-example-focus {
  --divider-color: #355fe7;
  --divider-width: 3px;
  --default-handle-color: rgba(0, 0, 0, 0.5);
}
.slider-example-relative-size {
--default-handle-width: clamp(400px, 20vw, 200px);

}

.slider-example-relative-size img {
display: inline-block;

}

.slider-example-relative-size p {
display: inline-block;

}
div[slot="first"] {
background:url(tigre.jpg);
background-size:cover;
width: 100%;
height:100vh;
background-position: 50% 0;
}



.row {
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
}
 .row.menu {
    display: flex;
    position: fixed;
    z-index: 99;
    justify-content:space-around;
    align-items: center;
    width: 100%;
    padding-top : 5vh;
    padding-bottom : 4vh;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
 }
 .menu.row div a{
   
    display: inline-block;
    padding : 15px;
    width : 25vw;
    margin: 0 auto;
    color: #355FE7;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    z-index: 99;    
    position: relative;

 
  }
  .row div svg {
    width: 50px;

  }
  .button {
    display: inline-flex;
    border: 2px solid #355FE7;
    margin: 20px 20px 20px 20px;
    color: #355FE7;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  .button a {
    position: relative;
    transition: all .45s ease-Out;
    color: #355FE7;
    text-decoration: none;
    letter-spacing: 1px;
  }
  
  #circle {
    width: 1%;
    height: 1%;
    opacity: 0;
    background: #355FE7;
    position: absolute;
    transition: all .7s ease-Out;
    top: 25px;
    left: 225px;
  }
  
  .button:hover #circle {
    width: 200%;
    height: 300%;
    opacity: 1;
    top: -50px;
    left: -100px;
  }
  
.menu .button:hover a {
    color: white;
  }
  
  


  .row.demi > div, .row.demi > ul {
    width: 40%;
 }



  .main {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 15em 2em 2em;
  }

  .row div a.rond {
    border: 2px solid #355FE7;
    border-radius: 50%;
    padding: 10px 5px;
    width: 100%;
    color: #355FE7;
    background-color: #fff;

  }
  .row div a.rond svg{
    fill: #355FE7;
  }
  .row div a.rond:hover {
    background-color: #355FE7;
  
  }
  
  .row div a.rond:hover svg{
    fill: white;
  
  }
  
  .modded, .classique {
    background-image:linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url(tigre.jpg); 
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;

  }

  .classique {
    background-image:linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url(tigrebleuBlanc.jpg); 


  }

  .tooltip  {
    display: inline-block;
    position: relative;
    text-decoration: underline;
  }
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #355FE7;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 15px;

  /* Position the tooltip */
  position: absolute;
  bottom: -70px;
  left:-100px;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.achievements {
  margin-block-start:0px;
  padding:0px
 }
.achievements li {
 list-style-type:none;
 display: flex;
 align-items: center;
 border-bottom: 1px solid #355FE7;
 padding : 0.5em 0;
}

.achievements img {
  width: 80px;
 }

@keyframes pulse{
    0%{
        transform:scale(.95);
        box-shadow:0 0 0 0 rgba(0,0,0,.7)
    }
    70%{
        transform:scale(1);
        box-shadow:0 0 0 10px transparent
    }
    100%{
        transform:scale(.95);
        box-shadow:0 0 0 0 transparent
    }
}

.dark{
  background-color: rgb(33, 37, 65);
  padding: 2rem 
}
.dark *{
  color:white;
}

.main a.cta {
  background-color: #355FE7;
  color: #fff;
  max-width: 150px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

embed {
  min-height: 500px;
}
#contact {
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  right: 10px;
  animation: rotation 5s infinite linear;
}



@keyframes rotation {
  0% {
    transform: rotate(-25deg);
  }

   50% {
    transform: rotate(25deg);
  } 
  100% {
    transform: rotate(-25deg);
  }
}

@media (max-width: 1024px) {

  .row.demi >div, .row.demi > ul {
    width: 100%;
  }

 }
 @media (max-width: 600px) {
  .row div a.rond {
    padding: 5px 2.5px;
  }
  .row div svg {
    width: 40px;

  }
 .button {
  margin:10px;
 }
 .button a{

  font-size:16px !important;
  letter-spacing: 0px;
 }
embed {
  display: none;
}
.tooltip .tooltiptext {

  position: absolute;
  bottom: -70px;
  left:-150px;
  z-index: 1;
}

 }