@charset "utf-8";
/* 
#####################################################
#####################################################
  _          _                 _   _           _     
 | |__   ___| |_   ____ _ _ __| |_(_)___   ___| |__  
 | '_ \ / _ \ \ \ / / _` | '__| __| / __| / __| '_ \ 
 | | | |  __/ |\ V / (_| | |  | |_| \__ \| (__| | | |
 |_| |_|\___|_| \_/ \__,_|_|   \__|_|___(_)___|_| |_|
                                                     


CSS Document
Kevin Udry / Daniel Jann / Sergio Sanna
Switzerland

####################################################
####################################################
*/

/* 
############################### 
		Usefull classes 
###############################
*/
.blue { color:#0033a0 !important;}
.green { color:#00c04c; }
.red { color:#ff0000 !important; }
.red2 { color: #f18e81 !important; }
.grey { color:#ccc; }

.bgBlue { background-color:#0033a0; color:#fff !important; }
.bgBlue2 { background-color:#dbe9f3; color:#0033a0 !important; }
.bgBlue3 { background-color:#eef4f9; color:#0033a0 !important; }
.bgGreen { background-color:#00c04c; }
.bgRed { background-color:#ff0000; }
.bgRed2 { background-color:#fbd9ca; color:#da8c80 !important; }
.bgWhite { background-color: #fff; }
.bgGrey { background-color:#fafafa; }
.bgBeige { background-color:#f7f4ec; }
.bgYellow { background-color:#ffba19; }
.bgYellow2 { background-color:#ffe99f; }

.up {
	position:  absolute;
	top: 8px;
	left: 30px;
	padding: 0px !important;
	margin: 0px;
	background-color: transparent !important;
}

.borderRed2 { border: 4px solid #f18e81 !important; }
.borderBlue { border: 4px solid #0033a0 !important; }
.borderGrey { border: 1px solid #ddd !important; }

.table > tbody> tr.info > td.BgGrey,

.bgBlue, .bgBlue2, .bgBlue3,
.bgRed, .bgRed2,
.bgGrey {
	border-radius:4px;
}

.bgRed2 h2 {border-top-color: #dbe9f3 !important;}
.linethrough { text-decoration:line-through; }

.center {
	text-align:center;
	padding:0px !important;
	margin:0px !important;
}
input, textarea {
	border-width: 2px;
}
/* Margin */
.marginBottom0 { margin-bottom:5px !important; }
.marginBottom1 { margin-bottom:20px !important; }
.marginBottom2 { margin-bottom:30px !important; }
.marginBottom3 { margin-bottom:45px !important; }
.marginBottom5 { margin-bottom:68px;}

.marginTop0 { margin-top:1px !important; }
.marginTop1 { margin-top:30px !important; }
.marginTop2 { margin-top:50px !important; }
.marginTop3 { margin-top:80px !important; }
/* 
############################### 
		Responsive Adjustments  
###############################
*/
@media (min-width:768px) {
	body { margin-top:75px !important;}
	h1, .h1 { font-size:3.8em; padding-right:35%; }
	h2, .h2 { font-size:1.65em; }
	h3, .h3 { font-size:1em; letter-spacing: 0.05em;}
}/* end 768 */
/* 
############################### 
		a 
###############################
*/
a {
	border-bottom:0px solid #0033a0;
	padding-bottom:2px;
	padding-top:2px;
}
a:hover {
	cursor:pointer;
	text-decoration:none;
	border-bottom:none;
}
a:hover, 
a:hover > .glyphFiles,
a:hover > .glyphStd {
	color:#0033a0;
	background-color: #ece6d9; /* secondarycolor */
}
a:hover .material-icons,
btn:hover .material-icons {
	background-color: transparent;
}
a.navbar-brand:hover,
#menu a:hover {
	border:none;
}
.navbar-brand img { width: 167px; }

.h1 a:link, .h1 a:visited {	color:black;}
.h1 a:hover, .h1 a:active {	color:#5c5c5c;}
/* 
############################### 
		p 
###############################
*/
p, li {
	-moz-font-feature-settings:"kern" 1; 
	-ms-font-feature-settings:"kern" 1; 
	-o-font-feature-settings:"kern" 1; 
	-webkit-font-feature-settings:"kern" 1; 
	font-feature-settings:"kern" 1; 
	font-kerning:normal;  
	letter-spacing:0.001em; 
	word-spacing:0.03em; 
	line-height:1.7em;
	-webkit-font-smoothing:antialiased; /* Chrome, Safari */ 
	-moz-osx-font-smoothing:grayscale; /* Firefox */ 
	text-rendering:optimizeLegibility;
	font-size:1em;
}
strong {
	font-weight: 700;
	color: #000;
	letter-spacing: 0.03em;
}
.pStd p, 
p.pStd {
	padding-left:0px !important;
}
p > span.red {
	background-color:#fbd9ca;/*f2c1ac*/
	color:#000 !important;
	padding:5px 8px;
	font-size:0.8em;
	margin-right:5px;
	display:inline-block;
	line-height:1em;
	margin-bottom:5px;
	border-radius:2px;
}
p > span.white {
	background-color:#fff;/*f2c1ac f7f4ec*/
	color:#000 !important;
} 
p > span.beige {
	background-color:#ece6d9;/*f2c1ac f7f4ec #ece6d9*/
	color:#000 !important;
} 
p > span.blue {
	background-color: #0033a6;/*dbe9f3*/
	color:#fff !important;
}
p > span.blue2 {
	background-color: #dbe9f3;/*dbe9f3*/
	color:#0033a6 !important;
}
p > span.red2 {
	background-color: #fbd9ca;
	color: #da8c80;
}
p > span.white,
p > span.beige,
p > span.blue, p > span.blue2,
p > span.red2 {
	padding:7px 22px 5px 22px;
	font-size:0.8em;
	margin-right:5px;
	display:inline-block;
	line-height:1em;
	margin-bottom:5px;
	border-radius:4px;
}
p.oneLine { padding-top:12px; }

p > a,
h2 > a { 
	color:#0033a6;
	font-weight:700;
	background-size:208% 101%;
	background-color: transparent !important;
  	background-image:linear-gradient(to left, #ece6d9 50%, transparent 50%);
  	-webkit-transition:background-position 0.6s;
  	-moz-transition:background-position 0.6s;
  	transition:background-position 0.6s;
  	 }
p > a:hover,
h2 > a:hover {
  	background-position:-96% 0;
}

/* 
############################### 
		Lists 
###############################
*/
.list-std li,
.list-sm li {
	font-size:1em;
	margin-top:7px; 
	line-height:1.6em;
}
.list-std li {padding-left:29px;}
.list-sm li {padding-left:15px;}

p.list-xs { 
	padding: 0px 40px 12px 29px;
	line-height: 1.55em;
}
p.list-xs > br,
.list br {
	content:"";
	margin:4em;
	display:block;
	font-size:24%;
}
p.list { line-height:1.5em; }

@media (min-width:768px) {
	.list-std li { font-size:1em; }
}/* end 768 */
/* 
############################### 
		Buttons 
###############################
*/
a.btn {height:43px;}
.btn-primary > .glyphFiles { color:#fff; }
.btn-primary:hover > .glyphFiles { color:#0033a0 !important; }
.btn-warning > .glyphFiles { color:#000; }
.btn-warning:hover > .glyphFiles { color:#000; }
.btn-info > .glyphFiles { color:#000; }
.btn-info:hover > .glyphFiles { color:#000 !important; }

.btn {
	font-size:0.85em;
	padding:13px;
}

.btn-default {
	width:100%;
	background-color:#0036a0;
	color:#fff;
}
.btn-default:hover {
	background-color:#fff;
	color:#0033a0;
}
.btn-bubble {
	font-size: 0.9em !important;
	border-radius: 100px;
	background-color:  #fff;
	border: 1px solid #ece6d9;
	margin: 0px 0px 10px 10px;
}
.btn-bubble:hover {
	background-color: #ece6d9;
}
.btn-bubble:focus {
	outline: none;
}
.btn-bubble:active:hover {
	box-shadow: none;
}
/* Button width */
.w-50 { width:49.7%; }
.w-65  { width:65%; }
.w-85 { width:85%; }
.w-100 { width:100%; }

@media (min-width:768px) {
	.btn {
		font-size:1em;
		padding:10px 15px;
	}
}
/* 
############################### 
		Ancres
###############################
*/
.ancre, .ancre2, .ancre3 {
	width:0%;
}
.ancre { 
	margin-top:-60px; 
	padding-top:60px;
}
.ancre2 { 
	margin-top:-100px;
	padding-top:100px;
}
.ancre3 { 
	margin-top:-150px; 
	padding-top:150px;
} /*with secondary menu*/
/* 
############################### 
		Citations
###############################
*/
.citation { 
	background-color: #f7f4ec;
	padding:50px 0px 60px 0px;/*40px 0px 80px 0px;*/
	margin-top:40px;
}
.citation h1, .citation .h1 { margin-top: 20px !important; }
/*.citation button { margin-left: 47px !important; }*/

.citation p.marginLeft { padding-left: 43px !important; }

.citation a {
	background-color: transparent;
	/*padding: 2px 5px;*/
	margin-bottom: -2px;
}
.citation .files a:hover {
	animation: 0.3s linkStdIn;
	background-color: #ece6d9;
}

@keyframes linkStdIn {
	from {background-color: inherit;}
	to{background-color: #ece6d9;}
}

.citation .nav-tabs > li.active > a {
	background-color: #0033a6;
}
.citation .nav-tabs > li.active > a:hover {
	background-color: #0033a6;
}
.citation .nav-tabs > li > a {
	background-color: #fff;
}
.citation .nav-tabs > li > a:hover {
	background-color: #ece6d9;
}
/*
###############################
	Citation: Call To Action 
###############################
*/

.citation {	overflow: hidden;}
.animation {
	background: linear-gradient(-60deg, #ece6d9, #fff, #ece6d9); /* secondarycolor */
    background-size: 1000% 1000%;
    animation: gradient 6s linear infinite;
}
@keyframes gradient {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}
/* 
############################### 
		Material Icons 
###############################
*/
@font-face {
  font-family:'Material Icons';
  font-style:normal;
  font-weight:400;
  src:url(https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
  font-family:'Material Icons';
  font-weight:normal;
  font-style:normal;
  font-size:24px;
  line-height:1;
  letter-spacing:normal;
  text-transform:none;
  display:inline-block;
  white-space:nowrap;
  word-wrap:normal;
  direction:ltr;
  -moz-font-feature-settings:'liga';
  -moz-osx-font-smoothing:grayscale;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing:antialiased;
  /* Support for Safari and Chrome. */
  text-rendering:optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing:grayscale;
  /* Support for IE. */
  font-feature-settings:'liga';
}
.material-icons.icon-center {
	display:block !important;
	text-align:center;
}
.material-icons.circle {
	border:1px solid #d3d3d3;
	border-radius:200px;
	margin:0px auto;
	width:60px;
	height:60px;
	padding:9px 0px;
	background-color:#fff;
}
.nav .material-icons { font-size:1.7em; }
/* 
############################### 
		Glyph
###############################
*/
.glyphMeeting, 
.glyphFiles, .glyphStd, 
.borderTop input[type="checkbox"], 
.borderTop input[type="radio"] {
	margin-top:1px;
	color:#0033a6;
	float:left;
	width:12%;
}
.glyphMeeting {
	font-size:1.65em;	
	padding:8px 7px 8px 9px;
	background-color: #fff;
	border-radius: 1000px;
	width:auto;
}
.glyphMeeting.red { color:#f2c1ac !important; }

.glyphFiles { font-size:1.6em; }
.glyphStd   {font-size:1.5em; }
.solid p { font-size:0.95em; }

span.glyph-alert {
	font-size:3em;
	padding-bottom:10px;
}
.borderTop input[type="checkbox"], 
.borderTop input[type="radio"] {
	margin:7px 0px 8px 0px;
}
a.removeBtn,
a.removeBtn:link span {
	color:#0033a6 !important;
	margin:5px;
}
a.removeBtn:hover span {
	color:#ece6d9 !important;
}
button .glyphicon {
	padding:3px 0px;
	margin:0px;
	font-size:1.2em;
}
button:hover .glyphicon { color:#FFF; }

ul.nav-tabs > li > a > span.glyphicon {
	font-size:1.5em;
	top:0px;
}
/* 
############################### 
		Glyph Contact
###############################
*/
.borderTopContact {
	border-top:1px solid #979797;
	padding-top:10px;
}
.borderTopContact p {
	font-size:0.9em;
	margin-bottom:10px;
	margin-top:0px;
	padding-left:0px;
}
.number p { width:60%; }

input[type=number] {
	width:100%; 
	height:25px;
}
/* 
############################### 
		BorderTop Glyph
###############################
*/
.borderTop {
	border-top:2px solid #ece6d9; /* thirdcolor */
	padding-top:10px;
}
.borderTop strong { color:#000; }
.borderTop h3 { margin-top:0px; }

.files { margin-top:20px; }

.borderTop, .files {
	padding-bottom:8px;
	margin-left:0px;
	margin-right:10px;
}
.borderTop p {
	color:#333333;
	float:left;
}
.borderTop p, 
.borderTopSimple p, 
.files a, .files > .solid  {
	margin-bottom:0px;
	margin-top:0px;
	padding-left:5px;
	width:84%;
}
.borderTop p,
.borderTop span.p, 
.borderTopSimple p,
.files a  {
	font-size:0.9em;
}
.panel-body.files { margin-top:0px; }

.files a, .files > .solid {
	position:relative;
	top:0px;
	left:0px;
	display:inline-block;
	width:100%;
}
.files > .solid { display:inline-block; }
.files p {
	padding:1px 0px 0px 0px;
	margin:0px;
	line-height:1.4em;
	display:inline;
	float:left;
	width:80%;
}
#contact .files p {
	width:100%!important;
}
.files a.important:link .material-icon,
.files a.important:visited .material-icon {
	color:#ffd401;
}
.files a.important:hover .material-icon,
.files a.important:active .material-icon {
	color:#7F7F7F;
}
.files a { border-radius: 4px; }


/* borderTop Simple SWISSMEET */
.borderTopSimple {
	border-top:1px solid #d3d3d3;	
	padding-bottom:10px;
	padding-top:10px;
}
.borderTopSimple p {
	padding-left:10px;
	padding-top:4px;
}
.borderTopSimple .col-xs-8 {
	margin:0px;
	padding:0px;
}
.borderTopOnly {
	border-top:1px solid #d3d3d3;
	padding-top:20px;
}

p.borderTop {
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/* 
############################### 
		Images 
###############################
*/
.round { border-radius:1000px; }

img.round {
	margin-top:10px;
margin-bottom:10px;
border-radius:1000px;
border:1px solid #e7e7e7;
}
/* 
############################### 
		Cover Images
###############################
*/
.full-width {
	height:22rem;
	overflow:hidden;
	padding:0px;
	position:relative;
	background-color:#e5ebef;
}
.full-width .imgCenter {
	position:absolute;
	top:50%;
	transform-origin:50% 50%;
	-webkit-transform:translateY(-50%);/* Safari */
	-ms-transform:translateY(-50%);/* IE9 */
	-moz-transform:translateY(-50%);/* FF */
	-os-transform:translateY(-50%);/* IE9 */
	z-index:1;
}

@media (min-width:768px) {
	.full-width { height:25rem; }
	.material-icons.circle { 
		width:100px;
		height:100px;
		padding:30px 0px;
	}
}/* end 768 */
@media (min-width:992px) {
	.full-width { height:35rem; }
	.borderTop p { width:84%; }
	.glyphMeeting { width:auto; }
}/* end 992 */
@media (min-width:1200px) {
	.borderTop p { width:88%; }
	.borderTopContact p { width:60%; }
	.glyphMeeting { width:auto; }
}/* end 1200 */

/* 
####################################################
####################################################
                    _             _   _             
  _ __   __ ___   _(_) __ _  __ _| |_(_) ___  _ __  
 | '_ \ / _` \ \ / / |/ _` |/ _` | __| |/ _ \| '_ \ 
 | | | | (_| |\ V /| | (_| | (_| | |_| | (_) | | | |
 |_| |_|\__,_| \_/ |_|\__, |\__,_|\__|_|\___/|_| |_|
                      |___/                         

####################################################
####################################################
*/
.nav-pills > li + li {
	margin-left:0px;
}
#menu .nav ul.dropdown-menu li.active a {
	background-color:#0033a0 !important;
	color:#fff;
}
#menu .nav ul.dropdown-menu li.active:hover a {
	background-color:#0033a0 !important;
	color:#fff;
}

#menu .navbar-nav > .open > a {
	border-top:0px;
}

.nav .open > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color:#f7f4ec; /* secondarycolor */
}

.nabvbar-default .navbar-nav > .open.active > a,
.nabvbar-default .navbar-nav > .open.active > a:hover {
	background-color: #0033a6 !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color:#ece6d9;
}

/* menu LANG */
#menu a { float:none; }

.container > #menu.navbar-collapse { 
	width:auto;
	left:15px;
	right:0px;
	top:75px; }

#menu.navbar-collapse ul.navbar-nav {
	background-color:#f7f4ec; 
	border-bottom:3px solid #ece6d9;
	padding:10px 0px 10px 0px;
	margin-top:0px;
}
#menu.navbar-collapse ul.navbar-nav li {	
	font-size:0.95em;
	color:#333333;
	float:left;
	width:100%;
}
#menu.navbar-collapse ul.navbar-nav li a {
	font-size:1.15em;
	border-bottom:0px solid #ece6d9;
	border-right:0px solid #ece6d9;
	padding:10px 65px;
	text-align:left;
}
#menu.navbar-collapse ul.navbar-nav li ul {
	background-color:#f9f9f9;
	min-width:100%;
	box-shadow:none;
}
#menu.navbar-collapse ul.navbar-nav li ul li { width:100%; }
#menu.navbar-collapse ul.navbar-nav li ul li a {
	font-size:1em;
	text-align:left;
	padding:5px 20px 5px 100px;
	border-top:0px solid #d3d3d3;
}/* sous-menu*/
#menu.navbar-collapse ul.navbar-nav li ul li a:hover {
	background-color:#ece6d9; /* secondarycolor */
	color:#0033a0;
}
.dropdown-menu {
	position:relative;
	display:none;
}

@media (min-width:768px) {

}
@media (min-width:992px) {
	#menu.navbar-collapse ul.navbar-nav li a {
		border:none;
	}
}
/* 
############################### 
		Secondary Menu
###############################
*/
.SecondaryMenu {
	position:fixed;
	top:75px;
	height:33px;
	width:100%;
	text-align:center;
	padding:0px 0px 10px 0px;
	font-size:0.95em !important;
	background-color:#FFF;
	border-bottom:0px solid #fff;
	border-top:1px solid #e5e5e5;
	box-shadow:0px 5px 3px rgba(0,0,0, 0.1);
	z-index:1000;
	letter-spacing:0.015em; 
}

.SecondaryMenu ul.nav li a:hover {
	background-color: #ece6d9;
}
.SecondaryMenu ul.nav li a:focus {
	color:#666; 
	background-color:#fff; /* secondarycolor */
}
.SecondaryMenu a:hover { 
	border-bottom:0px solid transparent;
}
.SecondaryMenu ul {
	padding-top:0px;
	margin:0px auto;
}
.SecondaryMenu li {
	display:inline-block;
	padding:0px 0px 0px 0px;
	line-height: 1.1em !important;
}
.SecondaryMenu .nav-pills > li {
	float:none !important;
}
.SecondaryMenu .nav > li {
	float:none !important;
	border-right:0px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-bottom:none;
}
.SecondaryMenu li a span {
	padding-left:5px;
	padding-top:2px;
}

.SecondaryMenu li.active a,
.SecondaryMenu ul.nav li.active a:hover {
	transition:background-color 0.4s;
	color:#f7f4ec; 
	background-color: #0033a1 !important;

}
.SecondaryMenu li.active a:focus,
.SecondaryMenu ul.nav li.active a:focus {
	color:#f7f4ec; 
	background-color: #0033a1 !important;	
}

.SecondaryMenu li a {
	padding:5px 15px 0px 15px;
	height:32px;
	color:#666666;
}
.SecondaryMenu li a > span.glyphMenu {
	font-size:1.5em;
	padding:0px 13px 0px 13px;
}
.SecondaryMenu span.material-icons {
	font-size:1.25em;
	display:inline-block;
	vertical-align:middle;
	margin:1px 0px 0px 0px;
	height:17px;
}
.SecondaryMenu span.txt {
	display:none;
}
.SecondaryMenu li a.nav-link {
    padding:0px 20px 0px 20px;
    height:31px; 
}

@media (min-width:768px) {
	.SecondaryMenu li a > span.glyphMenu {
		font-size:1.4em;
		padding:0px 0px 0px 3px;
	}
	.SecondaryMenu span.material-icons { margin:1px 5px 0px 0px; }
	.SecondaryMenu span.txt {
		display:block;
		height:17px;
		margin:2px 0px 0px 0px;
		display:inline-block;
		vertical-align:middle;
	}
	.container > #menu.navbar-collapse { width:100%; }
}/* end 768 */

@media (min-width:992px) {

	#menu.navbar-collapse ul.navbar-nav li a,
	.SecondaryMenu {
		font-feature-settings:"kern" 1; 
		font-kerning:normal;
		-moz-font-feature-settings:"kern" 1; 
		-ms-font-feature-settings:"kern" 1; 
		-o-font-feature-settings:"kern" 1; 
		-webkit-font-feature-settings:"kern" 1; 
		font-feature-settings:"kern" 1; 
		font-kerning:normal; 
		letter-spacing:0.01em;
	}
	#menu a {
		display:inline-block;
		float:left;
	}
	.container > #menu.navbar-collapse {
		padding:0px;
		width:100%;
	}
	#menu.navbar-collapse ul.navbar-nav {
		border:none; 
		padding:0px;
		background-color:transparent;
		margin-top:0px;
	}
	#menu.navbar-collapse ul.navbar-nav li { 
		 
		width:auto; 
		border:none; 
		float:left; 
		height:75px;
	}
	#menu.navbar-collapse ul.navbar-nav li ul li { height:auto; }
	#menu.navbar-collapse ul.navbar-nav li ul { box-shadow:0px 5px 3px rgba(0,0,0,0.3); }

	#menu.navbar-collapse ul.navbar-nav li a {
		font-size:1em; /* ICI FIRST */
		padding:28px 11px 8px 11px; 
		height:100%;
		margin-top:0px;
		border-top:0px solid #d3d3d3;
	}
	#menu.navbar-collapse ul.navbar-nav li ul li a {
		padding:8px 21px 8px 21px;
		margin:0px;
		width:100%;
		text-align:left;
		background-color:#f9f9f9;/*sous-menu*/
		height:auto;
	}
	#menu.navbar-collapse ul.navbar-nav li ul li a:hover { color:#000; }

	.navbar-default .navbar-collapse {
		position:static;
		top:0px;
	}
	.dropdown-menu { position:absolute; }
	.navbar{ padding-bottom:0px; }

	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
	    background-color:#0033a0;
	    color:#fff;
	}
	.nav .open > a,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color:#ece6d9; /* secondarycolor */
	}

	.glyphMenu {
		padding:4px 10px 0px 10px; 
		margin:0px;
	}
}/* end 992 */
/* 
############################### 
		Contact - Footer
###############################
*/
.footerTopBar {
	background-color:#0033a0;
	color:#fff;
	padding-right:50px;
	height:37px;
}
.footerTopBar .navbar-nav .open .dropdown-menu { position:absolute; }

#contact .dropdown-menu {
	background-color:#0033a0;
	color:#fff;
	padding:2px 0px 0px 0px;
}
#contact .dropdown-menu li a:hover {
	background-color:#fff;
	color:#0033a0;
}
#contact {
	height:1000px;	
	margin-bottom:-963px;
}
#contact h2 {
	margin-top:0px;
	padding-left:0px;
	margin-bottom:7px;
	font-size:1.8em;
	line-height:1em;
}
#contact .pContact {
	line-height:1.5em;
	font-size:0.9em;
}
#contact .glyphicon { padding-right:0px; }

#contact li .dropup {
	background-color:yellow;
	padding:0px;
	margin:0px;
	border:none;
	line-height:1em;
}
#contact .btn {
	color:#fff;
	background-color:#0033a0;
	padding:0px;
	width:61px;
	margin:0px;
	border:none;
	border-radius:0px;
	vertical-align:inherit;
	height:37px;
}
#contact .btn:hover,
#contact .btn:active {
	background-color:#fff;	
	color:#0033a0;
	box-shadow:none;
}
#contact .open > .dropdown-toggle.btn-default:focus {
	box-shadow:none;
	background-color:#fff;
	color:#0033a0;
}
#contact li a {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	height:37px;
}
#contact li a:hover {
	background-color:#f9f9f9;
	color:#0033a0;
	border:0px;
}
#contact .material-icons { font-size:1.4em; }

.alignMenu {
	position:relative;
	bottom:5px;
	padding-left:6px;
}
.alignMenuText {
	position:relative;
	bottom:-10px;
}
#contactInfo { margin-top:30px; }
#contactInfo .files a {
	padding-left:0px !important;
	font-size:1em !important;
}
.imgContact { max-width:150px; }

a.in { background:url(/img/basics/RS_in_1.png); }
a.in:hover { background:url(/img/basics/RS_in_0.png); }
a.fb { background:url(/img/basics/RS_fb_1.png); }
a.fb:hover { background:url(/img/basics/RS_fb_0.png); }
a.yt { background:url(/img/basics/RS_yt_1.png); }
a.yt:hover { background:url(/img/basics/RS_yt_0.png); }
a.insta { background:url(/img/basics/RS_insta_1.png); }
a.insta:hover { background:url(/img/basics/RS_insta_0.png); }

a.in, a.in:hover, 
a.fb, a.fb:hover, 
a.yt, a.yt:hover,
a.insta, a.insta:hover {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:50% 50%;
	display:inline-block !important;
}
@media (min-width:768px) {
	#contact li a {
		padding-left:20px;
		padding-right:20px;
	}
	#contact .glyphicon { padding-right:8px; }
	.imgContact { max-width:150px; }
}/* end 768 */
/*
#############################################
############################################# 

  _ __   __ _  __ _  ___  ___ 
 | '_ \ / _` |/ _` |/ _ \/ __|
 | |_) | (_| | (_| |  __/\__ \
 | .__/ \__,_|\__, |\___||___/
 |_|          |___/           

#############################################
#############################################
*/
/* 
###############################
	HomePage - mur d'images 
###############################
*/
#mur {
	padding-left:4%;
	padding-right:4%;
	max-width: 1600px;
}

