
/* ExtendedCI template */
ul.languages { list-style: none;text-align: right;margin: 10px 0 0 0;}
ul.languages li { font-size: 0.9em;}


.warraper_content_page ul li {
margin-left: 15px;
}
div.alert-box {
	line-height: normal;
}
a, a:link, a:visited, a:active, a:focus, a:hover {
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
-ms-transition: all .15s linear;
transition: all .15s linear;
}
a *, a:link *, a:visited *, a:active *, a:focus *, a:hover * {
-webkit-transition: all .15s linear;
-moz-transition: all .15s linear;
-o-transition: all .15s linear;
-ms-transition: all .15s linear;
transition: all .15s linear;
}

input[type="file"] {
margin: 0 0 12px;
}

.button, a.button, input.button {
	margin-bottom: 10px;
}

#img-logo-print, #print_info {
	display: none;
}


  @media print {
    #ul-menu-bar, #footer, #breadcrumbs, #top-header, #btns-share, #widget-domainewgs-accordion { display: none !important; }
    .columns {
    	width: auto !important;
    	float: none !important;
    	padding: 0 !important;
    	margin: 0 0 10px !important;
    }
    #header {
		margin: 0;
		padding: 0;
		background: #fedc8c !important;
	}
	#img-logo-print {
		display: block;
		margin-top: 10px;
	}
	#print_info {
		display: block;
		border-top: 1px solid #000;
		margin-top: 30px;
	}
	#logo {
		display: none !important;
	}
	.button {
		display: none;
	}
	.warraper_content_page {
		padding: 0 !important;
	}
	.readmore-js-section {
		height: auto !important;
	}
	.readmore-js-toggle {
		display: none  !important;
	}

  }


