/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,600,700,800,900);

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/montserrat-regular-webfont.eot');
	src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-regular-webfont.woff2') format('woff2'), url('fonts/montserrat-regular-webfont.woff') format('woff'), url('fonts/montserrat-regular-webfont.ttf') format('truetype'), url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratbold';
	src: url('fonts/montserrat-bold-webfont.eot');
	src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat-bold-webfont.woff') format('woff'), url('fonts/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserrathairline';
	src: url('fonts/montserrat-hairline-webfont.eot');
	src: url('fonts/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-hairline-webfont.woff2') format('woff2'), url('fonts/montserrat-hairline-webfont.woff') format('woff'), url('fonts/montserrat-hairline-webfont.ttf') format('truetype'), url('fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratlight';
	src: url('fonts/montserrat-light-webfont.eot');
	src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-light-webfont.woff2') format('woff2'), url('fonts/montserrat-light-webfont.woff') format('woff'), url('fonts/montserrat-light-webfont.ttf') format('truetype'), url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratblack';
	src: url('fonts/montserrat-black-webfont.eot');
	src: url('fonts/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-black-webfont.woff2') format('woff2'), url('fonts/montserrat-black-webfont.woff') format('woff'), url('fonts/montserrat-black-webfont.ttf') format('truetype'), url('fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	font-size: 14px;
	color: #4c4c4c;
}

ul.noList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

*:first-child {
	margin-top: 0;
}

.gauche {
	float: left;
}

.droite {
	float: right;
}

.clear,
.clearfix {
	clear: both;
}


ul ul, ol ul {
    list-style-type: disc;
}


a { text-decoration: none; outline: none; color: #0080C0; }
a:link { text-decoration: none; outline: none; color: #0080C0; }
a:visited { color: inherit; }
a:hover { color: inherit; }
a:active { color: inherit; }


.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.content_page a {
	color: #283060;
	text-decoration: underline;
}
.content_page a:hover {
	text-decoration: none;
}

.csc-textpic h2 {
	font-size: 18px;
}

table.contenttable {
	border: 1px solid #E2E0EB;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}
table.contenttable tr th,
table.contenttable tr td {
	padding: 10px 15px;
	border: 1px solid #E2E0EB;
}
table.contenttable tr th {
	color: #fff;
	background-color: #007FC2;
}



/* -----------------------------------------------------*/
/* ELEMENTS DE CONTENUS FLEXIBLES
/* -----------------------------------------------------*/

.bloc-bgcolor {
	padding: 15px;
	margin: 0 0 15px 0;
}
.bloc-bgcolor h2 {
	font-size: 16px;
    line-height: 20px;
    color: #7fbedf;
    font-family: "montserratbold";
    text-transform: uppercase;
    margin: 
}
/*
.bloc-bgcolor.bg-bleuclair {
	background-color: #7FBEDF;
}
.bloc-bgcolor.bg-bleufonce {
	background-color: #283060;
	color: #fff;
}
.bloc-bgcolor.bg-vertanis {
	background-color: #8faf98;
}
.bloc-bgcolor.bg-vertpomme {
	background-color: #8DC037;
	color: #fff;
}
.bloc-bgcolor.bg-violet {
	background-color: #8D87B5;
	color: #fff;
}
.bloc-bgcolor.bg-bordeaux {
	background-color: #8F1F78;
	color: #fff;
}
.bloc-bgcolor.bg-gris {
	background-color: #F0EFF4;
}*/


.bloc-bgcolor.bg-jaune {
	background-color: #feedd1;
}
.bloc-bgcolor.bg-vert {
	background-color: #dbefaf;
}
.bloc-bgcolor.bg-violet {
	background-color: #e6e3f5;
}
.bloc-bgcolor.bg-gris {
	background-color: #f1f0f5;
}
.bloc-bgcolor.bg-bleuclair {
	background-color: #dce9f5;
}


.fce-2-col {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.fce-2-col-colonne {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	vertical-align: top;
}
.fce-2-col-colonne + .fce-2-col-colonne {
	border-left: 1px solid #f5f5f5;
}
.fce-2-col-colonne.colonne-2:after {
	display: block;
	content: "";
	clear: both;
}

.fce-3-col {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.fce-3-col-colonne {
	display: table-cell;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px;
	vertical-align: top;
}
.fce-3-col-colonne + .fce-3-col-colonne {
	border-left: 1px solid #f5f5f5;
}

.fce-2-col-colonne.colonne-1, .fce-3-col-colonne.colonne-1 {
	padding-left: 0;
}
.fce-2-col-colonne.colonne-2, .fce-3-col-colonne.colonne-3 {
	padding-right: 0;
}
.fce-2-col-colonne.colonne-3:after {
	display: block;
	content: "";
	clear: both;
}


.fce-2-col-colonne ul,
.fce-3-col-colonne ul  {
	padding-left: 17px;
}





.width-1-3 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 10px 0 0px 0px;
	box-sizing: border-box;
}
.menu-rub .title {
	display: block;
	/*padding: 40px 0 0px 40px;*/
}
.menu-rub .title p {
	color: #07a0ed;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 5px solid #07a0ed;
	display: inline-block;
	margin: 0px;
	font-size: 15px;
}
.width-1-3 .list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.width-1-3 .list .item a {
	text-decoration: none;
	text-transform: uppercase;
	color: #283060;
	font-size: 15px;
	margin-bottom: 14px;
	display: inline-block;
}
.width-1-3 .list .item a:hover {
	color: #0080c0;
}
.width-1-3.img {
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}
.width-1-3.img img {
	float: right;
	min-height: 100%;
}

.menu-dropdown {
	width: 100%;
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	height: 0;
	max-height: 0;
	z-index: 99;
	transition: max-height 300ms linear;
	font-family: 'Montserrat', sans-serif;
	
}
.menu-dropdown.active {
	height: auto;
	max-height: 600px;
	border-top: none;
}

.menu-dropdown .menu-rub {
	/*display: none;*/
	opacity: 0;
	height: 0;
	max-height: 0;
	background: #ededed;
	transition: max-height,opacity 300ms linear;
	position: relative;
	box-sizing: border-box;
}

.menu-dropdown .menu-rub.active {
	/*display: block;*/
	opacity: 1;
	height: auto;
	min-height: 300px;
	/*max-height: 600px;
	transition: all 300ms linear;*/
}
.menu-dropdown .menu-rub .menu-rub-content {
	padding: 40px 20px 20px 40px;
}

.container {
	max-width: 1340px;
	width: 100%;
	overflow-x: hidden;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#logo {
	width: 195px;
	height: 130px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	margin: 0;
	margin-top: 25px;
/*	margin-bottom: 10px;*/
}

nav {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'Montserrat', sans-serif;
}
nav ul.nav {
	margin: 0;
	list-style-type: none;
}
nav ul.nav li {
	display: inline-block;
}
nav ul.nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	color: #283060;
	display: inline-block;
	border-bottom: 5px solid #283060;
	margin-left: 30px;
	position: relative;
}
nav ul.nav li a:after {
	content: '';
	height: 5px;
	width: 100%;
	display: block;
	position: absolute;
	transition: all 300ms ease-in-out;
}
nav ul.nav li a.nav-4:after {
	background: #32438c;
}
nav ul.nav li a.nav-5:after {
	background: #7fbedf;
}
nav ul.nav li a.nav-6:after {
	background: #8faf98;
}
nav ul.nav li a.nav-7:after {
	background: #8f1f78;
}
nav ul.nav li a.nav-8:after {
	background: #8d87b5;
}
nav ul.nav li a:hover:after {
	width: 0;
}
nav ul.nav li a.nav-9:after {
	background: #8dc037;
}

nav ul.nav li a.nav-644:after {
	background: #043487;
}

nav form.formRecherche {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	background-color: #f5f5f5;
	padding: 5px;
	width: 200px;
}
nav form.formRecherche input[type=text] {
	width: 160px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
}
nav form.formRecherche input[type=submit] {
	padding: 6px 5px;
	box-sizing: border-box;
	font-size: 12px;
	background-color: #0178BA;
	color: #fff;
	border: none;
}

.content {
	margin-top: 35px;
}

#home-slider .item img {
	display: block;
	width: 100%;
	height: auto;
}

#home-slider {
	width: 790px;
	height: 420px;
	position: relative;
	vertical-align: top;
	display: inline-block !important;
}
#home-slider .owl-controls {
	margin-top: 0;
	text-align: center;
	position: relative;
	top: -95%;
}
#home-slider .owl-controls .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: all 200ms ease-in-out;
}
#home-slider .owl-controls .owl-page.active span,
#home-slider .owl-controls.clickable .owl-page:hover span {
	background: #fff;
}
#home-slider .quote {
	width: 100%;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	/*height: 110px;*/
	padding: 20px 15px;
	box-sizing: border-box;
	background: rgba(154, 160, 208, 0.5);
	bottom: 0;
	transition: all 0.3s ease-in-out;
}
/*#home-slider:hover .quote {
	background: #000;
}*/


