/* mon style  */

/* shortcodes  */
.text-light {
color:#fbfbfb;
}

.text-dark {
  color:#2f2f2f;
}

.divide250 {
    width: 100%;
    height: 250px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}




/* fonts */
body {
    font-family: 'Josefin Sans', sans-serif;
    overflow-x: hidden;
    background-color: #2f2f2f;
    color: #fbfbfb;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

/* couleur du fond  */
.dark-wrapper {
	background: #2f2f2f;
}

/* couleur des textes  */
h1, h2, h3, h4, h5, h6, p {
	color: #fbfbfb;
}

ul li a {
	color: #fbfbfb;
}

.lead {
  color:#fbfbfb;
}

.filter li a {
	color:#fbfbfb;
}

.contact-info li a {
	color: #fbfbfb;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"] {
	color: #fbfbfb;
}

/* couleur sous logo */
.navbar-brand {
	background: #2e2e2e;
	height: auto;
	padding: 20px 20px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.11);
	-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.11);
	box-shadow: 3px 3px 0 rgba(0,0,0,0.11);
}

.navbar-brand:hover {
	background: #2e2e2e;
}

/* contrôle slider */
.custom-controls .owl-slider-controls .owl-slider-nav [class*="owl-"] {
	pointer-events: auto;
	color: rgba(155,89,182,0.6);
	line-height: 1;
	font-size: 40px;
	cursor: pointer;
}

.custom-controls .owl-slider-controls .owl-slider-nav [class*="owl-"]:hover {
	color: rgba(155,89,182,1);
}

/* images page site  */
.item2 img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    box-shadow: -8px 8px 12px #aaa;
}


/* video you tube */
.ytp-title {
	overflow: hidden;
	flex: 1;
	display: none!important;
}

/* parallax  */
.parallax {
    background: url(style/images/art/parallax1.jpg) fixed no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    color: #FFF;
}

.parallax.parallax1 {
    background-image: url(style/images/art/parallax1.jpg)
}
.parallax.parallax2 {
    background-image: url(images/parallax-effet-magique.jpg)
}
.parallax.parallax3 {
    background-image: url(style/images/art/parallax3.jpg)
}
.parallax.parallax4 {
    background-image: url(images/parallax-livre-magique.jpg)
}


/* @media query */
@media (min-width: 993px) {

    .site {
      margin-top: 20px;
    }

}

@media (max-width: 992px) {

    .liensite{
      text-align: center;
    }

    ul.text-dark li {
	    list-style: none;
    }

}