@media only screen and (max-width: 680px) {
	
	/* Force table to not be like tables anymore */
	table.responsive-table, 
	table.responsive-table thead, 
	table.responsive-table tbody, 
	table.responsive-table th, 
	table.responsive-table td, 
	table.responsive-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table.responsive-table tr { border: 1px solid #ccc; }
 
	table.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
	table td.td-without-title {
		padding-left: 10px;
	}
 
	table.responsive-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	table.responsive-table td:before { content: attr(data-title); }
}







.clear {
	clear: both;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
border-color: #2ba6cb;
}
body {
	font-family: "Open Sans";
	font-family: Arial,sans-serif;
	background: #0098ca;
}
h1, h2, h3, h4, h5, h6 {
	color: #95579d;
	color: #2ba6cb;
	font-family: 'Bariol';
	font-family: Arial,sans-serif;
}
p {
margin-bottom: 10px;
}
.warraper {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
}
.warraper_content_page {
	background: url(../images/bottom-gradian-header.png) top no-repeat #FFF;
	padding: 50px 0;
}
.relative {
	position: relative;
}


a, a:hover, a:focus, a:active {
	cursor: pointer;
		-webkit-transition: color 0.15s ease-in-out 0s;
	-moz-transition: color 0.15s ease-in-out 0s;
	-o-transition: color 0.15s ease-in-out 0s;
	transition: color 0.15s ease-in-out 0s;
}
.home-last-post {
	padding:15px;
	transition: background-color 0.15s ease-in-out 0s;
}
.home-last-post:hover {background-color: #ddd}
.home-last-post h3{margin-top: 0;color:#2ba6cb;}
.home-last-post .button:after {clear: both;}
.home-last-post .button{margin-top:-10px;margin-bottom: 10px;}
.home-last-post img{margin-right: 10px;}
.home-last-post a {display: block;color: #222}
.home-last-post p {margin-bottom: 0;font-size: 0.9em;}

.side-block {}

.post-list{margin:15px 0;min-height: 230px;padding:15px;background-color: #f5f5f5}
.post-list img{float: left; margin-right: 20px;}
.post-list h2{font-size: 1.8em;margin: 0 0 5px;;}
.post-list .date{font-size: 0.9em;margin:0;margin-top:-5px;color:#666}
.post-list .categories{font-size: 0.9em;font-style:italic;margin:-5px 0 10px;color:#666}

.post .date {font-size: 0.9em;margin:0;color:#666;margin-top: -15px;}
.post .categories{font-size: 0.9em;font-style:italic;margin:-5px 0 10px;color:#666}
.post #slider{position: relative;}

.alert-box h4{color:#fff;}

form p.note {margin: 0;color: #555;font-style: italic;font-size: 0.9em;}

/* Foundation */
.button {box-shadow: none;border: none;}
.row { width:1170px; max-width: 100%;}

.pagination a, .pagination strong {	padding: 3px 5px;}
.pagination a:hover {background-color: #e6e6e6;}
.pagination strong{
	background: none repeat scroll 0 0 #2BA6CB;
	color: white;
	cursor: default;
	font-weight: normal;
}

.contain-to-grid .top-bar {
	max-width: none;
	background: none;
}
@media only screen and (min-width: 940px) {
	.contain-to-grid .top-bar {
		height: auto;
	}	
}
@media only screen and (max-width: 940px) {
	.contain-to-grid .top-bar {
		height: 80px;
	}	
}

.top-bar, .top-bar.expanded {height: 45px;}
.top-bar section > ul.right > li > a {
	border-left: 1px solid #e1e1e1;
	border-right: medium none;
}
.top-bar section > ul.right > li:first-child > a {
	border-left: none;
}

#header {
	margin: 0;
	padding: 0;
	background: #fedc8c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZWRjOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRjNTNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #fedc8c 0%, #fdc53e 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fedc8c), color-stop(100%,#fdc53e));
	background: -webkit-radial-gradient(center, ellipse cover,  #fedc8c 0%,#fdc53e 100%);
	background: -o-radial-gradient(center, ellipse cover,  #fedc8c 0%,#fdc53e 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #fedc8c 0%,#fdc53e 100%);
	background: radial-gradient(ellipse at center,  #fedc8c 0%,#fdc53e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedc8c', endColorstr='#fdc53e',GradientType=1 );
	position: relative;
}

#sliderhomepage {
	background-image: url("../images/home-welcome.png");
	background-position: right -20px;
	background-repeat: no-repeat;
	padding:30px 0 200px;
}
#sliderhomepage h1 {color: #ffffff;}
#sliderhomepage h2 {color: #ffffff;font-size: 1.6em;font-weight: normal}



section#footer {
	background-color:#202226;
	padding: 0;
	margin: 0;
	color: #717172;
	font-size: 12px;
}
section#footer h5 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}

.four.columns h2, .three.columns h2{font-size: 1.6em;}
.four.columns h3, .three.columns h3{font-size: 1.3em;margin-bottom: 0.3em;}
.four.columns h4, .three.columns h4{font-size: 1.1em;margin-bottom: 0.2em;}
.four.columns p, .three.columns p{font-size: 0.9em;line-height: 1.4em;}

ul.side-nav li {
	margin-bottom: 5px;
}
ul.side-nav li a{
	background-color: #f3f3f3;
	color: #2BA6CB;
	padding: 2px 10px;
	transition: background-color 0.15s ease-in-out 0s;
}
ul.side-nav li a:hover{
	background-color: #eaeaea;
	color: #3F73A5;
}

.article {margin-bottom: 30px;}
.article .five.columns {padding-top:60px;}


@media only screen and (max-width: 940px)
{
	header#homepage{
		background-image: url("../images/home-mobile-welcome.png");
		background-position: right 20px;
		background-repeat: no-repeat;
		padding:30px 0 90px;
	}
	.top-bar.expanded {height: 100%}
	.top-bar.expanded section > ul > li > a {
		border-bottom: 1px solid #333333;
		border-left: none;
	}
}
@media only screen and (max-width: 768px)
{
	header#homepage{
		background-size: auto 120px;
		padding:30px 0 50px;
	}
}

@media only screen and (max-width: 480px)
{
	header#homepage{
		background-size: auto 70px;
		padding:20px 0 20px;
	}
}








#copyright {
	background: #141518;
	color: #969698;
	padding: 20px 0 18px;
	font-family: "Arial";
	font-size: 12px;
}

.slider-paretenaires.flexslider .slides img {
	width: auto;
display: block;
max-width: 100%;
margin: 0 auto;
}
.slider-paretenaires p {
	padding: 0;
	margin: 0;
}
.slider-paretenaires .flex-direction-nav a {
background: #c1c1c1;
padding: 0;
margin: 0;
line-height: 64px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width: 72px;
overflow: hidden;
display: inline-block;
height: 64px;
text-indent: 10000px;
opacity: 1;
left: auto;
right: auto;
top: 50%;
margin-top: -32px;
}
.slider-paretenaires .flex-direction-nav a.flex-next {
	right: 2%;
}
.slider-paretenaires .flex-direction-nav a.flex-prev {
	left: 2%;
}
.slider-paretenaires .flex-direction-nav a:before {
	font-size: 25px;
line-height: 67px;
color: #FFF;
position: absolute;
left: 0;
top: 0;
display: inline-block;
width: 100%;
z-index: 99999;
text-align: center;
text-indent: 0;
}
.slider-paretenaires .flex-viewport {
margin: 10px 8%;
}

body #strzLoggedAsEditorFlag {
width: 50px;
height: 50px;
background: url(../images/nexusae0_icon2.png) no-repeat center;
background-size: 100% 100%;
}



ul.langage-selector {
padding: 0;
margin: 18px 0 10px;
overflow: hidden;
}
ul.langage-selector li {
display: block;
padding: 0;
margin: 0 5px;
list-style: none;
width: 30px;
height: 30px;
float: right;
}
ul.langage-selector li:hover a, ul.langage-selector li.active a {
	opacity: 0.5;
}
ul.langage-selector li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(../images/flags.png) no-repeat 0 0;
	text-indent: 1000px;
	overflow: hidden;
}
ul.langage-selector li.lang-en a {
	background-position: -90px 0;
}


.top-bar ul>li.toggle-topbar {
	width: auto;
	top: 18px;
}
#logo {
padding: 0;
margin: 0;
display: inline-block;
height: auto;
position: static;
text-align: center;
}
#logo-bloc {
	height: auto;
	background: none;
}
@media only screen and (min-width: 940px) {
	#logo {
		margin-top: -24px;
	}	
}
@media only screen and (max-width: 940px) {
	#logo-bloc {
		margin-bottom: 20px;
		text-align: center;
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}


#logo img {
padding: 0;
margin: 0 auto;
display: block;
}

#header-contain-to-grid {
	background: none;
	padding-bottom: 30px;
}


#ul-menu-bar {
	background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #fdfdfd 10%, #f1f1f1 59%, #ececec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(10%,#fdfdfd), color-stop(59%,#f1f1f1), color-stop(100%,#ececec));
background: -webkit-linear-gradient(top,  #ffffff 0%,#fdfdfd 10%,#f1f1f1 59%,#ececec 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#fdfdfd 10%,#f1f1f1 59%,#ececec 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#fdfdfd 10%,#f1f1f1 59%,#ececec 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#fdfdfd 10%,#f1f1f1 59%,#ececec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.top-bar ul>li.has-dropdown .dropdown {
    background: #2ba6cb;
    height: auto;
}
.top-bar ul>li.has-dropdown .dropdown li {
    background: transparent;
}
.top-bar ul>li.has-dropdown .dropdown li a:hover {
	background: #0089B3;
}
.top-bar ul>li.has-dropdown a:after {
	border-color: #2ba6cb transparent transparent transparent;
}
.top-bar ul>li.has-dropdown.active a:after {
	border-color: #FFF transparent transparent transparent;
}
@media only screen and (min-width: 940px){
	#ul-menu-bar {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#ul-menu-bar > li.first {
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}
	#ul-menu-bar > li.last {
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
}


