html, body {
  min-height: 100vh;
  background: white;
}
b{
  font-weight: 400;
}
.col-100vh {
  height: 100vh; 
}

.col-50vh {
  height: 50vh; 
}

.col-25vh {
  height: 25vh; 
}

.main {
  margin: 0 auto -60px; 
}
  .main .img-responsive {
    margin: 0; 
}


#bt-download {
  position: absolute;
  right: 20px; 
}

.grid-custom {
  padding: 0 !important; 
}
  .grid-custom .col-md-6, .grid-custom .col-md-2 {
    padding: 0 !important; 
}
  .grid-custom div {
    padding: 0; 
}

.item {
  overflow: hidden;
  position: absolute; }
  .item h2 {
    display: inline-block;
    color: #fff; }
  .item span {
    display: inline; }

.item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.titre:hover .item img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
#A2 {
  background: #FFFFFF url(../images/A2.jpg); }

#A3 {
  background: #FFFFFF url(../images/A3.jpg); }

#B1 {
  background: #FFFFFF url(../images/B1.jpg); }

#B2 {
  background: #FFFFFF url(../images/B2.jpg); }

#B3 {
  background: #FFFFFF url(../images/B3.jpg); }

#C1 {
  background: #FFFFFF url(../images/C1.jpg); }

#C2 {
  background: #FFFFFF url(../images/C2.jpg); }

#A2, #A3, #B1, #B2, #C2 {
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

#A1 div.cover{
    background-image: url(../images/A1.jpg);
    width: 75%;
    height: 100%;
    background-size: contain;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;

    background-position-y: 100%;
}

#A1 .text-intro{
    width:30%;
    height:100%;
    float:right;
    height:100%;
    height:auto;
}
#A1 img.logo{
      width: 70%;
    max-width: 110px;
    margin: 20px 0;
   
  }
#B3, #C1 {
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.titre, .titre-off {
  padding: 1.5rem 0px 0px 1.5rem !important;
  width: 100%;
  height: 100%;
  cursor: pointer; }

  .titre h1, .titre-off h1 {
    margin-top: 0rem;
    margin-left: 10px;
    font-size: 2rem;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

  .titre h2, .titre-off h2 {
    margin-top: 0rem;
    font-size: 1.3rem;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#text-intro {
    padding: 8px;
    color: rgb(221,5,43);
    position: absolute;
    right: 1%;
    bottom: 1%;
  }
  #text-intro p {
    font-size: 1.7rem; 
    margin: 10px 0;
    letter-spacing: 0.1px;
    font-weight: 200;
  }

  #text-intro .sep{
    background-color:rgb(221,5,43);
    width: 25px;
    height: 2px;
  }
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    display: block;
    position: absolute;
    max-width: 100%;
    height: 100%;
    bottom: 0;
    }
/*.img-mobile{
  display: none;
}
*/

@media (min-width: 1200px) {
  .col-md-5.point5 {
    width: 100%;
    padding: 0; }

  .col-md-5.point4 {
    width: 80%;
    padding: 0; }

  .col-md-5.point3 {
    width: 60%;
    padding: 0; }

  .col-md-5.point2 {
    width: 40%;
    padding: 0; }

  .col-md-5.point1 {
    width: 20%;
    padding: 0; } 
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-5.point5 {
    width: 100%;
    padding: 0; }

  .col-md-5.point4 {
    width: 80%;
    padding: 0; }

  .col-md-5.point3 {
    width: 60%;
    padding: 0; }

  .col-md-5.point2 {
    width: 40%;
    padding: 0; }

  .col-md-5.point1 {
    width: 20%;
    padding: 0; } }

@media (max-width: 991px) {
  .img-mobile{
    display: block;
  }
  #text-intro{
    display: none;
  }
  .col-100vh {
    height: 100%;
  }
  .col-xs-12, .col-xs-6 {
    padding: 0; }

  .titre h1 {
    font-size: 1.2rem  !important; }
  .titre h2 {
    font-size: 0.9rem  !important; }
    #text-intro p {
      font-size: 1.3rem; 
  }

  #A1 div.cover{
    background:none;
    position: relative; 
    width: 100%;
    height: auto;
  }

  #cover, .point3{
    height:100%;

  }
  #A1 img{
    position: relative; 
    width: 100%;
    height: auto;
    background: none; 
  }
 
  .item {
    position: initial; }

  .titre, .titre-off {
    padding: 1.5rem 0px 0px 0.7rem !important; 
  }
  .col-sm-12, .col-sm-6 {
    padding: 0; }

  .titre h1 {
    font-size: 1.6rem !important; }
  .col-50vh, .col-25vh {
    height: 150px; 
  }

  #B2, #C1, #B3, #C2{
    width:50%;
  }
  #B3, #C1{
    float:right;
  }
}

@media (max-width: 991px) {
  
  .col-100vh {
    height: 100%;
  }
  .col-xs-12, .col-xs-6 {
    padding: 0; }

  .titre h1 {
    font-size: 1.2rem  !important; }
  .titre h2 {
    font-size: 0.9rem  !important; }
    #text-intro p {
      font-size: 1.3rem; 
  }
  #cover{
    height:auto;
  }
  #A1{
    height: 100%;
    background: none; 
  }
  #A1 img{
    height: 100%;
    background: none; 
  }
 
  .item {
    position: initial; }

  .titre, .titre-off {
    padding: 1.5rem 0px 0px 0.7rem !important; 
  }
  .col-sm-12, .col-sm-6 {
    padding: 0; }

  .titre h1 {
    font-size: 1.6rem !important; }
  .col-50vh, .col-25vh {
    height: 150px; 
  }
   .point3{
    height: 300px;
  }
  #B2, #C1, #B3, #C2{
    width:50%;
  }
  #B3, #C1{
    float:right;
  }
    .img-mobile{
  	display: block;
  }
}

@media screen and (max-width: 600px) {
   #cover{
    height:auto;
  }

}
@media screen and (max-width: 900px) {
   #cover{
    height:auto;
  }

}
@media screen and (min-width: 991px){
	.img-mobile{
		display: none;
	}
}

