.header-10-sub .background {
  background-image: url("../photos/equipage/equipage-bg-3.jpg");
  opacity: 70;
  filter: alpha(opacity=7000);
  opacity: 0.70;
  filter: alpha(opacity=70);
}
.header-10 .header-background {
  background: #1b1f23;
}
.header-10 .btn:hover,
.header-10 .btn.active,
.header-10 .btn:focus {
  background-color: #2ecc71;
}

.header-10 .btn {
	font-family: 'Nunito', sans-serif;
}

.tpl-6-section-1 {
  position: relative;
  overflow: hidden;
  background-image: url('../photos/equipage/equipage-bg-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 265px;
  padding-bottom: 265px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tpl-6-section-1 .tpl-6-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 50;
  filter: alpha(opacity=5000);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 768px) {
  .tpl-6-section-1 {
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%;
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
.tpl-6-section-1 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tpl-6-section-1 .container > img {
  margin-bottom: 50px;
}
.tpl-6-section-1 .lead {
  font-size: 15px;
  font-weight: normal;
  color: #1abc9c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .tpl-6-section-1 {
    padding-top: 105px;
    padding-bottom: 105px;
    background-attachment: scroll;
    background-position: 50% 50%!important;
  }
}

.content-23.custom-bg {
  background-image:url('../photos/equipage/cf-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.8;
}

.content-23.custom-bg-amis {
  background-image:url('../photos/equipage/equipage-bg.JPG');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.9;
}
.content-23.custom-bg-4l {
  background-image:url('../photos/equipage/equipage-bg-4l-3.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.9;
}

.content-23.white-bg {
  background-color: #ECF0F1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.8;
}

html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.page-wrapper {
	height: 100%;
}

section.content-25 {
	min-height: 100%;
}

section.content-features {
  min-height: 100%;
}
.content-features .description {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: 200px;
}
.content-features .description h6 {
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content-features .description {
    margin-bottom: 0;
    max-width: none;
  }
}
.content-features .description img {
  position: absolute;
  top: 70%;
  right: 110%;
}
.content-features .col-sm-6 img {
  display: block;
  margin: 30px auto 50px;
  float: left !important;
}
.content-features .col-sm-3 img {
  display: block;
  margin: 30px auto 50px;
  float: left !important;
}
.content-features .col-sm-7.col-sm-offset-3 img {
  display: block;
  margin: 30px auto 50px;
}

@media (max-width: 480px) {
  .content-features {
    padding-bottom: 0;
  }
  .content-features .col-sm-7.col-sm-offset-3 img {
    margin: 30px auto 30px;
  }
}

.monImageCentree {
  vertical-align: middle;
  margin-top: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.monContent {
  display: inline-block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 130px;
  text-align: center;
}
.content-features {
  text-align: center;
}

.ma4L {
  margin-top: 50px;
}

.img-rotate img
{
        -webkit-transition: -webkit-transform 0.2s ease-in-out;/* Utilisé pour la transition sur chrome et safari */
    -moz-transition: -moz-transform 0.2s ease-in-out;/* Utilisé pour la transition sur Firefox */
    transition: transform 0.2s ease-in-out;
}
.img-rotate img:hover
{
        -webkit-transform: scale(1.4) rotate(-370deg);/* Agrandissement de la photo à l'échelle 1.4 et rotation de -10 degrés */
    -moz-transform: scale(1.4) rotate(-370deg);
    -o-transform: scale(1.4) rotate(-370deg);
    transform: scale(1.4) rotate(-370deg);
    /*-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); /* L'ombre appliquée sur la photo au survol */
    /*-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);*/
}
.content-16 .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  background: #121518;
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -26.5px;
}
.content-16 .control-btn:hover,
.content-16 .control-btn:focus {
  color: #fff;
  background: #E74C3C;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-16 .control-btn:active {
  color: #fff;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}