
/*_______________________________ACCUEIL CSS________________________________*/


/*--------------------------------------------*/
/*-------------LIENS ACTIFS MENUS--------------*/
/*--------------------------------------------*/
#smooth_top a{
	color: #93abaf;
}




/*--------------------------------------------*/
/*-------------------INTRO--------------------*/
/*--------------------------------------------*/
 h1{
    width: 100%;
	margin-top: 45px;
	text-align: center;
	font-family: 'Miso', Helvetica, Arial, sans-serif;
	font-size: 2.1em;
	color: #4b4a49;
	line-height: 35px;
}



/*--------------------------------------------*/
/*-----------------ACTUALITÉS-----------------*/
/*--------------------------------------------*/
#section1{
	margin-top: 60px;
	width: 100%;
	height: 465px;
	position: relative;
}

h2{
	width: 100%;
	text-align: center;
}

#actualites{
    width: 100%;
    height: 48px;
    background-image: url(../content/creations/titre_actualites.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 6%;
}

#groupe_images{
	width: 100%;
}

#projet1, #projet2, #projet3{
	position:relative;
	width:31.25%;
	height: 100%;
}

#projet1{
    left: 1.041666666666667%;/* 10/960x100 */
}

#projet2{
    left: 34.375%;/* 330/960x100 */
}

#projet3{
	left: 67.70833333333333%;/* 650/960x100 */
}

#pic_projet1{
	position:absolute;
	top:0;
	z-index:10; 
	
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#pic_projet1_hover{
	position:absolute;
	top:0;
}

#pic_projet2{
	position:absolute;
	top:0;
	z-index:10;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#pic_projet2_hover{
	position:absolute;
	top:0;
}

#pic_projet3{
	position:absolute;
	top:0;
	z-index:10;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#pic_projet3_hover{
	position:absolute;
	top:0;
}

.legendes_images{
	display: none;
}



/*--------------------------------------------*/
/*-----------------REFLEXION------------------*/
/*--------------------------------------------*/
#section2{
	z-index: 0;
	position: relative;
}

#bouton_folio{
	display:block;
	width:22.7083333%;
	height:34px;
	margin: 0 auto;
	text-decoration:none;
	color:#e2e2e1;
	font-family:'Miso', Helvetica, Arial, sans-serif;
	font-size:1.12em;
	background-image:url(../content/creations/bouton_folio.png);
	background-repeat:no-repeat;
	text-align:center;
	background-position: center center;
	line-height:34px;
	z-index: 10;
 	position: relative;
}

#fond_reflexion1{
	background-image: url(../content/creations/pattern_reflexion.jpg);
	background-repeat: repeat;
	height: 100%;
	margin-top: -17px;
}
	
#fond_reflexion2{
	background-image: url(../content/creations/fond_reflexion.png);
	background-repeat: no-repeat;
	background-position:center top;
	height: 100%;
	margin: 0 auto;
}

#wrapper2{
	margin: 0 auto;
	width: 76.0095012%;
}

#compo_reflexion{
    padding-top: 140px;
    text-align: center;
}

.ligne_points{
	background-image: url(../content/creations/ligne_points.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 7px;
	margin: 0 auto;
}

#ligne_points1{
	margin-top: 20px;
	margin-bottom: 20px;
}

#ligne_points2{
	margin-top: 20px;
	padding-bottom: 107px;
	background-position: top center;
}

#texte_reflexion{
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
	width: 71.875%; /* 690/960x100 */
	position: relative;
}

.guillemets{
	z-index: 0;
    width: 100%;
	height: 115px;
}

#g1{
	background-image: url(../content/creations/guillemet1.png);
	background-repeat: no-repeat;
	background-position: left;
	top: -3%;
	position: absolute;
}

#g2{
	background-image: url(../content/creations/guillemet2.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	bottom: -3%;
}

#paragraphes{
	width: 89.85507246376812%; /* 620/690x100 */
	text-align: justify;
	margin: 0 auto;
	position: relative;
}

