/*
 * AZUREO
 */


/*--------------------------
  STYLES GÉNÉRAUX
--------------------------*/

html{
  font-size: 10px;
	height: 100%;
}
body {
  color: #525F6D;
  font-family: Arial,Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
	height: 100%;
}

/* liens */
a, .link{
  color: #1d4875;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, .link:hover{
  color: #3c86d1;
}


/* titres */
h1, h2, h3, h4, h5{
  color: #255c94;
}
h1{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: left;
}
h2{
  font-size: 21px;
  font-size: 2.1rem;
  text-align: left;
}
h3{
  font-size: 17px;
  font-size: 1.7rem;
	padding-top: 7px;
}
h4{
  font-size: 15px;
  font-size: 1.5rem;
	padding-top: 7px;
}


/* paragraphes et listes */
p{
  line-height: 120%;
  margin: 13px 0px;
}
ul.list li, ol.list li{
  list-style-type: disc;
  margin-left: 35px;
  padding: 3px 0px 3px 8px;
}
ul.list li ul.list li, ol.list li ul.list li{
  list-style-type: circle;
}
em{
	font-style: italic;
}


/* icones */
.msie9 [class^='glyphicon-']::before, [class*=' glyphicon-']::before{
	text-decoration: none !important;
}


/* formulaires */
select, input[type="text"], input[type="password"], input[type="email"], textarea{
  border: 1px solid #1D4875;
  border: 1px solid rgba(29, 72, 117, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: all;
	-ms-transition-duration: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
	outline: 0;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, select:hover, textarea:hover,
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
  border: 1px solid #1D4875;
  outline: medium none;
}
input[type="submit"], button, .button{
	display: inline-block; *display: inline; zoom: 1;
  background: #3f88d2;
  background: -moz-linear-gradient(top,  #3f88d2 0%, #2a68a7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f88d2), color-stop(100%,#2a68a7));
  background: -webkit-linear-gradient(top,  #3f88d2 0%,#2a68a7 100%);
  background: -o-linear-gradient(top,  #3f88d2 0%,#2a68a7 100%);
  background: -ms-linear-gradient(top,  #3f88d2 0%,#2a68a7 100%);
  background: linear-gradient(to bottom,  #3f88d2 0%,#2a68a7 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: all;
	-ms-transition-duration: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
	font-size: 15px;
	font-size: 1.5rem;
}

.msie9 input[type="submit"], .msie9 button, .msie9 .button{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmODhkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTY4YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

input[type="submit"]:hover, button:hover, .button:hover{
  background: #3cb0fd;
  background: -moz-linear-gradient(top,  #3cb0fd 0%, #3498db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb0fd), color-stop(100%,#3498db));
  background: -webkit-linear-gradient(top,  #3cb0fd 0%,#3498db 100%);
  background: -o-linear-gradient(top,  #3cb0fd 0%,#3498db 100%);
  background: -ms-linear-gradient(top,  #3cb0fd 0%,#3498db 100%);
  background: linear-gradient(to bottom,  #3cb0fd 0%,#3498db 100%);
  text-decoration: none;
	color: white;
}

.msie9 input[type="submit"]:hover , .msie9 button:hover, .msie9 .button:hover{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjYjBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDk4ZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}


/* form validation */
.hnlibForm_inputInvalid, .hnlibForm_inputInvalid:hover, .hnlibForm_inputInvalid:focus{
	border-color: red !important;
}
.hnlibForm_formIconValidation{
	font-size: 20px;
	font-size: 2rem;
	color: red;
	width: 18px;
	height: 18px;
	margin-left: 0px;
  margin-top: -5px;
  vertical-align: middle;
	cursor: default;
	display: none;
}
.hnlibForm_inputInvalid + .hnlibForm_formIconValidation{
	display: inline-block; *display: inline; zoom: 1;
}


/* error tooltip */
.hnlibForm_errorTooltip{
  position: absolute;
  z-index: 99;
  margin-top: 32px;
	min-width: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px solid red;
	background-color: #FFD2D3;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
	text-align: left;
}
.hnlibForm_errorTooltip img {
  float: left;
	position: absolute;
  border: 0;
	margin: -40px 0 0 -48px;
}
.hnlibForm_errorTooltip.visible{
	-moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}



/* table form */
.tableForm div.row{ display: table-row; }
.tableForm div.label, .tableForm div.field{
  display: table-cell;
  text-align: left;
  padding: 1px 0px;
  *display: inline;
  zoom: 1;
}
.tableForm div.label{
  vertical-align: top; width: 160px;
}
.tableForm div.line{
	display: block;
}
.tableForm div.validation{
  display: block;
  text-align: center;
  margin-top: 30px;
}
.tableForm div.formInfo{
  display: block;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
}


/* alignements */
.fleft{ float: left; }
.fright{ float: right; }
.clear{ clear: both; }
.aleft{ text-align: left; }
.acenter{ text-align: center; }
.aright{ text-align: right; }


/* glyphs */
[class^="glyphicon-"]:before, [class*=" glyphicon-"]:before {
  margin-right: 5px;
}



/*--------------------------
  ANIMATIONS
--------------------------*/

.azureo-animate{
  -webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: all;
	-ms-transition-duration: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
}



/*--------------------------
  PAGES
--------------------------*/

.azureo-flex-page{
  width: 1100px;
  margin: 0 auto;
	padding: 0px 15px;
}

.msie8 .azureo-flex-page{
  min-width: 1100px;
  max-width: 1100px;
	width: auto;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
	.azureo-flex-page{
		width: auto;
	}
}




/*--------------------------
  BOX SUCCES / ECHEC
--------------------------*/

.frm_success, .frm_failure{
  border: 1px solid #376797;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.frm_success img, .frm_failure img{
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

/*--------------------------
  404
--------------------------*/

.page-error{
  margin-top: 120px;
  text-align: center;
}
.page-error h1{
  margin-bottom: 50px;
  font-size: 2.5em;
	text-align: center;
}
.page-error .links{
  margin-top: 15px;
}



/*--------------------------
  MAIN CONTAINER
--------------------------*/

#mainContainer{
	height: auto !important;
	min-height: 100%;
	position: relative;
}



/*--------------------------
  HEADER
--------------------------*/

#header{
  height: 80px;
  border-bottom: 1px solid #1D4875;
  background: #3f88d2;
  background: -moz-linear-gradient(top,  #3f88d2 0%, #2a68a7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f88d2), color-stop(100%,#2a68a7));
  background: -webkit-linear-gradient(top,  #3f88d2 0%,#2a68a7 100%);
  background: -o-linear-gradient(top,  #3f88d2 0%,#2a68a7 100%);
  background: -ms-linear-gradient(top,  #3f88d2 0%,#2a68a7 100%);
  background: linear-gradient(to bottom,  #3f88d2 0%,#2a68a7 100%);
	min-width: 100%;
	display: block;
	margin-bottom: 50px;
}

#header .azureo-flex-page{
	padding:0;
}

.msie8 #header{
	display: inline-block;
	margin-bottom: 0px;
}

.msie9 #header{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmODhkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTY4YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	margin-bottom: 0px;
}

.lt-msie9 #header{
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f88d2', endColorstr='#2a68a7',GradientType=0 );
}

#header .backToHome{
  float: left;
  position: relative;
  z-index: 1;
}


/* login btn */
#loginBtn{
  float: right;
  background: rgba(29, 72, 117, 0.3);
  color: white;
  padding: 2px 5px;
  border: 1px solid #1D4875;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 24px;
}
.lt-msie9 #loginBtn{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1d4875,endColorstr=#4d1d4875);
}
#loginBtn a{
	color: white;
	text-decoration: none;
}
#loginBtn:hover{
  background: #1D4875;
}
#loginBtn img{
  vertical-align: middle;
  margin-right: 5px;
}



/*--------------------------
  MENU
--------------------------*/

#menu {
	font-size: 18px;
	font-size: 1.8rem;
	color: white;
  padding-top: 16px;
}
#menu a {
	color: white;
	text-decoration: none;
}
#menu ul {
	display: block;
	line-height: 50px;
	height: 40px;
	border-radius: 0px 0px 5px 5px;
}
#menu ul li{
  position: relative;
  display: block;
  float: left;
  z-index: 1000;
}
#menu ul ul{
	position: absolute;
	left: 0;
	height: auto;
	float: none;
	z-index: 999;
	line-height: 15px;
  margin-top: 12px;
  border: 0;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background: #fcfcfd;
  background: -moz-linear-gradient(top,  #fcfcfd 0%, #dfe6ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfd), color-stop(100%,#dfe6ee));
  background: -webkit-linear-gradient(top,  #fcfcfd 0%,#dfe6ee 100%);
  background: -o-linear-gradient(top,  #fcfcfd 0%,#dfe6ee 100%);
  background: -ms-linear-gradient(top,  #fcfcfd 0%,#dfe6ee 100%);
  background: linear-gradient(to bottom,  #fcfcfd 0%,#dfe6ee 100%);
  -moz-box-shadow: 1px 1px 5px 0px #9b9b9b;
  -webkit-box-shadow: 1px 1px 5px 0px #9b9b9b;
  -o-box-shadow: 1px 1px 5px 0px #9b9b9b;
  box-shadow: 1px 1px 5px 0px #9b9b9b;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=7);
}

.msie9 #menu ul ul{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmU2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.lt-msie9 #menu ul ul{
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfd', endColorstr='#dfe6ee',GradientType=0 );
}

#menu ul div{
  min-height: 0px;
	-moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#menu ul li:hover div, #menu ul li div:hover{
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  min-height: 50px;
}
#menu ul li:hover ul, #menu ul li div:hover ul{
	border: 1px solid #1D4875;
}
#menu ul div ul{
  max-height: 0px;
  overflow: hidden;
}
#menu ul li:hover div ul, #menu ul li div:hover ul{
  max-height: 200px;
}

#menu ul ul li{
  float: none;
  height: auto;
  font-size: 12pt;
	white-space: nowrap;
}
#menu ul li{
  margin: 0px 4px;
}
#menu ul li a{
  display: block;
  padding: 0 18px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
	#menu ul li{
		margin: 0px 2px;
	}
	#menu ul li a{
		display: block;
		padding: 0 10px;
	}
}

