@charset "UTF-8";
body, html {
  font-size: 3vw;
  line-height: 1rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

button {
  border: 0;
  margin: 0.1rem;
  padding: 0;
  background: rgba(100, 100, 100, 0.5);
  background: transparent;
  cursor: pointer;
  min-width: 1rem;
  border-radius: 1rem;
  color: #000;
}

em {
  font-style: italic;
}

p {
  font-variant-numeric: oldstyle-nums;
}

p:last-child::after {
  content: "…";
  display: block;
}

span.super {
  position: relative;
  top: -0.15rem;
  margin-right: -0.1rem;
}

.wrapper {
  width: 100%;
  text-align: center;
}

.carousel {
  width: 100%;
  margin: 0px auto;
  padding: 0.1rem;
}

.slick-slide {
  display: list-item;
  list-style-type: decimal;
  background: rgba(100, 100, 100, 0.5);
  background: transparent;
  overflow: visible;
  text-align: left;
}
.slick-slide p {
  padding: 0.2rem;
}

.slick-slide img {
  width: 100%;
}

ul.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
ul.slick-dots li {
  display: block;
}
ul.slick-dots li.slick-active button {
  background: #646464;
  background: transparent;
  position: relative;
}
ul.slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  background: #000;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

#arrow-container {
  display: flex;
  justify-content: space-between;
}

.container{
	display:flex;
}
.boitecv {
	flex:1 1 50%;
}
.boitecarre {
	flex:1 1 50%;
	font-size:30%;

}

.boitecv img, .boitecarre img{
	width:100%;
}

.carre{
	background-color:yellow;
	width:45vw;
	height:45vw;
	margin:13vw 0 0 2.5vw;
}

.containertitre{
	display:flex;

}
.boitecv {
	flex:1 1 50%;
	font-size:5pt;

}
.boitetitre img {
		width:100%;

}
.footer {
	flex:1 1 50%;
	font-size:20%;
	text-align:center;
	line-height:100%;

}
