/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family:'Oxygen',Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #FFF;
	webkit-tap-highlight-color: rgba(255,255,255,.2);
	}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
  }
.parag-def {
    text-align:justify;
    margin-left: 15px;
    margin-right: 15px;
    }

.logo {
	padding-top:50px;
	position: relative;
	z-index: 2;
	}

a {
    color: #77B64E;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #64dd17;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #76ff03;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background-color:#000;
	background-image:url(../img/escalade02.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.intro .intro-body {
	display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 20px;
}

.intro .intro-body .intro-text {
    font-size: 22px;
	padding-top:20px;
}

#contact {
    background: -webkit-linear-gradient(to left, #c5d2d8 50%, #fff 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to left, #c5d2d8 50%, #fff 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to left, #c5d2d8 50%, #fff 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #c5d2d8 50%, #fff 50%); /* Standard syntax (must be last) */
    width: 100%;
    padding-bottom: 100px;
}



/* carousel fade effect -----------------------------------------------carousel page apropos */


.carousel {
	background-color: transparent;
	}

#carousel-example-generic img {
    width: 100%;
    height: auto;
    text-align: center;
	}
	
.carousel.carousel-fade .item {
	
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	/*left: 0;*/
	z-index: 2;
	/*opacity: 0;*/
	/*filter: alpha(opacity=0);*/
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

/* ---------------------------------------------------------------------------------carousel */

/* page horaire et tarifs.html */
.horaire-tarifs {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    color: #fff;
    background-color:#4c4c4c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
   }
.horaire-tarifs-body {
	display: table-cell;
    vertical-align: middle;
	}


#facebook {
	}
#facebook .btn-default {
	border:1px solid #000;
	color: #333;
    background-color: transparent;
	}

#facebook .btn-default:hover,.btn-default:focus {
    border:1px solid #4c4c4c;
	color:#fff;
    background-color: #4c4c4c;
    }

#horaire {
	text-align:center;
	}
#horaire .btn-default {
	color: #FFF;
    background-color: #77B64E;
	}
#horaire .btn-default:hover,.btn-default:focus {
	color:#FFF;
    background-color: #64dd17;
	}

#apropos {
	background-color:#4c4c4c;
	
	}

.btn-circle {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    padding-top: 3px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    /*background: url(../img/00002.jpg) no-repeat center center scroll;*/
    background-color:#4c4c4c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    color: #fff;
    background-color: #77B64E;
}

.btn-default:hover,
.btn-default:focus {
    color:#FFF;
    background-color: #64dd17;
}

/* Button 1e--------------------------------------------------button */
.btn-1e {
	overflow: hidden;
}

.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
	color: #0e83cd;
}

.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}

/* scrool page top, #body */
.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 6%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}
.scroll-top .btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
 
}
.scroll-top .btn:focus {
    outline: 0;
}
.fa fa-chevron-circle-up fa-3x {
	color:#64dd17;
}

ul.banner-social-buttons {
    margin-top: 0;
}
footer {
    margin-bottom: 30px;
    margin-top: 30px;
    padding:0px;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


#map {
        width: 100%;
        height: 200px;
        margin-top: 0px;
    }
    .gm-style-iw * {
        display: block;
        /*width:30%;*/
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
        font-size: 16px;
    }
    .gm-style-iw a {
        color: #4272db;
    }


@media(max-width:480px) {
	
	img {
		height:180px;
		width:180px;
		}
	
	.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background: url(../img/escalade02.jpg) no-repeat bottom center scroll;

	}

.carousel {
	background-color:#000;
	}
#carousel-example-generic img {
    width: 100%;
    height: 200px;
    text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	}
.carousel-indicators li{
	display:inline-block;
	width:10px;
	height:200px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	border:0px solid green;
	border-radius:10px;
	list-style-type:none;
	}
.carousel-indicators li.active {
	background-color:transparent;
	border:0px solid red;	
	}

	}



@media(max-width:768px) {

	}
/* ------------------------------------------------------------------------------Tablets.col-sm-(≥768px)-- */
@media(min-width:768px) {
	

p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
    }
.navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

.top-nav-collapse {
    padding: 0;
    background-color: #000;
    }

.navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255,255,255,.3);
    }
.intro {
    height: 100%;
    padding: 0;
    }
.intro .intro-body .brand-heading {
    font-size: 80px;
	color:lightgreen;
	}
.intro .intro-body .intro-text {
    font-size: 30px;
	padding-top:35px;
    }
#horaire {
	text-align:center;
	}
#horaire .btn-default {
	color: #fff;
    background-color: #77B64E;
	}
#horaire .btn-default:hover,.btn-default:focus {
	color:#FFF;
    background-color: #64dd17;
	}
ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    }

ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
    }
.content-section {
    padding-top: 100px;
    }

.download-section {
    padding: 100px 0;
    }
#map {
    height: 400px;
    margin-top: 0px;
    }

    
}

/* -------------------------------------------------------------------------------Desktops.col-md-(≥992px)-- */
@media(max-width:992px) {
ul.banner-social-buttons {
        margin-top: 15px;
    }
    
}

@media(min-width:992px) {
    
} 

/* ------------------------------------------------------------------------------Desktops.col-lg-(≥1200px)-- */
@media(max-width:1200px) {
	.space {
	margin:50px 0px;
	}
	 #contact {
    background: -webkit-linear-gradient(to top, #c5d2d8 46%, #fff 46%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, #c5d2d8 46%, #fff 46%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to top, #c5d2d8 46%, #fff 46%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #c5d2d8 46%, #fff 46%); /* Standard syntax (must be last) */
    width: 100%;
    padding-bottom: 100px;
    }
}


@media(min-width:1200px) {
   
}

/* table responsive */
.table-responsive {
	margin-top:30px;
	}
.titre {
	margin-top:50px;
	}
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
	font-weight:700;
	font-size:14px;
	color:#FFF;
	width: 100%;
	border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(even) { 
  background:#333; 
}
th { 
  background:#77B64E; 
  color:#fff; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 0px solid #ccc; 
  text-align: left; 
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 480px),(min-device-width: 768px) and (max-device-width: 1200px) {

	
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead th {
		position: relative;
		border: 0px solid red;
	}

	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom:0px solid green; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: ""; }
	td:nth-of-type(2):before { content: ""; }
	td:nth-of-type(3):before { content: ""; }
	td:nth-of-type(4):before { content: ""; }
	td:nth-of-type(5):before { content: ""; }
	td:nth-of-type(6):before { content: ""; }
	td:nth-of-type(7):before { content: ""; }
	td:nth-of-type(8):before { content: ""; }
	td:nth-of-type(9):before { content: ""; }
	td:nth-of-type(10):before { content: ""; }


}