#menu ul ul a{
  display: block;
  padding: 8px 10px;
  height: auto;
  color: #1D4875;
}
#menu ul li:hover ul{
  display: block;
}


#menu ul li a{
  background: transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#menu ul li:hover a, #menu ul li.selected a{
  background: #1D4875;
}
#menu ul li:hover ul a, #menu ul li.selected ul a{
  background: transparent;
}



/* sous menus */
#menu ul ul li{
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  margin: 0;
}
#menu ul ul li:hover, #menu ul ul li.selected{
  background: #CDD6E1;
}



/* flèche */
#menu .arrow{
  position: absolute;
  display: none;
  width: 1px;
  height: 1px;
  border-style: solid;
  vertical-align: top;
}
#menu .arrow.arrowBorder{
  border-color: #1D4875 transparent;
  border-width: 0px 12.8px 12.8px 12.8px;
  margin-left: -14px;
  left: 50%;
  top: 50px;
}
#menu .arrow.arrowBg{
  border-color: #fcfcfd transparent;
  border-width: 0px 11px 11px 11px;
  left: 50%;
  margin-left: -12px;
  top: 52px;
  z-index: 1000;
}

#menu ul li:hover .arrow, #menu ul li div:hover .arrow{
	display: block;
}


/*--------------------------
  CONTENU
--------------------------*/

