/*@font-face {
	font-family: "policeI";
	src: url('../police/policeI.TTE');
}*/

body {
  font-family: "Century Gothic", 'Lato', sans-serif;
  overflow : -webkit-paged-y;
}

a {
  text-decoration: none;
}

.et-hero-tabs,
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: vw;
  position: relative;
  background: black;
  color: white;
  //text-align: center;
  padding: 0 2em;
}
.et-hero-tabs h1,
.et-slide h1 {
  font-size: : 6vh;
  margin: 0;
  letter-spacing: 2vh;
}
.et-hero-tabs h2,
.et-slide h2 {
  font-size: 4vh;
  letter-spacing: 1vh;
  opacity: 0.6;
}
.et-hero-tabs h3,
.et-slide h3 {
  font-size: 2vh;
  letter-spacing: 0.6vh;
  opacity: 0.6;
}
.money > td > h2{
  font-size: 3vw;
  letter-spacing: 1vh;
  opacity: 1;
}

.contact > td > h2{
  font-size:calc(20px + 1.5vw);
  letter-spacing: 1vh;
  opacity: 0.6;
}

.et-hero-tabs li,
.et-slide li {
  font-size: 2vh;
  letter-spacing: 0.6vh;
  opacity: 0.6;
  font-weight: bold;
  list-style-type: none;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  padding-top:20px;
  padding-bottom:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.2vh;
  transition: all 0.5s ease;
  font-size: 1.6vh;
}
.et-hero-tab:hover {
  color: white;
  background: lightgrey;
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 8px;
  background: red;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 6vh;
  }
  .et-hero-tabs h2,
  .et-slide h2 {
    font-size: 4vh;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 2vh;
  }

  .et-hero-tab {
  font-size:calc(15px + 0.5vh);
  }
}

.et-slide td {
	vertical-align:top;
	text-align: center;
}

.cercle {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: green;
	display:grid;
}

.cercle h3 {
	align-self: center;
}

.imageTarif {
	width:12vw;
}

.imageClientSmall {
	width:10vw;
	}
.imageClientBig {
	width:17.5vw;
	}

