/* ----------------------- VALORISATION ET CROSS-SELLING - EDITO --------------------------------------------------------------------- */
.view-valorisation-offres-tis{
  display: block;
  width: 100%;
  height: auto;
  background-color: #fdedd7;
  margin-top: 80px;
  padding-bottom: 70px;
}
.view-valorisation-offres-tis:before{
  content:'';
  display: block;
  width: 1600px;
  height: 235px;
  background-image: url('../../img/valorisation/banner_before.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
}
.view-valorisation-offres-tis .view-header h2{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "DaxBold";
  font-size: 1.563em;
  font-weight: normal;
  margin-bottom: 60px;
}
.view-valorisation-offres-tis .view-content:after{
  content:'';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.view-valorisation-offres-tis .view-content{
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.view-valorisation-offres-tis .view-content .views-row{
  position: relative;
}
.view-valorisation-offres-tis .view-content .views-row-1{
  display: inline-block;
  width: 50%;
  height: 340px;
  overflow: hidden;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-bottom: 30px;
}
.view-valorisation-offres-tis .view-content .views-row-2{
  display: inline-block;
  width: 50%;
  height: 156px;
  overflow: hidden;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-bottom: 30px;
}
.view-valorisation-offres-tis .view-content .views-row-3{
  display: inline-block;
  width: 50%;
  height: 340px;
  overflow: hidden;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.view-valorisation-offres-tis .view-content .views-row-4{
  display: inline-block;
  width: 50%;
  height: 156px;
  overflow: hidden;
  float: left;
  clear: left;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.view-valorisation-offres-tis .view-content .views-row-1 > div{
  display: block;
  height: 340px;
  overflow: hidden;
}
.view-valorisation-offres-tis .view-content .views-row-2 > div{
  display: block;
  height: 156px;
  overflow: hidden;
}
.view-valorisation-offres-tis .view-content .views-row-3 > div{
  display: block;
  height: 340px;
  overflow: hidden;
}
.view-valorisation-offres-tis .view-content .views-row-4 > div{
  display: block;
  height: 156px;
  overflow: hidden;
}

/* DESIGN DES GRANDES BOX OFFRES */
.view-valorisation-offres-tis .view-content .views-row-1 .media,
.view-valorisation-offres-tis .view-content .views-row-3 .media{
  display: block;
  width: 100%;
  height: 340px;
  border: 10px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden;
}
.view-valorisation-offres-tis .view-content .views-row-1 .media img,
.view-valorisation-offres-tis .view-content .views-row-3 .media img{
  display: block;
  width: 100%;
  height: auto;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu{
  display: block;
  width: 100%;
  height: 80px;
  background-color: rgba(0,0,0,0.7);
  position: relative;
  bottom:80px;
  left:0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #ffffff;
  padding: 10px;
  overflow: hidden;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .nom-offre,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .nom-offre{
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "DaxBold";
  font-size: 1.250em;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: left;
  vertical-align: top;
  float:left;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .stars,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .stars{
  display: inline-block;
  width: auto;
  height: auto;
  text-align: left;
  vertical-align: top;
  float:left;
  margin-left: 10px;
  opacity: 1;
  transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .stars img,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .stars img{
  height: 15px;
  width: auto;
  margin-top: -7px;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .infos,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .infos{
  display: inline-block;
  width: 100%;
  height: auto;
  clear: both;
  font-family: "DaxRegular";
  font-size: 0.938em;
  opacity: 1;
  transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  text-transform: uppercase;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .tarifs,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .tarifs{
  display: inline-block;
  width: 100px;
  height: auto;
  clear: both;
  font-family: "DaxRegular";
  font-size: 0.938em;
  position: absolute;
  bottom:0px;
  right:0px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  opacity: 1;
  transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .tarifs .label-above,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .tarifs .label-above{
  display: block;
  width: 100%;
  height: auto;
  clear: both;
  font-family: "DaxRegular";
  font-size: 0.688em;
  color: #fff;
  margin-bottom:5px;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .tarifs .detail,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .tarifs .detail{
  font-family: "DaxRegular";
  font-size: 1.338em;
  color: #eda41e;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .tarifs .detail:before,
.view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .tarifs .detail:before{
  content:'€';
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "DaxRegular";
  font-size: 1em;
  color: #eda41e;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-hover,
.view-valorisation-offres-tis .view-content .views-row-3 .box-hover{
  display: block;
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-hover,
.view-valorisation-offres-tis .view-content .views-row-3 .box-hover{
  display: block;
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-hover .tags,
.view-valorisation-offres-tis .view-content .views-row-3 .box-hover .tags{
  display: inline-block;
  width: auto;
  height: auto;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-hover .tags .htag,
.view-valorisation-offres-tis .view-content .views-row-3 .box-hover .tags .htag{
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 5px;
  font-family: "DaxBold";
  color: #eda41e;
  opacity: 0;
  transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-hover .tags .htag:before,
.view-valorisation-offres-tis .view-content .views-row-3 .box-hover .tags .htag:before{
  display: inline-block;
  content:'#';
  width: auto;
  margin-right: 3px;
  font-family: "DaxBold";
  color: #eda41e;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-hover .link-to-content,
.view-valorisation-offres-tis .view-content .views-row-3 .box-hover .link-to-content{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  opacity: 0;
  transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-hover .link-to-content a,
.view-valorisation-offres-tis .view-content .views-row-3 .box-hover .link-to-content a{
  display: inline-block;
  width: auto;
  height: auto;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 2px solid #ffffff;
}
.view-valorisation-offres-tis .view-content .views-row-1 .box-hover .link-to-content a:hover,
.view-valorisation-offres-tis .view-content .views-row-3 .box-hover .link-to-content a:hover{
  color: #eda41e;
  background-color: #ffffff;
}

.view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu,
.view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 10px solid #ffffff;
  background-color: rgba(243, 166, 56, 0.7);
  bottom: 340px;
}
.view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu .stars,
.view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu .tarifs,
.view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu .stars,
.view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu .tarifs{
  opacity: 0;
}
.view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu .nom-offre,
.view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu .nom-offre{
  width: 100%;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu .infos,
.view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu .infos{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.view-valorisation-offres-tis .view-content .views-row-1:hover .box-hover .link-to-content,
.view-valorisation-offres-tis .view-content .views-row-3:hover .box-hover .link-to-content,
.view-valorisation-offres-tis .view-content .views-row-1:hover .box-hover .tags .htag,
.view-valorisation-offres-tis .view-content .views-row-3:hover .box-hover .tags .htag{
  opacity: 1;
}

/* DESIGN DES PETITES BOX OFFRES */
.view-valorisation-offres-tis .view-content .views-row-2 .media,
.view-valorisation-offres-tis .view-content .views-row-4 .media{
  display: inline-block;
  width: 40%;
  height: 156px;
  border: 10px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden;
}
.view-valorisation-offres-tis .view-content .views-row-2 .media img,
.view-valorisation-offres-tis .view-content .views-row-4 .media img{
  display: block;
  width: 100%;
  height: auto;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-apercu,
.view-valorisation-offres-tis .view-content .views-row-4 .box-apercu{
  display: inline-block;
  width: 60%;
  height: 156px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow: hidden;
  padding: 10px 0 10px 10px;
  background-color: #ffffff;
  background-image: none;
  transition: background-image ease 0.5s;
  -webkit-transition: background-image ease 0.5s;
  -moz-transition: background-image ease 0.5s;
  -o-transition: background-image ease 0.5s;
  vertical-align: top;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .nom-offre,
.view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .nom-offre{
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "DaxBold";
  font-size: 1.250em;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: left;
  vertical-align: top;
  float:left;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  color: #000000;
  padding-top: 5px;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .stars,
.view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .stars{
  display: inline-block;
  width: auto;
  height: auto;
  text-align: left;
  vertical-align: top;
  float:left;
  margin-left: 10px;
  opacity: 1;
  transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .infos,
.view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .infos{
  display: inline-block;
  width: 100%;
  height: auto;
  clear: both;
  font-family: "DaxRegular";
  font-size: 0.938em;
  opacity: 1;
  transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  text-transform: uppercase;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .tarifs,
.view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .tarifs{
  display: inline-block;
  width: 100px;
  height: auto;
  clear: both;
  font-family: "DaxRegular";
  font-size: 0.938em;
  position: absolute;
  bottom:0px;
  right:0px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  opacity: 1;
  transition: opacity ease 0.5s;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .tarifs .label-above,
.view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .tarifs .label-above{
  display: block;
  width: 100%;
  height: auto;
  clear: both;
  font-family: "DaxRegular";
  font-size: 0.688em;
  color: #000;
  margin-bottom:5px;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .tarifs .detail,
.view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .tarifs .detail{
  font-family: "DaxRegular";
  font-size: 1.338em;
  color: #eda41e;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .tarifs .detail:before,
.view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .tarifs .detail:before{
  content:'€';
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "DaxRegular";
  font-size: 1em;
  color: #eda41e;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-hover,
.view-valorisation-offres-tis .view-content .views-row-4 .box-hover{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  bottom:0px;
  left:0;
  border: 10px solid #ffffff;
  background-color: rgba(243, 166, 56, 0.7);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: bottom ease 0.5s;
  -webkit-transition: bottom ease 0.5s;
  -moz-transition: bottom ease 0.5s;
  -o-transition: bottom ease 0.5s;
  text-align: center;
}

.view-valorisation-offres-tis .view-content .views-row-2 .box-hover .tags,
.view-valorisation-offres-tis .view-content .views-row-4 .box-hover .tags{
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: center;
}

.view-valorisation-offres-tis .view-content .views-row-2 .box-hover .tags .htag,
.view-valorisation-offres-tis .view-content .views-row-4 .box-hover .tags .htag{
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 5px;
  font-family: "DaxBold";
  color: #eda41e;
}

.view-valorisation-offres-tis .view-content .views-row-2 .box-hover .tags .htag:before,
.view-valorisation-offres-tis .view-content .views-row-4 .box-hover .tags .htag:before{
  display: inline-block;
  content:'#';
  width: auto;
  margin-right: 3px;
  font-family: "DaxBold";
  color: #eda41e;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-hover .link-to-content,
.view-valorisation-offres-tis .view-content .views-row-4 .box-hover .link-to-content{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-hover .link-to-content a,
.view-valorisation-offres-tis .view-content .views-row-4 .box-hover .link-to-content a{
  display: inline-block;
  width: auto;
  height: auto;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 2px solid #ffffff;
}
.view-valorisation-offres-tis .view-content .views-row-2 .box-hover .link-to-content a:hover,
.view-valorisation-offres-tis .view-content .views-row-4 .box-hover .link-to-content a:hover{
  color: #eda41e;
  background-color: #ffffff;
}
/*
.view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu,
.view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu{
  background-image: url('../../img/valorisation/logo.png');
  background-repeat: no-repeat;
  background-position: center;
}
*/
.view-valorisation-offres-tis .view-content .views-row-2:hover .box-hover,
.view-valorisation-offres-tis .view-content .views-row-4:hover .box-hover{
  bottom: 159px;
}
.view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu .nom-offre,
.view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu .nom-offre,
.view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu .stars,
.view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu .stars,
.view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu .infos,
.view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu .infos,
.view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu .tarifs,
.view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu .tarifs{
  opacity: 0;
}

/* RESPONSIVE */
@media only screen and (max-width: 1070px){
  .view-valorisation-offres-tis .view-content .views-row-2 .media img,
  .view-valorisation-offres-tis .view-content .views-row-4 .media img {
    width: auto !important;
    height: 140px !important;
  }
}
@media only screen and (max-width: 970px){
  .view-valorisation-offres-tis .view-content .views-row-1 .media img,
  .view-valorisation-offres-tis .view-content .views-row-3 .media img {
    width: auto;
    height: 100%;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-apercu,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-apercu{
    height: 95px;
    bottom: 95px;
  }
}
@media only screen and (max-width: 760px){
  .view-valorisation-offres-tis .view-content .views-row-1,
  .view-valorisation-offres-tis .view-content .views-row-2,
  .view-valorisation-offres-tis .view-content .views-row-3,
  .view-valorisation-offres-tis .view-content .views-row-4{
    width: 100% !important;
    height: 300px !important;
    clear: both !important;
    margin-bottom: 30px !important;
    padding:0 !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 > div,
  .view-valorisation-offres-tis .view-content .views-row-2 > div,
  .view-valorisation-offres-tis .view-content .views-row-3 > div,
  .view-valorisation-offres-tis .view-content .views-row-4 > div{
    display: block;
    width: 100%;
    height: 300px;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .media,
  .view-valorisation-offres-tis .view-content .views-row-2 .media,
  .view-valorisation-offres-tis .view-content .views-row-3 .media,
  .view-valorisation-offres-tis .view-content .views-row-4 .media{
    display: block;
    width: 100%;
    height: 300px;
    border: 10px solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .media img,
  .view-valorisation-offres-tis .view-content .views-row-2 .media img,
  .view-valorisation-offres-tis .view-content .views-row-3 .media img,
  .view-valorisation-offres-tis .view-content .views-row-4 .media img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-apercu,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-apercu,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-apercu,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-apercu{
    display: block !important;
    width: 100% !important;
    height: 100px !important;
    background-color: rgba(0,0,0,0.7) !important;
    position: relative !important;
    bottom:100px !important;
    left:0 !important;
    border-bottom: 10px solid #fff !important;
    border-left: 10px solid #fff !important;
    border-right: 10px solid #fff !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    color: #ffffff !important;
    padding: 10px !important;
    overflow: hidden !important;
    transition: all ease 0.5s !important;
    -webkit-transition: all ease 0.5s !important;
    -moz-transition: all ease 0.5s !important;
    -o-transition: all ease 0.5s !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .nom-offre,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .nom-offre,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .nom-offre,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .nom-offre{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    font-family: "DaxBold" !important;
    font-size: 1.1em !important;
    margin-bottom: 5px !important;
    text-align: left !important;
    vertical-align: top !important;
    float:left !important;
    transition: all ease 0.5s !important;
    -webkit-transition: all ease 0.5s !important;
    -moz-transition: all ease 0.5s !important;
    -o-transition: all ease 0.5s !important;
    color: #ffffff !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .stars,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .stars,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .stars,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .stars{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    text-align: left !important;
    vertical-align: top !important;
    float:left !important;
    margin-left: 10px !important;
    opacity: 1 !important;
    transition: opacity ease 0.5s !important;
    -webkit-transition: opacity ease 0.5s !important;
    -moz-transition: opacity ease 0.5s !important;
    -o-transition: opacity ease 0.5s !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .infos,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .infos,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .infos,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .infos{
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    clear: both !important;
    font-family: "DaxRegular" !important;
    font-size: 0.938em !important;
    opacity: 1 !important;
    transition: opacity ease 0.5s !important;
    -webkit-transition: opacity ease 0.5s !important;
    -moz-transition: opacity ease 0.5s !important;
    -o-transition: opacity ease 0.5s !important;
    text-transform: uppercase !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .tarifs,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .tarifs,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .tarifs,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .tarifs{
    display: inline-block !important;
    width: 100px !important;
    height: auto !important;
    clear: both !important;
    font-family: "DaxRegular" !important;
    font-size: 0.938em !important;
    position: absolute !important;
    bottom:0px !important;
    right:0px !important;
    text-align: center !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    opacity: 1 !important;
    transition: opacity ease 0.5s !important;
    -webkit-transition: opacity ease 0.5s !important;
    -moz-transition: opacity ease 0.5s !important;
    -o-transition: opacity ease 0.5s !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .tarifs .label-above,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .tarifs .label-above,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .tarifs .label-above,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .tarifs .label-above{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    clear: both !important;
    font-family: "DaxRegular" !important;
    font-size: 0.688em !important;
    color: #fff !important;
    margin-bottom:5px !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-apercu .tarifs .detail,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-apercu .tarifs .detail,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-apercu .tarifs .detail,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-apercu .tarifs .detail{
    font-family: "DaxRegular" !important;
    font-size: 1.338em !important;
    color: #eda41e !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-hover,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-hover,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-hover,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-hover{
    display: block !important;
    position: absolute !important;
    top: 120px !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-color: transparent !important;
    border: none;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-hover .tags,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-hover .tags,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-hover .tags,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-hover .tags{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 5px;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-hover .tags .htag,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-hover .tags .htag,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-hover .tags .htag,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-hover .tags .htag{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    background-color: #ffffff !important;
    border-radius: 20px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    margin: 0 5px !important;
    font-family: "DaxBold" !important;
    color: #eda41e !important;
    opacity: 0 !important;
    transition: opacity ease 0.5s !important;
    -webkit-transition: opacity ease 0.5s !important;
    -moz-transition: opacity ease 0.5s !important;
    -o-transition: opacity ease 0.5s !important;
    font-size: 0.8em;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-hover .tags .htag:before,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-hover .tags .htag:before,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-hover .tags .htag:before,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-hover .tags .htag:before{
    display: inline-block !important;
    content:'#' !important;
    width: auto !important;
    margin-right: 3px !important;
    font-family: "DaxBold" !important;
    color: #eda41e !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-hover .link-to-content,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-hover .link-to-content,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-hover .link-to-content,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-hover .link-to-content{
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 30px !important;
    opacity: 0 !important;
    transition: opacity ease 0.5s !important;
    -webkit-transition: opacity ease 0.5s !important;
    -moz-transition: opacity ease 0.5s !important;
    -o-transition: opacity ease 0.5s !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-hover .link-to-content a,
  .view-valorisation-offres-tis .view-content .views-row-2 .box-hover .link-to-content a,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-hover .link-to-content a,
  .view-valorisation-offres-tis .view-content .views-row-4 .box-hover .link-to-content a{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    border: 2px solid #ffffff !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1 .box-hover .link-to-content a:hover,
  .view-valorisation-offres-tis .view-content .views-row-1 .box-hover .link-to-content a:hover,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-hover .link-to-content a:hover,
  .view-valorisation-offres-tis .view-content .views-row-3 .box-hover .link-to-content a:hover{
    color: #eda41e !important;
    background-color: #ffffff !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu,
  .view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu,
  .view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu,
  .view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    border: 10px solid #ffffff !important;
    background-color: rgba(243, 166, 56, 0.7) !important;
    bottom: 300px !important;
    background-image: none !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu .stars,
  .view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu .tarifs,
  .view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu .stars,
  .view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu .tarifs,
  .view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu .stars,
  .view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu .tarifs,
  .view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu .stars,
  .view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu .tarifs{
    opacity: 0 !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu .nom-offre,
  .view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu .nom-offre,
  .view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu .nom-offre,
  .view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu .nom-offre{
    width: 100% !important;
    text-align: center !important;
    padding-top: 20px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    opacity: 1 !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1:hover .box-apercu .infos,
  .view-valorisation-offres-tis .view-content .views-row-2:hover .box-apercu .infos,
  .view-valorisation-offres-tis .view-content .views-row-3:hover .box-apercu .infos,
  .view-valorisation-offres-tis .view-content .views-row-4:hover .box-apercu .infos{
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
  }
  .view-valorisation-offres-tis .view-content .views-row-1:hover .box-hover .link-to-content,
  .view-valorisation-offres-tis .view-content .views-row-3:hover .box-hover .link-to-content,
  .view-valorisation-offres-tis .view-content .views-row-1:hover .box-hover .tags .htag,
  .view-valorisation-offres-tis .view-content .views-row-3:hover .box-hover .tags .htag,
  .view-valorisation-offres-tis .view-content .views-row-2:hover .box-hover .link-to-content,
  .view-valorisation-offres-tis .view-content .views-row-4:hover .box-hover .link-to-content,
  .view-valorisation-offres-tis .view-content .views-row-2:hover .box-hover .tags .htag,
  .view-valorisation-offres-tis .view-content .views-row-4:hover .box-hover .tags .htag{
    opacity: 1  !important;
  }

}

@media only screen and (max-width: 460px){
  .view-valorisation-offres-tis .view-content .views-row-1 .media img,
  .view-valorisation-offres-tis .view-content .views-row-2 .media img,
  .view-valorisation-offres-tis .view-content .views-row-3 .media img,
  .view-valorisation-offres-tis .view-content .views-row-4 .media img{
    width: auto !important;
    height: 100% !important;
  }
}








/* ----------------------- MASONRY - MUR D'EXPERIENCE --------------------------------------------------------------------- */

.view-mur-experience{
  margin-bottom: 50px;
}
.view-mur-experience .grid-item{
  display: block;
  position: relative;
  overflow: hidden;
}
.view-mur-experience .owl-item,
.view-mur-experience .owl-item .node{
  max-height: 370px;
}
.view-mur-experience .grid-item .media,
.view-mur-experience .owl-item .media,
.view-mur-experience .grid-item .media img,
.view-mur-experience .owl-item .media img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.view-mur-experience .grid-item .bloc-content,
.view-mur-experience .owl-item .bloc-content{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}
.view-mur-experience .grid-item .box-hover{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  background-color: rgba(37, 49, 106,0.8);
  opacity: 0;
  overflow: hidden;
  transition: opacity ease 1s;
  -webkit-transition: opacity ease 1s;
  -moz-transition: opacity ease 1s;
  -o-transition: opacity ease 1s;
}
.view-mur-experience .owl-item .box-hover{
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  top:10%;
  left:10%;
  background-color: rgba(37, 49, 106,0.8);
  overflow: hidden;
}
.view-mur-experience .grid-item:hover .box-hover{
  opacity: 1;
}
.view-mur-experience .grid-item .box-hover .nom-offre,
.view-mur-experience .owl-item .box-hover .nom-offre{
  display: block;
  width: 90%;
  height :auto;
  text-align: center;
  color: #ffffff !important;
  font-family: "DaxBold" !important;
  font-size: 1.4em !important;
  padding-top: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 auto !important;
}
.view-mur-experience .grid-item .box-hover .infos,
.view-mur-experience .owl-item .box-hover .infos{
  display: inline-block;
  width: 100%;
  height: auto;
  clear: both;
  font-family: "DaxRegular";
  font-size: 0.938em;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
}
.view-mur-experience .grid-item .box-hover .group-tags,
.view-mur-experience .owl-item .box-hover .group-tags{
  display: block;
  width: 100%;
  height :auto;
}
.view-mur-experience .grid-item .box-hover .group-tags .tags,
.view-mur-experience .owl-item .box-hover .group-tags .tags{
  display: block;
  width: 100%;
  height: auto;
  padding-top: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: center;
}

.view-mur-experience .grid-item .box-hover .group-tags .tags .htag,
.view-mur-experience .owl-item .box-hover .group-tags .tags .htag{
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0 5px 5px 5px;
  font-family: "DaxBold";
  color: #eda41e;
  font-size: 0.6em;
}

.view-mur-experience .grid-item .box-hover .group-tags .tags .htag:before,
.view-mur-experience .owl-item .box-hover .group-tags .tags .htag:before{
  display: inline-block;
  content:'#';
  width: auto;
  margin-right: 3px;
  font-family: "DaxBold";
  color: #eda41e;
}
.view-mur-experience .grid-item .box-hover .link-to-content,
.view-mur-experience .owl-item .box-hover .link-to-content{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.view-mur-experience .grid-item .box-hover .link-to-content a,
.view-mur-experience .owl-item .box-hover .link-to-content a{
  display: inline-block;
  width: auto;
  height: auto;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 2px solid #ffffff;
}
.view-mur-experience .grid-item .box-hover .link-to-content a:hover,
.view-mur-experience .owl-item .box-hover .link-to-content a:hover{
  color: #eda41e;
  background-color: #ffffff;
}

.view-mur-experience .owl-next {
  right: 10px !important;
}
.view-mur-experience .owl-prev {
  left: 10px !important;
}

@media only screen and (max-width: 760px){
  .view-mur-experience .view-content .owl-item{
    display: block;
    width: 100%;
    height: 370px;
    overflow: hidden;
  }
  .view-mur-experience .view-content .owl-item .media img{
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}
