.conteneur-banniere{
  background-image: url(../images/banniere/tourisme.png) !important;
  height:300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.aventures .decouvrir {
  width: auto;
  display: inline-block;
  margin-top: 15px;
}

.banniere {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width:  100%;
  justify-content: center;
}
.texte-banniere {
  color: #fff;
text-align: left;
position: absolute;
left: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-size: 60px;
font-family: 'proxima_nova_altlight';
text-shadow: 1px 3px 5px rgba(0,0,0,0.8);
bottom: 0;
flex-direction: column;
}


.interne {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 85px;
}

.titre-page {
  /*! padding-bottom: 40px; */
  text-align: center;
  font-family: 'proxima_novaregular';
  font-size: 55px;
  margin-bottom: 30px;
}
.titre-simple {
  color: #c41e00;
  text-transform: uppercase;

}
.titre-hebergement{
  font-size: 90px;
  color: #999999;
  line-height: 35px;
}



.content-chambre {
  display: flex;
  justify-content: space-between;
}
.bloc-chambre-wrapper {
  width: 32%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 0 #E0E0E0;
  /*! border-radius: 0px 0px 5px 5px; */
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
}
.bloc-chambre img {
  width: 100%;
  height: auto;
}
.chambre {
  width: 1200px;
  margin: 0 auto;
}
.image-chambre {
  background: #decdc3;
}
.content-bloc-information {
  position: absolute;
  top: 80%;
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  height: 63px;
}
.bloc-chambre {
  position: relative;
}
.bloc-nom-chambre {
  background: #fff;
  width: 75%;
  display: flex;
  align-items: center;
  padding: 0 10px 0 30px;
  font-family: 'proxima_nova_ththin';
  box-sizing: border-box;
  /*! border: 1px solid #d8d8d8; */
  border-right: none;
}
.bloc-prix-chambre {
  background: #ffdebb;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E0E0E0;
}
.conteneur-chambre {
  padding: 60px 0 50px;
}
.prix-chambre {
  font-size: 15px;
  font-family: 'proxima_novabold';
}

.prix-chambre span {
    font-size: 10px;
}

.modalite {
  color: #e10613;
  text-transform: uppercase;
  font-size: 13px;
}
.chambre .titre-calligraphique, .service .titre-calligraphique, .galerie .titre-calligraphique, .confiance .titre-calligraphique {
  font-size: 90px;
  line-height: 28px;
  color: #999999;
}


.titre-mini-description {
  font-size: 15px;
  color: #e20613;
  font-family: 'proxima_nova_altbold';
  padding-bottom: 2px;
}
.mini-description {
  font-size: 15px;
  font-family: 'proxima_nova_altlight';
  line-height: 1.4;
}
.content-detail-information-chambre {
  background: #fff2e8;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: all linear 0.3s;
  bottom: 0;
}
.bloc-liste-elt ul {
  padding: 0;
  margin: 9px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bloc-liste-elt li {
  padding-bottom: 5px;
  display: flex;
  width: 45%;
}
.icone-liste {
  margin-right: 5px;
  color: #e10613;
}
.bloc-liste-elt .libelle {
  font-family: 'proxima_nova_altlight';
  font-size: 14px;
  font-weight: 300;
}
.content-btn {
}
.content-btn {
  display: flex;
  justify-content: space-around;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'proxima_nova_altbold';
  color: #e10613;
  position: relative;
  z-index: 10;
}
.btn-voir-phot {
  width: 40%;
}
.btn-chambre.btn-voir-photo {
  width: 43%;
  margin-right: 6px;
  z-index: 5;
  position: relative;
}
.btn-chambre.btn-reservation {

  width: 100%;
  position: relative;
  z-index: 20;
  box-shadow: 0 5px 0 #ffdebb;
  cursor: pointer;
  transition: all linear 0.3s;
}
.btn-chambre {
  padding: 8px 5px;
  font-size: 100%;
  background: #e10613;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
}
.btn-voir-photo::after, .btn-reservation:after {
  background-color: #fff;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  background: red;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  bottom: -3px;
  display: none
}


.bloc-chambre-wrapper:hover .content-detail-information-chambre {
  top: 63px;
  transition: all linear 0.3s;
}
.bloc-chambre-wrapper:hover .content-bloc-information {
  top: 0;
  /*! height: 50px; */
  transition: all linear 0.3s;
}

/**********************************footer********************************/



.conteneur-footer {
  background: #fcf6f2;
}
.footer {
  width: 1200px;
  margin: 0 auto;
}
.content-bloc-footer-haut {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
}
.titre-footer {
  font-size: 25px;
}
.slogan {
  text-align: center;
  color: #333333;
}
.titre-simple-footer {
  text-transform: uppercase;
  font-family: 'proxima_nova_altregular';
}
.footer .reseau_socio {
  color: #333333;
}
.bloc-footer-bas {
  width: 22%;
  float: left;
}
.content-bloc-footer-bas {
  display: flex;
  justify-content: space-around;
  padding: 30px;
  border-top: 1px solid #f4dac9;
  border-bottom: 1px solid #f4dac9;
}
.titre-footer-bas {
  color: #e20613;
  font-family: 'proxima_nova_altbold';
}
.liste-footer-bas ul {
  padding: 0;
  line-height: ;
  list-style: ;
  list-style: none;
}
.liste-footer-bas li {
  padding: 5px 0;
  display: flex;
  font-size: 12px;
}
.icone-footer-bas {
  margin-right: 12px;
}
.bloc-footer-bas:first-child {
  width: 30%;
}


.description-footer-bas {
    width: 80%;
    color: #333333;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.6;
}


#content-bloc-service {
  width: auto;
  position: relative;
}
.prev, .next {
  position: absolute;
  top: 45%;
  cursor: pointer;
}
.prev {
  left: -50px;
}
.next {
  right: -50px;
}



.content-btn-formule {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  display: ;
}
.btn-formule {
  background: #e10613;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0px 6px 0px rgb(255, 220, 183);
}


.bloc-service-wrapper::after, .bloc-service-wrapper:before {
  position: absolute;
  content: '';
  border-radius: 5px;
}
.bloc-service-wrapper:after {
  top: 10px;
  bottom: 10px;
  width: 1px;
  left: 10px;
  background: #fff;
}
.bloc-service-wrapper:before {
  top: 10px;
  bottom: 10px;
  width: 1px;
  right: 10px;
  background: #fff;
  z-index: 10;
}
.bloc-service:before, .bloc-service:after {
  position: absolute;
  content: '';
  height: 1px;
  background: #fff;
  left: 10px;
  border-radius: 5px;
  left: 10px;
  right: 10px;
  top: 10px;
}
.bloc-service:before {
  z-index: 10;
}
.bloc-service:after {
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  content: '';
  top: unset !important;
}


.deuxieme-ligne {
  padding-top: 80px;
}
.degrade-header {
  height: 150%;
}


/*************************************************************************************************************/

.content-tableau {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ligne-tableau {
  display: flex;
}
.entete-tableau {
  width: auto;
  display: flex;
  justify-content: right;
  float: right;
}
.cellule-tableau {
  border: 1px solid #d8d8d8;
  margin-left: -1px;
  width: 50%;
  text-align: center;
  padding: 10px 0 0;
  min-height: 20px;
}



.content-double-tableau {
  display: flex;
  margin-top: 10px;
  border: 1px solid #d8d8d8;
}
.content-double-tableau .cellule-tableau {
  padding-bottom: 0;
  border-bottom: none;
  border-right: 0;
}

.accroche-indication {
    text-align: center;
    width: 80%;
    margin: 0 auto;
        margin-top: 0px;
    line-height: 1.6;
    padding: 20px;
    margin-top: -30px;
}


.content-information-elt .cellule-tableau {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.content-double-tableau > .cellule-tableau {
  padding-bottom: 0;
}
.content-information-elt {
  padding-top: 10px;
}


.content-formule {
  display: flex;
}
.content-tableau-gauche {
  width: 25%;
  padding-top: 100px;
}
.content-tableau-gauche .cellule-tableau {
  width: auto;
  margin-bottom: -1px;
  border-right: none;
  padding: 5px 10px 5px 15px;
  text-align: left;
  /*! padding-left: 10px; */
}
.content-tableau-gauche .cellule-tableau:nth-child(n+2) {
  /*! padding: 5px 10px; */
}


.cellule-tableau.titre-bloc-service {
  /*! padding-left: 10px; */
  background: #e4e4e4;
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.content-tableau-gauche .cellule-tableau.titre-bloc-service {
  padding-left: 10px;
}


.deuxieme-ligne {
    padding-top: 140px;
    position: relative;
}


.texte-banniere .deuxieme-ligne::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
}


.texte-banniere hr {
    position: relative;
    width: 165px;
    margin: 0px 0 10px;
    height: 6px;
    background: #fff;
    border: none;
}

.fil-ariane {
    font-size: 15px;
    text-transform: none;
    opacity: 0.8;
}
.fil-ariane a {
    font-weight: 300;
}




.accroche-bien-etre {
  text-align: center;
  font-size: 18px;
  opacity: 0.7;
}
.bien-etre {
  width: 1200px;
  margin: 36px auto;
}
.bloc-bien-etre-wrapper {
  width: 90%;
  margin: 0 auto;
  height: 250px;
  margin-bottom: 30px;
}
.bloc-bien-etre {
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background: rgba(255,255,255,0.8);
}
.bloc-texte-left {
  /*! width: 50%; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.desscription {
  width: 80%;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.bloc-bien-etre-wrapper {
  background: url(../images/spa1.jpg);
  background-size: cover;
  background-position: top center;
}
.titre-bloc {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}
.bloc-bien-etre-wrapper:nth-child(2n+2) {
  display: flex;
  flex-direction: row-reverse;
}

.spa{
  background: url(../images/spa1.png);
}


/********************************tourisme****************************/


.tourisme {
  width: 1200px;
  margin: 0 auto;
}
.content-bloc-tourisme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.bloc-tourisme-wrapper {
  width: 30%;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all linear 0.3s;
}
.bloc-tourisme img {
  width: 100%;
  height: auto;
  display: block;
}

.bloc-tourisme-wrapper:hover {
    box-shadow: 0px 0px 16px rgba(0,0,0,0.8);
    transform: scale(1.05);
    transition: all linear 0.3s;
}
.image-site-touristique {
  display: block;
}
.bloc-tourisme {
  position: relative;
  overflow: hidden;
  display: block;
}
.titre-tourisme {
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.description-lieu {
  padding-top: 10px;
  line-height: 1.6;
  font-size: 14px;
}



.content-description {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  text-align: left;
  background: rgba(0,0,0,.6);
  display: flex;
  padding: 0 20px 0 20px;
  transition: all linear 0.5s;
  overflow: hidden;
  transform: translateY(78%);
  height: 100%;
  flex-direction: column;
  /*! justify-content: flex-start; */
}
.bloc-tourisme-wrapper:hover .content-description {
  height: auto;
  top: 0;
  bottom: 0;
  transform: translateY(0%);
}



.aventures {
  /*! width: 1200px; */
  margin: 0 auto;
}
.content-galerie-aventure {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 70px 0;
  justify-content: space-between;
}
.bloc-image-aventure img {
  width: 100%;
  height: auto;
  display: block;
}
.bloc-image-aventure-wrapper {
  width: 32.8%;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  margin-left: 10px;
}

.bloc-image-aventure-wrapper:hover .overlay {
  height: auto;
  transition: all linear 0.3s;
}
.bloc-image-aventure {
  position: relative;
  text-align: left;
}

.bloc-image-aventure-wrapper .overlay {
  bottom: 0;
  height: 40px;
  padding-bottom: 15px;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%);
  padding-top: 10px;
  transition: all linear 0.3s
    
}

.btn-voir {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transform: scale(0);
  transition: all linear 0.3s;
}
.icone-voir {
  cursor: pointer;
}
.bloc-image-aventure-wrapper:hover .btn-voir {
  transition: all linear 0.3s;
  transform: scale(1);
}



#content-bloc-formule {
  display: flex;
  justify-content: space-around;
}
.formule {
  width: 1190px;
  margin: 25px auto;
  padding-bottom: 50px;
max-width: 95%;
}
.bloc-formule-wrapper {
  /*! width: 300px !important; */
  height: auto;
  border-radius: ;
  overflow: hidden;
  border: 2px solid #cd2122;
  /*! background: #c41e00; */
  margin: 0 10px; 
  transition: all linear 0.3s;
}
.formule-header, .btn-reserver {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c41e00;
  text-transform: uppercase;
  /*! padding-top: 26px; */
  border-bottom: 2px solid #c41e00;
}
.bloc-formulaire {
  /*! width: 300px; */
  /*! height: 300px; */
  border-radius: 50%;
}
.btn-reserver {
  height: auto;
  padding-top: 15px;
  text-transform: none;
  cursor: pointer;
  border-bottom: none;
  padding-bottom: 15px;
  /*! background: #cd2122; */
  color: #fff;
  border-top: 1px solid #cd2122;
}
.bloc-info-interne {
  text-align: center;
  line-height: 1.5;
  position: relative;
  background: transparent;
  display: flex;
  flex-basis: ;
  flex-direction: column-reverse;
  padding: 0 15px;
}
.emplacement {
  font-weight: 300;
  font-size: 17px;
  opacity: .7;
}
.prix-formule {
  position: relative;
  padding: 24px 0 10px;
  border-bottom: 2px solid rgba(205, 33, 48,0.5);
  margin: 0 30px;
  line-height: .9;
}
.montant {
  font-weight: 600;
  color: #cd2122;
  font-size: 31px;
  line-height: 0;
  position: relative;
}
.mo {
  font-size: 14px;
  line-height: 0;
  position: absolute;
  top: 0;
}
.mo {
}
.nbre-personne {
  font-size: 12px;
  line-height: -1px;
  opacity: 0.6;
}
.nb {
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
}



#prev-offre, #next-offre {
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 10;
  cursor: pointer;
}
#prev-offre {
  left: -60px;
}
#next-offre {
  right: -60px;
}