.button {
	background: #32438c;
	color: #fff;
	padding: 15px 70px;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	bottom: 40px;
	right: 57px;
}
.button:hover {
	background-color: #2f3f84;
}

.fastandfurious {
	width: 390px;
	height: 390px;
	display: inline-block;
	vertical-align: top;
}
.fastandfurious .tile {
	width: 195px;
	height: 195px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	background: #f6f6f9;
	text-align: center;
	box-sizing: border-box;
	color: #273060;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	padding: 36px 10px;
	transition: all 200ms ease-in-out;
	vertical-align: middle;
}
.fastandfurious .tile:hover {
	background-color: #9AA0D0;
	color: #fff;
}

.ico-patients-visiteurs, .ico-professionnels, .ico-etudiants, .ico-espace-presse {
	display: block;
	text-indent: -999em;
	background: url(../images/patient-visiteur.png) center no-repeat;
	height: 71px;
	width: 71px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.ico-professionnels {
	background: url(../images/professionnels.png) center no-repeat;
}

.ico-etudiants {
	background: url(../images/etudiants.png) center no-repeat;
}

.ico-espace-presse {
	background: url(../images/espace-presse.png) center no-repeat;
}

.infos-pratiques {
	background: #bbd33d;
	width: 400px;
	height: 390px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 25px 25px 0 25px;
}
.infos-pratiques h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 500;
}
.infos-pratiques .list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #a7bc3b;
}
.infos-pratiques .list .item {
	display: block;
	border-bottom: 1px solid #a7bc3b;
	height: 75px;
	line-height: 75px;
}
.infos-pratiques .list .item a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	transition: all 200ms ease-in-out;
	padding-left: 80px;
	background-position: 13px center;
	background-repeat: no-repeat;
}
.infos-pratiques .list .item a:hover {
	background-color: #b4cd2f;
	background-color: rgba(0, 0, 0, 0.1);
}
.infos-pratiques .list .item span {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	/*font-weight: 900;
	font-size: 18px;*/
}
/*
.infos-pratiques .list .item:nth-of-type(2) a {
	padding-top: 18px;
}*/
.infos-pratiques .list li.urgence-btn a {
	background: url(../images/1.png) 15px center no-repeat;
}
.infos-pratiques .list li.telephone-btn a {
	background: url(../images/2.png) 12px center no-repeat;
}
.infos-pratiques .list li.chru-btn a {
	background: url(../images/3.png) 13px center no-repeat;
}
.infos-pratiques .list li.horaire-btn a {
	background: url(../images/4.png) 13px center no-repeat;
}
/*
.infos-pratiques .list .urgence-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 52px;
	width: 52px;
	margin-right: 30px;
	float: left;
	background: url(../images/1.png) center no-repeat;
	margin-top: -18px;
}
.infos-pratiques .list .telephone-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 52px;
	width: 52px;
	margin-right: 30px;
	float: left;
	background: url(../images/2.png) center no-repeat;
	margin-top: -7px;
}
.infos-pratiques .list .chru-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 52px;
	width: 52px;
	margin-right: 30px;
	float: left;
	background: url(../images/3.png) center no-repeat;
	margin-top: -18px;
}
.infos-pratiques .list .horaire-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 52px;
	width: 52px;
	margin-right: 30px;
	float: left;
	background: url(../images/4.png) center no-repeat;
	margin-top: -18px;
}*/

#actu-slider {
	display: inline-block !important;
	width: 550px;
	height: 390px;
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;
}
#actu-slider .item {
	background: #fafafd;
}
#actu-slider .item .img {
	float: left;
	width: 275px;
	height: 390px;
	overflow: hidden;
}
#actu-slider .item .img img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	background: #fff;
}
#actu-slider .item .infos {
	float: left;
	width: 275px;
	height: 390px;
	padding: 20px;
	box-sizing: border-box;
	text-overflow: ellipsis;
}
#actu-slider .item .infos .title {
	font-weight: 700;
	font-size: 22px;
	color: #0080c0;
	text-transform: uppercase;
}
#actu-slider .item .infos .date {
	color: #4c4c4c;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#actu-slider .item .infos .content {
	font-size: 16px;
	margin-top: 10px;
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
}
#actu-slider .item .infos .content .link {
	color: #4c4c4c;
	font-weight: 500;
}
#actu-slider .owl-controls {
	margin-top: 0;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 275px;
}
#actu-slider .owl-controls .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #ccc;
	transition: all 200ms ease-in-out;
}
#actu-slider .owl-controls .owl-page.active span,
#actu-slider .owl-controls.clickable .owl-page:hover span {
	background: #0080c0;
}
#actu-slider a.btn-voirListe {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 50;
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #0080C0;
	color: #fff;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}
#actu-slider a.btn-voirListe:hover {
	background-color: #fff;
	color: #0080C0;
}

.outils-wrapper {
	height: 120px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #9aa0d0;
}
.outils-wrapper .title {
	display: inline-block;
	height: 100%;
	width: 20%;
	position: relative;
	background: url(../images/outils-title.png) center no-repeat;
	text-align: center;
	vertical-align: top;
}
.outils-wrapper .title h2 {
	margin: 0;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
	top: 45px;
	left: 70px;
}
.outils-wrapper .title h2 a {
	color: #fff;
}
.outils-wrapper .title h2 a:hover {
	color: #0178BA;
}
.outils-wrapper #outils-slider {
	display: inline-block !important;
	width: 80%;
	vertical-align: top;
	height: 100%;
	box-sizing: border-box;
	padding: 0 200px 0 50px;
}
.outils-wrapper #outils-slider .owl-wrapper-outer {
	height: 100%;
	position: relative;
	z-index: 5;
}
.outils-wrapper #outils-slider .owl-wrapper-outer .owl-wrapper {
	height: 100%;
}
.outils-wrapper #outils-slider .owl-wrapper-outer .owl-wrapper .owl-item {
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.outils-wrapper #outils-slider .owl-wrapper-outer .owl-wrapper .owl-item:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
.outils-wrapper #outils-slider .owl-wrapper-outer .owl-wrapper .owl-item a {
	display: block;
	padding-top: 20px;
}
.outils-wrapper #outils-slider .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	bottom: 0;
	z-index: 4;
}
.outils-wrapper #outils-slider .owl-controls .owl-next {
	right: 130px;
	position: absolute;
	background: url(../images/next-btn.png) center no-repeat;
	width: 22px;
	display: inline-block;
	height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.outils-wrapper #outils-slider .owl-controls .owl-prev {
	left: 0;
	position: absolute;
	background: url(../images/prev-btn.png) center no-repeat;
	width: 22px;
	display: inline-block;
	height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.outils-wrapper #outils-slider .item {
	text-decoration: none;
	display: inline-block;
}
.outils-wrapper #outils-slider .item p {
	font-size: 15px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: relative;
	margin: 5px;
}
.outils-wrapper .ico-page {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
}


