body {
	background-color: black;
	color: white;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;

}
.navbar-custom {
	background-color: rgba(151, 33, 13, 0.95);
}
h1, h2 {
	text-transform: uppercase;
	color: rgba(151, 33, 13, 0.95);
	font-weight: 700;
	margin-bottom: 40px;
}
h4 {
	color: rgba(151, 33, 13, 0.95);
	font-weight: 400;
}
a {
	color: white;
}
a:hover, a:focus {
	color: rgba(193, 116, 169, 1);
	text-decoration: none;
}
.glyphicon-volume-off {
	display: none;
}
header {
	background-image: url(../img/gp7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}

#bloc_logo {
padding-top:50%;}

.fa-angle-double-down {
	top: -3px;
	}

.btn-circle {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 100%!important;
	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;
}

@media(min-width:768px) {
    .navbar-custom {
        border-bottom: 0;
        letter-spacing: 1px;
        background-color: rgba(151, 33, 13, 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;
    }

    .navbar-custom.top-nav-collapse {
        background-color: rgba(151, 33, 13, 0.95);
    }
}
@media(orientation: landscape) {

}

@-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);
}
}
.espace {
	margin-bottom: 50px;
}
#about {
	background-image: url(../img/gp6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}
ul, li {
	list-style-type: none;
}
ul {
	padding-left: 0;
}
.auteurs, .auteurs h4 {
	font-size: 125%;
}
label {
	text-transform: uppercase;
}
.btn-lg {
	border: solid 1px;
	border-color: rgba(250,250,250,1);
	border-radius: 5px;
	background-color: rgba(250,250,250,0);
	color: white;
	text-transform: uppercase;
}
#textarea {
	margin-bottom: 10px;
}
.btn-send{
	margin-top: 5px;
}

#petit-logo{
	padding-top: 5%;
	padding-bottom: 3%;
	min-width: 170px;
	height: auto;
}
nav li {
	text-transform: uppercase;
}
nav a:hover, nav a:focus {
	color: rgba(151, 33, 13, 0.35);
}
#pause-play {
	
}
#pause-play.small{
	width:25px;
	height:25px;
	margin-top:12px;
	margin-left:8px;

}
.small .glyphicon-play {
	font-size:40%;
	margin-left: 3px;
    margin-top: -5px;
}
.glyphicon-play {
	font-size:50%;
	margin-top:-10px;
	margin-left:-8px;
}
#rond{
	padding: 0px;
	height: 55px;
	width: 55px;
}
.navbar-toggle {
	float:right;
}
footer {
	color: rgba(151, 33, 13, 0.95);
	padding-top: 40px;
	padding-bottom: 25px;
}
@media orientation (landscape){
	#bloc_logo {
		bottom: 0px;
	}
}