/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/* --------------------POSITION DU TEXTE DANS LES SLIDE--------------------------*/
/* Slide 1 */
.slide-item:nth-of-type(1) .slide-inner{
  top: 85% !important;
  left: 0% !important;
}  

/* Slide 2 */
.slide-item:nth-of-type(2) .slide-inner {
  top: 85% !important;
}

/* Slide 3 */
.slide-item:nth-of-type(3) .slide-inner {
  top: 85% !important;   
}
/* Slide 4 */
.slide-item:nth-of-type(4) .slide-inner{
  top: 85% !important;
}  

/* Slide 5 */
.slide-item:nth-of-type(5) .slide-inner {
  top: 85% !important;
}

/*-----------------------TAILLE DU TEXTE DANS LES SLIDE--------------------------*/
/*
.text-slider .maintitle {
	font-size: 57px;
}
.text-slider .subtitle {
	font-size: 30px;
}
*/
@media only screen and (max-width: 767px) {
	.text-slider .maintitle {
		font-size: 32px;   
	}
	.text-slider .subtitle {
		font-size: 16px;
	}	
}

@media only screen and (max-width: 479px) {
	.text-slider .maintitle {
		font-size: 20px;
	}
	.text-slider .subtitle {
		font-size: 14px;
	}	
}