/*
.outils-wrapper .ico-page-260 {
	background: url(../images/ico1.png) center no-repeat;
	width: 44px;
}
.outils-wrapper .ico-page-261 {
	background: url(../images/ico2.png) center no-repeat;
	width: 50px;
}
.outils-wrapper .ico-page-262 {
	background: url(../images/ico3.png) center no-repeat;
	width: 40px;
}
.outils-wrapper .ico-page-263 {
	background: url(../images/boussole.png) center no-repeat;
	width: 51px;
}
.outils-wrapper .ico-page-264 {
	background: url(../images/payer-ligne.png) center no-repeat;
	width: 51px;
}



.outils-wrapper .ico-faq {
	background: url(../images/ico1.png) center no-repeat;
	width: 44px;
	display: block;
	height: 50px;
	margin: 0 auto;
}
.outils-wrapper .ico-paye {
	position: relative;
	background: url(../images/payer-ligne.png) center no-repeat;
	width: 51px;
	display: block;
	height: 50px;
	margin: 0 auto;
}
.outils-wrapper .ico-carte {
	position: relative;
	background: url(../images/boussole.png) center no-repeat;
	width: 51px;
	display: block;
	height: 50px;
	margin: 0 auto;
}
.outils-wrapper .ico-news {
	position: relative;
	background: url(../images/ico2.png) center no-repeat;
	width: 50px;
	display: block;
	height: 50px;
	margin: 0 auto;
}
.outils-wrapper .ico-glossaire {
	position: relative;
	background: url(../images/ico3.png) center no-repeat;
	width: 40px;
	display: block;
	height: 50px;
	margin: 0 auto;
}*/

.footer {
	height: 120px;
	width: 100%;
	display: block;
	background: #07a0ed;
	padding: 30px 40px;
	box-sizing: border-box;
}
.footer .third {
	display: inline-block;
	width: 33%;
	vertical-align: bottom;
	color: #fff;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	padding-right: 50px;
	box-sizing: border-box;
	border-left: 2px solid #fff;
	padding-left: 16px;
}
.footer .third .title {
	font-weight: 600;
}
.footer .thirdplus {
	display: inline-block;
	width: 34%;
	vertical-align: bottom;
	color: #fff;
}
.footer .thirdplus a {
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}
.footer .thirdplus a:hover {
	color: #32438c;
}

.select-hidden {
	display: none;
	visibility: hidden;
	/*padding-right: 10px;*/
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #273060;
	width: 435px;
	height: 45px;
	border: 1px solid #273060;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	margin-bottom: 18px;
	box-sizing: border-box;
	opacity: 1;
	transition: opacity 0.3s linear;
}
.select.disabled {
	opacity: 0.3;
}

.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background-color: #f0eff4;
	padding: 12px 35px 12px 15px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.select-styled:after {
	content: "";
	width: 14px;
	height: 9px;
	background: url(../images/select.png);
	position: absolute;
	top: 19px;
	right: 15px;
}
.select-styled:hover {
	background-color: #eae9f0;
}
.select-styled:active, .select-styled.active {
	background-color: #e2e0ea;
}
.select-styled:active:after, .select-styled.active:after {
	border-color: transparent transparent #273060 transparent;
}

.input {
	color: #273060;
	width: 435px;
	height: 45px;
	border: 1px solid #273060;
	background-color: #f0eff4;
	padding: 12px 15px;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	opacity: 1;
	transition: opacity 0.3s linear;
}

.input[disabled] {
	opacity: 0.3;
}

.select .select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #e2e0ea;
	height: 320px;
	overflow-y: auto;
}
.select.active .select-options  {
	display: block;
}
.select-options li {
	margin: 0;
	padding: 12px;
	border-top: 1px solid #d4d1df;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li:hover {
	color: #f0eff4;
	background: #273060;
}
/*
.select-options li[rel="hide"] {
	display: none;
}
*/

.tools {
	position: absolute;
	right: 40px;
	top: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tools li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.tools li a {
	text-decoration: none;
}
.tools .fontup, .tools .fontdown, .tools .english, .tools .french, .tools .search , .tools .facebook , .tools .youtube , .tools .linkedin, .tools .twitter {
	display: block;
	text-indent: -999em;
	vertical-align: middle;
	margin-left: 10px;
}
.tools .fontup {
	background: url(../images/fontup.png) center no-repeat;
	height: 20px;
	width: 30px;
}
.tools .fontdown {
	background: url(../images/fontdown.png) center no-repeat;
	height: 20px;
	width: 30px;
}
.tools .english {
	background: url(../images/en.png) center no-repeat;
	height: 12px;
	width: 25px;
}
.tools .french {
	background: url(../images/fr.png) center no-repeat;
	height: 12px;
	width: 25px;
}
.tools .search {
	background: url(../images/loupe.png) center no-repeat;
	height: 22px;
	width: 22px;
}
.tools .facebook {
	background: url(../images/facebook_1.png) center no-repeat;
	height: 30px;
	width: 30px;
	background-size: cover;
}
.tools .twitter {
	background: url(../images/twitter.png) center no-repeat;
	height: 30px;
	width: 30px;
	background-size: cover;
}
.tools .youtube {
	background: url(../images/youtube_1.png) center no-repeat;
	height: 30px;
	width: 30px;
	background-size: cover;
}
.tools .linkedin {
	background: url(../images/linkedin.png) center no-repeat;
	height: 30px;
	width: 30px;
	background-size: cover;
}

#toggle {
	display: none;
	width: 28px;
	height: 30px;
	right: 40px;
	z-index: 1000;
	top: 40px;
	position: absolute;
}

#toggle span:after, #toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

#toggle span:after {
	top: 9px;
}

#toggle span {
	position: relative;
	display: block;
}

#toggle span, #toggle span:after, #toggle span:before {
	width: 100%;
	height: 5px;
	background-color: #888;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}

/* on activation */
#toggle.on span {
	background-color: transparent;
}

#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

.mapped {
	width: calc(100% - 290px);
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	min-height: 200px;
	background: #fff;
	margin-bottom: 25px;
}

.mapped .rootline {
	padding: 0;
	margin-bottom: 20px;
	/*padding: 14px;
	 padding-top: 0;*/
}
.mapped .rootline ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mapped .rootline ul li {
	display: inline-block;
	font-size: .85em;
	color: #777;
}
.mapped .rootline ul li + li:before {
	content: "/";
	font-size: .75em;
	padding-left: 5px;
	color: #777;
}
.mapped .rootline ul li a {
	padding-left: 5px;
	color: #777;
	text-decoration: none;
}
.mapped .rootline ul li a:hover {
	text-decoration: underline;
}

.mapped ul.addthis_sharing_toolbox {
	float: right;
	margin: 0 0 15px 15px;
}
.mapped ul.addthis_sharing_toolbox li {
	display: inline-block;
	margin-right: 5px;
}
.mapped ul.addthis_sharing_toolbox li a {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #007FC2;
	border-radius: 50%;
	transition: all 0.3s linear;
}
.mapped ul.addthis_sharing_toolbox li a:hover {
	-moz-box-shadow: 0px 0px 5px 3px #656565;
	-webkit-box-shadow: 0px 0px 5px 3px #656565;
	-o-box-shadow: 0px 0px 5px 3px #656565;
	box-shadow: 0px 0px 5px 3px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
	background-color: #7fbedf;
}
.mapped ul.addthis_sharing_toolbox li a span {
	background-color: transparent !important;
	line-height: 32px !important;
    height: 32px !important;
    width: 32px !important;
}
.mapped ul.addthis_sharing_toolbox li a span svg {
	height: 32px !important;
    width: 32px !important;
}



