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