/*--------------------------------------------------------------*/
/*---------------------- GENERALITES ---------------------------*/
/*--------------------------------------------------------------*/
html,body{
	background-position:center;
	background-position:top;
	background-repeat: no-repeat;
	background-image:url(images/background-1920.jpg);
	background-size: auto;
	font-family: 'Roboto', sans-serif;
	}
a, a:hover, a:visited{
	text-decoration: none;
}
h1{
	font-family: 'Amatic SC', cursive;
	font-size: 2.5em;
	margin: 0;
}
h2{
	font-family: 'Shadows Into Light', cursive;
	font-size: 1.5em;
	margin: 0;
}
p{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #333333;
}
#page{
	max-width: 1300px;
	margin: auto;
}
#contenu{
	background-image:url(images/page.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0px 100px;
	min-height: 1200px;
}
#entete{
	width: 100%;
	height: 14.5em;
	margin: 20px 0;
	opacity: 0.5;
}
#lien_accueil{
	width: 45%;
	height: 100%;
	float: left;
}
#lien_contact{
	width: 50%;
	height: 100%;
	float: right;
}
/*--------------------------------------------------------------*/
/*---------------------- DESIGN FONDS --------------------------*/
/*--------------------------------------------------------------*/

@media only screen and (max-width: 3000px){
	html,body{
		background-size: 100%;
		}
	}
@media only screen and (max-width: 2560px){
	html,body{
		background-size: auto;
		}
	}
@media only screen and (max-width: 1440px){
	html,body{
		
		}
	}
@media only screen and (max-width: 1290px){
	#contenu{
		padding: 0px 10%;
		}
	#entete{
		height: 14em;
		}
	}
@media only screen and (max-width: 1100px){
	#entete{
		height: 11em;
		}
	}
@media only screen and (max-width: 900px){
	#entete{
		height: 9em;
		}
	}
@media only screen and (max-width: 770px){
	html,body{
		background-image: none;
		background-color: #FFF;
		}
	#contenu{
		background-image: url(images/crayons.png);
		background-size: 100%;
		padding: 15% 8%;
		}
	#entete{
		display: none;
		}
	}

/*--------------------------------------------------------------*/
/*------------------------- RECHERCHE --------------------------*/
/*--------------------------------------------------------------*/

a.lienrecherche div h1{
	background-color: transparent;
	border:  solid 2px #FFF;
	border-radius: 5px;
}
a:hover.lienrecherche div h1{
	background-color: #FDCB68;
	border:  solid 2px #EFA003;
}
.recherche{
	width: 100%;
}
.recherche img{
}
.recherche .img_projet{
	border: solid 10px transparent;
	border-image: url("../galeries/cadre.png") 20 repeat;
	float: left;
	margin: 0px 5px 5px 0px;
}
.recherche .debut{
	text-align: justify;
	min-height: 150px;
}
.recherche .suite{
	text-align: justify;
	word-wrap: break-word;
}
.interligne{
	width: 100px;
	margin: auto;
	display: block;
}
.nobasdepage{
	text-align:center;
	font-size:1.2em;
	font-family: 'Roboto', sans-serif;
	}
.nobasdepage a{
	text-decoration: none;
	color: #777;
	}
.nobasdepage a:hover{
	background-color: #FDCB68;
	color: #000000;
	}
a.nopage{
	font-weight: bold;
	color: #000000;
	}
