@charset "utf-8";
/* CSS Document */

.slideshow-container{
     max-width: 1000px;
     position: relative;
     margin:auto
}


.cartoucheSS{
     clear:both;
	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: medium;
	border-radius: 25px;
	margin-top: 10px;
     width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 25px;
     text-align: center;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT",  "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: medium;
	font-weight: 200;
	color: darkblue     
}

.ssPhoto{
     margin-left: 20%;
     border-style: solid;
     border-width: thin;
     border-color: black;
     width: 60%
}
.ssPhoto:hover{     
     transform: scale(1.1);
	position: relative;
     top: -75px;
	left: 10px;
     border-style: solid;
     border-width: thin;
     border-color: darkgray 
}

.mySlides{
     margin-left: 5%;
     width: 90%
}

.SSprev, .SSnext{
     cursor: pointer;
     color: red;
     width: auto;
     font-size: 25px;
     font-weight: bold;
     user-select: none
}

/*
.next{
     right: 0;
     border-radius: 3px 0 0 3px;
}
*/

.text{
     color: #f2f2f2;
     font-size: 15px;
     padding: 8px 12px;
     position: absolute;
     bottom: 8px;
     width: 100px;
     text-align: center
}

.numbertext{
     color: firebrick;
     font-size: 20px;
     padding: 8px 12px
     /*position: absolute;
     top: 0*/
}

.slideCaption{
     paddinf-top: 5px;
     width: 100%;
     color: darkblue;
     font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
     font-size: 1.2em;
     font-weight: normal;
     text-align: center
}

.dot{
     cursor: pointer;
     height: 20px;
     width: 20px;
     margin: 0 2px;
     background-color: darkgray;
     border-radius: 505;
     display: inline-block;
     transition: background-color 0.6s ease
}

.active, .dot:hover{
     background-color: red
}

.fader{
     /*
     animation-name: fade;
     animation-duration: 0.05s
     */
     animation: fade 1.5
}

@keyframes fade{
     from{opacity: .4}
     to{opacity: 1}
}
