/*CSS MAIN STYLE*/

/*----------GENERAL----------*/
/*---------------------------*/
/*---------------------------*/

*, html, div, ul, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, th, td,  hr, p, ol, dl, dt, dd{
	margin: 0;
	padding: 0;
}

fieldset, img, hr{
	border: 0;
}

ol, ul, li{
	list-style: none;
}

a img{
	border: 0;
}


/*  LOADER PAGE  */
/*---------------------------*/

#bg-loadingpage{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #111;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}


/*----------DEFAULT----------*/
/*---------------------------*/
/*---------------------------*/

body{
	font: 13px;
	font-family: 'Open Sans Condensed', sans-serif;
	background: #000;
}

a{
	text-decoration: none;
	color: #1b9190;
}

a:hover{
	text-decoration: underline;
	color: #000;
}


h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	color: #b9b9b9;
	text-transform: uppercase;
}

hr{
	height: 1px;
	background-color: #b9b9b9;
	display: block;	
}

.hr-2{
	height: 1px;
	background-color: #616161;
	display: block;	
}

p{
	text-align: justify;
	font-family: Arial, 'Helvetica', sans-serif;
	margin-bottom: 10px;	
}

strong{
	font-weight: normal;
}

/* Marges */
/*--------------------------*/

.mt15{
	margin-top: 15px;
}

.mb15{
	margin-bottom: 15px;
}

.mb30{
	margin-bottom: 30px;
}

.mt30{
	margin-top: 30px;
}


/* Titres */
/*----------------------------*/

#main h1, #main-blog h1{
	font-size: 18px;
}

#main h2, #main-blog h2{
	font-size: 20px;
	color: #373737;
	line-height: 32px;
}

#sidebar h1{
	font-size: 18px;
	margin: 15px 0 15px;
}


.nuancier span i{
	margin-right: 13px;
	font-size: 30px;
}


/* Paragraphes */
/*----------------------------*/

#main p, #main-blog p {
	font-size: 12px;
	line-height: 18px;
	color: #323232;
}



/* Couleurs */
/*----------------------------*/

.bleu{
	color: #1b9190;
}



/*-------------MENU-----------*/
/*----------------------------*/
/*----------------------------*/

#menu-container{
	width: 266px;
	padding: 30px 0;
	position: fixed;
	top: 10px;
	left: 80px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 999;
	background: rgba(27,145,144,0.6);
}

#menu{
	width: 220px;
	margin: 0 auto;
	text-align: center;
	color: #777;
}


/* LOGO */
/*----------------------------*/

#logo ,#reseaux{
	text-align: center;
}


#menu #logo a{
	font-size: 40px;
	font-family: 'Sirin Stencil', cursive;
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
}

#menu #logo a span{
	font-size: 12px;
	font-family: ;
	text-transform: capitalize;
	display: block;
	letter-spacing: 6px;
	margin-top: 5px;
	font-family: 'Ubuntu', sans-serif;
}


#menu li{
	width: 220px;
	height: auto;
	background: rgba(35,35,35,0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 15px 0px;
	line-height: 20px;
}


#menu li span{
	display: block;
	color: #9c9c9c;
}


#menu li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
}

#menu li a:hover{
	color: #17b2b1;

}

#menu li.active{
	background: rgba(63,63,63,0.8);

}

#menu li a.active{
	color: #17b2b1;
}


/*------------CONTENU------------*/
/*-------------------------------*/
/*-------------------------------*/

#container{
	position: relative;
	width: 842px;
	left: 355px;
	top: 10px;
}

#main{
	float: left;
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 45px 24px;
	margin-bottom: 100px;
	position: relative;
	background: linear-gradient(#fff 0%, rgba(255,255,255,0.3));
}

#main img{
		width: 100%;
	}

.ariane{
	color: #b9b9b9;
	font-size: 13px;
	margin-top: 10px;
	font-weight: 700;
}