#content{
  padding-top: 10px;
  padding-bottom: 250px;
  clear: both;
	position: relative;
}
.lt-msie10 #content{
	margin-top: 55px;
}
#content .azureo-textPage{
  line-height: 125%;
  text-align: justify;
}
#content .azureo-subP{
  margin-bottom: 40px;
}
#content .azureo-textArticleImg,
#content img.azureo-textArticleImg{
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
	width: 29%;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
#content img.azureo-textArticleImgL{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
	width: 35%;
}

div#programTab1 .azureo-textArticleImg, #expandableContent-1 .azureo-textArticleImg{
	width:50%;
}



/*--------------------------
  LANGUAGE SELECTOR
--------------------------*/

#langageSelector{
	visibility: hidden;
}

#langageSelectorCombo{
	position: relative;
	display: inline-block; *display: inline; zoom: 1;
	cursor: pointer;
	color: black;
	margin-right: 5px;
}

 #langageSelectorCombo img{
	vertical-align: middle;
	margin-right: 9px;
}

#langageSelectorCombo .langageSelectorComboCurrent{
	border: 1px solid #1D4875;
	border: 1px solid rgba(29, 72, 117, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 31px 4px 7px;
  -webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: all;
	-o-transition-duration: 0.5s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-ms-transition-property: all;
	-ms-transition-duration: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
	background: white;
	color: black;
	white-space: nowrap;
	padding-right: 35px;
}
#langageSelectorCombo .langageSelectorComboCurrent:hover{
	border: 1px solid #1D4875;
}

#langageSelectorCombo .langageSelectorComboCurrent i{
	float: right;
	margin-left: 10px;
	position: absolute;
	right: 0px;
}

#langageSelectorCombo .langageSelectorComboChoices{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 220px;
	display: none;
	border: 1px solid #1D4875;
	background: white;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	z-index: 999;
	margin-top: 1px;
}
.lt-msie9 #langageSelectorCombo .langageSelectorComboChoices{
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, Direction=135, Strength=3);
}

#langageSelectorCombo.opened .langageSelectorComboChoices{
	display: block;
}

#langageSelectorCombo .langageSelectorOption{
	text-align: left;
}

#langageSelectorCombo .langageSelectorOption.selected,
#langageSelectorCombo .langageSelectorOption:hover{
	background: #CDD6E1;
}

#langageSelectorCombo .langageSelectorOption a{
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px 7px;
}

#langageSelectorCombo .langageSelectorOption a:hover{
	text-decoration: none;
}




/*--------------------------
  FOOTER
--------------------------*/

#footer{
	position: absolute;
	bottom: 0px;
	min-width: 100%;
  background: #3577ba;
  background: -moz-linear-gradient(top,  #3577ba 0%, #255c94 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3577ba), color-stop(100%,#255c94));
  background: -webkit-linear-gradient(top,  #3577ba 0%,#255c94 100%);
  background: -o-linear-gradient(top,  #3577ba 0%,#255c94 100%);
  background: -ms-linear-gradient(top,  #3577ba 0%,#255c94 100%);
  background: linear-gradient(to bottom,  #3577ba 0%,#255c94 100%);
  border-top: 1px solid #1D4875;
  color: white;
  padding: 10px 0px;
  font-size: 14px;
  font-size: 1.4rem;
}

.msie8 #footer{
	display: inline-block;
	width: auto;
}

.msie9 #footer{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1NzdiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTVjOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.lt-msie9 #footer{
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3577ba', endColorstr='#255c94',GradientType=0 );
}

#footer #footerRight{
	float: right;
	width: 48%;
}

@media screen and (min-width: 200px) and (max-width: 1000px) {
	#footer #footerRight{
		float: right;
		width: 41%;
	}
}

#footer .socialFlags{
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
}

#footer #socialBtns{
	display: inline-block; *display: inline; zoom: 1;
	padding-left: 40px;
	width: 180px;
	white-space: nowrap;
	height: 25px;
	vertical-align: top;
	position: relative;
	margin-top: 2px;
}

