/**
GENERAL
**/
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.center{
	text-align: center;
}

.description{
    margin-bottom: 30px;
}

.description h1 {
	color: #57bc53;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 25px;
	margin: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
}

/**
CARTE
**/

.carte{
	 box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
     margin-top: 5px;
     margin-bottom: 5px;
     margin-right: 10px;
}


/**
 TOP SLIDER
**/

.textImg {
   position: absolute; 
   top: 200px; 
   left: 6%;
    color: #fff;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.logoSlider {
	 position: absolute; 
   top: 200px; 
   left: 75%; 

}

@media (min-width: 300px) {
	.imgbyMedia{
		width: 250px;
	}
    .justify-text {
        text-align: center;
        padding: 8px 16px;
    }
}

@media (min-width: 700px) {
	.imgbyMedia{
		width: 550px;
	}
    .justify-text {
        text-align: center;
        padding: 8px 16px;
    }
}

@media (min-width: 1199px) {
	.imgbyMedia{
		width: 1024px;
	}
    .justify-text {
        text-align: justify;
        padding: 8px 16px;
    }
}


.playSlider{
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.playSliderR {
    position: relative;
    width: 100%;
    left: 0%;
    top: -50%;
    font-size: 90px;
    text-align: right;

    margin-top: -0.5em;
}
.playSliderL {
    position: relative;
    width: 100%;
    left: 0%;
    top: -50%;
    font-size: 90px;
    text-align: left ;
    
    margin-top: -0.5em;
}

.fondSlider{
	width: 100%
}

.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 20px;
}

/**
 BANDEAU SLIDER
**/

#bandeau-section {
    position: relative;
    /* background: url('../upload/photo1.jpg') 0 0 fixed; */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#bandeau-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/pattern-bg.png');
}

#bandeau-section .container {
    position: relative;
    z-index: 2;
}

#bandeau-section .center{
    position: relative;
    text-align: center;
    color: black;
    z-index: 2;
}

.bandeau-box {
    text-align: center;
    margin-top: -42px;
}

.bandeau-box img {
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 35px;
}

.bandeau-box h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.bandeau-box p {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
    line-height: 24px;
    max-width: 800px;
    margin: 0 auto 25px;
}

.bandeau-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 2px solid #fff;
}

.bandeau-box .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent;
}

.image { 
   height: 420px;
   background-image: url('images/slide1.jpg');
   background-size: cover;
   margin-bottom: 16px; 
}

.navbar {
    margin-bottom: 0px;
    width: 100%;
    z-index: 20;
}

.ew-navbar {
    padding: 0px;
}

.ew-fabicon {
    top: 0px !important; 
}

.page {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}



.symbol-link{
    color : #ffffff;
    cursor: pointer;
}

.symbol-link:hover{
    color : grey;

}

.hideLegal {
    height : 0px;
    transition: height 0.3s linear;
    overflow: hidden;
}

.showLegal{
    height : 550px;
}

.mention  h1 {
    color: #57bc53;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    //border-top: 1px solid #e5e5e5;
    text-transform: uppercase;


}


