

/* POUR LE DIAPO */

/* * {box-sizing:border-box} */

/* Slideshow container */
.slideshow-container {
    max-width: 1340px;
    /* height: 255px; */
    position: relative;
    margin: auto;
    /* margin-left: 80px; */
    background-color : rgb(255, 255, 255);
}


/* Hide the images by default */
.mySlides {
    display: none;
    
}

/* Next & previous buttons */
.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    margin-left:0;
    padding : 16px 30px 16px 16px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 10px 10px 0;
    user-select: none;
    background-color: rgba(199,199,199,0.8);
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0px;
    width: auto;
    margin-top: -22px;
    margin-right:0;
    padding : 16px 16px 16px 30px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 10px 0 0 10px;
    user-select: none;
    background-color: rgba(199,199,199,0.8);
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(255, 150, 0,1);
}


/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    /* margin-bottom : 10px; */
    background-color: rgba(199,199,199,0.8);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;

    text-align: center;
    

}

.dots{

    /* position: absolute; */
    /* left: 700px; */
    /* top: 380px; */
    
    max-width: 1340px;
    margin: auto;

}

.active, .dot:hover {
    background-color: rgba(255, 150, 0,1);
}

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

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

/* POUR LES VIGNETTES */

.vignettes
{

    display: flex;
    flex-wrap: wrap;
    /* width: 1480px; */

    padding-left: 20px;

    margin:  10px auto;
    

    /* background-color: blue; */
    

}

#MaVignette{
    
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 20px;

}

#MaVignette img  {

	position: relative;

}

#MaVignette img:hover  {

	top : -10px;

}

/* POUR LE FOND */

/* 
.BackGroundTest
{

    position: absolute;

    width: calc(100%);

    height: calc(100% + 600px);

    top: 0px;

    z-index: -1;

}

.Color1
{

    background-color: #ffc000 ;

    background-repeat: repeat-x;

    height: 80px;

    width: 100%;

    position: absolute;

    top: 950px;

    z-index: -1;

}

.Color2
{

    background-color: #ffec83 ;

    background-repeat: repeat-x;

    height: 26px;

    width: 100%;

    position: absolute;

    top: 1050px;

    z-index: -3;

}

.Color3
{

    background-image: url(img/TEST.png);
    background-repeat: repeat-x;

    height: 124px;

    width: 100%;

    position: absolute;

    top: 670px;

    z-index: -3;

}


.Color4
{

    background-color: #ff9600 ;
    background-repeat: repeat-y;

    height: 100%;

    width: 120px;

    position: absolute;

    top: 0px;

    left: 100px;

    z-index: -2;

} */


/* .FrizeTools
{

    background-image: url(img/outils_x.png);
    background-repeat: repeat-x;

    height: 287px;

    width: calc(100% - 290px); */
    /* Ne pas oublier de retirer le déplacement left !  */

    /* width: 3000px; */

    /* position: absolute;

    top: 570px;
    left: 290px;

    z-index: -2;

} */