.top-bar ul>li:not(.name):hover, .top-bar ul>li:not(.name).active {
background: #91e0f8;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxZTBmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzJiYTZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzAwODNhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYmE2Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #91e0f8 0%, #2ba6cb 49%, #0083aa 93%, #2ba6cb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91e0f8), color-stop(49%,#2ba6cb), color-stop(93%,#0083aa), color-stop(100%,#2ba6cb));
background: -webkit-linear-gradient(top,  #91e0f8 0%,#2ba6cb 49%,#0083aa 93%,#2ba6cb 100%);
background: -o-linear-gradient(top,  #91e0f8 0%,#2ba6cb 49%,#0083aa 93%,#2ba6cb 100%);
background: -ms-linear-gradient(top,  #91e0f8 0%,#2ba6cb 49%,#0083aa 93%,#2ba6cb 100%);
background: linear-gradient(to bottom,  #91e0f8 0%,#2ba6cb 49%,#0083aa 93%,#2ba6cb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91e0f8', endColorstr='#2ba6cb',GradientType=0 );
}
.top-bar ul>li:not(.name):hover a, .top-bar ul>li:not(.name).active a {
color: #FFF;	
}
.top-bar ul>li a:not(.button) {
	font-size: 14px;
	color: #2ba6cb;
}





.slider-home {
overflow: hidden;
background: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
margin: 0 auto;
}
#slider-home .flex-control-nav {
padding: 0;
margin: 0;
bottom: 30px;
}
#slider-home .flex-control-paging li a {
background: #FFF;
box-shadow: none;
width: 10px;
height: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
opacity: 0.5;
}
#slider-home .flex-control-paging li a.flex-active {
	opacity: 1;
	width: 14px;
	height: 14px;
	top: -2px;
	position: relative;
}
#slider-home img {
width: auto;
float: right;
max-width: 50%;
}

