@font-face {
    font-family: ostrichbold;
    src: url(/font/ostrichblack.ttf);
}

@font-face {
    font-family: ostrichlight;
    src: url(/font/ostrichrounded.ttf);
}

@font-face {
    font-family: bebas;
    src: url(/font/Bebas.otf);
}

@font-face {
    font-family: alpaca;
    src: url(/font/Alpaca.ttf);
}

body {
	margin: 0;
}

/*PRELOAD*/

#preloader {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	z-index: 100000;
}

#status {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	width: 200px;
	font-size: 20px;
	font-weight: bold;
	color: #41A8CC;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
	/*background-image: url(https://media.xarobase.com/preloader/dots.gif);*/
	background-repeat: no-repeat;
	background-position: center;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("https://media.xarobase.com/header_logo.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 50%;
}

/*HEADER BASIC*/

header {
	position: absolute;
	top: 0;
 	background-color: rgba(0, 0, 0, 0.6);

	-webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.75);

	width: 100%;
	min-height: 90px;
	z-index: 1000;
}

header #logo {
	height: 90px;
	float: left;
	padding-left: 5%;
}

header ul {
	margin: 0;
	color: white;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-size: 15px;
	list-style:none;
	line-height: 90px;
	padding-right: 5%;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	justify-content: flex-end;
}

header ul li {
	display: block;
}

header ul li a {
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	color: white;
	text-decoration: none;
	padding: 5px;
	margin: 6px;

	/*border-radius: 10px 10px 0px 0px;*/
    background-size: 100% 200%;
    background-image: linear-gradient(to top, #03a7ff 50%, transparent 50%);
    transition: background-position 1s;
}

header ul li a:hover {
	background-position: 0 100%;
	transition: 0.3s;
}

#menu_portable {
	display: none;
	color: white;
	font-size: 80px;
	padding: 10px;
}

@media all and (max-width: 1283px) {
	header {
		text-align: center;
		position: unset !important;
		background-color: #111111;
	}
	header ul {
		justify-content: space-around;
	}
	header #logo {
		padding: 0;
		height: 90px;
		float: none;
	}
}

@media all and (max-width: 815px) {
	header {
		display: flex;
		justify-content: flex-end;
	}
	header #logo {
		position: absolute;
		left: 0;
	}
	header ul {
		display: none;
		padding: 0;
		margin: 0;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		align-content: center;
		width: 100%;
		padding-top: 90px;
	}
	header ul li {
		border: 2px solid white;
		width: 100%;
		overflow: hidden;
	}
	header ul li a {
		font-size: 20px;
	}
	#menu_portable {
		display: inherit;
	}
}

/*@media all and (max-width: 765px) {
	header {
		background-color: rgba(22,22,22,1);
	}
	header ul {
		-webkit-flex-flow: column wrap;
    	flex-flow: column wrap;
    	text-align: center;
    	margin: 0;
    	padding: 0;
	}
	header ul li {
		margin-bottom: 5px;
		background-color: rgba(60,60,60,1);
	}
	header #logo {
		margin-bottom: 15px;
		padding: 0;
		height: 90px;
		float: none;
	}
}*/

/*DIV QUI CE PLACE DERRIERE LE HEADER QUAND AUCUN FOND*/

#header_bg {
	margin: 0;
	width: 100%;
	min-height: 90px;
	background-color: #131313;
}

/*ACCUEIL*/

#bandeau1 {
	background: url("https://media.xarobase.com/background_acceuil_logo.png") center 0 repeat-y fixed;
	background-size: cover;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
  	min-height: 100vh;
}

#bandeau1 #titre {
	color: white;
	margin: 0;
	font-family: ostrichlight;
	font-size: 400%;
}

#bandeau1 #titre span {
	color: white;
	margin: 0;
	font-family: ostrichbold;
	color: #03a7ff;
}

#splitter {
    display: block;
   	width: 600px;
    overflow: hidden;
    height: 8px;
    border-radius: 10px;
    background-color: #03a7ff;
    margin: 20px auto;
}

