/* ERP-ATELIS PAR INFOCOSME
2014 PM
 */

/* FONT */
@font-face {
	font-family: 'titilliumitalic';
	src: url('css/titillium-regularitalic-webfont.eot');
	src: url('css/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('css/titillium-regularitalic-webfont.woff2') format('woff2'), url('css/titillium-regularitalic-webfont.woff') format('woff'), url('css/titillium-regularitalic-webfont.ttf') format('truetype'), url('css/titillium-regularitalic-webfont.svg#titilliumitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'titillium_bdbold';
	src: url('css/titillium-bold-webfont.eot');
	src: url('css/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'), url('css/titillium-bold-webfont.woff2') format('woff2'), url('css/titillium-bold-webfont.woff') format('woff'), url('css/titillium-bold-webfont.ttf') format('truetype'), url('css/titillium-bold-webfont.svg#titillium_bdbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*ANIMATION*/
@-webkit-keyframes arrow-floating {
 from {
margin-left: 260px;
margin-top:0
}
 to {
margin-left:230px;
margin-top:-30px
}
}
@-webkit-keyframes entete-background {
 from {
background-position:-67px 100px;
}
 to {
background-position:0px 0px;
}
}
/*Général*/
a {
	text-decoration: none;
	color: #c49c6d;
}
html {
	height: 100%;
	width: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	margin: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: right bottom;
	font-size: 12px;
	color: #393735;/*forcer l'accélération matérielle*/

}
.page {
	/*max-width : 900px;
	min-width: 700px;*/
	margin: 5px auto;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	background-color: white;
}
/*Entête*/
.entete {
	/*width : 100%;*/
	height: 135px;
	padding: 0px 0 0;
	overflow: hidden;
	/*margin-bottom: 17px;*/
	position:relative;
}
.logo {
	width: 150px;
	height: 112.3px;
	margin: 10px 0 0 10px;
	background: url(../images/Logo.png);
	background-size: cover;
	float: left;
}
.logo-titre {
	display: block;
	font-family: 'titillium_bdbold';
	color: #393735;
}
#titre {
	margin: 0px 0px 0px 0px;
	font-size: 30pt;
	font-weight: bold;
}
#sous-titre {
	font-size: 14pt;
	margin-top: -10px;
	color: #604291;
}
.entete-background {
	position:absolute;
	top:0;
	right:0;
	width: 350px;
	height: 181px;
	background-image: url(../images/cubes2.png);
	-webkit-animation: entete-background 3s linear infinite reverse;
}

#bouttonMenu{
	display:none;	
}
#fixNav{
	margin-bottom: 10px;
}

#menuTxtAtelis {
	position: relative;
	top : 5px;
	right : -150px; /* Je ne comprends pas, mais ça marche... */
	z-index: 100;
	color: white;
	font-size: 18pt;
}

.menubar {
	height: 40px;
	width: 100%;
	background-color: #393735;
	color: white;
	text-transform: uppercase;
	z-index: 11;
}
.menubar a {
	color : white;
	text-decoration: none;
}
.elemmenuh {
	float: left;
	height : 40px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	transition: all 0.1s ease;
}
.elemmenuh:hover {
	background-color: #c49c6d;
}
.elemmenuh:last-child {
	border-right : none;
}
.blocmenuh {
	float: left;
	font-family: titillium_bdbold;
}
.elemmenuhActif {
	float: left;
	height : 40px;
	font-size: 17px;
	background-color: #c49c6d;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
/*Classe de fixage du menu au top*/

.JFixation {
	margin-left: auto;
}

.JFixationContainer {
	position: fixed;
	width: 100%;
	top: -155px;
	z-index: 10;
}

.erpAtelis1 {
	color: #888888;
	font-size: 45pt;
}

.erpAtelis2 {
	text-align: right;
	color: #604291;
	font-size: 40pt;
}

/*Accueil --------------------*/

/*Accueil Banner*/

/*.accueil-banner {
	width: 100%;
	height: 459px;
}*/
.separateur {
	position: relative;
	width: 100%;
	height: 24px;
	margin-bottom: -24px;
	background-color: #FFF;
	z-index: 10;
}
.accueil-banner-gauche {
	/*background: url('/images/banniere-g.png');
	background-position:0 -23px;
	width: 50%;
	float: left;
	overflow: hidden;
	height: 459px;*/
}
.accueil-banner-gauche img {
	margin: 0 auto;
}

.accueil-banner-droite {
	/*width: 50%;
	height: 459px;
	float: left;
	background-color: #6e6582;*/
	border: none;
}
.accueil-banner-droite-inside {
	background-color: #36333c; /* Combinaison de 6e6582 et rgba(030,030,030,0.7); */
	/*width: 100%;
	height: 359px;*/
	padding-top: 78px;
	min-height: 455px;
}
.accueil-banner-droite p {
	margin-bottom: 5px;
	text-align: center;
	font-family: titilliumitalic, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #FFF;
	text-decoration: none;
}
.accueil-banner-droite a p {
	display: block;
	width: 50%;
	margin-left: 25%;
	margin-top: 85px;
	margin-bottom: 10px;
	background-color: rgba(030,030,030,0.7);
	text-align: center;
	text-decoration: none;
	font-family: 'titillium_bdbold';
	font-size: 15pt;
	color: #c49c6d;
	border-bottom: solid 0px;
	transition: all 0.1s ease;
	animation-direction: alternate;
}
.accueil-banner-droite a p:hover {
	border-bottom: 5px solid #fff;
	margin-bottom: -20px;
}
.accueil-banner-droite a p:hover:nth-child(1) {
	color: #FFF;
	border-bottom: 5px solid #fff;
}
.accueil-banner-droite img {
	margin-left: 50%;
}

.accueil-imgAtelis {
	padding-top: 50px;
}
.accueil-imgAtelis img {
	display: block;
	margin: 0 auto;
}
/* Listes commercial de l'acceuil*/
.accueil-list {
	font-size: 18px;
}
.accueil-list {
	list-style-image: url(../images/puce-cube.png);
}
.accueil-list li {
	margin-bottom: 15px;
}
.accueil-list li a {
	color: black;
	transition: all 0.3s ease;
}
.accueil-list li a:hover {
	color: #c49c6d;
	text-decoration: none;
}
/* PAGES  ----------------------*/

/*Sidebar info*/
.info {
	float: left;
	position : left;
	width : 225px;
	padding-left : 5px;
	margin-bottom : 10px;
}
#activites {
	margin-top: 25px;
}
#activites .titre {
	background-color: #423a63;
}
#activitesText {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
}
#autreAcitvite {
	margin-top: 25px;
}
#activites img {
	padding : 10px 0 0 15px;
	max-width : 225px;
	height : 75px;
}
#autreAcitvite img {
	max-width : 225px;
	height : 60px;
}
.info .titre {
	background: url("/tpl/images/fleche.png") no-repeat 10px center;
	padding-left : 50px;
	height : 35px;
	line-height : 35px;
	color : white;
	display: block;
	font-size: 20px;
}
/*Pied de page*/
.piedPage {
	background-color: #393735;
	transform: translateZ(0);
}
.piedPage a {
	margin-left: 5px;
	display: block;
	float: left;
}
#infocosme-adresse-telephone {
	height: 50px;
	float: left;
	overflow: hidden;
	color: #FFF;
}
#infocosme-adresse-telephone p {
	display: block;
	clear: both;
	margin: 18px 0 0 18px;
	color: #c49c6d;
}
.infocosme {
	padding : 5px;
	background-color : white;
	font-size: 12px;
	margin-left: 20px;
}
.infocosme a {
	text-decoration: none;
	color : grey;
}
.infocosme img {
	border: none;
}
/* Contenu */