.ariane a{
	color: #656565;
	text-decoration: none;
	
}

.ariane a:hover{
	color: #1b9190;

}


/*---------PAGE PORTFOLIO---------*/
/*--------------------------------*/

/* FILTER PORTFOLIO */
/*----------------------------*/

#filters{
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 15px;
	overflow: hidden;
	font-family: Arial, 'Helvetica', sans-serif;
	background: rgba(148,148,148,0.2);
}

#filters li{
	float: right;
	padding-left: 5px;
}

#filters li a{
	padding: 5px;
	font-size: 12px;
	color: #777;
	background-color: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px #fff;
}

#filters li a:hover{
	color: #444 !important;
	background-color: #e7e7e7;
	-moz-box-shadow: 1px 1px #c5c5c5;
	-webkit-box-shadow: 1px 1px #c5c5c5;
	box-shadow: 1px 1px #c5c5c5;
}

#filters li a.allcats{
	color: #fff !important;
	background: #1b9190;
	text-shadow: 1px 1px #555;
}


/* FICHE PROD */
/*--------------------------------*/


ul#portfolio-list{
	padding: 0;
	list-style: none;
}

ul#portfolio-list li{
	list-style: none;
	width: auto;
	height: auto;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

ul#portfolio-list li a{
	display: block;
	width: 270px;
	height: 182px;
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: -webkit-linear-gradient( rgba(0,0,0,0.9), rgba(0,0,0,0.6));
	background: -o-linear-gradient( rgba(0,0,0,0.9), rgba(0,0,0,0.6));
	background: linear-gradient( rgba(0,0,0,0.9), rgba(0,0,0,0.6));
	position: relative;
	text-decoration: none;
}

ul#portfolio-list li p{
	font-size: 13px;
	color: #414141;
	text-align: center;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}


ul#portfolio-list li img{
	position: absolute;
	top: 0;
	border: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 270px;
	height: 182px;
}

ul#portfolio-list li h4{
	font-size: 14px;
	text-align: center;
	text-transform: none;
	color: #fff;
	font-weight: lighter;
	font-family: Arial, 'Helvetica', sans-serif;
	padding: 75px 15px 0px 12px;
}



/*------------- PAGE SERVICES-------------*/
/*----------------------------------------*/
/*----------------------------------------*/

#bloc-services{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

#bloc-services .services h3{
	text-transform: capitalize;
	color: #373737;
	margin: 10px 0 5px 0;
	font-size: 17px;
}

#bloc-services .services{
	width: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#bloc-services .services img{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


#bloc-services .services:nth-child(2){
	margin-right: 0;
}


#bloc-services .services:nth-child(4){
	margin-right: 0;
}


#bloc-services .services:last-child{
	margin-right:0;
}

#bloc-services .services span{
	width: 100px;
	text-align: right;
	float: right;
	font-size: 15px;
	font-weight: 500;
}


/*----------PAGE ACTUALITÉS---------*/
/*----------------------------------*/
/*----------------------------------*/

#container-blog{
	position: relative;
	width: 578px;
	left: 355px;
	top: 10px;
	float: left;
}

#main-blog{
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 45px 24px;
	margin-bottom: 100px;
	position: relative;
	background: linear-gradient(#fff 0%, rgba(255,255,255,0.3));
}

#main-blog img{
	width: 100%;
	display: block;
}

#sidebar{
	width: 210px;
	height: auto;
	background: rgba(27,145,144,0.6);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	left: 991px;
	top: 10px;
	position: fixed;
	padding: 15px 15px 50px 15px;
}


/* CHAMPS / BOUTON NEWSLETTER */
/*-----------------------------------*/
#sidebar form input{
	display: block;
	padding: 3px 10px;
	height: 15px;
	border: 2px solid #eee;
	font-size: 14px;
}


#sidebar form input.txt:focus{
	background-color: #cddddd;

}