#bandeau1 p {
	margin: 0 auto;
	padding-top: 20px;
	font-family: 'Raleway', sans-serif;
	color: white;
	max-width: 750px;
	letter-spacing: 1px;
}

#bandeau2 {
	text-align: center;
	width: 100%;
	background-image: url("https://media.xarobase.com/pattern/pattern6.png");

	-moz-box-shadow: inset 0px 10px 20px 10px #656565;
	-webkit-box-shadow: inset 0px 10px 20px 10px #656565;
	-o-box-shadow: inset 0px 10px 20px 10px #656565;
	box-shadow: inset 0px 10px 20px 10px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=20);
}

@media all and (max-width: 1364px) {
	#info {
		display: inline-flex;
		flex-grow: 1;
		padding: 20px;
	}
	#info div {
		display: flex;
		flex-direction: column;
		padding: 10px;
	}
	#info div h3 {
		text-align: center;
	}
	#info div p {
		text-align: center;
	}
	#info div i {
		font-size: 100%;
		width: 100%;
	}
}

@media all and (max-width: 800px) {
	#info {
		padding: 20px;
		flex-direction: column;
    	flex-flow: column wrap;
	}
	#info div {
		max-width: 400px;
		min-width: 0;
		margin: auto;
	}
	#info div h3 {
		text-align: center;
	}
	#info div p {
		text-align: center;
	}
	#info div i {
		width: unset !important;
		margin-right: 0 !important;
	}
}

#info {
	max-width: 1300px;
    overflow: hidden;
    list-style: none;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    display: flex;
}

#info div {
	text-align: left;
	padding: 10px;
	flex-grow: 1;
}

#info div h3 {
    margin: 0;
    color: #03a7ff;
    font-size: 25px;
}

#info div p {
    color: #171a1f;
    margin: 0;
    font-size: 16px;
}

#info div i {
	text-align: center;
    float: left;
    margin-right: 20px;
    font-size: 150px;
    color: #171a1f;
}

#bandeau3 {
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	background-image: url("https://media.xarobase.com/background_acceuil_2.jpg");
  	background-size: cover;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
	width: 100%;
  	min-height: 600px;
}

#bandeau3 h1 {
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	color: white;
}

#projects {
	padding: 5%;
}

#bandeau3 img {
	/*border: 1px solid black;*/
	padding: 10px;
	margin: 5px;
	border-radius: 10px;

	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,1);
	box-shadow: 0 0 5px 0px rgba(0,0,0,1);
}

#bandeau3 img:hover {
	background: rgba(255,255,255,0.2);
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

/*CONTACT*/

.alert {
	padding: 3px;
	color: red;
	text-align: center;
	margin: 0 auto;
	background: #131313;
	border: 2px solid red;
	border-radius: 8px;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
}

.success {
	padding: 3px;
	color: white;
	text-align: center;
	margin: 0 auto;
	background: #77B80F;
	border-radius: 8px;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
}

#bandeau_contact {
	width: 100%;
  	min-height: 700px;
	padding-top: 200px;
	background-image: url("https://media.xarobase.com/background_contact.jpg");
  	background-size: cover;
  	background-position: 25% 25%;
  	background-repeat: no-repeat;
	margin-bottom: -16px;
}

#formulaire {
	margin: 0 auto;
  	max-width: 710px;
  	height: 360px;
  	background: #171a1f;
}

#container_contact {
	margin: 0 auto;
	max-width: 900px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.75);
}

#container_contact_1 {
	text-align: center;
	max-width: 900px;
	height: 100px;
	background-image: url("https://media.xarobase.com/pattern/pattern1.png");
	border-radius: 10px 10px 0px 0px;
}

#container_contact_1 h1 {
	color: #131313;
	font-size: 30px;
	line-height: 100px;
	font-family: 'Raleway', sans-serif;
}

