﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */




/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

   

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

   

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- 

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

@media print { 
img {
display:none;
}
* , .pas_copier {
background-image:none;
}
}


	@media ( max-width: 1200px ) and (min-width: 550px) {
		#main-slider .slide .slide-content h1{
	text-transform:none;
	margin-top: -100px;
	font-size:35px; 
	color:#fff;
}
 .un{width:100%;}
 .deux{width:100%;}
 .trois{width:100%;}


	}

	@media ( max-width: 550px ) and (min-width: 250px) {
		#main-slider .slide .slide-content h1{
	text-transform:none;
	margin-top: 0px;
	font-size:25px; 
	color:#fff;
}
 .un{width:100%;}
 .deux{width:100%;}
 .trois{width:100%;}


	}