#mur .vignette {
	padding:0px;
	margin-bottom:4% !important;
	margin-left:25px;
	margin-right:25px;
	display:block;
	overflow:hidden;
	background-color:#f7f4ee; /* secondarycolor */
	border:2px solid #f7f4ec;
	border-radius:4px;
}

#mur .medium {
	height:275px;
	padding:0px;
	margin:0px;
}
#mur .small {
	height:275px;
	font-size:100%;
}
#mur .xs {
	height:162px;
	background-color:rgba(229,235,239,1); /* secondarycolor */
}

/* mur link */
#mur a {
	padding:0px;
	overflow:hidden;
	display:block;
	position:relative;
	height:100%;
	width:100%;
}
#mur a:hover h2,
#mur a:hover h3 {
	color:#000;
	background-color:#f7f4ec;}

#mur a:hover h2 > span { color:#0033a0; }

#mur .noLink a { 
	cursor:default; 
	background-color: #f5f5f5;}

#mur .noLink a h3,
#mur .noLink a h2 {
	color:#716d65;}

#mur .noLink a:hover h3,
#mur .noLink a:hover h2 {
	background-color:#fff;}



/* mur txt */
#mur .vignette .bgWhite {
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:#fff;
	max-width:100%;
	transition:color 0.2s, background-color 0.2s, border-left 0.2s;
	z-index: 10;
}
#mur h2 {
	display: block;
	font-size:1.25em;
	line-height:1.05em;
	margin:0px;
	padding:4px 60px 17px 20px;
	background-color:#fff;
	max-width:100%;
	transition:color 0.2s, background-color 0.2s, border-left 0.2s;
}