#container_contact_sepatator {
	text-align: center;
	max-width: 900px;
	height: 6px;
	background: #03a7ff;
}

#container_contact_2 {
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 70px;
	text-align: center;
	max-width: 900px;
	background: #131313;
	border-radius: 0px 0px 10px 10px;
}

#contact_gauche i {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px; 
	color: #5e5e5e;
	font-size:15px; 
	background: transparent;
	width: 35px;
	border-radius: 8px;
	border: 1px solid #969696; 
}

#service {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
	font-size:15px; 
	padding:15px; 
	border: 1px solid #969696; 
	border-radius:8px; 
	background-color: transparent; 
	color:#969696;
	width: 100%;
	display: block;
}

#lastname, #firstname, #email, #sujet {
	margin-bottom: 10px;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
	font-size:15px; 
	padding:15px; 
	border: 1px solid #969696; 
	border-radius:8px; 
	background-color: transparent; 
	color:#969696;
	width: 48%;
	display: block;
}

#text {
	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
	font-size:15px; 
	margin-top:-236px;
	padding:15px; 
	border: 1px solid #969696; 
	border-radius:8px; 
	background-color: transparent; 
	color: #969696;
	float: right;
	width: 48%;
	height: 233px;
	resize: none;
  	display: inline-block;
}

#submit {
  	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  	color: #77B80F;
  	font-size: 15px;
  	background: transparent;
  	padding: 15px;
  	border: solid #77B80F 2px;
  	text-decoration: none;
  	border-radius: 8px;
  	float: right;
}

#submit:hover {
	color: white;
  	background: #77B80F;
}

#container_contact_2 p {
	color: #969696;
	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
	float: left;
	margin: 0;
}

/*PAGE 404*/

#bandeau_404 {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	width: 100%;
  	min-height: 900px;
	background-image: url("https://media.xarobase.com/pattern/pattern2.png");
}

#container_404 {
	margin: 0 auto;
	max-width: 802px;
	height: 300px;
	background: #161616;
	-webkit-box-shadow: 0px 0px 12px 7px rgba(22,22,22,0.75);
	-moz-box-shadow: 0px 0px 12px 7px rgba(22,22,22,0.75);
	box-shadow: 0px 0px 12px 7px rgba(22,22,22,0.75);
}

#container_404 img {
	max-width: 800px;
}

#container_404 h2 {
	margin: 0;
	font-family: ostrichbold;
	font-size: 100px;
	color: #9F1212;
}

#container_404 h1 {
	text-transform: uppercase;
	margin: 0;
	font-family: ostrichlight;
	font-size: 30px;
	color: white;
}

#container_404 p {
	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
	color: white;
}

#container_404 button {
  	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  	color: #ffffff;
  	font-size: 20px;
  	background: transparent;
  	padding: 5px 20px 5px 20px;
  	border: solid #ffffff 2px;
  	text-decoration: none;
}

#container_404 button:hover {
	color: #161616;
  	background: white;
}

/*PAGE 403*/


/*TELECHARGEMENT*/


#dl_wrap {
	margin: 0 auto;
	padding-bottom: 40px;
	background-image: url("https://media.xarobase.com/background_telechargement.jpg");
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	overflow:auto;
}

#dl_titre {
/*	background-image: url("https://media.xarobase.com/background1.jpg");
	background-size: cover;*/
	padding-top: 30px;
	text-align: center;
	margin: 0;
	font-size: 230%;
	color: white;
	font-family: 'Raleway', sans-serif;
	color: #03a7ff;
	text-transform: uppercase;
}

#dl_content {
	margin: 0 auto;
	max-width: 1170px;
}

#tiles {
	float: left;
	margin: 10px;
	background: white;
	width: 270px;
	border-radius: 5px;
	box-shadow: 0px 0px 35px rgba(0,0,0, 0.2);
 	transition: box-shadow 0.3s;
 	border: 1px solid rgba(0,0,0, 0.7);
}

#tiles:hover {
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
}

