@CHARSET "UTF-8";
@font-face{
     font-family: "Lato";
     src:
          url("police/Lato-Regular.ttf"), 
}
@media all and (min-device-width: 900px) {

	header {
		text-align:center;
		font-size:125%;
		line-height:150%;
		overflow:hidden;
		/*height:130px;*/
	}
	nav {
		background-color: #242E39;/*#212121; #C8C8C8; #0D90DB */
		padding:3px;
		border-radius:10px;
	}
	h1 {
		font-size: 30px;
		color: #fff;
		margin-left: 38%;
		width: 20%;
		background-color:#5586A4;
		padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:20px;
		border-radius:20px;
		
	}

	nav li {
		display:inline;
		line-height: 40px;
		text-decoration:none;
		padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:5px;
		

	}


	nav a {
		color:#fff;
		text-decoration: none; 
	}
	.menuStyle {
		display:inline;
	}
	nav .menuStyle :hover {
		/*background-color:#999;*/
		border-bottom: 4px solid #1DA1F2;
		font-size: 115%;
		transition: all 200ms;
	  	-webkit-transition: all 200ms;
	}

	.accueil a.accueil,
	.crm a.crm,
	.developpement a.developement,
	.internet a.internet,
	.formations a.formations,
	.contacts a.contacts,
	.tarifs a.tarifs {
		border-bottom: 4px solid #1DA1F2;

	}

	#menu li:active a.enjeux {	border-bottom: 4px solid #1DA1F2; }
	aside p {	
		padding-left: 10%;
		padding-right: 10%;

	}

	aside {
		padding-left: 15px;
		margin-right: 5%;
		margin-left: 5%;
		font-size:75%;
		width:30%;
		height: 530px;
		float:right;
		vertical-align:top;
		right:0px;
		background-color: #999;/*#ECD4D2; /*#2095F2;*/
		border-radius:10px;
		display:inline-block;	
		overflow:hidden;
		overflow-y: scroll;
		color: #fff;
	}

	aside>h2 {
		line-height: 40px;
		text-align: center;
		margin-left: 8%;
		margin-right: 9%;
		background-color: #5586A4;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:20px;
		

	}

	aside>div {
		overflow:auto;

	}
	article {
		margin-top: 5px;
		margin-left: 5%;
		padding-left: 10%;
		padding-right: 10%;
		color: #fff; 
		border-radius: 5px;
		background-color:   #999; /*121 ;/*#E9EBF3 /*#EEEEEE*/
		height: 530px;
		
		overflow:hidden;
		overflow-y: scroll;
	}

	footer {
		margin-top: 2%;
		padding:3px;
		text-align: center;
		font-size:75%;
		background:  #5586A4; /*#2095F2; #0D90DB*/
		border-radius:10px;
	}

	table {
		border-collapse: collapse;
		border: medium solid #000000;
		
	}
	td, th {
		border: 2px solid #5586A4;
		text-align: center;
		
	}

	h2 {
		font-size: 28px;


	}
	body {
		font-size: 24px;
		font-family: "Lato", Arial, sans-serif;
		font-style: justify;	
		background-color: #242E39;
		

	}
	.titre {
		line-height: 40px;
		text-align: center;
		margin-left: 8%;
		margin-right: 9%;
		background-color: #5586A4;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:20px;

	}
	h3, h4, h5, h6 {

		font-size: 26px;
		font-weight: bold;
		color: #7DC4F0; /* #77A7D2*/
		font-style: italic;
	}
	.image {
		float: left;
		

	}

	.no-float {

		float: inline-end;
	}
	.under {
		text-decoration: underline;

	}
	.centre {
		text-align: center;

	}
	.contacts > a {
		color: #fff;

	}

	.centrer {
		padding-left: 10%;

	}
	.middle {
		padding-left: 24%;

	}
	.blueItalique {
		font-style: italic;
		color: #7DC4F0;


	}
	.blueGras {
		font-style: bold;
		color: #5586A4;


	}
	.redItalique {
		font-style: italic;
		color: #EF562D;


	}
	.redGras {
		color: #EF562D;
		font-weight: bold;

	}
	.red {
		color: #EF562D;

	}
	.logo {
		margin-top: 10px;
		margin-left: 33%;
		margin-bottom: 10px;
		

	}
	.bouton {

		position: relative;
		bottom: 27.5px;
		left: 225px;

	}


	input[type=text] {

		border: none;
		background-color: #999; 
		
		color: #fff; 
		
		border-bottom: 2px solid #5586A4;
		
		
		
	}
	
	input[type=email]  {
		
		border: none;
		background-color: #999; 
		
		color: #fff; 
		width: 250px;
		border-bottom: 2px solid #5586A4;
	}
	input:focus {
    	padding-left:15px;
		padding-right:15px;
		padding-bottom: 5px;
		font-size: 75%;
		transition: all 200ms;
	  	-webkit-transition: all 200ms;
	}
	textarea {
		width: 100%;
		height: 150px;
		padding: 12px 20px;
		box-sizing: border-box;
		border: 1px solid #5586A4;
		border-radius: 4px;
		background-color: #f8f8f8;
		resize: none;
	}

	input[type=submit] {
		background-color: #5586A4;
		border: none;
		color: white;
		padding: 10px 20px;
		text-decoration: none;
		margin: 4px 2px;
		cursor: pointer;
	}
	fieldset {
		display: block;
	    width: 520px;
}
	.imageMenu {
		width: 40px;
		height: 40px;
		
		position: relative;
		top: 5px;
		right: 4px;
	}
	.factory {

		width: 490px;

	}
	.prox {
		height: 4px;


	}
	video {
		width: 520px; 
		height: 440px; 
	}
}


