.main-div{
  max-width: 1650px;
  margin: 20px 300px !important;
}

.div-swiper{
  margin: 20px auto !important;
}

.img-slide{
  width: 75vw;
  max-height: 75vh;
}

.fix-top {
  background: transparent;
	position: absolute;
  top:15px;
	left:50px;
	z-index: 2;
  color: white;

  font : 60px PassionRose;
}

.fix-bot {
  background: transparent;
	position: absolute;
  bottom:15px;
	right:50px;
	z-index: 2;
  font : 50px MaybeCats;
}

.links-home{
  background-color:#005977;
  height: inherit;
  width: 100%;
  display: block;
  color: white;
  text-align:center;
  text-decoration: none;
  font: 28px LoneWolf;
  transition: all 0.15s ease-out;
  padding-top: 34px;
  border-radius: 5px;
  box-shadow: 10px 7px 7px #8ECDE2;
}

.links-home:hover{
  color: #fca707;
  font: 26px LoneWolf;
  padding-top: 36px;
  margin: 5px;
  box-shadow: 6px 3px 3px #5CAAC4;
}

.div-links-home{
  height: 100px;
  padding: 0 10px !important;
  margin-bottom: 20px;
}

.bloc-home{
  width:75vw !important;
  margin-bottom:30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
