@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');

html, body{
    background-color: #1c1f23;
    color: #f0f8ff;
    font-family: "Zalando Sans SemiExpanded", sans-serif;

}
a{
  text-decoration: none;
  color: #c35b27;
}
header{
	background-color: #ffe54c;
    color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
h1, h2{
	font-weight: 700;
}
.nav-link{
    color: #000000;
	font-weight: 700;
    text-transform: uppercase;
}
.nav-link:hover{
    color: #1c1f23;
}
 .btn{
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
 }
 .button-background-move {
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  margin-top: 20px;
  outline: 0;
  border: 1px solid #1c1f23;
  color: #1c1f23;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  z-index: 0;
}
.button-background-move:after {
  content: "";
  background-color: #ffe54c;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}
a.white > p span.base {
  border: 1px solid transparent;
}
a p span.base:before {
  content: "";
  width: 2px;
  height: 2px;
  left: -1px;
  top: -1px;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
}
a p span.bg {
  left: -1%;
  position: absolute;
  top: 0;
  background: #ffe54c;
  width: 0;
  height: 100%;
  z-index: 3;
  padding: 10px 0;
  transition: 0.3s ease-out all;
  transform: skewX(-10deg);
  
}
a p span.text {
  z-index: 4;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
}
a:hover span.bg {
  width: 100%;
  padding: 1rem;
}
a:hover span.text{
  color: #1c1f23;
}
a:hover span.text:after {
  background: #ece8e1;
}
.button-background-move:hover:after {
  top: 0px;
  left: 0px;
}
.contact{
  padding: 80px 0;
  background: url(../pictures/bg-poly.svg) center/cover;
}
.contact-info{
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #1c1f23;
  height: 100%;
}
.contact-info h3{
  font-weight: 800;
  font-size: 26px;
}
.form-control{
  border: none;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
}
button[type=submit]{
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: fit-content;
  display: block;
  margin-left: auto;
  padding: 15px 20px;
}
.card{
	border: none;
	border-radius: 0;
	text-align: center;
	height: 100%;
}
.bg-yellow .text-box{
	background-color: #ffe54c;
	color: #1c1f23;
	padding: 50px 80px 50px 180px;
	margin-left: -110px;
	z-index: 0;
}
footer{
  background-color: #000000;
  color: #ffffff;
}
.copyright{
  font-size: 14px;
  text-align: center;
  color: #b1afa9;
}
.service-card{
  display: block;
  text-align: center;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  background-color: rgba(66, 49, 37, 0.6);
  padding: 40px 20px;
  height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  background-blend-mode: multiply;
  transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}
.number{
  font-family: "Black Ops One", system-ui;
  line-height: 90px;
  font-size: 55px;
  color: #c35b27;
  text-align: center;
}
.service-card:hover{
  background-color: #c35b27;
}
.comment svg{
    height: 96px;
    width: 96px;
    min-width: 96px;
    font-size: 96px;
}
.confiance svg{
  min-width: 32px;
}
.confiance p{
  margin: 0;
}
@media (min-width: 768px) {
  .button-background-move {
    padding: 13px 50px 13px;
  }
}

@media screen and (max-width: 1000px) {
	.bg-yellow .text-box{
		padding: 30px 80px 30px 80px;
    	margin-left: -50px;
	}
}
@media screen and (max-width: 768px) {
	.bg-yellow .text-box{
		  padding: 30px 80px 30px 80px !important;
    	margin: 0 !important;
	}
}