@media all and (max-device-width: 900px) {

	header {
		text-align:center;
		font-size:125%;
		line-height:150%;
		text-decoration: none;
	}
	nav {
		background-color: #242E39;/*#212121; #C8C8C8; #0D90DB */
		border-radius:10px;
		font-size: 125%;
		text-decoration: none;

	}
	h1 {
		text-decoration: none;
		font-size: 30px;
		color: #fff;
		margin-left: 38%;
		width: 20%;
		background-color:#5586A4;
		padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:20px;
		border-radius:20px;
		
	}
	h1 a {
		text-decoration: none;
		color: #fff;

	}

	nav ul {
	 	list-style-type: none;
		overflow: hidden;
		background-color:  #242E39;
		text-align: center;
	}

	nav li {
		float: left;
	}

	nav li a {
	 	display: block;
		color: white;
	  	padding: 14px 16px;
	  	text-decoration: none;
	}

	/* Change the link color to #111 (black) on hover */
	
	nav .menuStyle :hover {
		/*background-color:#999;*/
		background-color:  #1DA1F2;
		transition: all 200ms;
	  	-webkit-transition: all 200ms;
	}

	.accueil a.accueil,
	.developpement a.developement,
	.internet a.internet,
	.formations a.formations,
	.contacts a.contacts,
	.tarifs a.tarifs {
		background-color:  #1DA1F2;

	}

	#menu li:active a.enjeux {	border-bottom: 4px solid #1DA1F2; }
	aside p {	
		padding-left: 10%;
		padding-right: 10%;

	}

	aside {
		margin-top: 2px;
		padding-left: 15px;
		min-width: 80%; 
		background-color: #999;/*#ECD4D2; /*#2095F2;*/
		border-radius:10px;
		display:inline-block;	
		color: #fff;
	}

	aside>h2 {
		line-height: 40px;
		text-align: center;
		margin-left: 8%;
		margin-right: 9%;
		background-color: #5586A4;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:20px;
		

	}

	aside>div {
		overflow:auto;

	}
	article {
		margin-top: 2px;
		padding-left: 15px;
		min-width: 80%; 
		background-color: #999;/*#ECD4D2; /*#2095F2;*/
		border-radius:10px;
		display:inline-block;	
		color: #fff;
		
	}

	footer {
		margin-top: 2%;
		padding:3px;
		text-align: center;
		background:  #5586A4; /*#2095F2; #0D90DB*/
		border-radius:10px;
	}

	table {
		border-collapse: collapse;
		border: medium solid #000000;
		
	}
	td, th {
		border: 2px solid #5586A4;
		
	}

	h2 {
		font-size: 28px;


	}
	body {
		font-size: 24px;
		font-family: "Lato", Arial, sans-serif;
		font-style: justify;	
		background-color: #242E39;
		

	}
	.titre {
		line-height: 40px;
		text-align: center;
		margin-left: 8%;
		margin-right: 9%;
		background-color: #5586A4;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:20px;

	}
	h3, h4, h5, h6 {

		font-size: 26px;
		font-weight: bold;
		color: #7DC4F0; /* #77A7D2*/
		font-style: italic;
	}
	.image {
		float: left;
		

	}

	.no-float {
		float: none;
		float: inline-end;
	}
	.under {
		text-decoration: underline;

	}
	.centre {
		text-align: center;

	}
	.contacts > a {
		color: #fff;

	}

	.centrer {
		padding-left: 10%;

	}
	.middle {
		padding-left: 24%;

	}
	.blueItalique {
		font-style: italic;
		color: #7DC4F0;


	}
	.blueGras {
		font-style: bold;
		color: #5586A4;


	}
	.redItalique {
		font-style: italic;
		color: #EF562D;


	}
	.redGras {
		color: #EF562D;
		font-weight: bold;

	}
	.red {
		color: #EF562D;

	}
	.logo {
		margin-top: 10px;
		margin-left: 33%;
		margin-bottom: 10px;
		

	}
	.bouton {

		position: relative;
		
		left: 200px;

	}


	input[type=text] {
		border: none;
		background-color: #999; 
		
		color: #fff; 
		
		border-bottom: 2px solid #5586A4;
		
		
		
	}
	
	input[type=email]  {
		
		border: none;
		background-color: #999; 
		
		color: #fff; 
		width: 200px;
		border-bottom: 2px solid #5586A4;
	}
	input:focus {
    	padding-left:15px;
		padding-right:15px;
		padding-bottom: 5px;
		font-size: 75%;
		transition: all 200ms;
	  	-webkit-transition: all 200ms;
	}
	textarea {
		width: 100%;
		height: 150px;
		padding: 12px 20px;
		box-sizing: border-box;
		border: 1px solid #5586A4;
		border-radius: 4px;
		background-color: #f8f8f8;
		resize: none;
	}

	input[type=submit] {
		background-color: #5586A4;
		border: none;
		color: white;
		padding: 10px 20px;
		text-decoration: none;
		margin: 4px 2px;
		cursor: pointer;
	}
	.imageMenu {
		width: 40px;
		height: 40px;
		
		position: relative;
		top: 5px;
		right: 4px;
	}
}