#mur .big h2 { font-size:1.6em; }

#mur h3 {
	display:block;
	font-size:0.9em;
	font-weight: normal;
	line-height:1em;
	padding: 15px 0px 0px 47px;
	margin: 0px;
	color:#0033a0;
	transition:color 0.2s, background-color 0.2s, border-left 0.2s;
}
#mur h2 + h3 {
	padding: 0px 0px 10px 47px;
	margin-top: -12px !important;
}
#mur .vignette img {
	width:103%;
	height:auto;
	margin-left:-2%;
	transition:margin 1s;
	max-width:103%;
	transition:margin 1s;

	position:absolute;
	top:50%;
	transform-origin:50% 50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-os-transform:translateY(-50%);
	z-index:1;
}
#mur .vignette img.svg {
	position: relative;
	top: 35%;
	left: 25%;
	width: 50%!important;
}
#mur a:hover img {
	transition:margin 0.5s;
	margin-left:0%;
} 
#mur .vignette.noLink a:hover img {
	transition: none;
	margin-left:-2%;
}
/* Responsive */
@media (min-width:768px) {
	#mur {
		padding:4%;
		margin:0px auto;
		padding-top: 15px;
	}
	#mur .row {
		margin: 0px;
	}
	#mur .vignette { margin-bottom:2% !important; }

	#mur .medium {
		float:left;
		height:400px;
		margin-left:0%;
		margin-right:0%;
		width:50%;
	}
	#mur .small {
		float:left;
		width:47.8% !important;
		margin-right:0%;
		margin-left:2%;
		height:275px;
	}
	#mur .xs {
		float:left;
		width:47.8%;
		margin-right:0%;
		margin-left:2%;
		height:118px;
	}
	#mur h2 {
		font-size:1.65em;
		line-height:1em;
	}

	#mur .xs h2 { max-width:92%; }
	#mur h2 > span { font-size:0.6em; }
}/* end 768 */

