
/****************** SLIDE AVEC LOGO DU MASTER ******************/

/* Les "num-X" sont dans les éléments de chaque slide (0 pour le logo, 1 pour le texte suivant... */

/* Micro écran */
@media only screen and (max-width: 991px) {

.sp-slider #sp-slider-item-1644951325201-num-0-key #sp-slider-inner-item-1644951325202-num-0-key img {
	width: 110px !important;
	height: 119px !important;
	display: none !important ;
}

#sp-slider-inner-item-1644951325202-num-0-key {
	margin-right : 40px !important;
}

#sp-slider-inner-item-1644951325202-num-1-key {
	font-size : 32px !important;
	margin-top: 10px !important;
}

#sp-slider-inner-item-1644951325202-num-2-key {
	font-size : 18px !important;
}

#sp-slider-inner-item-1644951325202-num-3-key {
	margin-top: 0px !important;
	font-size : 15px !important;
}

/* TEMOIN COULEUR 
.sp-column{background-color: red !important}
*/
}

/* Petit écran */
@media only screen and (min-width:992px) and (max-width: 1199px) {

.sp-slider #sp-slider-item-1644951325201-num-0-key #sp-slider-inner-item-1644951325202-num-0-key img {
	width: 220px !important;
	height: 239px !important;
}

#sp-slider-inner-item-1644951325202-num-0-key {
	margin-right : 35px !important;
}

#sp-slider-inner-item-1644951325202-num-1-key {
	font-size : 50px !important;
}

#sp-slider-inner-item-1644951325202-num-2-key {
	font-size : 20px !important;
}

#sp-slider-inner-item-1644951325202-num-3-key {
	font-size : 15px !important;
}

/* TEMOIN COULEUR 
.sp-column{background-color: red !important}
*/
}

/* Moyen écran */
@media only screen and (min-width:1200px) and (max-width: 1399px) {

.sp-slider #sp-slider-item-1644951325201-num-0-key #sp-slider-inner-item-1644951325202-num-0-key img {
	width: 270px !important;
	height: 294px !important;
}

#sp-slider-inner-item-1644951325202-num-0-key {
	margin-right : 40px !important;
}

#sp-slider-inner-item-1644951325202-num-1-key {
	font-size : 60px !important;
}

#sp-slider-inner-item-1644951325202-num-2-key {
	font-size : 30px !important;
}

#sp-slider-inner-item-1644951325202-num-3-key {
	font-size : 20px !important;
}

/* TEMOIN COULEUR 
.sp-column{background-color: red !important}
*/
}

/* Grand et très grand écran */
@media only screen and (min-width:1400px) {

}