#titleL{
  font-size: 60px;
  font-family: var(--police1);
    margin:0px;
  padding: 0;
}

#puce {
	list-style-image: url('../img/glasses.png'); 
}

#text {
	margin-left: 3%;
}

#flx {
	display: flex;
	column-gap: 20px;
	margin-left:5%;
	margin-right:5%;
}

html {
overflow-y: hidden;
}

#liste {
	font-weight: bolder;
}

.colum {
	flex: 50%;
}
#carou {
  max-width:60%;
  margin-left:40%;
  margin-bottom: 65%;
}

#image_carou {
  width: 84%;
		margin-top:5%;
}


#offre2 {
  text-align: justify;
}

#quali {
	margin-left: 35%;
}

.button {
  display: flex;
  height: 50px;
  padding: 0;
  background: #bc1823 ;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 24%;
}

.button:hover {
  background: #008168;
}

.button:active {
  background: #006e58;
}

.button__text,
.button__icon {
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  color: #fff;
  height: 100%;
}

.button__icon {
  font-size: 1.5em;
  background: rgba(0, 0, 0, 0.08);
}


@media screen and (max-width:700px) {
#flx {
  display: block;
  	margin-right:5%;
}
#quali {
	margin-left: 0%;
}
#titleO2 {
    font-size:40px;
}
}	