@media only screen and (max-width: 1200px){
	.recherche h1{
		font-size: 1.8em;
	}
	.recherche h2{
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 1100px){
	.recherche p{
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 790px){
	.recherche .img_projet{
		width: 30%;
	}
	.recherche{
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------*/
/*---------------------------- DETAIL --------------------------*/
/*--------------------------------------------------------------*/

.projetImgDetail img{
	float: left;
	margin: 5px;
}
.imgtexte{
}
.imgtexte img{
	cursor: zoom-in;
	border: solid 10px transparent;
	border-image: url("../galeries/cadre.png") 20 repeat;
}
#escher{
	border: solid 10px transparent;
	border-image: url("../galeries/cadre.png") 20 repeat;
}
.legendeimg{
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 30px;
}
.imgDroit{
	float: right;
	margin: 0px 0px 0px 5px;
}
.imgGauche{
	float: left;
	margin: 0px 5px 0px 0px;
}
.iframing{
	width: 100%;
}
iframe{
	width: 100%;
	height: 200px;
	border: solid 10px transparent;
	border-image: url("../galeries/cadre.png") 20 repeat;
}
.suite a{
	background-color: #bdf0ff;
}
@media only screen and (max-width: 1293px){
	.iframing{
		background-image: none;
	}
}
@media only screen and (max-width: 790px){
	.iframing{
		background-image: none;
		padding: 0px;
	}
	iframe{
		width: 100%;
		margin: 0px;
	}
	.imgtexte img{
		width: 100%;
		margin: 0px;
	}
}

/*---------------------------- MINIATURE GALERIE --------------------------*/

.galerieApercu{
	border: solid 10px transparent;
	border-image: url("../galeries/cadre.png") 20 repeat;
}
@media only screen and (max-width: 480px){
	.galerieApercu{
		width: 49%;
		margin: 0px;
	}
}
/*--------------------------------------------------------------*/
/*---------------------------- CONTACT --------------------------*/
/*--------------------------------------------------------------*/

#contact label{
	font-family: 'Shadows Into Light', cursive;
	font-size: 1.5em;
	}
#contact input, textarea{
	border:  solid 2px #AAA;
	border-radius: 5px;
	box-shadow: 0 0 0 0px #FFF inset;
	height:40px;
	margin-bottom:10px;
	background-color:transparent;
	}
#contact textarea{
	height:300px;
	}
#captcha{
	background-image:url(images/robot.png);
	background-repeat: no-repeat;
	background-position: right;
	border:  solid 2px #EFA003;
	border-radius: 5px;
	background-color: #FDCB68;
	padding: 10px;
}
@media only screen and (max-width: 480px){
	#captcha{
		margin-bottom: 10px;
	}
}
#captcha p{
	font-family: 'Shadows Into Light', cursive;
	font-size: 1.5em;
}
#contact .submit{
	background-color:#990000;
	color:#fff;
	width:60%;
	margin-left:30%;
	}
#contact .submit:hover{
	background-color:#0A4366;
	}
#contact input[type="radio"]{
	width: 30px;
	height: 30px;
	border:  solid 2px #FFF;
	margin: 0 20px 0 10px;
}
.radio:checked {
    background-image: url("images/radio.png");
    background-size: 90% 90%;
    background-position: center;
    background-repeat: no-repeat;
}
input#contactsubmit{
	background-color: #66C5E1;
	border: solid 2px #29ADD4;
	font-size: 1.5em;
	font-weight: bold;
	height: 50px;
}	

/*------------------------------------------------------------------------------*/
/*---------------------------- CORRECTIFS TINY KNACCS --------------------------*/
/*------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px){
	.col-1, .col-3{
		width: 100%;
	}
}

/*------------------------------------------------------------------------------*/
/*---------------------------- CORRECTIFS Blueimp gallery ----------------------*/
/*------------------------------------------------------------------------------*/

a:not([href]):not([tabindex]).prev, a:not([href]):not([tabindex]).next, a:not([href]):not([tabindex]).close{
	color: #FFF;
}

/*------------------------------------------------------------------------------*/
/*---------------------------- ZOOM SUR LES IMAGES -----------------------------*/
/*------------------------------------------------------------------------------*/

.view_image_body
{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    opacity: 0.8;
} 
.view_image
{
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    position: fixed;
    cursor: zoom-out;
} 
.view_image_img
{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 95%;
    max-width: 95%;
    cursor: zoom-out;
} 






