
/******************************/
/* Formats RESPONSIVE retenus */
/******************************/

/* XS Portrait */
@media (max-width: 479px){	
}

/* xs */
@media (max-width: 767px) {
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* lg */ 
@media (min-width: 1200px) {
}

/* Les adaptations responsive générales, y compris pour : Bannière Slider, sont après celles de la Bannière Vidéo */
/***********************************************************************/
/* Adaptations RESPONSIVE : Bannière vidéo (home-video, video.content) */
/***********************************************************************/

/* lg : pas d'adaptation */
/* md : pas d'adaptation */

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
/***********************/
/* Bannière Vidéo      */
/***********************/

/* Typographie : Titres de la bannière vidéo */
/* NB : La balise span (mise en couleur) est contrôlée dans le fichier CSS preset associé au style */

#home-video .video-content h1 {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 30px;
}

#home-video .video-content h2 {
  font-size: 40px;
  text-transform: uppercase;
} 

/* Bouton de poursuite de navigation */
#home-video
.video-content .btn-start {
  margin-top: 140px;
}

/* Bouton d'animation "flèche vers le bas" de video-banner */	
#home-video .fa-angle-down {
  bottom: 60px;
}

}

/* xs */
@media (max-width: 767px) {

/***********************/
/* Bannière Vidéo      */
/***********************/

/* Typographie : Titres de la bannière vidéo */
/* NB : La balise span (mise en couleur) est contrôlée dans le fichier CSS preset associé au style */

#home-video .video-content h1 {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 30px;
}

#home-video .video-content h2 {
  font-size: 30px;
  text-transform: uppercase;
}

#home-video .video-content h3 {
  font-size: 18px;
  text-transform: uppercase;
}

#home-video .video-content a {
  text-transform: uppercase;
}
	
/* Bouton de poursuite de navigation */
#home-video
.video-content .btn-start {
  font-size: 14px;	
  margin-top: 150px;
}

/* Bouton d'animation "flèche vers le bas" de video-banner */	
#home-video .fa-angle-down {
  bottom: 50px;
}

}

/* XS portrait : pas d'adaptation */

/*****************************************************************/
/* Adaptations RESPONSIVE générales, y compris : Bannière Slider */
/*****************************************************************/


/* lg */ 
@media (min-width: 1200px) {

	/* Bannière SLIDER : Calque de légende */
	#home-slider .caption h1 {
		font-size: 80px;
	}
	#home-slider .caption p {
		font-size: 26px;
		padding: 0 30px;
	}

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	/* Bannière SLIDER : Calque de légende */
	#home-slider .caption h1 {
		font-size: 60px;
	}
	#home-slider .caption p {
		font-size: 22px;
		padding: 0 30px;
	}

.service-info p{
		letter-spacing: 0.3px; /* ici, on abandonne la valeur 1.5px pour letter-spacing, qui déséquilibre la disposition d'écran (texte trop long dans certaines sous-sections */
	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	
	/* Bannière SLIDER : Calque de légende */
	#home-slider .caption h1 {
		font-size: 50px;
	}
	#home-slider .caption p {
		font-size: 20px;
		padding: 0 30px;
	}

	/* Autres */
	.social-icons ul li {
		margin-bottom: 10px;
	}
	.price {
		font-size: 16px;
		line-height: 30px;
		width: 100%;
	}
	.price span {
		font-size: 10px;
		margin-top: 27px;
	}
	.btn-signup {
		padding: 10px 20px;
	}
}

/* xs */
@media (max-width: 767px) {
    .project-details{
        margin: 15px;
    }
	body {
		font-size: 14px;
	}
	
	/* Calque de légende, dans la bannière slider */
	#home-slider .caption h1 {
		font-size: 40px;
	}
	#home-slider .caption p {
		font-size: 18px;
		padding: 0 30px;
	}
	
	/* "Flèches droite et gauche", dans la bannière slider */
	.left-control, .right-control {
		font-size: 20px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}
	
	#home-slider:hover .right-control {
		right: 15px;
	}
	#home-slider:hover .left-control {
		left: 15px;
	}
	
	/* Bouton poursuite de navigation, dans la bannière slider */
	.caption .btn-start {
		font-size: 12px;
		padding: 10px 30px;
	}
	
	
	/*services*/
	section {
		padding: 45px 0;
	}
	.heading {
		font-size: 14px;
		padding-bottom: 45px;
	}
	.heading h2 {
		font-size: 26px;
	}
	.service-info h3 {
		font-size: 20px;
	}
	
	.our-services .col-sm-4 {
		margin-bottom: 32px;
		padding-bottom: 20px;
	}
	.our-services .col-sm-4:nth-child(4), 
	.our-services .col-sm-4:nth-child(5), 
	.our-services .col-sm-4:nth-child(6) {
		padding-top: 0;
	}
	.service-icon {
		font-size: 30px;
		height: 65px;
		line-height: 62px;
		width: 65px;
	}
	
	/* XS portrait en hérite */
	.service-icon i{
		height: 65px;
		width: 65px; 
	}

	.our-services .col-sm-4:hover .service-icon:before {
		height: 90px;
		width: 90px;
	}
	.about-info {
		text-align: center;
		margin-bottom: 50px;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.team-members .col-sm-3, 
	.pricing-table .col-sm-3, 
	#portfolio .col-sm-3, 
	.blog-posts .col-sm-4  {
		width: 50%;
		float: left;
	}
	.social-icons ul li a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}	
	.count .col-xs-6 {
		margin-bottom: 35px;
	}
	#features {
		min-height: 330px;
	}
	#features i {
		font-size: 35px;
	}
	#features h3 {
		font-size: 25px;
	}
	.price span {
		font-size: 10px;
		margin-top: 15px;
	}
	.price {
		font-size: 18px;
		line-height: 35px;
		width: auto;
	}
	.single-table ul {
		margin-top: 22px;
	}
	.single-table ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	.btn-signup {
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 35px;
	}
	.single-table{
		margin-bottom: 40px;
		padding: 20px;
	}
	#twitter {
		padding-bottom: 75px;
	}
	.twitter-left-control, 
	.twitter-right-control {
		top: inherit;
		bottom: 30px;
		height: 25px;
		width: 25px;
		line-height: 23px;
		font-size: 14px;
	}
	.twitter-left-control {
		left: 30px;
        z-index: 16
	} 
	.twitter-right-control {
		right: 30px;
        z-index: 16
	}
	#blog {
		overflow: hidden;
	}
	.entry-header h2 {
		line-height: 20px;
	}
	.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}
	.load-more {
		margin-top: 35px;
	}
	.btn-loadmore {
		font-size: 12px;
		padding: 15px 75px;
	}
	#contact-us .heading {
		padding-top: 35px;
	}
	.contact-info {
		padding-left: 0;
	}
	#footer .footer-bottom {
		text-align: center;
	}
	.footer-bottom p.pull-right {
		float: none !important;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
  
	.team-members .col-sm-3, 
	.pricing-table .col-sm-3, 
	#portfolio .col-sm-3, 
	.blog-posts .col-sm-4 {
		width:100%;
		float: none;
	}
}

