/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: white;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
	list-style-type:none;
}

/* Titles  */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

.titre-artistes{
    font-family: "Impact";
}

.titre-taitaipresse{
    font-family: "Impact";
}

.titre-taitaiprod-header{
    font-family: "Impact";
    text-shadow: 4px 2px 0px rgba(0, 0, 0, 1);
}

.titre-taitaiprod-photo{
    font-family: "Impact";
    text-shadow: 4px 2px 0px rgba(0, 0, 0, 1);
    color: white;
}

.titre-taitaiprod-footer{
    font-family: "Impact";
    text-shadow: 4px 2px 0px rgba(0, 0, 0, 1);
    color: white;
}

.titre-taitaiprod{
    font-family: "Impact";

}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #333;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-inverse {
	background: #FFF;
	border-color: #FFF;
}

.navbar-inverse-artiste {
	background: #3b5998;
	border-color: #2d2d2d;
}

.navbar-inverse-taitaipresse {
	background: #3b5998;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
	/*background: white;*/
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #768282;
	font-size: 22px;
	letter-spacing: 1px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/*TILT, gestion taille des trois video en page index*/
.tilt img{margin-top: -10px;}
.tilt iframe{
    position: absolute;
    margin-top: -227px;
    margin-left: -152px;

}

/* ==========================================================================
   Mise en forme texte
   ========================================================================== */

.texte{text-align: justify;}
.condition{text-align: left;}
.couleur-1{list-style-type: none;background-color: gray;color: white; padding: 20px 10px;}
.CONTROLE-D-ACCES-PORTE{list-style-type: none;background-color: #3e9bb5;color: white; padding:}
.CONTROLE-D-ACCES{list-style-type: none;background-color: #314560;color: white; padding:}
.couleur-1-EVJF{list-style-type: none;background-color:#66bbff;color: white; padding:}
.couleur-1B{list-style-type: none;background-color: #ff0000 ;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
.couleur-2{list-style-type: none;background-color: #DDD;color: #222; padding: 20px 10px;}
.couleur-2B{list-style-type: none;background-color: #DDD;color: #222;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
.couleur-3{list-style-type: none;background-color: #2d3b96;color: white; padding: 20px 10px;}
.couleur-3-AVEC-TECHNICIEN{list-style-type: none;background-color:#6467FF;color: white; padding:}
.couleur-3B{list-style-type: none;background-color: #ff0000 ;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
.couleur-4{list-style-type: none;background-color: ;color: white; padding: 20px 10px;}
.couleur-4B{list-style-type: none;background-color: #ff0000 ;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
.couleur-5{list-style-type: none;background-color: #ff0000 ;color: white; padding: 20px 10px;}
.couleur-5B{list-style-type: none;background-color: #ff0000 ;color: white.}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
.couleur-6{list-style-type: none;background-color: #3695aa;color: white; padding: 20px 10px;}
.couleur-6B{list-style-type: none;background-color: #3695aa;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
.couleur-7{list-style-type: none;background-color: #66bbff;color: white; padding: 20px 10px;}
.couleur-7-SANS-TECHNICIEN{list-style-type: none;background-color: #58597F;color: white; padding: 20px 10px;}
.couleur-7-AVEC-TECHNICIEN{list-style-type: none;background-color:#6467FF;color: white; padding:}
.couleur-7B{list-style-type: none;background-color: #66bbff;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
.col-lg{padding: 20px;}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 50px;
	color: white;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#headerwrap-artiste {
	background: url(../header-bg-artiste.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap-artiste h1 {
	margin-top: 50px;
	color: white;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 3px;
}

#headerwrap-artiste h2 {
	color: white;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#headerwrap-taitai {
	background: url(../header-bg-ingenieur-du-son.png) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap-taitai h1 {
	margin-top: 50px;
	color: white;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 4px;
}

#headerwrap-taitai h2 {
	color: white;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 5px;
	text-transform: uppercase;
}

#macaron-taitai img{
    display: block;
    margin-left: auto;
    margin-right: auto; 
    
	
}


/* Dark Grey Wrap */
#dg {
	background: #f2f2f2;
	/*padding-top: 70px;*/
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}


/* Red Wrap */
#r {
	background: #3e9bb5;
	padding-top: 35px;
	padding-bottom: 35px;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r p {
	color: white;
}

/* Blue Wrap */

#blue {
	background: #B92627;
	padding-top: 25px;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}



/* Footer Wrap */
.f {
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

.f i:hover {
	color: #768282;
}

.f-artiste {
	background: #3b5998;
	padding-top: 30px;
	padding-bottom: 30px;
}

.f-artiste i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

.f-artiste i:hover {
	color: #768282;
}

.f-taitaipresse {
	background: #3b5998;
	padding-top: 30px;
	padding-bottom: 30px;
}

.f-taitaipresse i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

.f-taitaipresse i:hover {
	color: #768282;
}


/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #768282;
	font-size: 30px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #768282;
	font-size: 12px;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: white;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	/*background: #f2f2f2;*/
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: white;
	margin-top: 0px; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top-CONTROLE-D-ACCES-PORTE {
    position: relative;
    background: #3e9bb5;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top-CONTROLE-D-ACCES {
    position: relative;
    background: #314560;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top-EVJF {
    position: relative;
    background: #333;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    letter-spacing: 5px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 60px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #ff0000;
}

.pricing-option .pricing-signup:hover {
    background: #768282;
}

.sstitrePrix{
    color: white;
}

.ouvertureGoogle{
	margin-left:90%;
	position:relative;
	font-size:30px;
	margin-bottom:30px;
}

/* Début images  artistes */
#image-artiste img{
		margin-top:5px;
	}

.studio-d-enregistrement-artistes img{
line-height:15px;

}
/* fin images  artistes */

/*Début pastilles artistes */
#pastille-code-postal{
position: absolute;
z-index:30;
margin-left:-5px;
margin-top:15px;	
}
/* Fin pastilles artistes */

/* Début pastille petit-prince */
.logo-association-Petits-Princes img{
position: absolute;
z-index:30;
margin-left:-570px;
margin-top:15px;	
}
/* Fin pastille petit-prince */

/* Début pastille mixage en ligne*/
.video a img{
	position:absolute;
	z-index:20;
	margin-left:75%;
	margin-top:-10%;

}
/* fin pastille mixage en ligne*/

/* Début image ville*/
.villes img{
	width:20%;

}
/* fin image ville*/

.logo-artiste-responsive{
    display: none;
}
.video img{
	position:absolute;
	z-index:10;
	width:25%;
	margin-top:-30px;
	margin-left:220px;	
}

.video-index img{
	position:absolute;
	z-index:10;
	width:20%;
	margin-top:-50px;
	margin-left:500px;	
}

.pricing-top img{
	position:absolute;
	z-index:20;
	width:25%;
	margin-top:60px;
	margin-left:200px;	
}

@media(max-width:767px) {
	#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 3px;
	}
	
	.video iframe{
	margin-left:0;
	max-width:100%;
	max-height:50%;
	}
	
	.video-index iframe{
	margin-left:0;
	max-width:100%;
	max-height:50%;
}
    
    .video-artiste iframe{
	margin-left:0;
	max-width:100%;
	max-height:50%;
	}
	
	.video .youtubevideo {
	margin-left:0;
	max-width:100%;
	max-height:50%;
	}
	
	#logo-header img  {
		width: 100%;
	}
    
	
	.condition{text-align: left;}
	.couleur-1{list-style-type: none;background-color: gray;color: white; padding: 20px 10px;}
	.couleur-1-SANS-TECHNICIEN{list-style-type: none;background-color: #16bcc6;color: white; padding:}
	.couleur-1-AVEC-TECHNICIEN{list-style-type: none;background-color:#6467FF;color: white; padding:}
	.couleur-1-EVJF{list-style-type: none;background-color:#66bbff;color: white; padding:}
	.couleur-1B{list-style-type: none;background-color: #ff0000 ;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
	.couleur-2{list-style-type: none;background-color: #DDD;color: #222; padding: 20px 10px;}
	.couleur-2B{list-style-type: none;background-color: #DDD;color: #222;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
	.couleur-3{list-style-type: none;background-color: #2d3b96;color: white; padding: 20px 10px;}
	.couleur-3-AVEC-TECHNICIEN{list-style-type: none;background-color:#6467FF;color: white; padding:}
	.couleur-3B{list-style-type: none;background-color: #ff0000 ;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
	.couleur-4{list-style-type: none;background-color: ;color: white; padding: 20px 10px;}
	.couleur-4B{list-style-type: none;background-color: #ff0000 ;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
	.couleur-5{list-style-type: none;background-color: #ff0000 ;color: white; padding: 20px 10px;}
	.couleur-5B{list-style-type: none;background-color: #ff0000 ;color: white.}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
	.couleur-6{list-style-type: none;background-color: #3695aa;color: white; padding: 20px 10px;}
	.couleur-6B{list-style-type: none;background-color: #3695aa;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
	.couleur-7{list-style-type: none;background-color: #66bbff;color: white; padding: 20px 10px;}
	.couleur-7-SANS-TECHNICIEN{list-style-type: none;background-color: #58597F;color: white; padding: 20px 10px;}
	.couleur-7-AVEC-TECHNICIEN{list-style-type: none;background-color:#6467FF;color: white; padding:}
	.couleur-7B{list-style-type: none;background-color: #66bbff;color: white;}/*Mise en forme des colonnes de studio-d-enregistrement.html*/
	.col-lg{padding: 20px;}
	 
	.couleur-1 .couleur-1B .couleur-2 .couleur-2B .couleur-3 .couleur-3B .couleur-4 .couleur-4B .couleur-5 .couleur-5B .couleur-6 .couleur-6B .couleur-7 .couleur-7B img{
	margin-left:0;
	width:30%
	}
	
	.video img{
	display:none;
	}
	.video-index img{
	display:none;
	}
	
	/* Début image ville*/
	.villes img{
		width:40%;

	}
	/* fin image ville*/
    
    	#contenu-headerwrap h2{
		font-size:1em;
	}

    .logo-artiste{
        display: none
    }
    
    .logo-artiste-responsive{
        display: block;
        font-family: "Impact";
    }
    
    
    .logo-4ever{
        width: 100%;
    }
    
    .logo-association-Petits-Princes img{
		margin-top:200px;
		margin-left:-230px;
		
		width:40%;
	}
    
	}



	

	