#accueil-DivContenu {
	/*max-width: 840px;
	margin: 0;
	padding: 30px;*/
}
#page-DivContenu {
	/*width: 90%;
	padding: 20px;*/
}
.accueil-contenuTexte {
	width: 100%;
	float: left;
}
.contenuTexte {
	width: 100%;
	margin: 40px;
	float: left;
}
.contenuTexte h1:nth-child(1) {
	text-align: center;
}
.contenuTexte h1 {
	margin: 0;
}
.contenuTexte h2 {
	margin: 0;
	text-align: center;
}
.contenuTexte h3 {
	margin-bottom: 0;
	margin-top: 10px;
	color: #604291;
}
/*Section de contenu*/
.paragraphe {
	margin: 0 auto;
}
.section {
	margin-top: 10px;
}
.section img {
	display: block;
	margin: 0 auto;
}
.td {
	width: 100%;
}
/* Divers */
.marge {
	margin-left: 30px;
}
#logo img {
	max-width : 225px;
	height : 115px;
}
#contact {
	margin-top: 25px;
}
#tel {
	background: url("/tpl/images/telephone.png") no-repeat 10px center;
	padding-left : 60px;
	margin : 10px 0 15px 0px;
}
#adresse {
	background: url("/tpl/images/adresse.png") no-repeat 10px center;
	padding-left : 60px;
	margin : 0 0 15px 0px;
}
#mail {
	background: url("/tpl/images/mail.png") no-repeat 10px center;
	padding-left : 60px;
	margin : 0 0 15px 0px;
	height: 20px;
}
#contact .titre {
	background-color : #0081FF;
}
/* Athentification */
.formInput {
	border-style: none;
	border-left: #959595 solid 1px;
}
#ConnexionForm {
	margin: auto;
}
/* Formulaire de contact */

.form .labelform {
	margin: 0;
	padding: 0 5px;
	text-align: left;
}
.contactSaisie {
	background-color: #393735;
	color: #FFFBF0;
	border-radius: 5px;
	padding-top: 15px;
}
.contactAtelis {
	font-size: 18pt;
}
.contactAdresse {
	font-size: 14pt;
}
.contactSaisie .infocont {
	font-size: 12pt;
}
.boutonprincipal {
	background-color: black;
	color: white;
	padding: 3px;
	margin: 3px;
}
#validation {
	text-align: center;
}

#Aide {
	text-align: center;
}
.contact-texte {
	text-align: center;
	margin-bottom: 15px;
}


/* Media queries */

@media only screen and (max-width : 1499px;) {

}

/* Large (lg) */
@media only screen and (max-width : 1199px) {

}

/* Medium (md) */
@media only screen and (max-width : 992px) {
.erpAtelis1 {font-size:25pt;}
.erpAtelis2 {font-size: 20pt;}
}

/* Small Devices, Tablets (sm) */
@media only screen and (max-width : 767px) {
.accueil-banner-droite-inside {min-height : unset;}
.accueil-imgAtelis {padding-top:5px; padding-bottom: 20px;}

}

/* Xtra Small Devices, Tablets (xs) */
@media only screen and (max-width : 345px) {

}
