/***************************************

Styles for screen up than 1280px

******************************************/

    body {
    font-family: 'BebasNeueRegular', Calibri, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	background-color:#222020;
}

.color-blue {
	color: #8acccd;
}

.color-orange {
	color: #f9b648;
}



img {
	width:100%;
	margin: 0;
	padding: 0;
}

#container {

    position: absolute;
width: 100%;
height: auto;
margin: 285px 0;
padding: 0;
	background-image:url(../images/bg-repeat-col-droite.png);
	border-image-repeat: repeat-x;
	background-position: bottom;
}

#container-home {
	position: absolute;
    width: 100%;
    height: auto;
    margin: 285px 0;
    padding: 0;
}

#container-noir {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 285px 0;
    padding: 0;
}



#col-centre {
	position: relative;
	width: 1200px;
	text-align: center;
	height: auto;
	margin-left: auto;
  	margin-right: auto;
	padding: 0;
}



/* B-BA */

#col-centre-baba {
	position: relative;
	margin-top: 0px;
	width: 800px;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
	padding: 0;
}



#col-annonce-baba {
	height: auto;
	max-width: 800px;
	width: inherit;
	width: auto;
	text-align: center;
	margin: 10px;
 	padding: 30px;
	background-image:url(../images/bg-repeat-col-annonce.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
}

#col-annonce-baba a:link, #col-annonce-baba a:hover, #col-annonce-baba a:visited {
	color: #000000;
}


#col-texte {
	float: left;
	max-width: 26%;
	min-height: 680px;
	text-align: center;
 	margin: 10px;
 	padding: 30px;
	background-color: #222020;
}

#col-annonce {
	cursor: pointer;
	float: left;
	max-width: 26%;
	height: 300px;
	text-align: center;
	margin: 10px;
 	padding: 30px;
	background-image:url(../images/bg-repeat-col-annonce.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
}


#col-texte h1 {
	color:#ffffff;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 24px;
}

#col-texte p {
	color:#ffffff;
	font-size: 19px;
	font-weight: lighter;
	line-height: 1.5em;
}

#col-texte-baba h1 {
	color:#000000;
	padding-bottom: 0px;
	font-weight: normal;
	font-size: 45px;
}

#col-texte-baba p {
	color:#ffffff;
	font-size: 23px;
	font-weight: lighter;
	line-height: 1.5em;
}




.image-slider {
	margin: 0;
 	padding: 0;
}





#col-annonce h2, #col-annonce-baba h2 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	width: auto;
	color: #222020;

}



#col-annonce p {
	color:#222020;
	font-size: 20px;
	font-weight: lighter;
	padding: 5px 0 5px 0;
	margin: 0;
}

#col-annonce-baba p, #col-portrait p {
	color:#222020;
	font-family: "existencelight";
font-size: 17px;
font-weight: bolder;
	line-height: 1.5em;
	padding: 0;
}

.texte-moyen {
color:#222020;
font-size: 21px;
	padding: 0;
}


.bande {
	width: 40px;
	height: 5px;
}



.forme-home {
	width: 58px;
	height: 60px;
}

/*Portraits*/
#col-portrait {
	float: left;
	width: 28%;
	min-height: 500px;
	text-align: center;
	margin: 10px;
 	padding: 20px;
	background-image:url(../images/bg-repeat-col-annonce.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
}

#col-portrait h2 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	width: auto;
}


.grand-texte {
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1.6em;
}













.bg-home {
  margin:0;
  padding:0;
  background: url(../images/img-bg-home-2.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.bg-baba {
  margin:0;
  padding:0;
  background: url(../images/img-bg-baba.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.bg-album-hubert {
  margin:0;
  padding:0;
  background: url(../images/img-bg-album-2.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.bg-tribu-hubert {
  margin:0;
  padding:0;
  background: url(../images/img-bg-tribu.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.bg-infos {
  margin:0;
  padding:0;
  background: url(../images/img-bg-infos.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.bg-mentions {
  margin:0;
  padding:0;
  background: url(../images/img-bg-mentions.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}


/* AJOUTS DAVID - 17/02/2015 */
.slideshow
{
	position: relative;
	overflow: hidden;
}

.slideshow .slide
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slideshow .afficherSlidePrecedent,
.slideshow .afficherSlideSuivant
{
	display: block;
	width: 40px;
	margin-top: -64px;
	position: absolute;
	top: 50%;
	cursor: pointer;
}

.slideshow .afficherSlidePrecedent
{
	left: 10px;
}

.slideshow .afficherSlideSuivant
{
	right: 10px;
}
