/*-----------------------------------------------------------------Général*/
@font-face
{
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot');
    src: url('font/fontawesome-webfont.woff') format('woff'),
         url('font/fontawesome-webfont.ttf') format('truetype'),
         url('font/fontawesome.otf') format("opentype"),
         url('font/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'glyphicons-halflings-regular';
    src: url('font/glyphicons-halflings-regular.eot');
    src: url('font/glyphicons-halflings-regular.woff') format('woff'),
         url('font/glyphicons-halflings-regular.ttf') format('truetype'),
         url('font/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Roboto';
    src: url('font/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body
{
	font-family: Roboto, sans-serif;
	margin:0;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #111;
	width: 100%;
}

h2
{
	font-size: 0.9em;
	width: 80%;
	margin: 6px;
}

p
{
	max-width: 81%;
	font-size: 0.9em;
	line-height: 175%;
	margin: 6px;
}

i
{
	color: #5badd3;
	font-size: 0.7em;
	border-radius: 9.2px;
	border: 3px solid white;
}

.ancre
{
	display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
/*-----------------------------------------------------------------/Général*/
/*-----------------------------------------------------------------Barre de navigation*/
nav
{
	height: 71px;
	width: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: white;
	z-index: 3;
}

#logo
{
	height: auto; 
    width: auto; 
    max-height: 42px;
}

#favicon
{
	display: none;
	height: auto; 
    width: auto; 
    max-height: 42px;
}

#menu
{
	display: flex;

}

#menu a
{
	color: #111;
	font-size: 0.8em;
	text-decoration: none;
	border-top: 2px solid white;
	padding: 27px 10px 27px 10px;
}

#menu a:hover
{
	border-top: 2px solid #468baa;
}
/*-----------------------------------------------------------------/Barre de navigation*/
/*-----------------------------------------------------------------Accueil*/
/*-----------------------------------------------------------------Slider*/
@keyframes slidy 
{
	0% { left: 0%; }
	40% { left: 0%; }
	50% { left: -100%; }
	90% { left: -100%; }
	100% { left: -200%; }
}

div#slider
{ 
	overflow: hidden; 
}

div#slider figure img 
{ 
	width: 33.33333333333333333333333333333333%; float: left; 
}

div#slider figure 
{ 
  position: relative;
  width: 300%;
  margin: 71px 0 0 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 15s slidy infinite; 
}
/*-----------------------------------------------------------------/Slider*/
header
{
	height: 396px;
	width: 100%;
	position: absolute;
	top: 71px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

header h1
{
	max-width: 420px; 
	font-size: 1.5em;
	text-align: left;
	color: white;
	margin: 0 0 0 10%;
	padding: 0;
}

header strong
{
	color: #5cabd2;
}

header h2
{
	font-size: 0.8em;
	color: white;
	margin: 10px 0 25px 10%;
}

header a
{
	color: white;
	font-size: 1em;
	text-decoration: none;
	background-color: #5badd3;
	border-bottom: 2px solid #468baa;
	border-radius: 3px;
	padding: 8px 11px 8px 11px;
	margin: 0 0 0 10%;
}

header a:hover
{
	background-color: #6cf;
}
/*-----------------------------------------------------------------Flèches Accueil*/
#left-button-header
{
	position: absolute;
	left: 0;
	top: 175px;
	width: 25px;
	height: 50px;
	overflow: hidden;
}

#left-button-header div
{
	position: absolute;
	left: -25px;	
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.33);
	border-radius: 50%;
}

#right-button-header
{
	position: absolute;
	right: 0;
	top: 175px;
	width: 25px;
	height: 50px;
	overflow: hidden;
}

#right-button-header div
{
	position: absolute;
	left: 0;	
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.33);
	border-radius: 50%;
}

header .fas
{
	font-size: 1.25em;
	color: white;
	border: none;
}

#left-button-header i
{	
	padding: 15px 0 0 29px;
}

#right-button-header i
{	
	padding: 15px 0 0 8px;
}
/*-----------------------------------------------------------------/Flèches Accueil*/
#pied-accueil
{
	height: 53px;
	border-radius: 0 0 5px 5px;
	background-image: linear-gradient(white, rgba(0,0,0,0.08));
	position: relative;
}

#pied-accueil:before
{
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 100px;
	border-top: 3px solid #5badd3;
}
/*-----------------------------------------------------------------/Accueil*/
/*-----------------------------------------------------------------Title&Cie section*/
.title-section 
{
  position: relative;
  text-align: center;
  height: 50px;
  min-width: 263px;
  line-height: 50px;
  padding: 12px;
  margin: 0;
}

.title-section:before 
{
  content: '';
  position: absolute;
  width: 100px;
  bottom:0;
  left:50%;
  border-top : 2px solid rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
}

.title-section:after
{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	background-color: #5badd3;
	border: 3px solid white;
	border-radius: 50%;
    bottom: 0;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(7px);
}

.text-title-section
{
	max-width: 460px;
	text-align: center;
	margin: auto;
	padding-top: 15px;
}
/*-----------------------------------------------------------------/Title&Cie section*/
/*-----------------------------------------------------------------Services*/
#services
{
	width: 90%;
	min-height: 417px;
	max-width: 1024px;
	margin: auto;
}

.main-services
{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	min-height: 328px;
}

.box-services
{
	width: 50%;
	min-width: 366px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.box-services:nth-child(1)
{	
	align-self: center;
}

#main-feature
{
	display: block;
	margin: auto;
	height: auto; 
    width: auto; 
    max-width: 366px;

}

.section-services
{
	display: flex;
	align-items: center;
	margin: 0 0 8px 0;
}

.icone
{
	font-size: 1em;
	padding: 14px;
	border-radius: 23px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin: 0;
}

.point
{
	font-size: 0.6em;
	transform: translateX(-9px);
}
/*-----------------------------------------------------------------/Services*/
/*-----------------------------------------------------------------Projets*/
#background-projets
{	
	background-color: #f5f5f5;
}

#projets
{
	width: 90%;
	min-height: 439px;
	max-width: 1024px;
	margin: auto;
}

.box-projets
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 11px;
	max-width: 1024px;
	margin: auto;
}
/*-----------------------------------------------------------------Menu Projets*/
.button-projets
{
	margin: 15px 0 15px 0;
	height: 40px;
	text-decoration: none;
}

h3
{
	font-size: 0.9em;
	color: #111;
	text-align: center;
	padding: 10px;
	margin: 0px;	
	border-bottom: 2px solid #e5e5e5;	
	background-color: #e5e5e5;
	position: relative;
	z-index: 2;
}

#first-button-projets
{
	border-radius: 3px 0 0 3px;
}

#last-button-projets
{
	border-radius: 0 3px 3px 0;
}

.square
{
	width: 8px;
	height: 8px;
	background-color: #468baa;
	transform: translateY(-4px) rotate(45deg);
	margin: auto;
	visibility: hidden;
	position: relative;
	z-index: 1;
}

.button-projets:hover h3
{
	color: white;	
	background-color: #5baad3;
	border-bottom: 2px solid #468baa;
}

.button-projets:hover .square
{
	visibility: visible;
}
/*-----------------------------------------------------------------/Menu Projets*/
/*-----------------------------------------------------------------Items Projets*/
.box-projets img
{
	height: auto;
    width: 202px;
}

.link-projets
{
	width: 202px;
	height: 135px;
	margin: 11px;
	overflow: hidden;
	text-decoration: none;
}
/*-----------------------------------------------------------------Animations Projets*/
@keyframes in
{
	0%{ transform: translateY(0px); }
	100%{ transform: translateY(-65px); }
}

@keyframes out
{
	0%{ transform: translateY(-65px); }
	100%{ transform: translateY(0px); }
}

.link-projets p
{
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 100%;	
	line-height: 120%;
	margin: 12px 0 0 0;
	padding: 7px;
	animation: out 0.5s;
}

.link-projets:hover p
{
	animation: in 0.5s;
	transform: translateY(-65px);
}
/*-----------------------------------------------------------------/Animations Projets*/
.link-projets p:first-line
{
	font-weight: bold;
}

.illuminati
{
	display: block;
	color: white;
	background-color: #468baa;
	padding: 10px;
	border: 1px solid white;
	border-radius: 17px;
	transform: translate(150px, -57px);
}
/*-----------------------------------------------------------------Items Projets*/
/*-----------------------------------------------------------------/Projets*/
/*-----------------------------------------------------------------Contact*/
#contact
{
	height: 447px;
	position: relative;
}
/*-----------------------------------------------------------------Formulaire*/
#form-contact
{
	height: 375px;
	width: 250px;
	background-color: rgba(255, 255, 255, 0.80);
	position: absolute;
	top: 30px;
	left: 65%;
	z-index: 2;
}

#contact h2
{
	margin: 14px 14px 7px 14px;
	font-size: 1.2em;
}

#contact p
{
	font-size: 0.7em;
	line-height: 150%;
	margin: 0 14px 0 14px;
}

#contact p:first-line
{
	font-weight: bold;
}

input
{
	width: 208px;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	padding: 4px 4px 4px 7px;
	margin: 10px 0 0 0;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}

textarea
{
	width: 208px;
	height: 104px;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	padding: 4px 4px 4px 7px;
	margin: 10px 0 12px 0;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}

#form-contact a
{
	color: white;
	font-size: 1em;
	text-decoration: none;
	background-color: #5badd3;
	border-bottom: 2px solid #468baa;
	border-radius: 3px;
	margin: 0 14px 0 14px;
	padding: 6px 7px 6px 7px;
}

#form-contact a:hover
{
	background-color: #6cf;
}
/*-----------------------------------------------------------------/Formulaire*/
/*-----------------------------------------------------------------Carte*/
#carte
{
	background-color: rgb(0, 120, 164);
	height: 100%;
	width: 100%;
}

iframe
{
	opacity: 0.81;
}
/*-----------------------------------------------------------------/Contact*/
/*-----------------------------------------------------------------Responsive général*/
@media (max-width: 830px)
{
	/*-------------------------------------------------------------Général*/
	p
	{
		max-width: 90%;
	}
	/*-------------------------------------------------------------/Général*/
	/*-------------------------------------------------------------Barre de navigation*/
	#logo
	{
		display: none;
	}

	#favicon
	{
		display: block; 
	}
	/*-------------------------------------------------------------/Barre de navigation*/
	/*-------------------------------------------------------------Services*/
	.main-services
	{
		justify-content: center;
	}

	.box-services
	{
		width: 100%;
		min-width: 200px;
	}
	/*-------------------------------------------------------------/Services*/
	/*-------------------------------------------------------------Projets*/
	.link-projets
	{
		height: 185px;
	}

	.link-projets p
	{
		margin: 0px;
		transform: translateY(-4px);
	}

	.link-projets:hover p
	{
		animation: none;
		transform: translateY(-4px);
	}
	/*-------------------------------------------------------------/Projets*/
	/*-------------------------------------------------------------Contact*/
	#form-contact
	{
		position: static;
		width: 100%;
		margin
	}

	input
	{
		width: 100%;
	}

	textarea
	{
		width: 100%;
	}
	/*-------------------------------------------------------------/Contact*/
}
/*-----------------------------------------------------------------/Responsive général*/
/*-----------------------------------------------------------------Limite Slider*/
@media (max-width:1040px)
{
	#slider
	{
		display: none;
	}

	header
	{
		background-image: url("images/slider/slide1.jpg");
		background-position: center;
		position: static;
		margin-top: 71px;
	}

	#left-button-header
	{
		top: 246px;
	}

	#right-button-header
	{
		top: 246px;
	}
}
/*-----------------------------------------------------------------/Limite Slider*/