@media (min-width:992px) {
	#mur .vignette { margin-bottom:14px !important; }

	#mur .medium {
		height:450px;
		width:48.9%;
		float:left;
		margin-left:0%;
	}
	#mur .small {
		width:32.33%;
		margin-right:0%;
		margin-left:1.5%;
		height: 305px;
	}
	#mur .xs {
		width:47.8%;
		height:118px; /*250px */
		margin-right:0%;
		margin-left:1.5%;
	}

	#mur h2 {
		line-height:1em;
		padding:4px 60px 17px 20px;
	}

	#mur .agenda { width:33%; }
}/* end 992 */

@media (min-width:1200px) {
	#mur .vignette { margin-bottom:14px !important; }
	#mur .medium { 
		margin:0px 0.55% 0px 0.55%; }

	#mur .small {
		width:31.9% !important;
		margin-left:1%;}
	#mur .xs {
		width:31.9%;
		margin-left:1%;}
}/* end 1200 */
/* 
############################### 
	PAGES FORMATIONS
###############################
*/

.panel { box-shadow:0 0px 0px rgba(0,0,0,0) !important; }
.panel-default { border:none; }

h2.intro {
	font-family: "Roboto", "helvetica", sans-serif;
	font-weight: 400;
	line-height:1.5em;
	font-size: 1.35em;
	/*text-indent:47px;*/
	margin-bottom: 40px;
	margin-top: 0px;
}
h2.lignes-3 {
	padding-top: 8px !important;
}
.intro + ul {
	margin-top: -15px;
}
.intro + .intro { margin-top:-15px; }

