* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.center {
    margin: 0 auto;
    width: 1280px;
}

section ul {
    display: flex;
    margin-bottom: 10px;
}

section ul li {
    list-style: none;
    background: #eee;
    padding: 8px 20px;
    margin: 5px;
    letter-spacing: 1px;
    cursor: pointer;
}

section ul li.active {
    background: #03a9f4;
    color: #fff;
}

section .product {
    display: flex;
    flex-wrap: wrap;
}

section .product .itemBox {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 5px;
}

section .product .itemBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SCROLLTOP rajouté */
/* SCROLLTOP */
/* SCROLLTOP */
/* SCROLLTOP */
/* SCROLLTOP */

#scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #0085a1;
    border-radius: 50%;
    text-decoration: none;
}





/* FANCY BOX  */


@charset "utf-8";

/* ------------------------------ CSS -- */
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none !important;
}

html,
body {
    height: 100%;
    background-color: #1f1f1f;
    border: 0 solid transparent;
    font-size: 16px;
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: white;
}

img,
object,
embed,
canvas,
video,
audio,
picture {
    max-width: 100%;
    height: auto;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: black;
}

/* ------------------------------- RECURENTES -- */
.clear {
    display: block;
    zoom: 1;
}

.clear:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

section.contain-galerie {
    margin-top: 6.25rem;
    text-align: center;
}

section.contain-galerie h1 {
    border-bottom: solid 1px white;
    border-top: solid 1px white;
    width: 300px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: 400;
    padding: 10px 0;
}

section.contain-galerie p {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    margin-top: 3.125rem;
}

section.contain-galerie .galerie {
    margin-top: 6.5rem;
}

section.contain-galerie .galerie a {
    float: left;
    width: calc(33.333% - 20px);
    margin: 10px;
    transition: all 0.5s;
}

section.contain-galerie .galerie a:hover {
    transform: scale(1.3, 1.3);
    /*mettre les deux chiffres pour 2 côtés*/
    -ms-transform: scale(1.3, 1.3);
    -webkit-transition: scale(1.3, 1.3);
}

.slick-dots {
    display: none !important;
}

.videos .video{
    margin-top: 100px;
    margin-bottom: 200px;
    text-align: center;
}

@media screen and (min-width: 200px) and (max-width: 1200px){
    .videos .video{
        height: 100%;
        width: 100%;
    }
}