.mapped h1.title {
	text-transform: uppercase;
	font-family: "montserratbold";
	color: #7fbedf;
	font-size: 25px;
	line-height: 30px;
}
.mapped h1.title:after {
	content: '';
	height: 5px;
	width: 275px;
	background: #7fbedf;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}
.mapped #slider-img {
	width: 560px;
	float: right;
	vertical-align: top;
	box-sizing: border-box;
	background: #fbfaff;
}
.mapped #slider-img .owl-wrapper-outer {
	height: 100%;
	position: relative;
	z-index: 5;
}
.mapped #slider-img .owl-wrapper-outer .owl-wrapper {
	height: 100%;
}
.mapped #slider-img .owl-wrapper-outer .owl-wrapper .owl-item {
	height: 100%;
	text-align: center;
}
.mapped #slider-img .owl-wrapper-outer .owl-wrapper .owl-item img {
	max-width: 100%;
	height: auto;
}
.mapped #slider-img .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	bottom: 0;
}
.mapped #slider-img .owl-controls .owl-next {
	right: 0;
	position: absolute;
	background: #7fbedf;
	width: 22px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	top: 0;
	z-index: 5;
	border-radius: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	opacity: 1;
	transition: all 200ms ease-in-out;
}
.mapped #slider-img .owl-controls .owl-next:hover {
	background: #283060;
	width: 30px;
}
.mapped #slider-img .owl-controls .owl-prev {
	left: 0;
	position: absolute;
	background: #7fbedf;
	width: 22px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	top: 0;
	z-index: 5;
	border-radius: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	transition: all 200ms ease-in-out;
	opacity: 1;
}
.mapped #slider-img .owl-controls .owl-prev:hover {
	background: #283060;
	width: 30px;
}
.mapped .sommaire {
	width: calc(100% - 565px);
	float: left;
	background: #fbfaff;
	box-sizing: border-box;
	vertical-align: top;
	padding: 22px 12px 0 12px;
	margin-bottom: 35px;
}
.mapped .sommaire .title {
	color: #7fbedf;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 12px;
}
.mapped .sommaire .title:after {
	display: none;
}
.mapped .sommaire .fat-link {
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #7fbedf;
	display: block;
	transition: all 200ms ease-in-out;
	margin-bottom: 15px;
}
.mapped .sommaire .fat-link:hover {
	color: #283060;
}
.mapped .scrollTop {
	color: #7fbedf;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 40px;
	padding: 20px 0;
	display: block;
	transition: all 200ms ease-in-out;
}
.mapped .scrollTop:hover {
	color: #283060;
}
.mapped .scrollTopLink {
	text-align: right;
}
.mapped .scrollTopLink .scrollTop {
	margin-left: 0;
}
.mapped .side-content {
	width: calc(100% - 280px);
	font-family: "Roboto";
	color: #4c4c4c;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}
.mapped .side-content .subtitle {
	color: #7fbedf;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Roboto";
	font-size: 16px;
}
.mapped .side-content .details {
	font-size: 12px;
}
.mapped .side-content .bb-subtitle {
	color: #7fbedf;
	font-family: "Roboto";
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #7fbedf;
	padding: 17px 20px;
}
.mapped .side-content-bar {
	display: inline-block;
	vertical-align: top;
	width: 255px;
	margin-left: 20px;
}
.mapped .side-content-bar .tab {
	display: block;
	background: #fafafa;
	padding: 12px 11px;
	box-sizing: border-box;
	font-family: "Roboto";
	font-size: 16px;
	margin-bottom: 15px;
}
.mapped .side-content-bar .tab .title {
	font-size: 16px;
	line-height: 20px;
	color: #7fbedf;
	font-family: "montserratbold";
	text-transform: uppercase;
}
.mapped .side-content-bar .tab .title:after {
	display: none;
}
.mapped .side-content-bar .tab.jaune-tab {
	background: #e6e3f5;
}
.mapped .side-content-bar .tab.vert-tab {
	background: #dbefaf;
}
.mapped .side-content-bar .tab.violet-tab {
	background: #e6e3f5;
}
.mapped .side-content-bar .tab a {
	font-size: 15px;
	color: #4c4c4c;
	text-decoration: underline;
}
.mapped .side-content-bar .tab a.lienBorne {
	display: block;
	padding: 5px 0 5px 35px;
	background: url(../images/lien-borne-interactive.png) left center no-repeat;
	text-decoration: none;
}
.mapped .side-content-bar .tab a.lienBorne:hover {
	text-decoration: underline;
}
.mapped .side-content-bar .tab a.lienLivret {
	display: block;
	padding-left: 35px;
	background: url(../images/livret-icon.png) 4px center no-repeat;
	background-size: auto 20px;
	text-decoration: none;
}
.mapped .side-content-bar .tab a.lienLivret:hover {
	text-decoration: underline;
}
.mapped .side-content-bar .tab a.lienBorne + a.lienLivret {
	margin-top: 15px;
}
.mapped .side-content-bar .tab a.i-plan {
	display: block;
	margin: 10px 0;
	line-height: 10px;
	padding-left: 30px;
}
.mapped .side-content-bar .tab a.i-plan:before {
	content: '';
	margin-left: -30px;
	margin-right: 10px;
	height: 20px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/i-plan.png) center no-repeat;
}
.mapped .side-content-bar ul {
	padding-left: 17px;
}

.flex {
	display: flex;
}
.flex > .flex-auto {
	flex: auto;
}
.flex > .flex-1 {
	flex: 1;
}
.flex > .flex-2 {
	flex: 2;
}

[class^="flex-"] {
	background: #fff;
	border: 1px solid #eee;
	padding: 17px 12px;
	transition: margin .2s ease, background .5s ease;
	overflow: hidden;
}

.table-header > [class^="flex-"] {
	font-weight: bold;
}

.table-body {
	background: #fff;
	font-size: 1em;
}

.table-wrap {
	margin-bottom: 14px;
}
.table-wrap .title-table {
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: bold;
	border: 1px solid #7fbedf;
	padding: 17px 22px;
}

