﻿/****************************************************************************************************************/
/*																												*/
/*	Page:                   style.css                                                                       	*/
/* 	Auteur:                 Costa Alessandro																	*/
/*  Contact:                dev.alessandro.costa@gmail.com														*/
/*  Date de création :      26.02.2016																			*/
/*	Dernière modification : 03.02.2017																			*/
/* 	Version:                1.0																					*/
/*																												*/
/*	Info :  Fichier de style du site                                                                      		*/
/*																												*/
/****************************************************************************************************************/

/* Réinitialisation CSS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, /*tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* STYLE */
p,
ul {
    margin: 0 0 1.5em;
}
ul {
    list-style: disc;
    padding: 0 0 0 20px;
}
a {
	color: #1853C7;
}
h2 {
    font-family: Arial,sans-serif;
    font-size: 24px;
    line-height: 1.8em;
    margin: 0 0 .4em;
}



/*header*/
header {
    background: #fff;
    padding: 0;
}
/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
header:before,
header:after {
	content:"";
	display:table;
}
header:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
header {
	zoom:1;
}
h1.logo a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 22px;
    float: left;
    letter-spacing: 0.2em;
}
a.to_nav {
    float: right;
    color: #fff;
    background: #4e4e4e;
    text-decoration: none;
	margin: 1px 1px 0 0;
    padding: 5px 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	cursor:pointer;
}
a.to_nav:hover,
a.to_nav:focus {
    color: #262C3C;
    background: #ccc;
}
.hideElement {
	display: none;
}


/*menu*/
#primary_nav ul {
    list-style: none;
    background: #fff;
    padding: 65px 0;
}
#primary_nav li a {
    display: block;
    padding: 0 20px;
    color: #262C3C;
    text-decoration: none;
	font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
}
#primary_nav li:last-child a {
    border-bottom: none;
}
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #262C3C;
    background: #ccc;
}














/******************** TAILLE ET POSITIONNEMENT DU SITE *******************/
html, body {
		height: 100%;
		margin: 0;
}
header {
		min-width: 275px;
		height: 139px;
}
div#global {
		min-height: 100%;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border: solid #171717 0px;
}
div#center {
		/* Pour éviter la superposition du pied de page et du contenu : */
		padding: 20px 0px 60px 0px;
		background-color: #FDFDFD;
		/*overflow: auto;*/
}
div#content {
		margin-left: auto;
		margin-right: auto;
		max-width: 1250px; /* Permet de definir une taille max, ce qui va centrer le contenu du site sans afficher la barre de défilement horizontale */
		padding: 25px 20px 0 20px;
		/*background-color: magenta;*/
}
div#footer {
		position: absolute;
		width: 100%;
		padding: 7px 0 7px 0;
		bottom: 0px;
}
/* -------------------- fin du positionnement du site ------------------ */



/****************** POLICE DE CARACTÈRES ET MISE EN PAGE *****************/
html, body {
		font: 1.05em Arial,sans-serif;
}
h1 {
		font: 2em Arial,sans-serif;
		top: 5px;
}
div#content p {
		text-align: justify;
}
div#footer p {
		margin: 3px 0 1px 0;
		font-size: 0.9em;
		text-align: center;
}
.vertical_text {
		//transform:rotate(270deg);
		//-moz-transform:rotate(270deg);
		//-o-transform:rotate(270deg);
		//-webkit-transform:rotate(270deg);
		//-ms-transform:rotate(270deg);
		width:64px;
}
#nav_menu {
		font-size: 92%;
}
#nav_menu_top {
		font-size: 95%;
}
#nav_menu_top  td{
		width: 125px;
}
#nav_menu_left {
		font-size: 95%;
		float:left;
}
#nav_menu_left  td{
		width: 115px;
		height: 45px;
		padding-left: 10px;
}
.phoneNumber{
	float:right;
}
.phoneNumber a{
	text-decoration: none;
	color: #1853C7;
	font-size: 1.1em;
}
/* ----------- fin de la police de caractère et mise en page ----------- */