#slider-home .content-slider {
max-width: 50%;
float: left;
}
#slider-home h3 {
color: #FFF;
text-transform: uppercase;
font-size: 3.5em;
text-shadow: 0 2px 1px #baa871;
margin-bottom: 20px;
}

#slider-home .read-more {
display: inline-block;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
font-size: 18px;
color: #FFF;
padding: 10px 28px 10px;
background: #dc4da0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #dc4da0 0%, #c82674 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc4da0), color-stop(100%,#c82674));
background: -webkit-linear-gradient(top, #dc4da0 0%,#c82674 100%);
background: -o-linear-gradient(top, #dc4da0 0%,#c82674 100%);
background: -ms-linear-gradient(top, #dc4da0 0%,#c82674 100%);
background: linear-gradient(to bottom, #dc4da0 0%,#c82674 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4da0', endColorstr='#c82674',GradientType=0 );
-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
margin: 10px 0;
float: right;
}
#slider-home .read-more:hover {
	background: #c82674;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4MjY3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYzRkYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c82674 0%, #dc4da0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c82674), color-stop(100%,#dc4da0));
background: -webkit-linear-gradient(top,  #c82674 0%,#dc4da0 100%);
background: -o-linear-gradient(top,  #c82674 0%,#dc4da0 100%);
background: -ms-linear-gradient(top,  #c82674 0%,#dc4da0 100%);
background: linear-gradient(to bottom,  #c82674 0%,#dc4da0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c82674', endColorstr='#dc4da0',GradientType=0 );

	}

.center {
	text-align: center;
}


#social-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#social-footer li {
margin: 0 2px 5px 0;
padding: 0;
list-style: none;
background: none;
display: inline-block;
}
#social-footer li a {
margin: 0;
padding: 0;
/* background: url(../images/social-icons.png) no-repeat 0 0; */
list-style: none;
display: inline-block;
overflow: hidden;
font-size: 26px;
background: #FFF;
line-height: 36px;
text-align: center;
width: 36px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFF;
}
#social-footer li a:hover {
	opacity: 0.7;
}
#social-footer li.link-facebook a {

}
#social-footer li.link-twitter a {
 background-position: -121px 0;
}
#social-footer li.link-gplus a {
 background-position: -78px 0;
}

#social-footer li.link-youtube a {
 background-position: -160px 0;
}



::selection {
background: #3facd6;
color: #FFF;
}

::-webkit-scrollbar {
  background:#fff;
  width:15px;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  transition:all .2s linear
}
::-webkit-scrollbar-thumb {
  background:#0098ca ;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  transition:all .2s linear
}
::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)
}








/*
#widget-domaines-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}
#widget-domaines-accordion h5 {
    display: block;
    background: #FF9927;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
#widget-domaines-accordion li ul {
    display: none;
}
#widget-domaines-accordion li {
    font-weight: normal;
    cursor: auto;
    background-color: #fff;
    padding: 0 0 0 7px;
}
#widget-domaines-accordion a {
    text-decoration: none;
}
#widget-domaines-accordion a:hover {
    text-decoration: underline;
}


#widget-domaines-accordion h5 a {
display: block;
padding: 0 10px;
margin: 0;
line-height: 30px;
}


*/


#breadcrumbs {
margin: 0 0 20px;
}

#breadcrumbs span,  #breadcrumbs a {
display: inline-block;
margin: 0 0 0 5px;
}

#widget-domainewgs-accordion h5 a {
line-height: normal;
display: inline-block;
color: #FFF;
}
#widget-domainewgs-accordion li {
    list-style: none;