.btnFormation,
.btnFormation-sm {
	display: block;
	padding:0px 0px 0px 0px;
	margin-bottom: 15px;
	border: 1px solid #ece6d9;
	background-color: #f7f4ec;/*f7f4ec*/
}
.wide-box {
	display: block;
	padding:0px 0px 0px 0px;
	margin-bottom: 15px;
	border-right: 1px solid #ece6d9;
	border-bottom: 1px solid #ece6d9;
	border-left: 1px solid #ece6d9;
	background-color: #f7f4ec;/*f7f4ec*/
}

.btnFormation,
.btnFormation img {
	border-radius: 4px;
}
.btnFormation span.containerSvg,
.btnFormation span.containerJpg {
	height: 100px;
	overflow: hidden;
	display: block;
	border-bottom: 4px solid #ece6d9;
	border-radius: 4px 4px 0px 0px;
}
.btnFormation p {
	background-color: #fff;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding-left: 45px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-top: 0px;
	color: black;
	border-radius: 4px;
}
.btnFormation img + p {
	margin-top: 150px !important;
}

.btnFormation h2, 
.btnFormation-sm h2,
.wide-box h2 {
	background-color: #fff;
	padding: 17px 20px 20px 15px;
	font-size: 1.3em;
	margin: 0px;
}
.wide-box h2 {
	color:#bab3a9;
}
.btnFormation.active h2,
.btnFormation-sm.active h2,
.btnFormation-sm.active div.txt {
	background-color: #0033a6;
	color: #fff;
}
.btnFormation.active,
.btnFormation-sm.active {
	border: 1px solid #0033a6;
}

