body{
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
header{
  width: 100%;
  height: 300px;
  background: url('images/bg-header.jpg') no-repeat center bottom;
  margin-bottom: 40px;
}
.container{
  width: 1550px;
  margin: 0 auto;
  position: relative;
}
h1{
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 25px;
}
p{
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.links{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.link{
  flex: 0 0 calc((100% / 4) - 110px);
  width: calc((100% / 4) - 110px);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.link .img{
  min-height: 130px;
}
.link img{
  display: block;
  margin: 0 auto;
}
.btn {
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  padding: 5px 20px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.link .btn{
  margin-top: auto;
}
.link .btn:hover{
  color: #fff;
}
.link.valcausse .btn:hover{
  background: #cf8614;
  border-color: #cf8614;
}
.link.valcadis .btn:hover{
  background: #015637;
  border-color: #015637;
}
.link.moulin .btn:hover{
  background: #7d2c2d;
  border-color: #7d2c2d;
}
.link.pointvert .btn:hover{
  background: #afcb3a;
  border-color: #afcb3a;
}





@media screen and (max-width: 1600px){
  .container{
    width: 100%;
    padding: 0 50px;
  }
  .link{
    flex: 0 0 calc((100% / 4) - 60px);
    width: calc((100% / 4) - 60px);
  }
}
@media screen and (max-width: 1300px){
  .links{
    flex-wrap: wrap;
  }
  .link{
    /*flex: 0 0 calc((100% / 2) - 60px);
    width: calc((100% / 2) - 60px);*/
    flex: 0 0 calc((100% / 1) - 0px);
    width: calc((100% / 1) - 0px);
    margin-bottom: 100px;
    zoom: 2;
  }
  .links p { 
	/*margin-top: -50px;*/
    font-size: 14px;
    line-height: 16px;
  }
  .link .btn {
	font-size: 15px;
	line-height: 18px;
   }
   .link .img {
		min-height: 60px;
	}
}

@media screen and (max-width: 800px){
  .container{
    padding: 0 30px;
  }
  .link{
    flex: 0 0 calc((100% / 2) - 40px);
    width: calc((100% / 2) - 40px);
  }
}
@media screen and (max-width: 600px){
  .container{
    padding: 0 20px;
  }
  .links{
    justify-content: center;
  }
  .link{
    flex: 0 0 100%;
    width: 100%;
  }
}




@media screen and (min-device-width: 800px) and (max-device-width: 1300px) {
  .links{
    flex-wrap: wrap;
  }
  .link{
    flex: 0 0 calc((100% / 2) - 60px) !important;
    width: calc((100% / 2) - 60px) !important;
    zoom: 1 !important;
  }
}