#footer #honCert{
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	margin-top: 0px;
	width: 462px;
	white-space: normal;
}
#footer #honCert img{
	margin-top: -5px !important;
	margin-right: 5px !important;
	width: 89px !important;
	height: 40px !important;
}

#footer #gplus-root{
	display: inline-block; *display: inline; zoom: 1;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer #fb-root > div{ margin-top: -5000px; }

.fb_iframe_widget_fluid {
  display: inline-block!important;
}

#footer #langageSelector{
	margin-left: 10px;
}

#footer ul#footerMenu{
  text-align: left;
	margin-top: 10px;
}

#footer ul#footerMenu div{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

#footer ul#footerMenu li{
  display: inline-block; *display: inline; zoom: 1;
  padding: 0px 10px;
	margin-right: 10px;
	vertical-align: top;
}

#footer ul#footerMenu ul{
	margin-left: 14px;
	max-width: 150px;
}

#footer ul#footerMenu ul li{
  display: block;
  width: auto;
	padding: 3px 0px;
}

#footer a{
  color: white;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}

#footer .copyright{
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 12px;
}

#footer .testimonial{
  position: relative;
  font-style: italic;
  margin: 48px 0 10px;
	line-height: 15px;
	line-height: 1.5rem;
}

#footer .testimonial .testimonialText{
  margin: 0px 17px;
}

#footer .testimonial .testimonialName{
  margin: 15px 17px 0px 17px;
}

#footer .testimonial .quoteIcon{
  background: url('../img/azureo/icons/quote.png');
  display: block;
  width: 39px;
  height: 26px;
}

#footer .testimonial .quoteIcon.quoteStart{
  position: absolute;
	left: 0px;
  margin-top: -10px;
}

#footer .testimonial .quoteIcon.quoteEnd{
  background-position: center right;
  position: absolute;
  right: 0px;
  margin-top: -17px;
}



/*--------------------------
  NOTIFICATIONS
--------------------------*/

#hnlib-notifications{
	display: none;
}

/* notifications */
#hnlib-notifications{
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid black;
	border-radius: 5px;
	margin: 0 0 10px;
	min-height: 34px;
	min-width: 200px;
	font-family: Verdana;
	display: none;
	z-index: 1000;
}
#hnlib-notificationsClose{
	float: right;
	cursor: pointer;
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	margin: 3px;
	padding: 1px 4px;
	color: black;
	border: 1px solid transparent;
}
#hnlib-notificationsContent{
	padding: 5px;
	cursor: default;
}
#hnlib-notificationsContent img{
	width: 25px;
	float: left;
  margin-right: 8px;
}
#hnlib-notifications.success, #azureo-notifications.success{
	background-color: #EFFEB9;
	border-color: #627E01;
	color: #627E01;
}
#hnlib-notifications.success #hnlib-notificationsClose{
	color: #627E01;
}
#hnlib-notifications.success #hnlib-notificationsClose:hover{
	border-color: #627E01;
	border-radius: 5px;
}
#azureo-notifications{
	border: 1px solid black;
	border-radius: 5px;
	margin: 0 0 10px;
	min-width: 200px;
	font-family: Verdana;
	padding: 5px;
}
#hnlib-notifications.error, #azureo-notifications.error{
	background-color: #FDDCD7;
	border-color: #892716;
	color: #892716;
}
#hnlib-notifications.error #hnlib-notificationsClose{
	color: #892716;
}
#hnlib-notifications.error #hnlib-notificationsClose:hover{
	border-color: #892716;
	border-radius: 5px;
}



/*--------------------------
  PROGRAMMES
--------------------------*/

.program-presco{
	color: #49247B;
}
.program-psy{
	color: #008797;
}
.program-aging{
	color: #B36900;
}



/*--------------------------
  WINDOW
--------------------------*/

.windowBackground{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 1100;
}

.window{
  position: relative;
  border: 1px solid #376797;
  margin: 0px 10px 20px 10px;
  border-radius: 10px;
  text-align: left;
	z-index: 1101;
}