.btnFormation:hover,
.btnFormation-sm:hover {
	transition:background-color 0.3s;
	background-color: #f7f4ec !important; /* secondarycolor */
	border-color: #ece6d9;
}
.btnFormation:hover h2,
.btnFormation:hover p,
.btnFormation-sm:hover h2,
.btnFormation-sm:hover p  {
	transition:background-color 0.3s;
	background-color: #f7f4ec; /* secondarycolor */
}

.btnFormation:hover img {
	transition:background-color 0.3s;
	background-color: #f7f4ec;
	color: #000;
}

.btnFormation span.containerSvg img {
	height: 80px;
	margin: 10px auto 0px auto;
}

.btnFormation span.containerJpg img {
	position: absolute;
	top: -50%;
}
/* btnFormation-sm */

.btnFormation-sm {
	margin: 0px 0px 30px 0px;
	height: 80px;
	position: static;
	border-radius: 4px;
}
.wide-box {
	margin: 0px 0px 30px 0px;
	position: static;
	border-radius: 4px;
}

.btnFormation-sm span.containerSvg,
.wide-box span.containerSvg {
	float: left;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 35%;
}
.wide-box span.containerSvg {
	margin-bottom: 15px;
}
.btnFormation-sm span img,
.wide-box span img {
	width: 50%;
	height: 80px;
}

.btnFormation-sm div.txt {
	float: left;
	height: 78px;
	background-color: #f9f9f9;
	width: 65.001%;
	margin: 0px 0px 15px 0px;
	padding: 0% ;
	border-radius: 4px;
}

.btnFormation-sm h2 {
	height: 78px;
}


/* HIGHLIGHT */
.highlight a.btnFormation {
	border-color: #dde8f1 !important; /*ece6d9 dde8f1*/
	background-color: #eff4f8; /*eff4f8*/
}
.highlight a.btnFormation span.containerSvg,
.highlight a.btnFormation span.containerjpg {
	border-bottom-color: #dde8f1; /*ece6d9 dde8f1*/
}

.highlight a.btnFormation h2,
.highlight a.btnFormation p {
	background-color: #fff;
}
.highlight a.btnFormation:hover,
.highlight a.btnFormation:hover img,
.highlight a.btnFormation:hover h2,
.highlight a.btnFormation:hover p {
	background-color: #eff4f8 !important; /*f7f4ec*/
}

.highlight a.btnFormation span.containerSvg {
	display: block;
}
.highlight a.btnFormation span.containerSvg img,
.surMesure a.btnFormation span.containerSvg img,
.btnFormation span.containerSvg img {
	height: 80%;
}
.highlight a.btnFormation span.containerJpg img {
	width: 100%;
	margin: auto 0px;

}
.highlight a.btnFormation span.containerSvg,
.highlight a.btnFormation span.containerJpg,
.categorie span.containerJpg,
.surMesure a.btnFormation span.containerSvg,
.btnFormation span.containerSvg {
	height: 166px !important;
	position: relative;
	width: 100%;
}


/* CATEGORIE */
.categorie span.containerJpg {
	margin-right: 0px;
}
.categorie span.containerJpg img {
	/*width: 100%;
	margin: 0px;
	top: 0% !important;*/
	position: absolute;
	top: 50% !important;
    transform-origin: 50% 50% !important;
    -webkit-transform: translateY(-50%) !important;
}
.formation-block {
	padding: 20px 15px;
	border-radius: 4px;
}
.formation-block h2 {
	border-top:1px solid #e3e3e3;
	padding-top:10px;
	margin-bottom:0px;
	margin-top:10px;
	color:#222;
	font-size:1.45em;
}
.formation-block h2.noBorder {
	font-size:1.65em;
	border-top:0px solid !important;
	padding-top:0px !important;
	margin-top:4px !important;
}
.formation-block p.legende {
	margin-bottom:0px;
	line-height:1.5em;
	color:#333;
}

#modesFormation h2,
.modesFormation h2 {
	border-top:1px solid #e3e3e3; /*e3e3e3 ece6d9*/
	padding-top:10px;
	margin-bottom:0px;
	margin-top:10px;
	color:#222;
	font-size:1.45em;
}
.modesFormation .bgYellow2 h2 {
	border-top:1px solid #fff;
}
#modesFormation .card,
.modesFormation .card,
.card-area .card {
	padding: 15px 15px 25px 15px;
	margin-bottom: 30px;
	border-radius: 4px;
}

/*
.modesFormation input[type="radio"] {
	width: 10%;
	display:inline-block;
}
.modesFormation label {
	width:90%;
	display: inline-block;
}
*/
.card .wrapper {
	width:auto;
	background-color: #fff;
	display:block;
	border-radius: 4px;
}
p.legende { font-size:0.85em; }

a.activeNoclick h2 {
	border-left:7px solid #0033a0!important;
	background-color:#0033a0!important;
	color:#fff;
}
a.activeNoclick { pointer-events:none; }
#modesFormation span.h2,
.modesFormation span.h2 { padding-top:3px; }

#modesFormation h2.noBorder,
.modesFormation h2.noBorder {
	font-size:1.65em;
	border-top:0px solid !important;
	padding-top:10px !important;
	margin-top:4px !important;
}
#modesFormation .half,
.modesFormation .half {
	color: #b3b3b3;
}
#modesFormation p.margin,
.modesFormation p.margin {
	margin-top:10px;
	margin-bottom:12px;
}
#modesFormation p,
.modesFormation p {
	margin-bottom:0px;
	line-height:1.5em;
	color:#333;
}
#modesFormation img,
.modesFormation img,
#formateurs img  {
	margin-top:0px;
	margin-bottom:0px;
	/*border-radius:1000px;
	border:1px solid #ece6d9;*/
}
#formateurs .beige {
	background-color:#f7f4ec !important;
	border-radius: 4px;

  	padding-top: 15px;
	padding-right: 15px;
	padding-bottom:30px;
	margin-bottom: 15px;
	margin-right: 0px !important;
}
#formateurs img {
	border: 4px solid #fff;
}

@media (max-width:768px) {
	#formateurs img {
		width:50%;
	}
}