#sidebar form .bouton-nl{
	width: 80px;
	padding: 10px;
	font-size: 14px;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	cursor: pointer;
	border: 1px solid #606060;
	margin: 10px 5px 0 0;
	line-height: 0.5px;
}


#sidebar form .bouton-nl:hover{
	background-color:#bbb;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}


#sidebar h1{
	color: #fff;
}


/* LIENS POPULAIRES */
/*--------------------------------*/

#sidebar a{
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}


#sidebar a:hover{
	text-decoration: underline;
	color: #1b9190;
}


.lire-suite{
	width: 100%;
	display: block;
	margin-top: 10px;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 13px;
}


.lire-suite a{
	color: #000;
}


/*----------MEDIAS SOCIAUX----------*/
/*----------------------------------*/
/*----------------------------------*/

#miniGallery a i{
	padding: 10px;
	margin-right: 5px;
	background: rgba(35,35,35,0.7);
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 16px;
	height: 16px;
	font-size: 15px;
	line-height: 17px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}


#miniGallery a i:hover{
	background: #17b2b1;
	color: #000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transform: translateY(-5px);

}


/*----------PAGE DÉTAIL----------*/
/*-------------------------------*/
/*-------------------------------*/

#bloc-image{
	width: auto;
	height: auto;
	background-color: #fff;
	font-family: Arial, 'Helvetica', sans-serif;
	margin-bottom: 40px;
}

#bloc-image img{
	width: 100%;
	display: block;
}

#partage{
	width: auto;
	height: auto;
	padding: 13px;
	float: left;
}

#retour-gal{
	width: 110px;
	height: 30px;
	float: right;
	background: rgba(35,35,35,0.9);
	margin: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#retour-gal a{
	color: #acaeaf;
	text-decoration: none;
	font-size: 11px;
	line-height: 30px;
	padding-left: 4px;
}

#retour-gal a:hover{
	color: #fff;
}

#grande-image-bloc{
	width: 100%;
	height: auto;
}

#grande-image{
	width: auto;
	height: auto;
	text-align: center;
	padding: 13px;
}


/*------------CONTACT-----------*/
/*------------------------------*/
/*------------------------------*/

p#adresse{
	font-size: 14px;
	margin-bottom: 20px;
}

#contactform{
	margin-top: 15px;
}

#contactform p{
	margin-bottom: 5px;
}

#contactform input.txt{
	width: 95%;
	display: block;
	padding: 3px 10px;
	height: 25px;
	border: 2px solid #eee;
}

#contactform textarea{
	width: 95%;
	display: block;
	padding: 10px;
	border: 2px solid #eee;
}

.txt, textarea{
	border: 1px solid #eee;
	border-top: none;
	border-left: none;
	font-size: 11px;
	font: 11px Arial, 'Helvetica', sans-serif, #444;
}

#contactform input.txt:focus, #contactform textarea:focus{
	background-color: #cddddd;
	
}

#contactform .submit-boutton{
	padding: 10px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	cursor: pointer;
	background-color: #555;
	border: 1px solid #606060;
	margin-right: 5px;
}

#contactform .submit-boutton:hover{
	background-color: #333;
}


#googlemap{
	width:100%; 
	height:200px; 
	overflow:hidden; 
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}



/*------------FOOTER------------*/
/*------------------------------*/
/*------------------------------*/

#footer{
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 5;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	color: #fff;
}

.copyright{
	font-size: 15px;
	float: left;
	padding: 15px 0 15px 80px;
}

.copyright a{
	text-decoration: none;
	margin-left: 3px;
}

.copyright a:hover{
	color: #fff;
}


#back-top{
	margin-left: 788px;
	float: left;
	margin-top: 15px;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 12px;
}


#back-top i{
	margin-left: 5px;
	font-size: 40px;
	color: #777;
	line-height: 25px;
}

#back-top a i:hover{
	color: #1b9190;
	transition: 0.5s;
}

