/***********************SLIDER**************************/


.slider-wrapper {
    margin:10px 4px;
	z-index: 500;
	position: relative;
	width: 720px;
	height: 459px;
	overflow: hidden;
}

.slider-wrapper li {
	display: none;
}

.slider-wrapper .current-slide {
	display: block;
}

.slider-shadow {
	width: 100%;
	height: 15px;
	position: relative;
}

.slider-shadow:after, .slider-shadow:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 50%;
	left: 10px;
	top: -20px;

}

.slider-shadow:before {
	right: 10px;
	left: auto;

}

.slider-wrapper img {
	position: absolute;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/
 @media only screen and (max-width: 825px) {
 	.container {
/* 		width: 500px;*/
 	}

 	.slider-wrapper {
 		height: 260px;
 	}
 }

 @media only screen and (max-width: 535px) {
 	.container {
 		padding: 5px;
 		width: 100%;
 		margin: 40px 0 0 0;
 	}

 	.slider-wrapper {
 		height: 200px;
 	}
	
 	.slider-wrapper .caption {
 		display: none;
 	}

 }

 @media only screen and (max-width: 410px) {
 	.slider-wrapper {
 		height: 160px;
 	}
 }


/***********************SLIDER**************************/

* {
    margin:0;
    padding:0;
}

body {
    margin:0; 
    padding: 0;
    font-size: 1rem;

}



.z1 {
    width: 1140px;
    position: relative;


}

iframe{
    width: 1000px;
    height: 588px;
    margin-left:50px;
}

.image1{
    margin:auto;
    text-align: center;
    width: 710px;
    border:0px solid gray;
    padding:1px;
/*    -moz-box-shadow: 10px 10px 5px 0px #656565;*/
/*    -webkit-box-shadow: 10px 10px 5px 0px #656565;*/
/*    -o-box-shadow: 10px 10px 5px 0px #656565;*/
    box-shadow: 3px 3px 2px 3px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
    position: relative;                      
}

article h4{
    color: #535353;
    padding-left: 30px;
    padding-right: 30px;
    width:1000px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

}

h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;
}
h1{    font-family: 'Lobster', cursive;
    text-align: center;
}

.titre{
    margin: 40px;

}

/* Medium devices (écran standard, 992px et au-dessus) */
@media screen and (max-width: 768px) {


   /* .menu{
        margin-left: auto;
        margin-right: auto;*/                   /*permet de centrer mon logo et mon menu pour tablette*/
   /*     float: none;*/
    } 
    
 /*   iframe{
        width: 640px;
        height: 358px;
    }
    
    z1{
        width: 100%;
    }*/
}