/********************** IMAGES ET BOUTONS DU SITE ***********************/
#logo{
	display:inline;
}
#logo_mobile_big{
	display:none;
}
#logo_mobile_small{
	display:none;
}
#banner_tab {
		width: 100%;
		height: 75px;
}
#connection {
		float: right;
		margin-top: 5px;
		font-size:0.75em;
		color: black;
}
#connection_label {
		float: right;
		padding: 15px 8px;
		color: black;
}

body {
		color: #241604; /*Couleur du texte*/
}

/*div#header {*/
div.wrapper {
		background: #262C3C;
		color: #fff; /*Couleur du texte*/
}
div#footer {
		background: #262C3C;
		color: #fff; /*Couleur du texte*/
}



input.small_button {
		cursor:pointer;
		font-size: 1.1em;
		width: 45px;
		height: 24px;
		padding-bottom: 2px; /*permet le centrage vertical*/
		text-align: center;
		color: #F1F2F1;
		border: 1px solid #C1C1C1;
		background: linear-gradient( #A0EF73, #608D46);
		border-radius: 4px;
}
input.small_button:hover {
		cursor:pointer;
		font-size: 1.1em;
		width: 45px;
		height: 24px;
		padding-bottom: 2px; /*permet le centrage vertical*/
		text-align: center;
		color: #FEFEFE;
		border: 1px solid #C1C1C1;
		background: linear-gradient( #7FCA54, #66B538);
		border-radius: 4px;
}
input.medium_button {
		cursor:pointer;
		font-size: 1.1em;
		width: 120px;
		height: 26px;
		padding-bottom: 2px; /*permet le centrage vertical*/
		text-align: center;
		color: #F1F2F1;
		border: 1px solid #C1C1C1;
		background: linear-gradient( #6FB1F3, #255D94);
		border-radius: 4px;
}
input.medium_button:hover {
		cursor:pointer;
		font-size: 1.1em;
		width: 120px;
		height: 26px;
		padding-bottom: 2px; /*permet le centrage vertical*/
		text-align: center;
		color: #FEFEFE;
		border: 1px solid #C1C1C1;
		background: linear-gradient( #6BA0D5, #5189C1);
		border-radius: 4px;
}
input.big_button {
		cursor:pointer;
		font-size: 1.1em;
		width: 360px;
		height: 26px;
		padding-bottom: 2px; /*permet le centrage vertical*/
		text-align: center;
		color: #F1F2F1;
		border: 1px solid #C1C1C1;
		background: linear-gradient( #6FB1F3, #255D94);
		border-radius: 4px;
}
input.big_button:hover {
		cursor:pointer;
		font-size: 1.1em;
		width: 360px;
		height: 26px;
		padding-bottom: 2px; /*permet le centrage vertical*/
		text-align: center;
		color: #FEFEFE;
		border: 1px solid #C1C1C1;
		background: linear-gradient( #6BA0D5, #5189C1);
		border-radius: 4px;
}

/*************************** STYLE DU TABLEAU ***************************/
.standard_table th, .standard_table td
{
	color: #111661;
}

.standard_table th
{
	background: #B1D6FA;
	padding: 7px 7px 7px 7px;
}
.standard_table td
{
	background: #F7FAFE;
	padding: 3px 20px 3px 7px;
}


.csv_table  th, .csv_table  td
{
	color: #123101;
}

.csv_table  th
{
	background: #BFEFA3;
	padding: 7px 7px 7px 3px;
}
.csv_table  td
{
	background: #F4FEEF;
	padding: 3px 20px 3px 7px;
}



/*PARTIE SIMULATION SCROLLBAR TOP TABLEAU ET STYLE CONTENEUR TABLEAUX*/
.scollbarTop, .table_contener
{
	/*width: 300px;*/
	overflow-x: scroll;
	overflow-y:scroll;
	max-height:1000px;
	
}
.scollbarTop
{
	height: 17px;
	margin: 0 12px 0 0;
}
.table_contener
{
	margin: 2px 12px 0 0;
}
.div1
{
	height: 20px;
}
.div2
{
	/*height: 200px;*/
	overflow-x: auto;
}
.choix
{
	margin: 30px 0 0 0;
}
.choix2
{
	margin: -20px 0 0 0;
}
.hide_submit_statut_envoi
{
	margin: 0 0 50px 0;
}
.div_fieldset
{
	border: 1px solid #B2B2B2;
	padding: 10px;
	margin-right:10px;
	background-color: #EDEDED;
	border-radius: 3px;
}

/****************************** FORMULAIRES *****************************/
textarea {
	width: 350px;
	height: 150px;
}

.home_contact_form {
    font-size: 0.9em;
    line-height: 1.4em;
	margin: 10px 0 40px 0;
}



.contact_form {
    font-size: 0.9em;
    line-height: 1.8em;
	margin: 10px 0 40px 0;
}
.email_form {
    font-size: 0.9em;
    line-height: 1.8em;
	margin: 10px 0 40px 0;
}

.email_form td{
	width: 150px;
	height: 35px;
}

.email_form input{
	width: 99%;
	height: 21px;
}

#login
{
	width: 100px;
}
#password
{
	width: 100px;
}
input.login_button {
		cursor: pointer;
		background: url(images/login.png) no-repeat;
		border-style: none;
		width: 37px;
		height: 37px;
		margin-right: 2px;
}
input.login_button:hover {
		cursor: pointer;
		background: url(images/login.png) no-repeat;
		border-style: none;
		width: 37px;
		height: 37px;
		margin-right: 2px;
}
input.logout_button {
		cursor: pointer;
		background: url(images/logout.png) no-repeat;
		border-style: none;
		width: 37px;
		height: 37px;
        margin-right: 2px;
}
input.logout_button:hover {
		cursor: pointer;
		background: url(images/logout.png) no-repeat;
		border-style: none;
		width: 37px;
		height: 37px;
        margin-right: 2px;
}



select.standard_select {
		min-width: 100px;
		height: 22px;
}
select.medium_select {
		min-width: 150px;
		height: 25px;
}
select.big_select {
		min-width: 225px;
		height: 25px;
}
input.big_input {
		min-width: 625px;
		height: 25px;
}
input.medium_input {
		min-width: 200px;
		height: 18px;
}


/******************************** CONTENEURS *****************************/
.contact_contener{
	float:left;
	margin: 0 70px 0 0;
}
.mail_contener {
	float:right;
}

.bottom_contener
{
    position: relative;
    height: 100%;
	margin: 10px 12px 0 -1px;
	padding: 0px 0 10px 4px;
    background-color: #EDEDED;
	border: solid #D9D9D9 1px;
	border-radius: 3px;
}
.ContentCenter {
	text-align: center;
	margin: 0 auto;
	color: #092B51;
}
.ContentCenter {
	
}
.ContentTuile {
	width: 100%;
	height: 900px;
	/*background-color: yellow;*/
}
#tuile {
    background-color: #cccccc;
	height: 780px;
	width: 390px;
	border:solid #CECECE 1px;
	float: left;
	margin: 30px 10px 30px 10px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.t_left {
	background-image: url("images/tuile_left.jpg");
}
.t_middle {
	background-image: url("images/tuile_middle.jpg");
}
.t_right {
	background-image: url("images/tuile_right.jpg");
}



#SliderContener {
	max-width: 920px;
}

.content_img {
	width: 400px;
}

/****************************** POPUP STYLE ******************************/
/* Popup container */
.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popupText {
	display: none;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
	display: inline-block;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
	from {opacity: 0;} 
	to {opacity: 1;}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
}


/**************************** JQUERY DATEPICKER **************************/
div.ui-datepicker {
		font-size: 93%;
}
/* Style de l'icone des input dates */
.ui-datepicker-trigger {
		cursor: pointer;
		margin-bottom: -7px;
}
input.datepicker {
		margin-bottom:4px;
}
/* ------------------------- fin du style jquery ----------------------- */