.side-bar {
	width: 274px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #3d3d3d;
	font-family: 'Roboto', sans-serif;
}
.side-bar ul.links-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	margin-bottom: 10px;
}
.side-bar ul.links-list li {
	font-weight: normal;
	box-sizing: border-box;
	position: relative;
	/*text-transform: uppercase;*/
}
.side-bar ul.links-list li + li {
	margin-top: 5px;
}
.side-bar ul.links-list li a {
	color: #3d3d3d;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.side-bar ul.links-list > li > a.current {
	font-weight: bold;
}
.side-bar ul.links-list li a:hover {
	text-decoration: underline;
}
.side-bar ul.missions-list {
	list-style-type: none;
	padding: 0;
	margin: 15px 0;
	font-size: 13px;
}
.side-bar ul.missions-list li {
	font-weight: normal;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.side-bar ul.missions-list li:before {
	content: "►";
	color: #3d3d3d;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin-right: 5px;
}
.side-bar ul.missions-list li a.current {
	font-weight: bold;
}
.side-bar .bloc1 {
	background: #e2e0eb;
	display: block;
	padding: 26px 20px;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.side-bar .bloc1 .title {
	font-family: 'montserratbold', sans-serif;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.side-bar .bloc1 .subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 22px;
}



.fast-soins {
	box-sizing: border-box;
}
.fast-soins.home {
	text-align: center;
	position: relative;
	vertical-align: top;
	display: inline-block;
	background: #f0eff4;
	height: 420px;	
	width: 550px;
	margin-bottom: 10px;
	padding: 40px 5%;
	transition: all 0.3s ease-in-out;
}
.fast-soins.home:hover {
	background: #E2E0EB;
}
.fast-soins.sidebar {
	padding: 20px;
	background: #e2e0eb;
	margin-bottom: 14px;
}
.fast-soins h2 {
	color: #273060;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: #273060;
	font-size: 20px;
	font-family: 'montserratbold';
	text-transform: uppercase;
	text-align: center;
}
.fast-soins p {
	color: #32438c;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 18px;
}
.fast-soins.sidebar p {
	font-size: 15px;
	color: #2f3e8f;
	text-align: center;
}
.fast-soins input,
.fast-soins select,
.fast-soins .select {
	width: 100%;
	font-size: 14px;
	background: #E2E0EB;
}
.fast-soins .select {
	margin-bottom: 10px;
}
.fast-soins .select-styled {
	background: #E2E0EB;
}
.fast-soins .select-styled:active,
.fast-soins .select-styled.active {
	background-color: #fff;
}
.fast-soins .select-options {
	background-color: #FFFFFF;
	border: 1px solid #273060;
}
.fast-soins .button {
	width: 100%;
	position: relative;
	bottom: inherit;
	right: inherit;
	display: block;
	padding: 13px 0;
	text-align: center;
	margin: 10px 0;
	background: #32438C;
	border: none;
	cursor: pointer;
}





.side-bar .bloc3 {
	background: #e2e0eb;
	display: block;
	margin-bottom: 14px;
	padding: 8px 0;
}
.side-bar .bloc3 .bloc-link {
	display: block;
	height: 50px;
	width: 100%;
	padding: 0 20px 0 80px;
	box-sizing: border-box;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	background: #f5f4f9;
	color: #273060;
	font-size: 14px;
	font-family: 'montserratbold';
}
.side-bar .bloc3 .bloc-link + .bloc-link {
	margin-top: 8px;
}
.side-bar .bloc3 .bloc-link.pv {
	background: #f5f4f9 url(../images/patient-visiteur.png) 20px center no-repeat;
	background-size: 40px;
}
.side-bar .bloc3 .bloc-link.pv:hover {
	background: #fff url(../images/patient-visiteur.png) 20px center no-repeat;
	background-size: 40px;
}
.side-bar .bloc3 .bloc-link.p {
	background: #f5f4f9 url(../images/professionnels.png) 20px center no-repeat;
	background-size: 40px;
}
.side-bar .bloc3 .bloc-link.p:hover {
	background: #fff url(../images/professionnels.png) 20px center no-repeat;
	background-size: 40px;
}
.side-bar .bloc3 .bloc-link.e {
	background: #f5f4f9 url(../images/etudiants.png) 20px center no-repeat;
	background-size: 40px;
}
.side-bar .bloc3 .bloc-link.e:hover {
	background: #fff url(../images/etudiants.png) 20px center no-repeat;
	background-size: 40px;
}
.side-bar .bloc3 .bloc-link.ep {
	background: #f5f4f9 url(../images/espace-presse.png) 20px center no-repeat;
	background-size: 40px;
}
.side-bar .bloc3 .bloc-link.ep:hover {
	background: #fff url(../images/espace-presse.png) 20px center no-repeat;
	background-size: 40px;
}

.accordeon-wrapper {

}
.accordeon-wrapper .accordeon-item {
	margin-bottom: 5px;
	position: relative;
}
.accordeon-wrapper .accordeon-item .accordeon-title {
	border: 1px solid #7fbedf;
	transition: all 300ms ease-in-out;
	line-height: 56px;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: #fff url(../images/drop-o.png) 97% center no-repeat;
	position: relative;
}


.accordeon-wrapper .accordeon-item .accordeon-title a {
	line-height: 56px;
	padding-left: 75px;
	text-decoration: none;
	font-family: "montserratbold";
	text-transform: uppercase;
	color: #7FBEDF;
	display: block;
	width: 100%;
	font-size: 16px;
	transition: all 300ms ease-in-out;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}
.accordeon-wrapper .accordeon-item .accordeon-title:hover,
.accordeon-wrapper .accordeon-item.active .accordeon-title {
	background-color: #7fbedf;
	color: #fff;
}
.accordeon-wrapper .accordeon-item .accordeon-title:hover a,
.accordeon-wrapper .accordeon-item.active > .accordeon-title a {
	color: #fff !important;
}
.accordeon-wrapper .accordeon-item .accordeon-title span.img {
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 50px;
	height: 50px;	
	line-height: 50px;
	text-align: center;
}
.accordeon-wrapper .accordeon-item .accordeon-title span.img img {
	vertical-align: top;
}
.accordeon-wrapper .accordeon-item a.rdv-ask {
	position: absolute;
	top: 0;
	right: 60px;
	color: #7FBEDF;
	text-align: right;
	width: auto;
	padding: 0;
	display: block;
	line-height: 56px;
	vertical-align: middle;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 200ms ease-in-out;
}
.accordeon-wrapper .accordeon-item a.rdv-ask:hover {
	color: #7FBEDF;
}
.accordeon-wrapper .accordeon-item a.rdv-ask:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 19px;
	margin-top: -5px;
	margin-right: 10px;
	width: 20px;
	background: url(../images/cal-b.png) center no-repeat;
}
.accordeon-wrapper .accordeon-item:hover a.rdv-ask,
.accordeon-wrapper .accordeon-item.active a.rdv-ask {
	color: #fff;
}
.accordeon-wrapper .accordeon-item:hover a.rdv-ask:hover {
	color: #7FBEDF;
}
.accordeon-wrapper .accordeon-item.active a.rdv-ask:hover {
	color: #fff;
}
.accordeon-wrapper .accordeon-item .accordeon-content {
	display: none;
	padding: 15px;
}

.accordeon-wrapper .accordeon-item .accordeon-content {
	box-sizing: border-box;
	padding: 15px 0;
	width: 100%;
	/*height: 100%;*/
	padding: 20px;
	overflow: hidden;
	border-top: 1px dotted #1D1D1B;
	display: none;
	margin: 0;
}
.accordeon-wrapper .accordeon-item .accordeon-content > li {
	list-style: none;
	margin-bottom: 3px;
}
.accordeon-wrapper .accordeon-item .accordeon-content > li > a {
	color: #282828;
	text-decoration: none;
}
.accordeon-wrapper .accordeon-item .accordeon-content li > ul {
	padding-left: 15px;
	border-left: 3px solid #fcb90a;
	margin: 5px 0 5px 20px;
}
.accordeon-wrapper .accordeon-item .accordeon-content li > ul > li {
	list-style: none;
	margin: 3px 0;
}

.accordeon-wrapper .accordeon-item .accordeon-content li > ul > li > a {
	text-decoration: none;
	color: #282828;
}

.accordeon-wrapper .accordeon-item .accordeon-content .desc {
	color: #666;
	margin: 5px 0;
}

.accordeon-wrapper .accordeon-item .accordeon-content ul.personnel-service li.chefDuService {
	font-weight: bold;
	margin-bottom: 10px;
}

.accordeon-wrapper .accordeon-item .accordeon-content p.lastUpdate {
	text-align: right;
	font-size: 11px;
}

.accordeon-wrapper .accordeon-item .accordeon-content a {
	color: #4c4c4c;
}

.accordeon_item.active .accordeon_itemBlock {
	background: #7fbedf;
}

.accordeon_item.active .accordeon_itemBlock > a {
	color: #fff;
}

.accordeon-wrapper .accordeon-item .accordeon-content .more {
	color: #fff;
	margin: 5px 0;
	font-style: italic;
}

.accordeon-wrapper .accordeon-item .accordeon-content .link {
	color: #7fbedf;
	margin: 5px 0;
}

.accordeon-wrapper .accordeon-item .accordeon-content .link a {
	text-decoration: underline;
}

.accordeon-wrapper .accordeon-item .accordeon-content .more a {
	text-decoration: underline;
}

.accordeon-wrapper .accordeon-item .accordeon-content .annuaire-service .responsable {
	margin-bottom: 20px;
	font-weight: bold;
}
.accordeon-wrapper .accordeon-item .accordeon-content .annuaire-service .specialite {
	margin-bottom: 25px;
}
.accordeon-wrapper .accordeon-item .accordeon-content .annuaire-service .specialite h2.specialite-libelle {
	color: #7FBEDF;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Roboto";
	font-size: 16px;
}
.accordeon-wrapper .accordeon-item .accordeon-content .annuaire-service .specialite ul {
	margin: 0 0 25px 20px;
}

.accordeon-wrapper .accordeon-item .accordeon-content .tableau-consultations .specialite {
	margin-bottom: 25px;
}
.accordeon-wrapper .accordeon-item .accordeon-content .tableau-consultations .specialite h2.specialite-libelle {
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: bold;
	border: 1px solid #7FBEDF;
	padding: 17px 22px;
	margin-bottom: 0;
}
.accordeon-wrapper .accordeon-item .accordeon-content .tableau-consultations .specialite table {
	width: 100%;
	border: 1px solid #f5f5f5;
}
.accordeon-wrapper .accordeon-item .accordeon-content .tableau-consultations .specialite th, .accordeon_inner .tableau-consultations .specialite td {
	border: 1px solid #f5f5f5;
	padding: 10px;
	width: 25%;
}
.accordeon-wrapper .accordeon-item .accordeon-content .tableau-consultations .specialite th {
	font-weight: bold;
}
.accordeon-wrapper .accordeon-item .accordeon-content .tableau-consultations .specialite td {
	vertical-align: top;
}
.accordeon-wrapper .accordeon-item .accordeon-content .info-txt {
	margin-bottom: 30px;
}
.accordeon-wrapper .accordeon-item .accordeon-content .info-txt-after {
	margin-top: 30px;
}


.resultats-recherche-annuaire {
	
}
.resultats-recherche-annuaire h2 {
	font-size: 1.3em;
	color: #333;
	border-bottom: 1px solid #333;
	margin: 35px 0;
}
.resultats-recherche-annuaire ul.pages-resultats {
	
}
.resultats-recherche-annuaire ul.pages-resultats li + li {
	border-top: 1px dotted #ccc;
	padding-top: 15px;
	margin-top: 15px;
}
.resultats-recherche-annuaire ul.pages-resultats li h3 {
	font-family: 'montserratbold', sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.resultats-recherche-annuaire ul.pages-resultats li h3:before {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "►";
	margin-right: 10px;
	color: #7fbedf;	
}
.resultats-recherche-annuaire ul.pages-resultats li .page-rootline {
	font-size: 0.8em;
	margin-left: 25px;
}
.resultats-recherche-annuaire ul.pages-resultats li .page-rootline span + span:before {
	font-family: Arial, Helvetica, sans-serif;
	content: " > ";
}






.sommaire-page {
	margin: 25px 0;
}
.sommaire-page .sommaire-item {
	display: inline-block;
	width: 32%;
	padding: 10px;
	border: 1px solid #007FC2;
	margin-bottom: 4px;
	transition: all 0.3s linear;
	box-sizing: border-box;
}
.sommaire-page .sommaire-item a {
	display: block;
	line-height: 40px;
	text-align: center;
	color: #007FC2;
}
.sommaire-page .sommaire-item a span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.sommaire-page .sommaire-item:hover {
	background-color: #007FC2;
}
.sommaire-page .sommaire-item:hover a {
	color: #fff;
}



.actus-liste {
	
}
.actus-liste .actu-item {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 35px;
	position: relative;
}
.actus-liste .actu-item.odd {
	float: left;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.actus-liste .actu-item.even {
	float: right;
	padding-left: 20px;	
}
.actus-liste .actu-item .actu-image {
	border: 1px solid #ededed;
	position: relative;
}
.actus-liste .actu-item .actu-image img {
	max-width: 100%;
	vertical-align: top;
}
.actus-liste .actu-item .themes {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0080C0;
	color: 000;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	text-align: right;
}
.actus-liste .actu-item .themes span.theme {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}
.actus-liste .actu-item .actu-content {
	margin-top: 10px;
	padding: 5px;
	transition: all 0.3s ease-in-out;
}
.actus-liste .actu-item:hover .actu-content {
	background-color: #ededed;	
}
.actus-liste .actu-item h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
	color: #0080C0;
}
.actus-liste .actu-item h2 a {
	color: inherit;
	text-decoration: none;
}
.actus-liste .actu-item .actu-accroche {
	margin-top: 0;
	line-height: 165%;
}
.actus-liste .actu-item p.actu-lien {
	color: #0178BA;
	text-align: right;
	margin-bottom: 0;
}
.actus-liste .actu-item p.actu-lien a {
	color: #0178BA;
}

ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.pagination li {
	display: inline-block;
}
ul.pagination li a {	
	border: 1px solid #0080C0;
	color: #0080C0 !important;
	display: block;
	line-height: 26px;
	padding: 0 10px;
	text-decoration: none;
	box-sizing: border-box;
}
ul.pagination li a.active,
ul.pagination li a:hover {
	background-color: #0080C0;
	color: #fff !important;
}


.actus-slider-int {
	width: 550px;
}
.actus-slider {
	
}
.actus-slider .actu-item {
	overflow: hidden;
}
.actus-slider .actu-item .img,
.actus-slider .actu-item .infos {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.actus-slider .actu-item .img {
	margin-right: 4%;
}
.actus-slider .actu-item h2 {
	font-weight: 700;
	font-size: 22px;
	color: #0080c0;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.actus-slider .actu-item h2 a {
	color: inherit;
	text-decoration: none;
}
.actus-slider .actu-item .actu-content {
	line-height: 1.5;
}



.actus-fiche .bodytext.accroche {
	font-weight: bold;
}
.actus-fiche .actu-image {
	float: right;
	margin: 0 15px 5px 0;
	margin: 0 0 5px 15px;
	border: 1px solid #ededed;
}
.actus-fiche .actu-image img {
	max-width: 100%;
	vertical-align: top;
}
.actus-fiche a.btn-back2list {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #0080C0;
	color: #fff;
	text-decoration: none;
	margin: 15px 0;
}


.actus-fiche + .actus-liste {
	margin-top: 45px;
}


.tx-felogin-pi1 {
	
}
.tx-felogin-pi1 h3 {
	font-size: 1.3em;
	margin: 0 0 15px 0;
}
.tx-felogin-pi1 h3 + div {
	margin: 15px 0;
}
.tx-felogin-pi1 form {
	
}
.tx-felogin-pi1 form fieldset {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #0178BA;
}
.tx-felogin-pi1 form fieldset legend {
	color: #fff;
	background-color: #0178BA;
	padding: 4px 10px;
	text-transform: uppercase;
}
.tx-felogin-pi1 form fieldset div + div {
	margin-top: 10px;
}
.tx-felogin-pi1 form fieldset label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}
.tx-felogin-pi1 form fieldset input[type=text],
.tx-felogin-pi1 form fieldset input[type=password] {
	border: 1px solid #0178BA;
	padding: 3px;
}
.tx-felogin-pi1 form fieldset input[type=submit] {
	border: 1px solid #0178BA;	
	background-color: #fff;
	color: #0178BA;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px;
	margin-left: 154px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.tx-felogin-pi1 form fieldset input[type=submit]:hover {
	background-color: #0178BA;
	color: #fff;
}




/* -----------------------------------------------------*/
/* POWERMAIL
/* -----------------------------------------------------*/

.tx-powermail {
	
}
.tx-powermail h3 {
	font-size: 1.5em;
}
.tx-powermail .powermail_fieldset  {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #0178BA;
	margin-bottom: 15px;
	width: 550px;
}
.tx-powermail .powermail_fieldwrap_radio fieldset,
.tx-powermail .powermail_fieldwrap_check fieldset {
	border: none;
	padding: 0;
} 
.tx-powermail .powermail_fieldset > legend {
	color: #fff;
	background-color: #0178BA;
	padding: 4px 10px;
	text-transform: uppercase;
}
.tx-powermail .powermail_fieldwrap_radio fieldset legend,
.tx-powermail .powermail_fieldwrap_check fieldset legend {
	display: inline-block;
	min-width: 150px;
	max-width: 50%;
	font-weight: bold;	
	vertical-align: top;
	line-height: 2.3125rem;
}
.tx-powermail .powermail_fieldwrap_radio .powermail_radio_outer,
.tx-powermail .powermail_fieldwrap_check .powermail_check_outer {
	display: inline-block;
}
.tx-powermail .powermail_fieldwrap_radio .powermail_radio_inner,
.tx-powermail .powermail_fieldwrap_check .powermail_check_inner {
	display: inline-block;
	margin-right: 45px;
	line-height: 2.3125rem;
}
.tx-powermail .powermail_fieldwrap_radio .powermail_radio_inner label,
.tx-powermail .powermail_fieldwrap_check .powermail_check_inner label {
	min-width: 0;
	max-width: none;
	width: auto;
	font-weight: normal;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
	
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap + .powermail_fieldwrap {
	margin-top: 10px;
}
.tx-powermail .powermail_fieldset label {
	display: inline-block;
	/*min-width: 150px;
	max-width: 250px;
	line-height: 2.3125rem;
	margin-right: 15px;*/
	width: 100%;
	font-weight: bold;	
	vertical-align: top;	
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_captcha  label {
	vertical-align: baseline;
}
.tx-powermail .powermail_fieldset label .mandatory {
	color: red;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_submit {
	text-align: center;
	margin-top: 25px;
}
.tx-powermail .powermail_fieldset .powermail_submit {
	border: 1px solid #0178BA;	
	background-color: #0178BA;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.tx-powermail .powermail_fieldset .powermail_submit:hover {
	background-color: #333;
	color: #fff;
}
.tx-powermail .powermail_fieldset .powermail_captcha_outer {
	display: inline-block;
}
.tx-powermail .powermail_message_error,
.tx-powermail .parsley-errors-list {
	color: red;
}
.tx-powermail .parsley-errors-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tx-powermail input[type="text"],
.tx-powermail input[type="password"],
.tx-powermail input[type="date"],
.tx-powermail input[type="datetime"],
.tx-powermail input[type="datetime-local"],
.tx-powermail input[type="month"],
.tx-powermail input[type="week"],
.tx-powermail input[type="email"],
.tx-powermail input[type="number"],
.tx-powermail input[type="search"],
.tx-powermail input[type="tel"],
.tx-powermail input[type="time"],
.tx-powermail input[type="url"],
.tx-powermail input[type="color"],
.tx-powermail textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: #FFFFFF;
	font-family: inherit;
	border: 1px solid #0178BA;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	font-size: 0.875rem;
	margin: 5px 0 0 0;
	min-width: 450px;
	padding: 5px;
	height: 2.3125rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.tx-powermail textarea {
	min-height: 100px;
}





/* -----------------------------------------------------*/
/* PLAN DU SITE
/* -----------------------------------------------------*/

.csc-sitemap {
	
}
.csc-sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.csc-sitemap ul ul {
	margin: 10px 0;
	padding-left: 60px;
	border-left: 1px solid #ccc;
	margin-left: 2px;
}
.csc-sitemap > ul > li {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	font-size: 18px;
}
.csc-sitemap > ul > li > ul > li {
	font-weight: normal;
	text-transform: none;
	font-size: initial;
}
.csc-sitemap ul li {
	line-height: 1.5;
}
.csc-sitemap ul li a {
	text-decoration: none;
}
.csc-sitemap ul li:before {
	content: "►";
	color: #0178BA;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.3s ease-in-out;
}
.csc-sitemap ul li:hover {
	background-color: #ededed;
}
.csc-sitemap ul li:hover:before {
	color: #bbd33d;
	display: inline-block;
}


.tx-myquizpoll-pi1 {
	padding: 15px;
    background-color: #fff;
    border: 1px solid #0178BA;
    margin-bottom: 15px;
    position: relative;
}


.tx-myquizpoll-pi1 .tx_myquizpoll_pi1-title {
	color: #fff;
    background-color: #0178BA;
    padding: 4px 10px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.tx-myquizpoll-pi1 .tx_myquizpoll_pi1-image {
	padding: 15px;
    text-align: center;
}

.tx-myquizpoll-pi1 hr {
	border: 0px solid #0178BA;
	margin: 20px 0;
}

.tx-myquizpoll-pi1 .tx_myquizpoll_pi1-question {
	display: block;
    width: 100%;
    font-weight: bold;
    vertical-align: top;
    margin: 10px 0 10px 0;
}

.tx_myquizpoll_pi1-false{
	color: #c00;
}

.tx_myquizpoll_pi1-true{
	color: #0a0;
}

.tx_myquizpoll_pi1-explanation{
    margin: 10px 0;
    padding: 10px;
    color: #32438C;
    background: #e2e0eb;
}

.tx_myquizpoll_pi1-explanation-label {
    color: #32438C;
    font-size: 1.1em;
    font-weight: dold;
}

.tx_myquizpoll_pi1-highscore-label {
	display: none;
}

.tx-myquizpoll-pi1 .tx_myquizpoll_pi1-submit,
.tx-myquizpoll-pi1 .tx_myquizpoll_pi1-reset {
	border: 1px solid #0178BA;
    background-color: #0178BA;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


.tx-myquizpoll-pi1 .csc-default{
	background: #e2e0eb;
    padding: 10px;
}
 
.csc-textpic-text img{
    max-width: 100%; 
    height:auto;
}

@media only screen and (max-width: 1339px) {
	.fast-soins.home {
		width: 40%;
	}

	nav ul li a {
		margin-left: 20px;
	}

	nav {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.content {
		margin-top: 28px;
	}

	.container {
		box-sizing: border-box;
		padding: 10px;
	}

	#home-slider .quote {
		padding: 10px 15px;
	}

	#home-slider .item img {
		height: 420px;
		width: auto;
	}

	.select, .input {
		width: 90%;
	}

	.fastandfurious {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.fastandfurious .tile {
		width: 25%;
	}

	#actu-slider .item .infos {
		width: 55%;
	}

	#actu-slider .item .img {
		width: 45%;
	}

	#actu-slider .owl-controls {
		right: 55%;
	}

	.infos-pratiques {
		width: 40%;
	}

	#actu-slider {
		width: 60%;
	}

	.button {
		padding: 15px 0px;
		position: relative;
		top: 20px;
		right: initial;
		width: 90%;
		display: inline-block;
	}

	#home-slider {
		width: 60%;
	}
}


@media only screen and (max-width: 1079px) {
	.tools {
		position: relative;
		right: 0;
		top: 50px;
		left: 60px;
	}
	
	
	.fce-2-col {
		display: block;
		width: auto;
		table-layout: none;
	}
	.fce-2-col-colonne {
		display: block;
		width: auto !important;
		box-sizing: border-box;
		padding: 20px 0;
	}
	.fce-2-col-colonne + .fce-2-col-colonne {
		border-left: none;
		border-top: 1px solid #f5f5f5;
	}
	
	.fce-3-col {
		display: block;
		width: auto;
		table-layout: none;
	}
	.fce-3-col-colonne {
		display: block;
		width: auto !important;
		box-sizing: border-box;
		padding: 20px 0;
	}
	.fce-3-col-colonne + .fce-3-col-colonne {
		border-left: none;
		border-top: 1px solid #f5f5f5;
	}
	

	.mapped .sommaire {
		width: 100%;
		margin-bottom: 15px;
	}

	.mapped .side-content {
		width: 100%;
	}

	.mapped .side-content-bar {
		width: 100%;
		margin-left: 0;
	}

	.mapped #slider-img {
		width: 100%;
		margin-bottom: 15px;
	}

	.menu-chru {
		display: none;
	}

	#toggle {
		display: block;
	}

	nav ul li {
		display: block;
		margin-bottom: 14px;
	}

	nav {
		display: block;
		width: 100%;
		right: -100%;
		transition: all 400ms ease-in-out;
		margin: 0 0 5px 0;
		vertical-align: bottom;
		position: absolute;
		z-index: 999;
		padding-top: 80px;
		box-sizing: border-box;
		top: 0;
		padding-right: 40px;
		height: 100%;
		background: #FFF;
		-moz-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.2);
		box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.2);
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=50);
	}
	nav.active {
		right: 0;
	}

	#home-slider {
		width: 100%;
		height: auto;
	}

	.container {
		box-sizing: border-box;
		padding: 10px;
	}

	.select, .input {
		width: 90%;
	}

	.button {
		padding: 15px 0px;
		position: relative;
		top: 20px;
		right: initial;
		width: 90%;
		display: inline-block;
	}

	.fast-soins.home,
	.fastandfurious,
	.infos-pratiques,
	#actu-slider {
		width: 50%;
	}

	.fastandfurious .tile {
		width: 50%;
		vertical-align: top;
		height: 210px;
	}

	#actu-slider .item .img {
		width: 40%;
	}

	#actu-slider .item .infos {
		width: 60%;
	}

	#actu-slider .owl-controls {
		right: 60%;
	}

	.outils-wrapper #outils-slider {
		padding: 18px 50px;
	}

	.outils-wrapper #outils-slider .owl-controls .owl-next {
		right: 0;
	}

	.footer {
		height: auto;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.footer .third {
		display: block;
		width: 100%;
		padding-right: 50px;
		border-left: none;
		padding-left: 0px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid #fff;
	}
	.footer .thirdplus {
		display: block;
		width: 100%;
	}
	
	.tx-powermail input[type="text"],
	.tx-powermail input[type="password"],
	.tx-powermail input[type="date"],
	.tx-powermail input[type="datetime"],
	.tx-powermail input[type="datetime-local"],
	.tx-powermail input[type="month"],
	.tx-powermail input[type="week"],
	.tx-powermail input[type="email"],
	.tx-powermail input[type="number"],
	.tx-powermail input[type="search"],
	.tx-powermail input[type="tel"],
	.tx-powermail input[type="time"],
	.tx-powermail input[type="url"],
	.tx-powermail input[type="color"],
	.tx-powermail textarea {
		min-width: 300px;
	}
	
	
	
	.actus-slider-int {
		width: 100%;
	}
	.actus-slider .actu-item .img {
		width: 275px;
		margin-right: 20px;
	}
	.actus-slider .actu-item .infos {
		width: calc(100% - 295px);
	}
}


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

	.accordeon-wrapper .accordeon-item .accordeon-title a {
		padding-left: 15px;
		width: 90%;
		line-height: 24px;
		font-size: 13	px;
		white-space: inherit;
	}
	
	.accordeon-wrapper .accordeon-item a.rdv-ask {
		position: relative;
		top: 0;
		right: 0;
		text-align: left;
		padding: 0 0 0 15px;
	}

	.table-header {
		display: none;
	}

	.table-body {
		position: relative;
		border: 1px solid #eee;
		margin-bottom: .5em;
		flex-direction: column;
	}
	.table-body > [class^="flex-"] {
		margin-left: 140px;
	}
	.table-body > [class^="flex-"]:before {
		position: absolute;
		left: 0;
		max-width: 140px;
		content: attr(data-head) ": ";
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: bold;
	}
	.table-body:nth-child(even) {
		background: #fff;
	}
	.table-body:nth-child(even) > [class^="flex-"] {
		background: #fff;
	}

	#home-slider {
		margin-bottom: 10px;
	}

	.infos-pratiques .list .item:nth-of-type(2) a {
		padding-top: 26px;
	}

	.tools {
		position: relative;
		right: 0;
		top: 50px;
		left: 60px;
	}

	/*#home-slider .quote {
		height: 200px;
	}*/

	#home-slider .owl-controls {
		top: -100px;
	}

	#home-slider .item img {
		min-height: 420px;
	}

	.container {
		box-sizing: border-box;
		padding: 10px;
	}

	.fast-soins, #home-slider, .fastandfurious, .infos-pratiques, #actu-slider {
		width: 100%;
	}

	.fastandfurious .tile {
		width: 50%;
		vertical-align: top;
	}

	.infos-pratiques {
		margin: 10px 0;
	}

	.select, .input {
		width: 90%;
	}

	.button {
		padding: 15px 0px;
		position: relative;
		top: 20px;
		right: initial;
		width: 90%;
		display: inline-block;
	}

	#actu-slider .item .infos {
		width: 55%;
	}

	#actu-slider .item .img {
		width: 45%;
	}

	#actu-slider .owl-controls {
		right: 55%;
	}

	.outils-wrapper {
		height: 160px;
	}
	.outils-wrapper .title {
		height: initial;
		width: 100%;
		background: none;
	}
	.outils-wrapper .title h2 {
		top: 10px;
		left: initial;
	}
	.outils-wrapper #outils-slider {
		width: 100%;
		padding: 10px;
	}

	.outils-wrapper #outils-slider .owl-controls .owl-next {
		right: 0;
	}

	.outils-wrapper #outils-slider {
		height: initial;
	}

	.footer {
		height: auto;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.footer .third {
		display: block;
		width: 100%;
		padding-right: 50px;
		border-left: none;
		padding-left: 0px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid #fff;
	}
	.footer .thirdplus {
		display: block;
		width: 100%;
	}

	.menu-dropdown {
		display: none;
	}

	nav ul li {
		display: block;
		margin-bottom: 14px;
	}

	nav {
		display: block;
		margin-bottom: 5px;
		vertical-align: bottom;
		position: absolute;
		z-index: 999;
		padding-top: 80px;
		box-sizing: border-box;
		right: -100%;
		transition: all 400ms ease-in-out;
		top: 0;
		padding-right: 40px;
		height: 100%;
		background: #FFF;
		-moz-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.2);
		-o-box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.2);
		box-shadow: -5px 0px 50px 0px rgba(0, 0, 0, 0.2);
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=50);
	}
	nav.active {
		right: 0;
	}

	#toggle {
		display: block;
	}

	.side-bar {
		display: none;
	}

	.mapped {
		width: 100%;
		margin-left: 0;
	}

	.mapped .sommaire {
		width: 100%;
		margin-bottom: 15px;
	}

	.mapped .side-content {
		width: 100%;
	}

	.mapped .side-content-bar {
		width: 100%;
		margin-left: 0;
	}

	.mapped #slider-img {
		width: 100%;
		margin-bottom: 15px;
	}

	.accordeon_item .rdv-ask {
		left: 40px;
		top: 20px;
		font-size: 10px;
		left: 40px;
		right: inherit;
	}

	.accordeon_item .rdv-ask:before {
		height: 13px;
		margin-top: -3px;
		margin-right: 5px;
		width: 14px;
		background-size: contain;
	}

	.accordeon_item .rdv-ask:hover:before {
		background-size: contain;
	}

	.accordeon_item.active .rdv-ask:before {
		background-size: contain;
	}
	
	.tx-powermail input[type="text"],
	.tx-powermail input[type="password"],
	.tx-powermail input[type="date"],
	.tx-powermail input[type="datetime"],
	.tx-powermail input[type="datetime-local"],
	.tx-powermail input[type="month"],
	.tx-powermail input[type="week"],
	.tx-powermail input[type="email"],
	.tx-powermail input[type="number"],
	.tx-powermail input[type="search"],
	.tx-powermail input[type="tel"],
	.tx-powermail input[type="time"],
	.tx-powermail input[type="url"],
	.tx-powermail input[type="color"],
	.tx-powermail textarea {
		min-width: 250px;
	}
	
	
	.actus-slider-int {
		width: 100%;
	}
	.actus-slider .actu-item .img {
		width: 200px;
		margin-right: 20px;
	}
	.actus-slider .actu-item .img img {
		max-width: 100%;
	}
	.actus-slider .actu-item .infos {
		width: calc(100% - 225px);
	}
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
  background: #668bb1;
  color: #ffffff;
  padding: 15px;
  text-decoration: none;
  position: relative;
}
.panel-group .panel-heading a.collapsed {
  background: #eeeeee;
  color: inherit;
}
.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top:5px;
  font-size:30px;
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
}
.panel-group .panel-collapse {
  margin-top: 5px !important;
}
.panel-group .panel-body {
  background: #ffffff;
  padding: 15px;
}
.panel-group .panel {
  background-color: transparent;
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}