#introFormation {
	background-color: #f7f4ec;
}
#introFormation img,
#ModalInscription img {
	/*border:1px solid #e7e7e7;*/
}
#ModalInscription input[type="radio"] {
	width:auto;
	margin-right:30px;
}
#introFormation img {
	border-radius:5px;
	margin-top: 0px;
	background-color: #f9f9f9;
}
h1.h1Formation { 
	padding-top: 30px;
	padding-bottom: 0px;
	font-size: 3.5em;
	text-align: center;
	padding-right: 0px;
	-moz-font-feature-settings:"kern" 1; 
	-ms-font-feature-settings:"kern" 1; 
	-o-font-feature-settings:"kern" 1; 
	-webkit-font-feature-settings:"kern" 1; 
	font-feature-settings:"kern" 1; 
	font-kerning:normal;  
	-webkit-font-smoothing:antialiased; /* Chrome, Safari */ 
	-moz-osx-font-smoothing:grayscale; /* Firefox */ 
	text-rendering:optimizeLegibility;
}
.introFormation img {
	padding: 15px 0px;
}
.introFormation {
	background-color: #f7f4ec;
	padding: 40px 0px 40px 0px;
	border-radius: 4px;
}
.introFormation h1 {
	padding-right: 10%;
	line-height:1.1em;
}

.TabLi33 > .nav-tabs > li {
	width: 32%;
	text-align: center;
}

@media (min-width:768px) {
	.h1Formation {  
		margin-top:40px;
		margin-bottom:40px;
	}
}/* 768 */


/* 
############################### 
		EPCO
###############################
*/
.publics img { margin-top:30px; }
.glyphTable {
	font-size:1.7em;
	line-height:0em;
	padding-top:9px;
	color: #0033a0;
	border-radius:20px;
}
.table td {
	height:38px;
	padding:9px 0px 9px 9px;
}
@media (min-width:768px) {
	.table td { padding:9px 0px 4px 9px; }
}
@media (min-width:992px) {
	.table td { padding:9px 0px 4px 15px; }
}

/* 
############################### 
		OUVRIR UNE EPCO
###############################
*/

.formule .border {
	border-top: 1px solid #e3e3e3;
	display:inline-block;
	width:100%;
}
.formule h2 {
	border-top: 0px;
	padding-top:0px;
}



/*
###############################
		Blog
		Home
###############################
*/
.blog-article a {
	display: block;
	border-radius: 4px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 20px;
	border: 2px solid #ece6d9;
}
.blog-article img {
	border-radius: 0px;
}
.blog-article a:hover img {
	transition:opacity 0.4s;
	opacity: 0.92;
}
.blog-article a:hover {
	transition:background-color 0.4s;
	background-color: #f7f4ec;
}
.blog-article a:hover .beige {
	Background-color: #fff;
}
.blog-article img + p {
	font-size:1em;
	margin: 10px 0px 0px 0px;
	padding-left: 45px;
	letter-spacing: 0.03em;
}
.blog-article h2 {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 20px;
}
.blog-article p.intro {
	margin: 0px 0px 10px 0px;
	padding-left: 45px;
	padding-right: 25px;
	color: black;
}
.blog-article p.intro + p {
	padding-left: 45px;
}
.blog-article h2,
.blog-article p {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}
.blog-article h2.sm {
	font-size:1.2em;
}
/*
###############################
		Blog
		Page de l'article
###############################
*/
.article { padding-top: 50px; }
.article h1 {
	padding-right: 14% !important;
	font-size: 2.2em;
	line-height: 1.1em;
	margin-top: 0px;
}
.article h2.intro { font-size: 1.57em !important; }

.article h2 {
	font-size: 1.57em;
	line-height: 1.35em;
}
.article p,
.article li {
	color: #333;
	font-weight: 400;
	font-size: 1.2em;
}

.article p {
	line-height: 1.55em;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 37px;
}
.article .bgBeige { padding: 10px; }
.article .italic { 
	font-style: italic;
	font-size: 1.04em;
	 }
.article .light {
	font-weight: 400;
	color: #000;
}

/*mise en évidence du nom pour une interview*/
.article span.name {
	font-weight: 700;
	font-size: 0.72em;
	padding-right: 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #000;
}
.article ul {
	margin: 0px;
	padding: 0px 0px 0px 19px;
}
.article li{
	padding-left:39px;
	padding-bottom: 7px;
	line-height:1.45em;
}
.article p.legende,
.article p.signature {
	font-size: 0.85em;
	color: #000;
}
.article p.signature {
	padding-left: 0px;
	padding-top: 50px;
	margin-bottom: 0px;
}
.article a {
	font-size: 0.7em;
	vertical-align: super;
	line-height: 0em;
	border-bottom: 3px solid #0033a6;
	margin-left: 5px;
	margin-right: 3px;
	padding: 0px;
}
.article a.std {
	font-size:1em;
	font-weight: 400;
	vertical-align: baseline;
	border-radius: 0px;
	padding:0px;
	margin:0px;
	border: 0px;
}
/* Blog responsive */
@media(min-width: 768px) {
	.article h1 {
		font-size:2.5em;
	}
	.article h2 {
		font-size: 1.87em;
		line-height: 1.35em;
	}
	.article h2.intro { 
		font-size: 1.7em !important; 
	}
	.article p {
		padding-left:57px;
		font-size: 1.37em;
	}
	.article .italic {
	font-size: 1.04em;
}
}
/* 
############################### 
		Réseau
###############################
*/
.legende { list-style-type:none; padding-left:0; }

.legende img {
	position:absolute;
	clip:rect(0 20px 40px 0);
	top:-8px;
}
span.signature {
	background-color:#fff;
	position:absolute;
	border-radius:2px;
	padding:5px 10px;
	z-index:10;
	bottom:20px;
	right:40px;
	font-size:0.8em;
}
span.signature span.material-icons {
	font-size:1.1em;
	padding-right:8px;
	padding-top:3px;
}
#map {
	width:100%; 
	height:580px; 
	line-height:1.4em;
}	
/* Reset padding bottom set by bootstrap to prevent scrollbar to appear */
div.gm-style-iw strong, 
div.gm-style-iw a {
    padding-bottom:0; }
/* 
############################### 
		Team
###############################
*/
#team p {
	font-size:0.9em;
	line-height:1.4em;
	padding-left:5%;	
	margin-top:-5px;
	height:50px;
}

@media (min-width:768px) {
	#team p { padding-left:9px; }
}

/* 
############################### 
		SwissMeet
###############################
*/
#selectionInscription label .material-icons {
	display:block;
	width:100%;
	font-size:2.3em;
	color:#0033a0;
	padding-left:10px;
}
#selectionInscription .inscriptionActive .material-icons { color:#fff; }

#selectionInscription span.p strong {
	display:block;
	text-align: right;
}

.h2Prog h2 {
	margin-top:0px;
	color:#0033a0;
	border-top:1px dotted #0033a0;
	padding:40px 0px 30px 40px;
}
.h3Prog h4 { padding-left:41px; }
.well p { padding-left:27px; }