margin: 0 0 15px;
line-height: normal;
}
#widget-domainewgs-accordion .ui-accordion-header {
background: #2ba6cb;
}





ul.ul-domaines {

}
ul.ul-domaines li {
	margin: 0 0 10px;
	list-style: none;
}






.prix {
font-size: 16px;
color: #808080;
font-weight: bold;
}


a.button {
color: #FFF !important;
}


table {
	width: 100%;
}
table tbody tr td {
border-bottom: 1px solid #DDD;
}
table tbody tr:last-child td {
border: none;
}

table.text-v-middle td, table.text-v-middle th {
	vertical-align: middle;

} 




.profildemande {
	margin: 0 0 10px;
	line-height: 1.4em;
}





ul.lists-recherche {
    padding: 0;
    margin: 0 0 40px;
}
ul.lists-recherche li {
    padding: 0;
    margin: 0 10px;
    list-style: none;
}






ul.lists-quizzs {
    padding: 0;
    margin: 0 0 40px;
}
ul.lists-quizzs > li {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}



.item-question label {
display: inline-block;
padding: 0 10px;
line-height: normal;
}
.item-question {
margin: 0 0 30px;
}

.item-question.valide {
	border: 1px solid #009E33;
}
.item-question.invalide {
	border: 1px solid red;
}

.item-question .my-invalide-reponse {
	background: red;
}
.item-question .valide-reponse {
	background: green;
}
.item-question .valide-reponse label,
.item-question .my-invalide-reponse label {
	color: #FFF;
}




#btn-add-file, .btn-min {
font-size: 12px;
padding: 5px 10px;
margin: 0 0 20px;
}
.btn-remove {
margin-left: -15px;
width: 15px;
display: inline-block;
}



.item-input-file:first-child .btn-remove, .item-input-email:first-child .btn-remove {
	display: none;
}

#top-header form {
	margin: 18px 0 0; 	
}
#top-header .iconsearch {
	position: absolute;
right: 10px;
top: 9px;
color: #727272;
}
#top-header #query {
	min-width: 200px;
}

.fdescription {
margin: 0 0 15px;
}

table h4 {
font-size: 1.2em;
}
table h3 {
font-size: 1.4em;
}



a.button-close-readmore, a.button-open-readmore {
margin-bottom: 20px;

}
a.button-close-readmore:hover, a.button-open-readmore:hover {
	color: #000;
}
a.button-close-readmore i {
top: 4px;
position: relative;
}
a.button-open-readmore i {
top: -2px;
position: relative;
}




.btns-share .button {
padding: 5px 0px 6px;
width: 40px;
line-height: normal;
text-align: center;
margin: 0 0 10px;
float: none;
display: inline-block;
}

#map-canvas img {
max-width: none;
}
 #map-canvas {
    height: 300px;
    margin: 0px;
    padding: 0px
  }







.boxhome-item img, img.effetrotation {
  -webkit-transition:-webkit-transform .3s;
  -moz-transition:-moz-transform .3s;
  -o-transition:-o-transform .3s;
  -ms-transition:-ms-transform .3s;
  transition:transform .3s;
}
 
.boxhome-item img:hover, img.effetrotation:hover {
     -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}







.slider-1-text-1 {
font-size: 30px;
background: #0097d0;
color: #FFF;
padding: 6px 20px;
line-height: 40px;
font-weight: bold;
text-align: center;
}
.slider-1-text-2 {
font-size: 18px;
font-weight: normal;
font-style: italic;
background: #FFF;
color: #484848;
padding: 0 20px;
line-height: 52px;
}

.slider-2-text-1 {
font-size: 30px;
background: #fdcb27;
color: #FFF;
padding: 6px 20px;
line-height: 40px;
font-weight: bold;
text-align: center;
}
.slider-2-text-2 {
font-size: 18px;
font-weight: normal;
font-style: italic;
background: #FFF;
color: #484848;
padding: 0 20px;
line-height: 52px;
}




.slider-3-text-1 {
font-size: 30px;
background: #5b3c7d;
color: #FFF;
padding: 6px 20px;
line-height: 40px;
font-weight: bold;
text-align: center;
}
.slider-3-text-2 {
font-size: 18px;
font-weight: normal;
font-style: italic;
background: #FFF;
color: #484848;
padding: 0 20px;
line-height: 52px;
}