.bloc-lieu {
  padding: 15px 0;
  /*! border-bottom: 1px solid #d8d8d8; */
}
.reserve {
  border: none;
  padding: 7px 15px;
  background: #cd2122;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all linear 0.3s;
}

.precision {

    margin-top: 40px;
}


/**************************************************************************************************/


.conteneur-service{
  width: auto;
  /*! background: url(../images/tourisme/bg-tourisme.jpg); */
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 60px 0 60px;
}



.service {
  width: 1480px;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}
.content-bloc-service {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 30px;
}
.bloc-service-wrapper {
  width: 100%;
  margin: 0 10px;
  overflow: hidden;
  transition: all linear 0.3s;
  position: relative;
  text-align: left;
}
.bloc-service img {
  width: 100%;
  height: auto;
  transform: scale(1.05);
  transition: all linear 0.3s;
}
.content-titre-service {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-family: 'proxima_nova_altlight';
}


.bloc-service-wrapper:hover img {
  transform: scale(1);
  transition: all linear 0.3s;
}
.btn-decouvrir {
  position: relative;
  left: 0;
  right: 0;
  /*! top: 100%; */
  opacity: 0;
  /*! padding: 20px; */
  /*! padding-top: 20px; */
  -webkit-transition: bottom .25s ease,opacity .25s ease,visibility .25s ease;
  transition: top .25s ease,opacity .25s ease,visibility .25s ease;
  -webkit-backface-visibility: hidden;
  text-align: start;
  padding-bottom: 30px;
  /*! background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1))); */
  /*! background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); */
  /*! background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); */
  height: auto;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  transform: translateY(100%);
  bottom: 0;
  transition: all linear 0.4s;
  padding-top: ;
  padding-top: 25px;
}
.bloc-service-wrapper:hover .btn-decouvrir {
  opacity: 1;
  visibility: visible;
  /*! top: unset; */
  transform: translateY(0%);
}
.decouvrir {
  display: flex;
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.6;
  z-index: 1;
  background: #cd2122;
  width: 60%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.bloc-service {
  position: relative;
}


.bloc-service-wrapper:hover::after /*, .bloc-service-wrapper:hover::before*/ {
  
  transition: all linear 0.3s;
}

.bloc-service-wrapper:hover::before /*, .bloc-service-wrapper:hover::before*/ {
  
  transition: all linear 0.3s;
}

.bloc-service-wrapper:hover .bloc-service:after ,.bloc-service-wrapper:hover .bloc-service:before ,.bloc-service-wrapper:hover::before, .bloc-service-wrapper:hover::after{
  background: red;
}

.bloc-service-wrapper:hover .bloc-service:after {
  transition: all linear 0.3s;
  background: red
}

.bloc-service-wrapper:hover .bloc-service:before {
  transition: all linear 0.3s;
}


.content {
    /*! white-space: nowrap; */
    padding: 0 20px 0 20px;
    transition: all linear 0.3s;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    /*! margin-top: 116%; */
    transition: all linear 0.3s;
}

.bloc-image-aventure-wrapper .content{
  bottom:   0 !important;
  z-index: 100;
  background: none;
  text-align: left;
}

.heading {
    font-size: 22px;
    font-weight: 500;
    white-space: normal;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.85);
}