#paragraphes p:last-child{
	margin-bottom: 0;
}

#texte_reflexion p{
	text-indent: 20px;
	font-family: 'libre_baskervilleitalic', Arial;
	font-size: 1.1em;
	word-spacing: 1px;
	color: #e3e3e3;
	margin-bottom: 18px;
	position: relative;
	z-index: 10;
}







/*--------------------------------------------------------------*/
/*------------------------MEDIA-QUERIES-------------------------*/
/*--------------------------------------------------------------*/



/*--------------------------------------------*/
/*-----------1200 pixels ans less-------------*/
/*--------------------------------------------*/
@media screen and (max-width: 1200px){

h1{
	margin-top: 40px;
	font-size: 1.8em;
	line-height: 30px;
}

#section1{
	margin-top: 54px;
	height: 435px;
}

#texte_reflexion p{
	font-size: 1em;
}

}



/*--------------------------------------------*/
/*-----------1110 pixels ans less-------------*/
/*--------------------------------------------*/
@media screen and (max-width: 1110px){

h1{
	margin-top: 40px;
	font-size: 1.8em;
	line-height: 30px;
}

#section1{
	margin-top: 54px;
	height: 400px;
}

}



/*--------------------------------------------*/
/*-----------1024 pixels ans less-------------*/
/*--------------------------------------------*/
@media screen and (max-width: 1024px){

 h1{
	margin-top: 35px;
}

h1 br{
	display: none;
}

#section1{
	margin-top: 43px;
	height: 440px;
}

#projet1, #projet2{
	width:300px;
	height: 100%;
}

#projet1{
    left: 0;
    margin-left: 1%;
    float: left;
}

#projet2{
    top: 0;
    left: 0;
    float: right;
    margin-right: 1%;
}

#projet3{
	display: none;
	width: 100%;
	left: 0;
    top: 0;
}

#bouton_folio{
	width: 30%;
}

}



/*--------------------------------------------*/
/*-----------900 pixels ans less-------------*/
/*--------------------------------------------*/
@media screen and (max-width: 900px){

 h1{
	margin-top: 35px;
	font-size: 1.7em;
	line-height: 27px;
}

#section1{
	margin-top: 39px;
}

#projet1, #projet2{
	width:48%;
	height: 100%;
}

#projet1{
    left: 0;
    margin-left: 1%;
}

#projet2{
    top: 0;
    left: 0;
    margin-right: 1%;
}

#g1{
	left: -7%;
}

#g2{
	right: -7%;
}

#texte_reflexion p{
	font-size: 0.9em;
}

}



/*--------------------------------------------*/
/*-----------768 pixels ans more--------------*/
/*--------------------------------------------*/
@media screen and (min-width: 769px){

#bouton_folio:hover{
    color: #92abaf;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-khtml-transform: scale(1.1);
	transform: scale(1.1);
	
	-moz-transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -khtml-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

}



/*--------------------------------------------*/
/*-----------768 pixels ans less-------------*/
/*--------------------------------------------*/
@media screen and (max-width: 768px){

 h1{
	margin-top: 30px;
	font-size: 1.6em;
	line-height: 24px;
}

#section1{
	margin-top: 30px;
	height: 1570px;
}

#actualites{
    background-image: url(../content/creations/titre_actualites_less768.png);
	margin-bottom: 40px;
}

.legendes_images{
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 115px;
	display: block;
	margin-top: 15px;
	margin-bottom: 50px;
	padding-bottom: 25px;
	color: #2e2e2e;
	border-bottom: 2px dotted rgba(46, 46, 46, 0.5);
}

.legendes_images h3{
	font-family: 'Bebas', Arial;
	font-size: 2em;
	text-align: right;
	line-height: 100%;
}

.legendes_images p{
	font-family: Arial;
	font-size: 0.8em;
	text-align: right;
	margin-top: 0;
	color: rgba(46, 46, 46, 0.5);
}