#contact li a.inverted {
	color:#0033a0;
	background-color:#f9f9f9;
	border:none;
	height:37px;
}	
.numStand { margin-top:0px; }

.stand {
	font-size:0.9em;
	margin-bottom:0px;
}
label.checkBoxSM {
	font-size:0.9em;
	padding-bottom:5px;
	
}	
label.checkBoxSM input[type="radio"],
label.checkBoxSM input[type="checkbox"] {
	margin:3px 10px 0px 0px;
	width:20px;
	display:inline-block !important;
}

iframe {
	border: 0;
	width: 100%;
}

/* POP UP COOKIES */
#popupcookie {
	position: fixed;
	bottom: 37px;
	right: 0px;
	height: auto;
	width: 100%;
	max-width: 360px;
	background-color: #f9f9f9;
	padding: 20px 30px;
	z-index: 10000;
	border: 1px solid #ece6d9;
	border-radius: 4px;
}

@media (min-width:768px) {
	#popupcookie {
		width: 450px;
		right: 15px;
	}
}
/*
###################################################
###################################################
                     _             _               
  ___  ___ _ __ ___ (_)_ __   __ _(_)_ __ ___  ___ 
 / __|/ _ \ '_ ` _ \| | '_ \ / _` | | '__/ _ \/ __|
 \__ \  __/ | | | | | | | | | (_| | | | |  __/\__ \
 |___/\___|_| |_| |_|_|_| |_|\__,_|_|_|  \___||___/
                                                   
###################################################
###################################################
*/
.titreBox {
	background-color:#fff;
	font-size:1em;
	padding:30px;
	position:static;
	top:21%;
	left:30%;
	right:30%;
	z-index:1;
	width:100%;
	border-radius:4px;
}
.titreBox h1 { 
	margin:0px;
	font-size: 2.1em;
	text-align: center;
	padding-right: 0%;
}

.h1 span.legende {
	font-size: 0.25em;
	margin-top: 22px;
    display: block;
}
span.legende {
	color:#000;
	font-size:0.6em;
	line-height:0.5em;
}
h1.h1MB { margin-bottom:30px; }
.well p { font-size:1em; }

h4.montantTotal { margin-top:12px; }
.pForm p { 
	margin:-2px 0px 0px 0px;
	padding:0px;
}
input[disabled]#Totalcost {
	border: none;
	background-color:#f4f4f4;
	color:black;	
	text-align:center;
	font-weight: bold;
	margin-top: 0px;
}
.inscriptionActive { background-color:#f7f4ec; }

/*
.inscriptionActive p, 
.inscriptionActive strong,
.inscriptionActive h3 { 
	color:#fff; 
}*/
.participantSup { padding-left:15px; }

.participantSup .col-xs-2 {
	padding-right:2px;
	padding-left:0px;
	padding-top:0px;
	float:left;
	width:15%;
}
.participantSup input[type="checkbox"],
#selectionInscription input[type="checkbox"] { 
	display:none; 
}

.participantSup img {
	font-size:2em;
	float:left;
	padding:4px;
	color:#0033a0;
	width:100%;
	background-color:#fff;
	margin-top:5px;
	cursor:pointer;
}
#selectionInscription label span.p,
#selectionInscription label p { 
	float: none;
	display: inline-block;
	width:80%;
	line-height:1.5em;
	padding:15px 0px 15px 15px;
	background-color: transparent;
	vertical-align: top;
}
#selectionInscription label img { 
	width:15%;
	display: inline-block;
	padding:5px 0px 10px 10px; }

#selectionInscription .borderTop {
	padding:5px 0px 3px 0px;
	border-width: 1px;
}
#selectionInscription input {
	margin:0px 0px 3px 0px;
	border-width: 2px;
}
.greyButton input,
.greyButton a {
	float:right;
	width:auto;	
	font-size:0.8em;
}
@media (min-width:768px) {
	.titreBox {
		position:absolute;
		top: 0%;
		margin-top: 150px;
		width:50%;
		left:25%;
		right:25%;
	}
}
@media (min-width:992px) {
	.titreBox { margin-top: 200px; }
}



.well {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f7f4ec;
}
/*
.well .btn {
  color:#0033a6;
  background-color:#fff;
  border:none;
  width:100%
  height:105%;
  background-size:202% 100%;
  background-image:linear-gradient(to left, #0033a6 50%, #fff 50%); /* secondarycolor */
  /*
  -webkit-transition:background-position 0.3s;
  -moz-transition:background-position 0.3s;
  transition:background-position 0.3s;
}*/

.well .btn:hover {
  color:#fff;
  background-position:-24% 0;
}

.well h3 {
	margin-bottom: 0px;
}

.well h3 + p {
	margin-bottom: 10px;
}
.well p {
	padding-right: 50px;
}

/* 
############################### 
		Alert
###############################
*/
.langWarningGlyph {
	font-size:8em !important;
	padding-right:0px !important;
}
#langWarning .modal-content {
	padding:8% 8% 4% 8%;
	border-radius:4px;
}
#langWarning .btn {	margin-bottom:20px; }
#langWarning .modal-dialog { margin:5%; }
.alert { display:none; }

/*close btn */
.closeBtn-screen {
	width:100%;
	height:100%;
	background-color:transparent;	
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
}
@media (min-width:768px) {
	.alert-innerbox {
		left:50%;
		width:500px;
		margin-left:-250px;
	}
}/* end 768 */
/* 
############################### 
		Captcha
###############################
*/
.g-recaptcha { margin-bottom:9px; }
.g-recaptcha > div { margin:0px auto; }
.g-recaptcha iframe { height:78px; }
/* 
############################### 
		Errors
###############################
*/
input.error, 
select.error, 
textarea.error {
	border:red solid 1px;
	margin-bottom:1px;
}
div.g-recaptcha.error { border:red solid 1px; }

span.error {
	color:red;
	font-size:0.8em;
	text-align:right;
	margin-top:-10px;
	display:none;
	width:100%;
}	
span.error.block {
    height:auto;
    margin-bottom:6px;
    margin-top:1px;
    padding:0px 11px 1px;
	display:inline-block;
}	
span.error.block2 {
    margin-top:1px;
    padding:3px 3px 0px 11px;
}	
.bgWhite { background-color:#FFF; }
input.required:invalid, 
select.required:invalid {
    box-shadow:none;
	border:1px solid red;
}

/* 
############################### 
		Tableau
###############################
*/
.tableau h2 { font-size:1.25em; }
.tableau td{ font-size:0.8em; }
.tableau th { font-size:1.1em; }

@media (min-width:768px) {
	.tableau h2 { font-size:1.65em; }
	.tableau td { font-size:0.86em; }
}/* end 768 */