.subheading {
    font-size: 16px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    bottom: -75%;
    left: 0;
    opacity: 1;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
}

.devider-recent {
    display: block;
    border-top: 3px solid rgba(255,255,255,.6);
    width: 102px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}



.description-site {
  width: auto;
  white-space: normal;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 48px;
  visibility: hidden;
}

.bloc-service-wrapper:hover .description-site {
    margin-top: 15px;
    transition: all linear 0.3s;
}

.bloc-service-wrapper:hover .description-site {
  visibility: visible;
}

.bloc-service-wrapper:hover .content {
  transition: all linear 0.3s;
}
.bloc-service-wrapper:hover .overlay {
  height: auto;
  bottom: 0;
}

.descriptin-galerie{
  white-space: normal;
  padding-top: 15px;
}

.bloc-image-aventure-wrapper:nth-child(3n+3) {
  /*! margin-right: 0; */
}


.conteneur-formule {
  background: #FCF6F2;
  padding-top: 40px;
  text-align: center;
}
.reserve:hover {
  background: transparent;
  color: #cd2122;
  border-color: #cd2122;
  transition: all linear 0.3s;
}
.bloc-formule-wrapper:hover {
  transform: scale(1.08);
  box-shadow: 0px 0px 16px rgba(0,0,0,0.5);
  transition: all linear 0.3s;
}


.service .titre-page:after, .service .titre-page:before {
  width: 15%;
}
.conteneur-aventures {
  padding-top: 40px;
  text-align: center;
}
.conteneur-aventures .titre-page:before, .conteneur-aventures .titre-page:after {
  width: 16%;
  top: 44% !important;
}