web/static/res/css/style_1024.css
author veltr
Tue, 22 Jan 2013 11:15:14 +0100
changeset 95 fde72f8d0ed0
parent 93 7c37aaa2a8ae
child 106 8f3da46f4543
permissions -rw-r--r--
Updated Mode d emploi and URLs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     1
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     2
/*	Summary					*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     3
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     4
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     5
/*	1- Mentions	*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
     6
/*	2- Reset	*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
     7
/*	3- Base styles	*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     8
/*	5- Video	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     9
/*	6- Controls 	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    10
/*	7- Sidebar	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    11
/*	8- Contact	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    12
/*	9- Footer	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    13
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    14
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    15
/*	1- Mentions									*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    16
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    17
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    18
/* @client : The End	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    19
/* @date : octobre 2012	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    20
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    21
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    22
/*	2- Reset									*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    23
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    24
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    25
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,button,textarea,select,figure,p,blockquote,th,td {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    26
	margin:0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    27
	padding:0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    28
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    29
/* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using  `em` units */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    30
/* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom.*/ 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    31
html {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    32
	font-size: 100%; /* 1 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    33
	-webkit-text-size-adjust: 100%; /* 2 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    34
	-ms-text-size-adjust: 100%; /* 2 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    35
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    36
h1,h2,h3,h4,h5,h6 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    37
	font-size: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    38
	font-weight: normal;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    39
	font-style: normal;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    40
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    41
a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    42
a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    43
a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    44
a:active,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    45
a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    46
a:focus  {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    47
	text-decoration: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    48
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    49
li {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    50
	list-style: none;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    51
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    52
textarea, table, td, th, code, pre {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    53
	word-wrap: break-word;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    54
	white-space: pre-wrap; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    55
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    56
table {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    57
	border-spacing: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    58
	border-collapse: collapse; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    59
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    60
caption, th {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    61
	text-align: left;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    62
} 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    63
/* 1. Corrects alignment displayed oddly in IE 6/7 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    64
legend {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    65
	color: #000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    66
	*margin-left: -7px; /* 1 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    67
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    68
blockquote:before, blockquote:after, q:before, q:after {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    69
	content: '';
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    70
	content: none;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    71
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    72
label, input[type="submit"], input[type="button"], button {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    73
	cursor: pointer;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    74
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    75
input, button, select {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    76
	vertical-align: middle;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    77
	font-size: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    78
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    79
/* 1. Removes default vertical scrollbar in IE 6/7/8/9 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    80
/* 2. Improves readability and alignment in all browsers */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    81
/* 2. Allow only vertical resizing of textareas */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    82
textarea {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    83
    overflow: auto; /* 1 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    84
    vertical-align: top; /* 2 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    85
    resize: vertical; /* 3 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    86
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    87
fieldset, img, button {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    88
	border: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    89
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    90
img, table, td, blockquote, code, pre, textarea, input, object, embed /*, video */ {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    91
	max-width: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    92
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    93
/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    94
audio, canvas, video {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    95
    display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    96
    *display: inline;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    97
    *zoom: 1;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    98
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    99
/* Prevents `sub` and `sup` affecting `line-height` in all browsers */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   100
sub,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   101
sup {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   102
    font-size: 75%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   103
    line-height: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   104
    position: relative;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   105
    vertical-align: baseline;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   106
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   107
sup {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   108
    top: -0.5em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   109
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   110
sub {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   111
    bottom: -0.25em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   112
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   113
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   114
/* HTML5 - Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   115
header, footer, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, figure, figcaption, time, dialog {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   116
	display: block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   117
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   118
dl,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   119
menu,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   120
ol,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   121
ul {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   122
    margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   123
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   124
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   125
/*	3- Base styles								*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   126
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   127
@font-face {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   128
    font-family: "arial_blackregular";
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   129
    src: url('../font/arial_black-webfont.eot');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   130
    src: url('../font/arial_black-webfont.eot?#iefix') format('embedded-opentype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   131
         url('../font/arial_black-webfont.woff') format('woff'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   132
         url('../font/arial_black-webfont.ttf') format('truetype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   133
         url('../font/arial_black-webfont.svg#arial_blackregular') format('svg');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   134
    font-weight: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   135
    font-style: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   136
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   137
@font-face {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   138
    font-family: "arialbold";
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   139
    src: url('../font/arial_bold-webfont.eot');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   140
    src: url('../font/arial_bold-webfont.eot?#iefix') format('embedded-opentype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   141
         url('../font/arial_bold-webfont.woff') format('woff'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   142
         url('../font/arial_bold-webfont.ttf') format('truetype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   143
         url('../font/arial_bold-webfont.svg#arialbold') format('svg');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   144
    font-weight: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   145
    font-style: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   146
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   147
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   148
@font-face {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   149
    font-family: "arialregular";
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   150
    src: url('../font/arial-webfont.eot');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   151
    src: url('../font/arial-webfont.eot?#iefix') format('embedded-opentype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   152
         url('../font/arial-webfont.woff') format('woff'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   153
         url('../font/arial-webfont.ttf') format('truetype')
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   154
         url('../font/arial-webfont.svg#arialregular') format('svg');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   155
    font-weight: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   156
    font-style: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   157
} 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   158
html {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   159
	overflow: hidden;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   160
	/* reset de metanav France */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   161
	padding-top: 0 !important;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   162
	background-position: 0 0 !important;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   163
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   164
body {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   165
	background-color: #000000; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   166
	font-size: 1em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   167
	line-height: 1;	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   168
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   169
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   170
#content h1 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   171
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   172
	font-family:   "Arial Black", "arial_blackregular", sans-serif;  
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   173
	font-size: 43px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   174
	color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   175
	text-transform: uppercase;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   176
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   177
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   178
#content h2 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   179
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   180
	font-family: Helvetica, Arial,"arialregular", sans-serif;  
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   181
	font-size: 24px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   182
	color: #9b9a9a;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   183
	text-transform: uppercase;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   184
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   185
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   186
#content h3 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   187
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   188
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   189
	font-size: 18px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   190
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   191
	text-transform: uppercase;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   192
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   193
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   194
#content h4 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   195
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   196
	font-family: "Arial Bold", "arialbold", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   197
	font-size: 14px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   198
	color: #ffffff;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   199
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   200
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   201
h5 {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   202
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   203
	font-family: Helvetica, Arial,"arialregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   204
	font-size: 16px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   205
	color: #ffffff;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   206
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   207
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   208
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   209
h6 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   210
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   211
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   212
#content p,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   213
#content pre {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   214
    margin: 1em 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   215
    font-family: Arial, "arialregular", Helvetica, sans-serif; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   216
    font-size: 14px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   217
 /*   font-size: 0.875em; 14px/16px*/
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   218
    color: #ffffff;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   219
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   220
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   221
b,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   222
strong,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   223
.bold  {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   224
    font-weight: bold;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   225
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   226
/* if the image is too large to div it decreases image */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   227
footer img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   228
#bottom img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   229
#content #bgimage {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   230
	min-width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   231
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   232
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   233
/* Clearfix: contain floats For modern browsers */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   234
/* 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document.
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   235
 *    Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   236
/* 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   237
.clearfix:before,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   238
.clearfix:after {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   239
    content: " "; /* 1 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   240
    display: table; /* 2 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   241
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   242
.clearfix:after {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   243
    clear: both;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   244
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   245
/* For IE 6/7 only. Include this rule to trigger hasLayout and contain floats */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   246
.clearfix {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   247
    *zoom: 1;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   248
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   249
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   250
.box_transparance {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   251
	opacity :1;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   252
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   253
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   254
#content .uppercase{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   255
	text-transform:uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   256
	}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   257
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   258
.txt_hidden {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   259
	text-indent: -9999em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   260
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   261
a.link_img,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   262
a.link_img:link,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   263
a.link_img:visited,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   264
a.link_img:active {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   265
	opacity: 0.586;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   266
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   267
a.link_img:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   268
a.link_img:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   269
	opacity: 1;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   270
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   271
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   272
.floatL {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   273
	float: left;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   274
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   275
.floatR {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   276
	float: right;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   277
}
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   278
	
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   279
#content .big_link {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   280
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   281
	font-size: 21px;
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   282
	text-align: center;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   283
	margin: 14px 0 16px 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   284
	text-transform: uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   285
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   286
.metanav {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   287
	z-index: 1000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   288
	position: fixed !important;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   289
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   290
.text_lowercase {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   291
	text-transform: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   292
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   293
#content .marginBottom {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   294
	margin-bottom: 40px ;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   295
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   296
#content .header_txt p {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   297
/*font-family: "Arial Bold", "arialbold", sans-serif;*/
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   298
}
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   299
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   300
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   301
/*	site takes all the space of the browser		*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   302
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   303
html, body {	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   304
	height: 100%;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   305
	width: 100%;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   306
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   307
#content{
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   308
	width: 100%; /* a changer pour 100% et tester le footer*/ 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   309
	min-height: 100%;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   310
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   311
	top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   312
	bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   313
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   314
	right: 0;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   315
	margin: 0 auto;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   316
	padding-top: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   317
	-webkit-box-sizing: border-box;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   318
	-moz-box-sizing: border-box;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   319
	box-sizing: border-box; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   320
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   321
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   322
/*	exception index : width: 98%; margin left and margin right have 1% */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   323
#content.smallMargin{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   324
	width: 98%; /* le footer adapte sa largeur */ 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   325
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   326
#content.hugeMargin {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   327
	width: 76.5625%; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   328
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   329
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   330
/*	exception index for footer position:absolute; */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   331
#content #content_top {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   332
	height: 100%;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   333
	margin-top: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   334
	margin-bottom: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   335
	padding-bottom: 70px; /*  height of <footer> + some margin */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   336
	-webkit-box-sizing: border-box;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   337
	-moz-box-sizing: border-box;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   338
	box-sizing: border-box; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   339
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   340
footer {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   341
	position: absolute; /* ou position fixe pas de differance ??? */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   342
	bottom: 0; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   343
	left: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   344
	width: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   345
	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   346
	height: 66px; /*  height of <footer>  */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   347
	padding: 0 0 20px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   348
	-webkit-box-sizing: border-box;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   349
	-moz-box-sizing: border-box;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   350
	box-sizing: border-box; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   351
} 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   352
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   353
#content.full_screen {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   354
/*	width: 100%; */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   355
	height: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   356
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   357
.full_hightScreen {
38
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   358
	height: 100%;
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   359
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   360
.pointer {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   361
	cursor: pointer;
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   362
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   363
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   364
/*	A block centered vertically in a container class="container_vcentering" of fixed height	*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   365
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   366
.container_vcentering {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   367
  text-align: center; /* centrage horizontal */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   368
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   369
.box_vcentering {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   370
  vertical-align: middle;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   371
  display: inline-block;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   372
  line-height: 1; /* on rétablit le line-height */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   373
  text-align: center;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   374
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   375
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   376
/*	elements takes the full height of "content_top"	*/
38
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   377
/*----------------------------------------------*/
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   378
.strut {
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   379
    display:inline-block;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   380
    vertical-align:middle;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   381
    height:100%;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   382
}
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   383
.fullScreen_vcentering {
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   384
    margin: auto;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   385
    display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   386
    vertical-align: middle;
38
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   387
    width: 100%;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   388
    padding: 0;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   389
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   390
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   391
/*	if video is too small .fullScreen_vcentering enlarges	*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   392
/*----------------------------------------------*/
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   393
.fullScreen_vcentering #video,
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   394
.fullScreen_vcentering  video {
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   395
	max-width: 100%;
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   396
	height: auto;
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   397
}
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   398
38
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   399
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   400
/*	5- Main	HP	index.html	*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   401
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   402
section a,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   403
section a:link,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   404
section a:visited,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   405
section a:active {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   406
	color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   407
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   408
section a:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   409
section a:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   410
	color: #bfbfbf;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   411
	}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   412
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   413
#title_hp {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   414
	text-align : left;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   415
	padding: 11px 0 11px 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   416
	margin-left: -53px; /* decalage du titre à gauche 53px */ 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   417
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   418
#title_hp h1 {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   419
    margin: 1px 0 5px 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   420
    padding-left: 40px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   421
    font-size: 43px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   422
	letter-spacing: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   423
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   424
#title_hp h2 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   425
    margin: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   426
    padding-left: 35px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   427
	text-shadow: #000000 0 0 0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   428
	font-weight: lighter;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   429
	letter-spacing: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   430
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   431
#title_hp .h2_exeption {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   432
    padding-left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   433
   	font-size: 25px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   434
	letter-spacing: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   435
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   436
#main {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   437
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   438
	width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   439
	position: relative;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   440
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   441
#bottom a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   442
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   443
	-webkit-transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   444
    -moz-transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   445
    -o-transition: all 0.3s ease-in-out;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   446
    transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   447
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   448
#bottom a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   449
#bottom a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   450
	color: #9b9a9a;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   451
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   452
#bd_noir {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   453
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   454
	z-index: 111;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   455
	width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   456
	height: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   457
	top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   458
	bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   459
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   460
	right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   461
	opacity: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   462
	background-color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   463
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   464
#mosaic {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   465
	position: relative;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   466
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   467
	z-index: 1;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   468
	margin: 0 auto;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   469
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   470
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   471
/*	Footer HP				*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   472
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   473
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   474
footer a,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   475
footer a:link,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   476
footer a:visited,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   477
footer a:active {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   478
	color: #bfbfbf;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   479
	-webkit-transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   480
    -moz-transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   481
    -o-transition: all 0.3s ease-in-out;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   482
    transition: all 0.3s ease-in-out;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   483
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   484
footer a:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   485
footer a:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   486
	color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   487
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   488
footer ul {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   489
	margin: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   490
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   491
	font-family: Arial, "arialregular", Helvetica, sans-serif; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   492
	font-size: 9px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   493
	color: #b9b9b9;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   494
	text-transform: uppercase;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   495
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   496
footer ul li{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   497
	display: inline;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   498
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   499
footer ul li a{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   500
	display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   501
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   502
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   503
footer .logo_partners>li {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   504
	display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   505
	padding-right: 22px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   506
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   507
footer .logo_partners li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   508
	margin-top: 10px; 	
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   509
	height: 28px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   510
	line-height: 28px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   511
	text-align: bottom;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   512
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   513
footer .logo_partners li a img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   514
	vertical-align:bottom;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   515
	opacity: 1;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   516
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   517
footer .logo_partners li a:hover img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   518
footer .logo_partners li a:focus img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   519
	opacity: 0.7;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   520
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   521
footer .logo_partners li:first-child li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   522
	width: 39px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   523
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   524
footer .logo_partners li:first-child li+li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   525
	width: 40px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   526
	padding-left: 18px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   527
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   528
footer .logo_partners li+li li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   529
	width: 42px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   530
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   531
footer .logo_partners li+li li+li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   532
	width: 62px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   533
	padding-left: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   534
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   535
footer .logo_partners li+li li+li+li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   536
	width: 56px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   537
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   538
footer .logo_partners .logo_bg a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   539
footer .logo_partners .logo_bg a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   540
footer .logo_partners .logo_bg a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   541
footer .logo_partners .logo_bg a:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   542
	background: transparent url(../img/footer/fInter.png) no-repeat top left;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   543
	background-position: 0 0;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   544
	cursor: pointer;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   545
	-webkit-transition: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   546
    -moz-transition: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   547
    -o-transition: none;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   548
    transition: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   549
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   550
footer .logo_partners ul:first-child .logo_bg a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   551
    width: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   552
    height: 28px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   553
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   554
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   555
footer .logo_partners .logo_bg a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   556
footer .logo_partners .logo_bg a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   557
	background-position: 0 -28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   558
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   559
footer #socialMedia {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   560
	margin-top: 24px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   561
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   562
footer #socialMedia li a{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   563
	display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   564
	vertical-align: middle;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   565
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   566
footer #socialMedia .socialLogo a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   567
	width: 19px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   568
	height: 19px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   569
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   570
footer #socialMedia li+li {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   571
	padding-left: 22px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   572
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   573
footer #socialMedia li a img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   574
	opacity: 1;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   575
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   576
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   577
footer #socialMedia li a:hover img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   578
footer #socialMedia li a:focus img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   579
	opacity: 0.7;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   580
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   581
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   582
footer #socialMedia li.license a img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   583
	opacity: 0.7;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   584
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   585
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   586
footer #socialMedia li.license a:hover img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   587
footer #socialMedia li.license a:focus img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   588
	opacity: 1;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   589
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   590
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   591
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   592
/*	PopUP			*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   593
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   594
#blanket {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   595
	background-color: #000000;
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   596
	opacity: 0.88;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   597
	position:absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   598
	z-index: 500;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   599
	top:28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   600
	bottom:0px;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   601
	right:0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   602
	left:0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   603
	width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   604
	height: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   605
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   606
#popUpDiv {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   607
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   608
	width: 71.875%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   609
	height: 63.59%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   610
	z-index: 501;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   611
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   612
#popUpTitle {
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   613
	position: relative;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   614
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   615
	margin: 0.7em 0 1.4em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   616
} 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   617
#popUpTxtScroll {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   618
	overflow: auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   619
	height: 85%; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   620
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   621
#popUpDiv h2{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   622
	display: inline-block;
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   623
	margin: 0 1.5em 0 0.5em;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   624
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   625
	color: #ffffff;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   626
	line-height: 1.2;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   627
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   628
#popUpDiv h4{
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   629
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   630
	margin: 1.1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   631
	color: #acacac;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   632
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   633
#popUpDiv p{
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   634
	line-height: 1.5;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   635
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   636
#popUpDiv p:first-child,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   637
#popUpDiv p:last-child {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   638
	margin-top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   639
	margin-bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   640
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   641
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   642
#popUpTxtScroll .gris {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   643
	color: #9b9a9a;;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   644
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   645
#popUpTxtScroll p,
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   646
#popUpTxtScroll h3 {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   647
	margin-right: 7%; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   648
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   649
#popUpClose {
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   650
	position: absolute;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   651
	top : 0;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   652
	right: 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   653
	width: 14px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   654
	height: 14px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   655
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   656
a#popUpClose,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   657
a#popUpClose:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   658
a#popUpClose:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   659
a#popUpClose:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   660
	opacity: 0.5;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   661
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   662
a#popUpClose:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   663
a#popUpClose:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   664
	opacity: 1;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   665
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   666
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   667
/*	6- Page inter-choice			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   668
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   669
#content .big_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   670
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   671
	font-size: 51px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   672
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   673
	text-transform: uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   674
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   675
#inter_choice .big_txt p{
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   676
	/* margin: 2.1372em 0; 109px 0*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   677
	margin: 1.9372em 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   678
	line-height: 1.2;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   679
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   680
#inter_choice .big_txt p:first-child, 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   681
#choice .big_txt p:first-child, {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   682
	margin-top: 1.2156em; /* 62px */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   683
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   684
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   685
/*	6- Page choice / Transition			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   686
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   687
#choice .big_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   688
	margin: 0.4901em 0; /*25px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   689
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   690
#bg_mosaic,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   691
#bg_img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   692
	z-index: 5;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   693
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   694
#transition .big_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   695
	margin: 0.3529em 0; /*18px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   696
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   697
#transition .big_txt p.margin_exeption{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   698
	margin: 0.9215em 0; /*47px 0;*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   699
}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   700
#transition .big_txt p.margin_exeptionTop {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   701
		margin-top: 0.9215em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   702
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   703
#transition .big_txt p.margin_exeptionBottom {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   704
	margin-bottom: 0.9215em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   705
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   706
.positionAbs {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   707
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   708
	top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   709
	bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   710
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   711
	right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   712
	z-index: 6;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   713
	padding-top: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   714
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   715
.blue a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   716
.blue a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   717
.blue a:visited,
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   718
.blue a:active,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   719
.blue a:focus {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   720
	color: #010cfe;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   721
	-webkit-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   722
    -moz-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   723
    -o-transition: color 0.6s linear;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   724
    transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   725
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   726
.blue a:hover {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   727
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   728
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   729
.whiteN a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   730
.whiteN a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   731
.whiteN a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   732
.whiteN a:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   733
	color:  #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   734
	-webkit-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   735
    -moz-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   736
    -o-transition: color 0.6s linear;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   737
    transition: color 0.6s linear;	
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   738
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   739
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   740
.red a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   741
.red a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   742
.red a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   743
.red a:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   744
	color:  #fe0000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   745
	-webkit-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   746
    -moz-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   747
    -o-transition: color 0.6s linear;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   748
    transition: color 0.6s linear;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   749
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   750
.whiteN a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   751
.whiteN a:focus,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   752
.red a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   753
.red a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   754
	color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   755
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   756
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   757
/*	7- Page Transition			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   758
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   759
#theEnd {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   760
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   761
	top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   762
	bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   763
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   764
	right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   765
	background-color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   766
	z-index: 11;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   767
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   768
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   769
#theEnd h1 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   770
	font-size: 80px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   771
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   772
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   773
	vertical-align: middle;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   774
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   775
.display {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   776
	display: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   777
  }
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   778
.white a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   779
.white a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   780
.white a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   781
.white a:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   782
	color:  #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   783
	-webkit-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   784
    -moz-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   785
    -o-transition: color 0.6s linear;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   786
    transition: color 0.6s linear;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   787
} 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   788
.white a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   789
.white a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   790
	color: #2d2d2a;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   791
}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   792
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   793
/*	9- Partage			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   794
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   795
#title_sp h1 {  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   796
	margin: 1em 0 0.3617em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   797
	font-size: 47px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   798
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   799
#bottom #socialMedia {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   800
	margin-top: 24px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   801
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   802
#bottom #socialMedia li{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   803
	display: inline;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   804
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   805
#bottom #socialMedia li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   806
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   807
	vertical-align: middle;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   808
	width: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   809
	height: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   810
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   811
#bottom #socialMedia li a:hover img, 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   812
#bottom #socialMedia li a:focus img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   813
	opacity: 0.7;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   814
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   815
#bottom #socialMedia li+li {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   816
	padding-left: 44px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   817
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   818
#imgMiddle img{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   819
	margin: 0 auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   820
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   821
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   822
.boxReturn {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   823
	position: absolute;
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   824
	height: 20px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   825
	width: 18px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   826
	top: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   827
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   828
	padding: 25px 18px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   829
	z-index: 999;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   830
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   831
.btnReturn {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   832
	background: transparent url(../img/btn_return.png) no-repeat top left;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   833
    width: 18px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   834
    height: 20px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   835
    text-indent: -9999em;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   836
    vertical-align: top;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   837
}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   838
.btnReturn:hover,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   839
.btnReturn:focus {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   840
    background-position: 0 -20px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   841
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   842
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   843
/*	Credit			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   844
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   845
#credit {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   846
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   847
	margin : 25px 0; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   848
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   849
.overflow {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   850
	overflow-y: scroll;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   851
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   852
#credit .gris {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   853
	color: #9b9a9a;;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   854
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   855
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   856
/*	Menu sous-niveau - Bonus			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   857
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   858
#menuBonus p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   859
	font-size: 80px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   860
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   861
#menuBonus .big_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   862
	margin: 0.9215em 0; /*47px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   863
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   864
#content .big_txt p.margin_huge {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   865
	margin: 2.4em 0 0.3529em 0; /*47px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   866
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   867
#content p.black{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   868
	color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   869
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   870
/*	Portraits sous-niveau - Bonus			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   871
#content .small_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   872
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   873
	font-size: 24px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   874
	line-height: 1.2;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   875
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   876
	text-transform: uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   877
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   878
.col_big {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   879
	width: 45%; 	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   880
	/*width: 33.333333%; */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   881
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   882
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   883
.col_middle {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   884
	width: 30%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   885
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   886
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   887
.col_small {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   888
	width: 25%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   889
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   890
}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   891
#intPortrait p a {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   892
	cursor: pointer;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   893
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   894
#intPortrait .white a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   895
#intPortrait .white a:hover {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   896
	color: #7e7878;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   897
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   898
#playerAudio p {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   899
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   900
	margin: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   901
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   902
#playerAudio p.time {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   903
	font-family: Arial, "arialregular", Helvetica, sans-serif;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   904
	font-size: 11px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   905
	margin-right: 30px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   906
}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   907
.boxAudio {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   908
	text-align: left; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   909
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   910
	width: 670px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   911
	margin: 0 auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   912
/*	margin: 3% auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   913
	margin: 1.8% 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   914
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   915
.boxAudio p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   916
	vertical-align: middle;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   917
}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   918
#playerAudio p.gris {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   919
	color: #B9B9B9;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   920
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   921
#playerAudio .big_txt p+p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   922
	margin: 0.24505em 0; /*25px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   923
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   924
.hidden {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   925
	display: none; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   926
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   927
audio {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   928
	display: none; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   929
	width: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   930
	height: 0
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   931
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   932
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   933
/*	Video 			*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   934
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   935
video.small_video, 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   936
#video.small_video video{
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   937
	min-width: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   938
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   939
#main video {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   940
	margin: 0 auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   941
	display: block;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   942
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   943
#topEmpty,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   944
#bottomEmpty {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   945
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   946
/*	min-height: 40px; */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   947
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   948
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   949
/*	Video Controls				*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   950
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   951
#controlContainer{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   952
overflow: hidden;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   953
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   954
#controlbar {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   955
    position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   956
	bottom: 0px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   957
	/* bottom: -50px; */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   958
    left: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   959
    right: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   960
    height: 66px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   961
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   962
#controlbarPlay {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   963
    position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   964
	bottom: 0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   965
    left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   966
    right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   967
    height: 50px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   968
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   969
#controlbar .container_hcentering {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   970
	margin: 0 auto;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   971
	width: 580px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   972
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   973
#controlbarPlay .container_hcentering {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   974
	margin: 0 auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   975
	width: 20px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   976
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   977
#controlbarPlay {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   978
    position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   979
	bottom: 0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   980
    left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   981
    right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   982
    height: 50px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   983
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   984
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   985
#progressContainer {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   986
	width: 240px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   987
	display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   988
	vertical-align: top;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   989
	height: 38px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   990
	margin: 0 25px; 	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   991
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   992
 /* 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   993
   	-webkit-transition: all 0.3s ease-in-out;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   994
    -moz-transition: all 0.3s ease-in-out;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   995
    -o-transition: all 0.3s ease-in-out;    
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   996
    transition: all 0.3s ease-in-out;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   997
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   998
footer:hover #controlbar {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   999
    bottom: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1000
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1001
*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1002
.progress_bar {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1003
	height: 5px;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1004
	margin-top: 8px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1005
	border-radius: 2px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1006
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1007
#progressBar {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1008
	position: relative;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1009
	z-index: 1;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1010
	width: 240px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1011
	background-color: #777777;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1012
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1013
#progress {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1014
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1015
	z-index: 2;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1016
	top: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1017
	left: 0;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1018
	margin: 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1019
	width: 0; /* to change with JS */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1020
	background-color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1021
}
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1022
#stateBar {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1023
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1024
	z-index: 3;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1025
	top: -6px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1026
	left: 0; /* to change with JS */
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1027
	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1028
	width: 16px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1029
	height: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1030
	background-color: #000000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1031
	border-radius: 2px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1032
	border: 2px solid #777777;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1033
	-moz-box-shadow: 0 0 5px 3px #000000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1034
	-webkit-box-shadow: 0 0 5px 3px #000000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1035
	box-shadow: 0 0 5px 3px #000000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1036
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1037
footer #progressTime{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1038
	margin: 10px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1039
	width: 240px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1040
	font-size: 11px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1041
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1042
#content .txt_white {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1043
	color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1044
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1045
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1046
.btn {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1047
	background: transparent url(../img/footer/controls.png) no-repeat top left;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1048
	text-indent: -99999px;  
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1049
	cursor: pointer;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1050
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1051
#btnSDHD {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1052
    background-position: 0 -12px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1053
    width: 55px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1054
    height: 12px;	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1055
} 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1056
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1057
#btnSDHD:hover,
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1058
#btnSDHD:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1059
    background-position: 0 -24px !important;	
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1060
}  
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1061
#btnBck,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1062
#btnBck:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1063
#btnBck:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1064
#btnBck:active {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1065
    background-position: -55px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1066
    width: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1067
    height: 16px;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1068
    margin-right: 30px; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1069
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1070
#btnBck:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1071
#btnBck:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1072
    background-position: -55px -16px;   
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1073
}
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1074
#btnPlayPause {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1075
	background-position: -77px 0;	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1076
	width: 16px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1077
	height: 18px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1078
    margin-right: 30px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1079
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1080
#controlbarPlay #btnPlayPause{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1081
    margin-right: 0; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1082
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1083
.btnPlayPause {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1084
	background: transparent url(../img/footer/controlPlayPause.png) no-repeat top left;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1085
	text-indent: -99999px;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1086
	cursor: pointer;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1087
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1088
	background-position: 0 0;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1089
	width: 24px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1090
	height: 30px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1091
    margin-right: 10px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1092
    text-align: left;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1093
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1094
/*
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1095
#btnPlayPause:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1096
#btnPlayPause:focus {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1097
    background-position: -77px -17px;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1098
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1099
*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1100
#btnFwd,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1101
#btnFwd:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1102
#btnFwd:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1103
#btnFwd:active {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1104
    background-position: -93px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1105
    width: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1106
    height: 16px;  
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1107
    margin-right: 30px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1108
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1109
#btnFwd:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1110
#btnFwd:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1111
    background-position: -93px -16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1112
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1113
#btnInfo {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1114
    background-position: -109px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1115
    width: 21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1116
    height: 21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1117
    margin-right: 30px; 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1118
    padding-bottom: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1119
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1120
#btnInfo:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1121
#btnInfo:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1122
    background-position: -109px -21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1123
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1124
#btnChoice {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1125
    background-position: -130px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1126
    width: 21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1127
    height: 21px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1128
    padding-bottom: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1129
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1130
#btnChoice:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1131
#btnChoice:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1132
    background-position: -130px -21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1133
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1134
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1135
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1136
/*	NIV2- Video Page			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1137
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1138
.link_prev{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1139
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1140
	width: 17px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1141
	height: 20px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1142
    margin-left: 6px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1143
	vertical-align: baseline;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1144
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1145
#title_vp {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1146
	padding: 19px 0 5px 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1147
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1148
#title_vp h1{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1149
    display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1150
    margin-left: 12px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1151
    font-size: 27px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1152
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1153
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1154
/*		NIV2- Video 			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1155
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1156
.float_sequence {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1157
	white-space: nowrap;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1158
	overflow: hidden;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1159
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1160
.float_sequence ul{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1161
	margin: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1162
	padding: 7px 36px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1163
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1164
.float_sequence  li {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1165
	display: inline;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1166
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1167
.float_sequence  li a {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1168
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1169
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1170
#title_sequence {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1171
	width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1172
	margin-bottom: 9px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1173
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1174
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1175
	font-size: 16px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1176
	color: #777777;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1177
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1178
#title_sequence a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1179
#title_sequence a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1180
#title_sequence a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1181
#title_sequence a:active{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1182
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1183
	font-size: 16px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1184
	color: #777777;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1185
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1186
#title_sequence a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1187
#title_sequence a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1188
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1189
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1190
#title_sequence .here a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1191
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1192
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1193
#tag_container {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1194
	margin: 9px 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1195
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1196
#tag_sequence {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1197
	width: 78%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1198
	float: left;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1199
	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1200
	font-family: "Arial Bold", "arialbold", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1201
	font-size: 13px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1202
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1203
#tag_sequence ul {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1204
	padding: 7px 6px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1205
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1206
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1207
/*	NIV2- Search/Tag 			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1208
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1209
input {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1210
	font-family: Arial,"arialregular", sans-serif; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1211
	font-size: 13px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1212
	color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1213
	-webkit-box-sizing: border-box;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1214
	-moz-box-sizing: border-box;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1215
	box-sizing: border-box; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1216
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1217
input[name="tag"],
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1218
input[name="search"] {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1219
	width: 158px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1220
	height: 24px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1221
	background-color: #808080;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1222
	border: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1223
	border-radius: 7px 0 0 7px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1224
	margin-right: 5px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1225
	padding:0 8px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1226
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1227
input[type="submit"] {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1228
	width: 33px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1229
	height: 24px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1230
	background-color: #636363;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1231
	border: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1232
	font-family: "Arial Bold", "arialbold", sans-serif; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1233
	font-weight: bold;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1234
	font-size: 15px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1235
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1236
input[type="submit"]:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1237
input[type="submit"]:focus{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1238
	background-color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1239
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1240
input:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1241
/*	outline: medium;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1242
	border: 1px solid rgba(255,255,255, 0.5);	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1243
*/	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1244
#form_tag,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1245
#form_search {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1246
	float: right;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1247
	margin-left: 13px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1248
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1249
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1250
/*	NIV2- HP level2			*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1251
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1252
#header_hpn2 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1253
	margin: 25px 0 9px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1254
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1255
#btnMenu {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1256
	float:left;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1257
	padding: 0 18px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1258
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1259
#table_tag {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1260
	position: relative;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1261
	height: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1262
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1263
#arrowTop,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1264
#arrowBottom {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1265
	width: 11px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1266
	height: 7px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1267
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1268
#arrowLeft,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1269
#arrowRight {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1270
	width: 7px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1271
	height: 11px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1272
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1273
#arrowTop{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1274
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1275
	top:0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1276
	left: 50%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1277
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1278
#arrowBottom{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1279
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1280
	bottom:0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1281
	left: 50%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1282
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1283
#arrowLeft {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1284
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1285
	top:50%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1286
	left: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1287
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1288
#arrowRight{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1289
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1290
	top:50%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1291
	right: 0;
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
  1292
}
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
  1293
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1294
/* Resize for screen (max-width: 525px)	and smartphone	*/
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
  1295
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1296
	/* la taille du texte choix (plus petit) */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1297
@media only screen and (max-width: 900px) {
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1298
	#inter_choice .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1299
	#choice .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1300
	#transitionTxt .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1301
	#menuBonus .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1302
	#playerAudio .big_txt p + p {
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1303
		font-size: 39px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1304
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1305
	#content .small_txt p {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1306
		font-size: 19px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1307
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1308
	.boxAudio {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1309
		width: 540px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1310
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1311
}	
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1312
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1313
@media only screen and (max-width: 700px) {
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1314
	#inter_choice .big_txt p,
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1315
	#choice .big_txt p,
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1316
	#transitionTxt .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1317
	#menuBonus .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1318
	#playerAudio .big_txt p + p {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1319
		font-size: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1320
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1321
	#theEnd h1 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1322
		font-size: 50px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1323
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1324
	#content .small_txt p {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1325
		font-size: 12px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1326
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1327
	.btnPlayPause {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1328
		-webkit-transform: scale(0.5);
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1329
		-moz-transform: scale(0.5);
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1330
		-o-transform: scale(0.5);
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1331
		transform: scale(0.5);
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1332
	    margin-right: 0; 
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1333
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1334
	.boxAudio {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1335
		width: 400px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1336
	}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1337
}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1338
@media only screen and (max-width: 756px) {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1339
		
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1340
	footer {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1341
		height: 120px; /*  height of <footer>  */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1342
	}
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
  1343
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1344
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1345
@media only screen and (max-width: 480px) {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1346
	#choice .big_txt p,
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1347
	#transitionTxt .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1348
	#menuBonus .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1349
	#playerAudio .big_txt p + p   {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1350
		font-size: 22px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1351
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1352
	#inter_choice .big_txt p {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1353
		font-size: 18px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1354
	}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1355
	#theEnd h1 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1356
		font-size: 40px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1357
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1358
	#content .small_txt p {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1359
		font-size: 10px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1360
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1361
	.boxAudio {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1362
		width: 340px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1363
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1364
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1365
	/* la taille du texte (plus petit) */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1366
	footer ul {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1367
		font-size: 8px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1368
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1369
	footer .logo_partners {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1370
		margin-bottom: 12px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1371
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1372
	/* la taille des icones (plus petites) */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1373
	footer .logo_partners li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1374
		height: 25px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1375
		line-height: 25px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1376
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1377
	footer .logo_partners li:first-child li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1378
		width: 35px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1379
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1380
	footer .logo_partners li:first-child li+li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1381
		width: 36px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1382
		padding-left: 15px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1383
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1384
	footer .logo_partners li+li li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1385
		width: 39px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1386
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1387
	footer .logo_partners li+li li+li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1388
		width: 56px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1389
		padding-left: 13px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1390
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1391
	footer .logo_partners li+li li+li+li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1392
		width: 50px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1393
		padding-left: 13px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1394
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1395
	footer #socialMedia .socialLogo a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1396
		width: 18px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1397
		height: 18px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1398
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1399
	#content h2 {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1400
		font-size: 20px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1401
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1402
	#content h3 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1403
		font-size: 14px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1404
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1405
	#content p,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1406
	#content h4 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1407
		font-size: 12px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1408
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1409
	/* changement de la taille de titre */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1410
	#title_hp {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1411
		padding: 0; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1412
		margin-left: -20px ; /* decalage du titre à gauche 32 / 53px */ 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1413
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1414
	#title_hp h1 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1415
    	margin: 1px 0 5px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1416
    	padding-left: 1.142857em; /* 32px 40px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1417
    	font-size: 28px; /* 43px  */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1418
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1419
	#title_hp h2 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1420
    	padding-left: 2em; /* 30px 35px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1421
    	font-size: 15px; /* 24px */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1422
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1423
	#title_hp .h2_exeption {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1424
   		font-size: 16px; /* 25px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1425
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1426
	#content .big_link {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1427
		font-size: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1428
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1429
	#popUpClose {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1430
		width: 10px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1431
		height: 10px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1432
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1433
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1434
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1435
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1436
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1437
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1438
/* Resize for smartphone	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1439
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1440
	body#mobilhp {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1441
		height: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1442
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1443
	#mobilhp  #content{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1444
		padding: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1445
		width: 90%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1446
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1447
	#mobilhp  #content_top{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1448
		padding: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1449
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1450
	#mobilhp  header{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1451
		height: 27%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1452
		text-align: center; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1453
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1454
	#mobilhp  #bottom{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1455
		height: 43%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1456
		text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1457
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1458
	#mobilhp  footer {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1459
		height: 30%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1460
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1461
	/* pas de padding pour le dernier elem */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1462
	#mobilhp footer .logo_partners > li:last-child {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1463
		padding-right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1464
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1465
	/* un nouveau elem sur mobile*/
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1466
	#mobilhp #txt_phone {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1467
		font-family: "Arial Black", "arial_blackregular", sans-serif;  
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1468
		text-align: left;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1469
		text-transform: uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1470
		font-size: 14px; /* 43px  */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1471
		line-height: 1.1;
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1472
		color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1473
		margin: 1em 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1474
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1475
	/* changement de la taille de titre */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1476
	#mobilhp #title_hp {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1477
		padding: 0; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1478
   		display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1479
    	vertical-align: bottom;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1480
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1481
	#mobilhp #blanket {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1482
		top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1483
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1484
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1485
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1486
@media only screen and (orientation: landscape) {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1487
	#mobilhp  header {
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1488
		height: 36%;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1489
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1490
	#mobilhp  #bottom {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1491
		height: 26%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1492
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1493
	#mobilhp  footer {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1494
		height: 38%;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1495
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1496
	#mobilhp #content{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1497
		width: 98%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1498
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1499
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1500
	#mobilhp footer .logo_partners > li:last-child {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1501
		padding-right: 22px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1502
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1503
	#mobilhp footer #socialMedia {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1504
		margin-top: 0; 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1505
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1506
}