/* BASE */
@font-face
{	font-family: 'bauhaus93';
	src: url('Bauhaus93.ttf');
}
html, body, nav, header
{	font-family: arial;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: normal;
}
body
{	line-height: 1;
	color: #1F497D;
}
section, article
{	font-family: arial;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: baseline;
	line-height: normal;
}

header, section, article, nav
{	display: block;}

/* MENU */
#navbar
{	background-color: #1F497D;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	cursor: default;
	height: 3.5em;
	line-height: 3.5em;
}
.menu
{	margin: 0 auto;
	padding-left: 0;
}
#navbar li { display: inline-block;}
#navbar a
{	position: relative;
	display: block;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 1.25em;
}
#navbar a:hover
{	background: white;
	color: #1F497D;
}

header 
{	height: 720px;
	background-image: url("accueil.png");	
	background-repeat: no-repeat;	
}

a:link	{ 	text-decoration:none;} 
a 	{	color: #1F497D;}

h1	{ padding-top: 3em;}

/*POP Solution*/

img.mouvement
{	
	padding-bottom: 18px;
	margin-left: -200px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


img.mouvement:hover {	margin-left: -310px;}

#POP 	{	line-height: 1.6em;}

/*Visual Planning*/
#VP		{	line-height: 1.6em;}
#Fonctionnalités
{	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}

.planification
{	background: linear-gradient(#7affc1, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;	
}

.interface
{	background: linear-gradient(#33ff33, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
.structure
{	background: linear-gradient(#ffff33, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
.indicateurs
{	background: linear-gradient(#ff66ff, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
.mobile
{	background: linear-gradient(#ff9900, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
.reporting
{	background: linear-gradient(#00cc99, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
.diffusion
{	background: linear-gradient(#ff6666, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
.règles
{	background: linear-gradient(#87ffe7, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
.géoloc
{	background: linear-gradient(#e7ff9e, white);
	max-width: 300px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}

h2	{text-align: center;}

/*Solutions*/
#conteneur
{	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}
.boite strong
{	font-weight: normal;}

#conteneurref
{	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-around;
	text-align: center;
}
.boiteref	{	max-width: 272px;
				margin: 1em;}
.boiteref a {	font-weight: bold;}

.italique {	font-style: italic;}

#Contact
{	background-color: #1F497D;
	color: white;
	padding-top: 4em;
}
.contacter 	{padding: 0;}
.liens_suivi	{padding: 0;}
.situation	{padding: 0;}

/*TERRE*/
#carte
{	position:relative;
  	height:200px;
  	width:200px;
  	margin:0 auto;
}

#carte img
{	position:absolute;
  	left:0;
  	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
  	border-radius: 50px;
}

#carte img.top:hover {  opacity:0;}

#carte img.top
{	animation-name: terre;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;
}


#Visuels
{	display: flex;
	align-items: center;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 1em;
}
/* IMAGES */
/*
.carousel {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.carousel-item {
  flex: none;
  width: 100%;
  scroll-snap-align: center;
}*/
.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-slide {
      width: 100%;
    }

.swiper-slide:nth-child(2n) {
      width: 100%;
    }

.swiper-slide:nth-child(3n) {
      width: 100%;
    }

#Visu
{	display: flex;
  	flex-direction: row;
  	align-items: center; 	
  	margin: 0;
  	background: #1F497D;
  	color: white;
}
.contenu {  width: 100%;}

.row 
{  	overflow: auto;
  	width: 100%;
}

.row_inner
{	transition: 450ms transform;
    white-space: nowrap;
    margin: 180px  0;
  	padding-bottom: 10px;
}

.tile
{	position: relative;
	display: inline-block;
  	width: 261px;
  	height: 139px;
  	margin-right: 10px;  
  	transition: 450ms all; 
    transform-origin: center left;
}

.tile_img 
{
  width: 261px;
  height: 139px;
  object-fit: scale-down;
}

.tile_details
{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  opacity: 1;  
}

.tile:hover .tile_details {  opacity: 1;}

.tile_title
{
 	position: absolute;
 	bottom: -10px;
 	padding: 0px;
}

.row_inner:hover .tile {  opacity: 0.3;}

.row_inner:hover .tile:hover
{	transform: scale(3);
  	opacity: 1;
}

.tile:hover ~ .tile {	transform: translate3d(520px, 0, 0);}


video	{	width: 75%;}

/*NEWS*/
#Actualités
{
background: linear-gradient(white, #1F497D);}

#Actus
{display: flex;
flex-wrap: wrap;}

.actu
{width: 300px;
max-height: 400px;
font-size: 0.8em;
border-style: solid;
border-radius: 10px;
padding: 5px;
overflow: auto;
background-color: white;
}



aside
{ 	display:none;
 	opacity: 0.95;
 	position: fixed; 
    top: 6em; left: 2em;
 	background-color: #1F497D;
 	height: 360px;
 	width: 1100px;
 	color: white;
 	border-radius: 10px;	
 	padding: 10px;
}
 aside:target
{
 	display: flex;
 	flex-wrap: wrap;
}

 .precision
{
 	font-size: 0.8em;
 	padding: 10px;
 	width: 340px;
 	height: 150px;
 	border: 2px black solid;
 	border-radius: 10px;
 	display: flex;
}
.precision strong
{ font-weight: normal; }

 img.btn-fermer
{	position: fixed;
    top : 5em; left: 1150px;
}

 h3
{
 	font-weight: normal;
 	text-decoration: underline;
 	font-size: 1.3em;
 	margin-top: 0;
 	margin-bottom: 0;
}
.actu a
{font-weight: bold;}

.actu img
{max-width: 280px;}

 /*footer*/
footer
{	background-color: #1F497D;
	color: white;
	padding: 1em;
}
footer img
{padding-left: 150px;}

footer a
{color: white;}

#mentions
{	width: 300px;
	height: 260px;
 	display:none;
 	opacity: 0.95;
 	position: fixed; 
    top: 4em; left: 2em;
 	background-color: #1F497D;
 	color: white;
 	border-radius: 8px;		
 	font-size: 0.7em;
}
#mentions:target
{	display: block;	
 	margin-top: 200px;
}
#mentions img.btn-fermer
{	position: fixed;
    top: 20em; left: 310px;
}



/* responsive*/
@media all and (min-width: 1500px)
{	.swiper-slide img {
      display: block;
      width: 85%;
      height: 85%;
      object-fit: cover;
      max-width: 1920px;
    }
 }

@media all and (max-width: 1200px)
{
	aside
 	{	display:none;
 		opacity: 0.95;
 		position: fixed; 
    	top: 8em; left: 2em;
 		background-color: #1F497D;
 		width: 700px;
 		height: 350px;
 		color: white;
 		border-radius: 8px;	
 		padding: 10px;
 	}
 	aside:target
 	{
 		display: flex;
 		flex-wrap: wrap;
 	}
	.precision
 	{
 		font-size: 0.7em;
 		padding: 0;
 		width: 285x;
 		height: 100px;
 		border: 2px black solid;
 		border-radius: 10px;
 		display: flex;
 	}
 	.precision img	{	max-width: 48px;}
 	h3	{	font-size: 1.3em;}
 	img.btn-fermer
 	{	position: fixed;
    	top : 7em;
    	left: 745px;
	}
}

@media all and (max-width: 1131px)
{
	#navbar	{	height: 7em;}
	header
	{	margin-top: 7em;
		height: 360px;
		background-size: cover;	
	}
	h1	{ padding-top: 5em}
	#Contact
	{padding-top: 7em;}
	#Visuels
	{padding-top: 7em;}
}

@media all and (max-width: 800px)
{
	aside
 	{	display:none;
 		opacity: 0.95;
 		position: fixed; 
    	top: 8em; left: 2em;
 		background-color: #1F497D;
 		width: 420px;
 		height: 400px;
 		color: white;
 		border-radius: 8px;	
 		padding: 10px;
 	}
 	aside:target
 	{	display: flex;
 		flex-wrap: wrap;
 	}
	.precision
 	{	font-size: 0.7em;
 		padding: 0;
 		width: 200px;
 		height: 120px;
 		border: 2px black solid;
 		border-radius: 10px;
 		display: flex;
 	}
 	.precision img {	max-width: 48px;}
 	h3	{	font-size: 1.3em;}
 	img.btn-fermer
 	{	position: fixed;
    	top : 7em;
    	left: 465px;
	}
	/*
	#Visu
	{display: none;}*/
	

@media all and (max-width: 643px)
{
	#navbar
	{	height: 10.5em;
		position: static;
	}
	header
	{	margin-top: 1em;		
		background-image: url("accueil_br.png");
		background-size: contain;
	}
	h1	{	padding-top: 1em;}
	#Contact
	{padding-top: 2em;}
	
	#Visuels
	{padding-top: 2em;}

	.boiteref img {	max-width: 144px;}
	.boiteref	{	margin: 0.5em;}
	aside
	{ 	display:none;
 		opacity: 0.95;
 		position: fixed; 
    	top: 2em; left: 2em;
 		background-color: #1F497D;
 		width: 200px;
 		height: 620px;
 		color: white;
 		border-radius: 8px;	
 		padding: 10px;
 	}
 	aside:target
 	{	display: flex;
 		flex-wrap: wrap;
 	}
 	.precision
 	{ 	font-size: 0.7em;
 		padding: 0;
 		width: 285x;
 		height: 100px;
 		border: 2px black solid;
 		border-radius: 10px;
 		display: flex;
 	}
 	.precision img {max-width: 48px;}
 	h3 	{ 	font-size: 1.3em;}
 	img.btn-fermer
 	{	position: fixed;
    	top : 1em;
    	left: 245px;
	}
}

@media all and (max-width: 423px)
{
	#navbar
	{	height: 14em;
		position: static;
	}	
}