#tiles_top {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background: url("https://media.xarobase.com/pattern/pattern9bis.png");
	height: 190px;
	border-radius: 5px 5px 0px 0px;
}

#tiles_top img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	border-radius: 5px;
}

#separator {
	width: 100%;
	height: 3px;
	background: #03a7ff;
}

.tiles_bottom {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url("https://media.xarobase.com/pattern/pattern9.png");
	border-radius: 0px 0px 5px 5px;
	position: relative;
	min-height: 150px;
}

.tiles_bottom #titre {
	font-family: Open Sans;
	font-size: 22px;
	line-height: 22px;
	/*text-transform: uppercase;*/
	color: #03a7ff;
	display: inline-block;
}

.tiles_bottom #description {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

#update {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 11px;
	font-family: Open Sans;
	color: grey;
}

#download_container {
	position: absolute;
	margin: 0;
	top: 10px;
	right: 20px;
	left: 20px;
	bottom: 10px;
	opacity: 0;
}

#download_container a {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	display: inline-block;
	color: white;
	font-family: Open Sans;
  	font-size: 14px;
  	padding: 5px 0px 5px 0px;
  	border: solid #ffffff 2px;
  	border-radius: 10px;
  	text-decoration: none;
  	cursor: pointer;
}

#download_container a:last-child {
	margin-bottom: 0;
}

#download_container a:hover {
	color: #161616;
	background: white;
}

/*NEWS*/

#news_wrap {
	margin: 0 auto;
	padding-bottom: 40px;
	background-image: url("https://media.xarobase.com/background_telechargement.jpg");
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	overflow:auto;
}

#news_content {
	margin: 0 auto;
	max-width: 1200px;
}

#newstiles {
	position: relative;
	margin-top: 50px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.1);
 	transition: box-shadow 0.3s;
	border-radius: 5px 5px 5px 5px;
}

#newstiles:hover {
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
}

#newstiles_top {
	background-image: url("https://media.xarobase.com/pattern/pattern9.png");
	padding: 20px;
	border-radius: 5px 5px 0px 0px;
}

#newstiles_top #titre {
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	color: #03a7ff;
}

#newstiles_top #description {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}


#newstiles_top #update {
	position: relative;
	left: 0;
	bottom: 0;
	font-size: 11px;
	font-family: Open Sans;
	color: grey;
}

#newsseparator {
	width: 100%;
	height: 2px;
	background: white;
}

#newsseparator #arrow{
	position: absolute;
	left: 50%;
	height: 30px;
}

#newstiles_bottom {
	background: url("https://media.xarobase.com/pattern/pattern9bis.png");
	border-radius: 0px 0px 5px 5px;
	padding: 20px;
}

#newstiles_bottom #titre {
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	color: #131313;
}

#newstiles_bottom #separator {
	background: #131313;
	height: 0;
	height: 2px;
}

#comments_wrap {
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

#comments_detail {
	position: relative;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px solid black;
	min-height: 90px;
}

#comments_detail #user{
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.75);

}

#comments {
	background: white;
	color: black;
	padding: 10px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

#comments img {
	max-height: 150px;
}

#comments_detail #date {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#comments_detail #author {
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
	color: #03a7ff;
	font-weight: bold;
	margin: 5px;
}

#add_comments {
	text-decoration: none;
	color: #131313;
	margin-left: 20px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	border: 1px solid #131313;
}

#add_comments:hover {
	color: white;
	background: #77B80F;
	border: 1px solid #77B80F;
}

/*FOOTER*/

footer {
	text-align: center;
	width: 100%;
	min-height: 100px;
/*	background-image: url("https://media.xarobase.com/pattern/pattern5bis.png");*/
	background-color: #111111;
	border-top: 2px solid #03a7ff;
	font-family: calibri;
}

footer p {
	margin: 0;
	line-height: 100px;
	color: white;
}

footer a {
	text-decoration: none;
	color: #03a7ff;
}