.legendes_images a{
    position: absolute;
    display: block;
	font-family: 'Miso', Arial;
	font-size: 1.2em;
	line-height: 100%;
	padding: 5px 8px;
	text-align: center;
	right: 0;
	bottom: 20px;
	color: #e3e3e3;
	background-color: #2e2e2e;
	
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.legendes_images a:active{
	color: #2e2e2e;
	background-color: #92abaf;
}


.hoverhidden{
    visibility: hidden;
}

.bg_images_less768{
	width: 300px;
    height: 305px;
    margin: 0 auto;
}

#bg_image1_less768{
	background-image: url(../content/images/pic_actu_lds.jpg);
	background-repeat: no-repeat;
}

#bg_image2_less768{
	background-image: url(../content/images/pic_actu_bastien.jpg);
	background-repeat: no-repeat;
}

#bg_image3_less768{
	background-image: url(../content/images/pic_actu_misanthrope.jpg);
	background-repeat: no-repeat;
}

#groupe_images{
	width: 100%;
	height: 100%;
}

#projet1, #projet2, #projet3{
    width: 300px;
    height: 305px;
	float: none;
	margin: 0 auto;
}

#projet3{
display: block;
}

#bouton_folio{
	width: 42%;
}

#bouton_folio:active{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-khtml-transform: scale(1.1);
	transform: scale(1.1);
	color:#92abaf;
}	
	
#wrapper2{
	width: 100%;
}

#compo_reflexion{
padding-top: 90px;
    width: 90%;
    margin: 0 auto;
}

.ligne_points{
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    -khtml-background-size: contain;
	background-size: contain;
	width: 35.5%;
}

.guillemets{
    width: 20%;
}

#g1{
	-moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    -khtml-background-size: contain;
	background-size: contain;
}

#g2{
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    -khtml-background-size: contain;
	background-size: contain;
}

}



/*--------------------------------------------*/
/*------------531 pixels ans less-------------*/
/*----------(ONLY FOR HEADER + MENU)----------*/
/*--------------------------------------------*/
@media screen and (max-width: 531px){

h1{
	margin-top: 26px;
	font-size: 1.3em;
	line-height: 21px;
}

#section1{
	margin-top: 25px;
}

#bouton_folio{
	width: 47%;
}

#ligne_points1{
	margin-top: 20px;
	margin-bottom: 10px;
}

#ligne_points2{
	margin-top: 10px;
	padding-bottom: 80px;
}

#texte_reflexion p{
font-size: 0.8em;
}

}



/*--------------------------------------------*/
/*-----------490 pixels ans less-------------*/
/*--------------------------------------------*/
@media screen and (max-width: 490px){

h1{
	margin-top: 25px;
	font-size: 1.2em;
	line-height: 19px;
}

#section1{
	margin-top: 22px;
}

#bouton_folio{
	width: 50%;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
    -ms-background-size: contain;
	-khtml-background-size: contain;
	background-size: contain;
}

#bouton_folio span{
	display: none;
}

}



/*--------------------------------------------*/
/*-----------320 pixels ans less-------------*/
/*--------------------------------------------*/
@media screen and (max-width: 320px){

#section1{
	height: 1100px;
}

#projet1{
	width: 195px;
	height: 198.25px;
}

#projet2{
	width: 195px;
	height: 198.25px;
}

#projet3{
	width: 195px;
	height: 198.25px;
}

.bg_images_less768{
	width: 195px;
	height: 198.25px;
	background-size: 100%;
}

.legendes_images{
	width: 195px;
    height: 90px;
    margin-bottom: 40px;
	border-bottom: 1px dotted rgba(46, 46, 46, 0.5);
}

.legendes_images h3{
	font-size: 1.2em;
}

.legendes_images p{
	font-size: 0.7em;
}

.legendes_images a{
	font-size: 1em;
	bottom: 15px;
}

#legende2{
	background-position: 0% 35%, 0% 73%;
}

}





/*_____________________________END_________________________________*/







