@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Lato:400,900|Alegreya:400,900');
@import url('https://fonts.googleapis.com/css?family=Qwigley');

/*=====================================================================*/
/* Paramétrage global
/*=====================================================================*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1;
    color: #0f0f0f;
    background-color: #ffffff;
    padding-top: 100px;
}
.text-background {color: #ffffff;}
.text-high {color: gold;}
.text-low {color: #e6e4e6;}
.text-medium {color: #5a585a;}

.bg-background {background-color: #ffffff;}
.bg-text {background-color: #ffffff;}
.bg-high {background-color: gold;}
.bg-low {background-color: #e6e4e6;}
.bg-medium {background-color: #5a585a;}

.btn-background {background-color: #ffffff; color: #0f0f0f;}
.btn-text {background-color: #0f0f0f; color: #ffffff;}
.btn-high {background-color: gold; color: #ffffff;}
.btn-low {background-color: #e6e4e6; color: #0f0f0f;}
.btn-medium {background-color: #5a585a; color: #ffffff;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #0f0f0f;
    text-transform: uppercase;
/*    text-shadow: 2px 2px #a9a9a9; */
}
a {
    color: #5a585a;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

blockquote {
    padding-left: 20px;
}
blockquote p {
    font-family: 'Qwigley', cursive;
    font-size: 150%;
    line-height: .8em;
    padding-left: 40px;
}
blockquote footer {
    padding-left: 40px;
    padding-top: 10px;
}
blockquote:before {
    content: '“';
    display: block;
    position:relative;
    top:-40px;
    margin-left: 0px;
    font-size: 500%;
    font-family: 'Alegreya', sans-serif;
    height: 1px;
    color: #e6e4e6;

}

/*=====================================================================*/
/* Styles propres au projet
/*=====================================================================*/
.alternative {
    font-family: 'Alegreya', sans-serif;
    font-style: italic;
    line-height: 1em;
}
.alternative > .title {
    font-style: normal;
    font-weight: 900;
    font-size: 1.1em;
    text-decoration: underline;
    text-decoration-style: wavy;
    margin-bottom: .5em;
}

.message {
    font-family: 'Lato', sans-serif;
    font-size: .9em;
    line-height: 1em;
}
.splash-icone {
    color: darkgray;
    text-shadow: 3px 3px #5a585a;
    margin-bottom: 20px;
    margin-top: 50px;
}
#connectForm {
    margin-top: 20vh;
}

img.avatar {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px hsl(0, 0%, 90%);
}
.fc-title {
    padding: 0 4px;
    font-size: .9em;
}
/*=====================================================================*/

/*=====================================================================*/
video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: 100%; z-index: -100;
  background-size: cover;
  margin: 0 auto;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}
.scroll-anchor {
    height: 0;
    position: relative;
    top: -50px;
}
div.fullwidth {
    width: 100%;
    background: white;
}
div.fullwidth.low {
    background-color: #e6e4e6;
    color: white;
}
div.fullwidth.medium {
    background-color: #5a585a;
    color: white;
}
div.fullheight {
    min-height: calc(100vh - 60px);
}
div.fullwidth.alone {
    min-height: calc(100vh - 290px);
}
div.footer {
	width: 100%;
	background: gold;
}
.fullwidth.alternate {
	background: #5e7e93;
}
#welcome {
	height: calc(100vh - 60px);
	background: transparent;
	text-align: center;
}
#welcome h1 {
	font-size: 4em;
	line-height: 1em;
}
#welcome h2 {
    font-family: 'Alegreya', sans-serif;
    font-size: 2em;
	line-height: 1em;
}

/*============================================*/
/* Subscription PopUp
/*============================================*/
#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border: 10px solid #FFFFFF;
    display: none;
}

#popup-close {
    position: absolute;
    top: 10px;
    right: -20px;
    cursor: pointer;
    width: 40px;
    color: gray;
}

#popup-box h1 {
    margin: 0;
    color: gold;
}

#popup-box form {
    margin-bottom: 0px;
}


/*============================================*/
/* Carousel
/*============================================*/
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position:relative;
}
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
        }
        .MultiCarousel .MultiCarousel-inner .item > div {
            text-align: center;
            padding:10px;
            margin:10px;
        }
    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position:absolute;
        top:calc(50% - 20px);
    }
    .MultiCarousel .leftLst { left:20px; }
    .MultiCarousel .rightLst { right:20px; }
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
        }

.thumbnail {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin : 10px auto;
}
.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

/*============================================*/
/* Parallax
/*============================================*/
.parallax h1, .parallax h2 {
    text-shadow: 1px 1px 5px rgba(33, 33, 33, 1);
}
.parallax h1 {
    margin: 0;
    text-transform: uppercase;
    color: white;
}
.parallax h2 {
    text-transform: none;
    font-weight: 100;
    color: white;
    text-shadow: 1px 1px 5px rgba(33, 33, 33, 1);
}

/* --- Tablette horizontale ------------------------------ */
@media screen and (max-width: 1200px) {
    video#bgvid {
        margin-right: -20%;
    }
}

/* --- Tablette verticale ------------------------------ */
@media screen and (max-width: 1023px) {
    video#bgvid {
        margin-right: -70%;
    }
}

/* --- Mobile horizontal ------------------------------ */
@media screen and (max-width: 991px) {
    video#bgvid {
        margin-right: 0%;
    }
}


/* --- Mobile vertical ------------------------------ */
@media screen and (max-width: 375px) {
    video#bgvid {
        margin-right: -110%;
    }
}