.window .windowTitle{
  position: relative;
  height: auto;
  background: #457DB6; /* Old browsers */
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#457DB6), to(#5291D2));
  background: -webkit-linear-gradient(#457DB6, #5291D2);
  background: -moz-linear-gradient(#457DB6, #5291D2);
  background: -ms-linear-gradient(#457DB6, #5291D2);
  background: -o-linear-gradient(#457DB6, #5291D2);
  background: linear-gradient(#457DB6, #5291D2);
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #376797;
	padding: 10px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: white;
}

.msie9 .window .windowTitle{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1N2RiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MjkxZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}


.window .arrow{
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  border-style: solid;
  vertical-align: top;
}

.window .arrow.arrowBorder{
  border-color: #376797 transparent;
  border-width: 13px 13px 0px 13px;
  left: 20px;
  bottom: -14px;
  z-index: inherit;
}

.lt-msie9 .window .arrow.arrowBorder,
.lt-msie9 .window .arrow.arrowBg{
  top: 34px;
}

.lt-msie9 .window .arrow.arrowBg{
  border-color: #457DB6 transparent;
}

.window .arrow.arrowBg{
  border-color: #5291D2 transparent;
  border-width: 11px 11px 0px 11px;
  left: 21px;
  bottom: -12px;
  z-index: inherit;
}

.window .windowContent{
	padding: 20px 10px 10px 10px;
	background: #F5F4F9;
  border-radius: 0px 0px 10px 10px;
}

.window .windowTitle .windowClose{
	border-radius: 25px;
	float: right;
	font-weight: bold;
	margin-right: -5px;
	margin-top: -5px;
	padding: 5px 8px;
	cursor: pointer;
	background: transparent;
}

.window .windowTitle .windowClose:hover{
	color: #255c94;
	background: #ffffff;
}



/*--------------------------
  VIDEO
--------------------------*/

#videoPopupBg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	-moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

#videoPopup{
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0;
}



/*--------------------------
  USER FORM
--------------------------*/

.userForm
{
	position: relative;
	width: 429px;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 60px auto 0px auto;
	box-shadow: 4px 4px 20px #aaa;
	border: 1px solid #356799;
}

.userForm .userFormTitle{
	height: 40px;
	border-radius: 5px 5px 0px 0^x;
	border-bottom: 1px solid #356799;
	background: #1d4875;
	background: -moz-linear-gradient(top,  #1d4875 0%, #2d69a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4875), color-stop(100%,#2d69a7));
	background: -webkit-linear-gradient(top,  #1d4875 0%,#2d69a7 100%);
	background: -o-linear-gradient(top,  #1d4875 0%,#2d69a7 100%);
	background: -ms-linear-gradient(top,  #1d4875 0%,#2d69a7 100%);
	background: linear-gradient(to bottom,  #1d4875 0%,#2d69a7 100%);
}

.lt-msie9 .userForm .userFormTitle{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4875', endColorstr='#2d69a7',GradientType=0 );
}

.msie9 .userForm .userFormTitle{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNDg3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDY5YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.userForm .userFormTitle .arrow{
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  border-style: solid;
  vertical-align: top;
}

.userForm .userFormTitle .arrow.arrowBorder{
  border-color: #376797 transparent;
  border-width: 13px 13px 0px 13px;
  left: 20px;
  top: 40px;
}

.lt-msie9 .userForm .userFormTitle .arrow.arrowBorder,
.lt-msie9 .userForm .userFormTitle .arrow.arrowBg{
  top: 36px;
}

.lt-msie9 .userForm .userFormTitle .arrow.arrowBg{
  border-color: #2D69A7 transparent;
}

.userForm .userFormTitle .arrow.arrowBg{
  border-color: #2D69A7 transparent;
  border-width: 11px 11px 0px 11px;
  left: 21px;
  top: 40px;
}

.userForm .tableForm div.label{
	vertical-align: middle;
}

.userForm h3{
	padding: 6px 0px 0px 10px;
	line-height: 28px;
	color: white;
	font-weight: normal;
}

.userForm .help
{
	margin: 18px 0px;
	padding: 20px 0px 8px 0px;
}

.userForm .icon{
	position: absolute;
	top: -50px;
	right: 15px;
}

.userForm form{
	padding: 0px 15px 12px 15px;
	background: white;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-top: 0px;
	margin-top: 22px;
}

.userForm fieldset{
	margin: 10px 0px;
}

.userForm legend{
	padding: 7px;
}

.userForm input[type="text"], .userForm input[type="password"], .userForm input[type="email"]{
	width: 215px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
	.userForm
	{
		margin-top: 35px;
		font-size: 17px;
		font-size: 1.7rem;
	}

	.userForm .tableForm div.label{
    width: 140px;
	}

	.userForm h3{
		margin: 0px 0px 0px 10px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.userForm .help
	{
		margin: 18px 0px;
		padding: 20px 0px 8px 0px;
	}

	.userForm .icon{
		position: absolute;
		top: -50px;
		right: 15px;
	}

	.userForm form{
		margin-top: 20px;
	}

	.userForm input[type="text"], .userForm input[type="password"], .userForm input[type="email"]{
		width: 235px;
		font-size: 17px;
		font-size: 1.7rem;
	}

	.userForm button{
		font-size: 17px;
		font-size: 1.7rem;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.userForm{
		margin-top: 75px;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		transform-origin: 50% 0;
		transform-style: flat
	}
}



/*----- the hell line ------*

/*--------------------------
  GAME MODULES
--------------------------*/

.moduleBlock {
	margin-right: 25px;
  padding-left: 80px;
	width: 450px;
}

.moduleBlock h3 {
	color: White;
	background: url('../img/module_head2.png') repeat-x;
	height: 34px;
	padding-left: 60px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.moduleBlock .moduleIcon {
	position: relative;
	margin-left: -40px;
	margin-bottom: -70px;
}

.moduleBlock .content {
	margin-left: 25px;
	padding-right: 6px;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 5px;
	margin-top: 0px;
	border-left: 2px solid #ececec;
	border-right: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
}

.moduleBlock .more {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.moduleBlock .more a {
	color: #204e7f;
	text-decoration: none;
}
.moduleBlock .more a img {
	margin-bottom: -3px;
	margin-right: -20px;
}



/*--------------------------
  GAME MODULES CONTENT
--------------------------*/

.module {
	width: 80%;
	margin: 50px auto;
	clear: both;
}

.module .moduleImages {
	width: 43%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 35px;
}

.module .moduleImages .mainImg {
	box-shadow: 6px -4px 13px -3px #A8A8A8;
	margin: 0px;
	padding: 0px;
}

.module .moduleImages .mainImg img{
	margin: 2%;
	padding: 0px;
	width: 96%;
}

.module .moduleImages .smallImg1{
	margin-left: 2px;
	display: inline-block; *display: inline; zoom: 1;
}

.module .moduleImages .smallImg1Empty {
	width: 155px;
	height: 130px;
}

.module .moduleImages .smallImg2 {
	margin-left: 0px;
	display: inline-block; *display: inline; zoom: 1;
}

.smallImg1, .smallImg2, .mainImg{
	border: 1px solid #BEBEBE;

}

.module .moduleImages .smallImg1, .module .moduleImages .smallImg2{
	position: relative;
	width:48%;
	margin-top: 15px;

}

.module .moduleImages .smallImg1 img, .module .moduleImages .smallImg2 img{
	width: 96%;
	margin: 2%;
}

.module .moduleText {
	width: 52%;
	margin: 0px;
	padding: 0px;
	min-height: 80px;
	border: 1px solid #BEBEBE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.module .moduleText h2 {
	margin: -1px;
	padding: 5px;
	color: White;
	font-size: 25px;
	font-weight: bold;
	border: 1px solid #477CB3;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	  background: #457DB6; /* Old browsers */
	  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#457DB6), to(#5291D2));
	  background: -webkit-linear-gradient(#457DB6, #5291D2);
	  background: -moz-linear-gradient(#457DB6, #5291D2);
	  background: -ms-linear-gradient(#457DB6, #5291D2);
	  background: -o-linear-gradient(#457DB6, #5291D2);
	  background: linear-gradient(#457DB6, #5291D2);
}

.msie9 .module .moduleText h2 {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1N2RiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MjkxZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.lt-msie9 .module .moduleText h2 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457db6', endColorstr='#5291d2',GradientType=0 );
}

.module .moduleText h2 td{
	vertical-align: middle;
}

.module .moduleText h3{
	padding-top: 0px;
}

.module .moduleText h4{
	padding: 0px;
	padding-left: 8px;
	margin: 0px;
}

.module .moduleText p{
	margin: 0px;
	padding: 2px 0px 20px 0px;
}

.module .moduleText .content {
	padding: 10px;
	min-height: 60px;
	text-align: justify;
}

.module.orientationL .moduleImages{
	float: left;
}

.module.orientationL .moduleText{
	margin-left: 48%;
}

.module.orientationR .moduleImages{
	float: right;
}

.module.orientationR .moduleText{
	margin-right: 45%;
}

.smallImg1 span.arrowBorder{
	position: absolute;
	border: 9px solid transparent;
	border-bottom: 11px solid white;
	top: -20px;
	left: 26px;
	z-index: 1;
}
.smallImg1 span.arrowBg{
	position: absolute;
	border: 9px solid transparent;
	border-bottom: 11px solid #BEBEBE;
	top: -21px;
	left: 26px;
}

.smallImg2 span.arrowBorder{
	position: absolute;
	border: 9px solid transparent;
	border-bottom: 11px solid white;
	top: -20px;
	right: 26px;
	z-index: 1;
}

.smallImg2 span.arrowBg{
	position: absolute;
	border: 9px solid transparent;
	border-bottom: 11px solid #BEBEBE;
	top: -21px;
	right: 26px;
}

.moduleText .content{
	position: relative;
}

.orientationL .moduleText .content span.arrowBorder{
	position: absolute;
	border: 12px solid transparent;
	border-right: 16px solid white;
	top: 15px;
	left: -26px;
	z-index: 1;
}

.orientationL .moduleText .content span.arrowBg{
	position: absolute;
	border: 12px solid transparent;
	border-right: 16px solid #BEBEBE;
	top: 15px;
	left: -28px;
}

.orientationR .moduleText .content span.arrowBorder{
	position: absolute;
	border: 12px solid transparent;
	border-left: 16px solid white;
	top: 15px;
	right: -27px;
	z-index: 1;
}

.orientationR .moduleText .content span.arrowBg{
	position: absolute;
	border: 12px solid transparent;
	border-left: 16px solid #BEBEBE;
	top: 15px;
	right: -28px;
}

	.module .moduleImages.mobile {
		display:none;
	}
@media only screen and (max-width: 768px){
	.module .moduleImages {
		width: 75%;
		margin: 0 auto;
	}

	.module.orientationL .moduleImages, .module.orientationR .moduleImages {
		float:none;
	}

	.module.orientationL .moduleText, .module.orientationR .moduleText {
		margin-left: 0;
	}

	.module .moduleText {
		width: 100%;
		margin-top: 25px;
	}

	.moduleText .content .arrow{
		display:none;
	}
}

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

	.module .moduleImages {
		display:none
	}

	.module .moduleImages.mobile {
		position: relative;
		display:block;
		width: 100%;
		margin: 0;
	}

	.module {
		width: 100%;
		margin: 20px auto;
	}
	.moduleText .smallImg1 .arrow,.moduleText .smallImg2 .arrow{
		display:block;
	}

	.moduleText .content .smallImg1 span.arrowBorder{
		position: absolute;
		border: 9px solid transparent;
		border-bottom: 11px solid white;
		top: -20px;
		left: 26px;
		z-index: 1;
		right:initial;
	}
	.moduleText .content .smallImg1 span.arrowBg{
		position: absolute;
		border: 9px solid transparent;
		border-bottom: 11px solid #BEBEBE;
		top: -21px;
		left: 26px;
		right:initial;
	}

	.moduleText .content .smallImg2 span.arrowBorder{
		position: absolute;
		border: 9px solid transparent;
		border-bottom: 11px solid white;
		top: -20px;
		right: 26px;
		z-index: 1;
		left:initial;
	}

	.moduleText .content .smallImg2 span.arrowBg{
		position: absolute;
		border: 9px solid transparent;
		border-bottom: 11px solid #BEBEBE;
		top: -21px;
		right: 26px;
		left:initial;
	}

}

/*--------------------------
  THERAPIES TABLE
--------------------------*/

.table {
    margin-bottom: 20px;
    width: 100%;
    font-family: arial;
    text-shadow: none;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
    min-height: 20px;

}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #EDEDED;
}
tr.grey_color_striped{
    background-color: #EDEDED;
}

.table thead th {
    vertical-align: bottom;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
}
.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.table-bordered {
    border-collapse: separate;
    border-color: #DDDDDD;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px 1px 1px 0;
}

.table th {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: transparent;
	color: #356799;
}

.table td a {
	color: blue;
	text-decoration: underline;
}



/*--------------------------
  TABS
--------------------------*/

.tabList{
	color: #093967;
	font-size: 16px;
	border-bottom: 1px solid #376797;
	padding: 6px 0px;
	font-weight: bold;
}

.msie11 .tabList{
	padding: 5px 0px;
}

.tabList .tab{
	color: #0553A8;
	border: 1px solid #376797;
	border-radius: 10px 10px 0px 0px;
	padding: 5px 10px;
	margin-right: 2px;
	cursor: pointer;
}
.msie7 .tabList .tab{
	position: relative;
	top: -3px;
}

.tabList .tab.selected, .tabList .expander[expanded~="true"]{
	color: #09335E;
	border-bottom: 1px solid white;
	padding: 8px 10px;
	position: relative;
	top: -3px;
	cursor: pointer;
	background: #D9DFE8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #adbcce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#adbcce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#adbcce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#adbcce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#adbcce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#adbcce 100%); /* W3C */
}
.msie9.tabList .tab.selected, .msie9 .tabList .expander[expanded~="true"]{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGJjY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.lt-msie9 .tabList .tab.selected, .lt-msie9 .tabList .tab:hover{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffadbcce',GradientType=0 );
}

.tabList .tab.selected, .tabList .expander[expanded~="true"]{
	border-bottom: 1px solid #376797;
}

.tabList .tab.selected, .tabList .expander[expanded~="true"]{
	border-bottom: 1px solid white;
	cursor: default;
}

.tabContent{
	border: 1px solid #376797;
	border-top: 0px;
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
}
.lt-msie9 .tabContent{
	border: 1px solid #376797;
}


/*--------------------------
  SMART PHONE MENU
--------------------------*/

#smartphoneMenuButton{
	float: right;
	font-size: 24px;
	line-height: 31px;
	margin-top: 3px;
	margin-right: 3px;
	font-weight: bold;
	display: none;
}

#smartphoneMenuButton img{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 4px;
	vertical-align: middle;
	height: 32px;
}

#smartphoneMenuButton.actionBtn{
	padding: 2px 10px;
	float: right;
	background: rgba(29, 72, 117, 0.3);
	color: white;
	padding: 2px 5px;
	border: 1px solid #1D4875;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 18px;
	margin-right: 40px;

}

#smartphoneMenus{
	background: #ECF0F3;
	font-size: 22px;
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#smartphoneMenus.visible{
	display: block;
}

.smartphoneMenu{
	overflow-y: auto;
	background: #95b4d3;
	left: 100%;
}

.smartphoneMenu .glyphIcon{
	background: url('../img/icons/smartphoneMenuIcons.png');
	display: inline-block; *display: inline; zoom: 1;
	width: 46px;
	height: 46px;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

.smartphoneMenu ul{
	margin-bottom: 27%;
}

.smartphoneMenu ul li{
	display: block;
	border-bottom: 1px solid #21262F;
	font-weight: bold;
	color: #21262F;
	padding-top: 10px;
	padding-bottom: 10px;
}

li#loginBtnMenu{
	display: none;
}

li#changeLngMenu {
	display: none;
}

.smartphoneMenu ul li.selected{
	background: #2a68a7;
}

.smartphoneMenu ul li a span,
.smartphoneMenu ul li span.link span{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.smartphoneMenu ul li a,
.smartphoneMenu ul li span.link{
	display: block;
	text-decoration: none;
	padding: 5px;
	display: table;
	color: #21262F;
}

.smartphoneMenu ul li.selected a,
.smartphoneMenu ul li.selected span.link{
	color: white;
}

.smartphoneMenu ul span.link ul{
	display: none;
}

#CR{
	position: absolute;
	bottom:0;
	font-size:16px;
	text-align:center;
	width: 100%;
	display: none;
	z-index: 12;
	background: #95b4d3;
	padding-bottom: 5px;
}

#honCert p{
	text-align: left!important;
	line-height: 100%!important;
	margin-top: 0!important;
}

#honCert br{
	display:none!important;
}

#honCert img{
	border: 0px!important;
	width: 69px!important;
	height: 31px!important;
	float: left!important;
	margin: 2px!important;
	margin-right: 5px!important;
}

div.tabList span[rel~="tabTestimonial"]{
	display: none;
}

.productList img {
	width: 175px;
	display:inline-block;
}
.productList {
  text-align: center;
}
.box_video {
  display: inline-block;
}

.prescoBtn{
	text-align:center;
}



#videoPopup .arrow.arrowBorder{
	top: 59px;
}

#videoPopup .arrow.arrowBg{
	top: 59px;
}

	.lockBody {
		overflow-x:hidden;
		overflow-y:hidden;
	}

.loading{
  border-radius: 50%;

}
/*--------------------------
    MEDIA QUERIES
--------------------------*/

@media only screen and (max-width: 1200px) { /* Changement d'affichage du footer */
	#footerRight{
		display: none;
	}
	#footer ul#footerMenu {
		text-align: center;
	}

	.azureo-flex-page{
		width: auto;
	}
}

@media only screen and (max-width: 1100px) { /* Changement d'affichage du menu de navigation */

	#loginBtn span {
		display: none;
	}

	#loginBtn img {
		height: 40px;
		margin-right: 0px;
	}

	#smartphoneMenuButton.actionBtn{
		display: inline;
		margin-top:8px;
		margin-right:4px;
	}

	#menu {
		display: none;
	}

	.lockBody {
		overflow-x:hidden;
		overflow-y:hidden;
	}

	.lockBody #header{
		float: left;
		position: relative;
		z-index: 50;
		width: 100%;
	}

	.lockBody #content{
		height: 0;
		overflow: hidden;
	}

	#programTab3 .moduleBlock {
		padding-left: 38px;
	}
}

