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