.bxslider li {
	text-align: center;
}
.bxslider li a {
	display: inline-block;
}

.buorg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #A29330;
    background: #FDF2AB no-repeat 1em 0.55em url(http://browser-update.org/img/dialog-warning.gif);
    text-align: left;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif; color:#000;
    font-size: 12px;
}
.buorg div {
    padding: 5px 36px 5px 40px;
}
.buorg a {
    color: #E25600;
}
#buorgclose {
    position: absolute;
    right: .5em;
    top:.2em;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size:14px;
    padding:0;
}

.hiddenDiv > div * {
background-color: red;
}

/*
 * Date : 25/11/19
 * Auteur : T.CHOLLEY
 * Demandeur : Sorya LANFRANCHI <slanfranchi@chu-besancon.fr> & salome Trouillard <strouillard@philanthropia.fr>
 * Contexte : Mail du 22/11/19 => Demande ajout d'un menu "FAIRE UN DON" de ce type
 * 
 *  Faire un don en ligne
 *     - pour la recherche
 *     - pour le bien-�tre
 *     - pour les investissements technologiques
 *   Pourquoi soutenir le CHU de Besan�on ?
 *   Entreprises : comment nous soutenir ? 
 *   Comment faire un legs au CHU ?
 *   Nos m�c�nes et donateurs
 * 
 * */

.menu_drop-resume-li{
	margin-top: -2%;
    text-transform: uppercase;
    color: #4a93b7;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 14px;
}

.menu_drop-resume-li a:hover {

    color: #0080c0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
	background-color: #07A0ED !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
	background-color: #07A0ED !important;
}

#tarteaucitronDotGreen, #tarteaucitronPersonalize2, #tarteaucitronAllDenied2{
	background-color: #07A0ED !important;
}

a.external-link-new-window {
	color:#6e9926 !important;
}
a.external-link-new-window::after {
    color: #6e9926 !important;
    content: '';
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    display: inline-block;
    margin-left: 5px;
    background-image: url(../images/external_link.png);
}