@media only screen and (max-width: 768px){ /* On enlève le footer ( choix de la langue et copyright dans le menu ) et les images sont centrées */

	.priceMatrix td{
		padding:5px;
	}

	#header {
		height: 190px;
		margin-bottom: 20px;
	}

	.backToHome {
		padding: 0px 4px;
		margin-right:0px;
	}

	#smartphoneMenuButton.actionBtn{
		display: inline;
	}

	li#changeLngMenu {
		display: block;
	}

	#footer{
		display: none;
	}
	#content {
		padding-bottom: 25px;
	}

	#content img.azureo-textArticleImg{
		width:50%;
		float:right;
		margin-left:25px;
	}

	#content .azureo-textPage, p{
		line-height: 150%;
	}

	.azureo-textPage .testimonial {
		width: 100%;
		margin:0;
	}

	ul.list li, ol.list li {
		margin-left: 20px;
	}

	#ourExpertise_scientificTeam .scientist img.photo {
		float: none;
		margin-right: 0;
		margin-left: 37.5%;
		width: 25%;
	}

	#ourPrograms_prices .pricesArea .text {
		margin: 25px 0px 0px 0px;
	}

	#docPresco {
		width:50%;
	}

	.tabList {
		padding: 0;
		margin-left: -16px;
		margin-right: -15px;
	}

	.tabList .tab {
		display: block;
		border-radius:0;
		padding-bottom: 8px;
		padding-top:8px;
		margin-right:0;
		border-bottom: 0;
		border-right: 0;
		border-left: 0;
		margin-left: -9px;
		margin-right: -9px;
	}

	.tabList .tab.selected, .tabList .expander[expanded~="true"]{
		top: 0px;
		padding-bottom: 8px;
		padding-top:8px;
		border-bottom:0;
	}

	.tabContent {
		border-radius:0;
		margin-left: -15px;
		margin-right: -15px;
		border-bottom:0;
		border-right: 0;
		border-left: 0;
	}

	#fancyzoom{
		width: auto !important;
		height: auto !important;
		left: 0px !important;
	}

	#testimonialsBox {
		display:none;
	}

	div.tabList span[rel~="tabTestimonial"]{
		display: block;
	}

	.prescoBtn a, .prescoBtn img{
		width: 100%;
	}

	.productList a {
		text-decoration: none;
	}

	.productList img {
		width: 25%;
	}


	#content img.azureo-textArticleImgL{
		margin-right: 0px;
	}

	i.glyphicon-play {
		display: none;
	}

}

@media only screen and (max-width: 400px){ /* Bouton login dans le menu */

	#content .azureo-textArticleImg, #content img.azureo-textArticleImg{
		width:100%;
		margin-left:0;
	}

	div#programTab1 .azureo-textArticleImg {
		width: 100%;
	}

	#loginBtn {
		display : none;
	}
	li#loginBtnMenu{
		display: block;
	}

	.fleft {
		float: none;
	}
	i.glyphicon-previous {
		display: none;
	}

	.productList img {
		width: 50%;
	}

	#docPresco {
	  width: 100%;
	}
}

@media only screen and (max-height: 580px){
	.smartphoneMenu ul li a, .smartphoneMenu ul li span.link {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

