@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





/*reinitialisation du template*/
.layout-main {
	width:100%;
}

#main-wrapper, .main-content-accueil{

	width: 100%;
	max-width: inherit;
	display: inline-block;

}

.block .content{
	margin-top:0;
}


.ligne{
	max-width:80%;
	display:flex;
	justify-content: space-between;
	margin:0 auto;
	flex-wrap: wrap;
	padding:0 15px;
	
}

.ligne .ligne {
	padding:0;
	max-width:initial;
}

.main-content .section{
	padding:0;
}

article {
	width:100%;
}

/* general */

.view-l-equipe-des-urologues .view-content .views-row, .path-actualites .views-row, a, span, #block-voschirurgiens ul li a:after {
	transition: all 0.5s;
}

a:hover {
	border:none;
}
a:hover, a:focus, .link:hover, .link:focus {
    color: #294a9c;
}
.main-content p {
	
}

.main-content h1 {

}

.main-content h2 {

}

.main-content h3 {

}


/*Grille*/

.droite{
	justify-content: flex-end;
}

.gauche{
	justify-content: flex-start;
}

.pleine_largeur{
	max-width: inherit;
}

.colonne_1-1{
	width:100%;
}

.colonne_1-2{
	width:47.22%;
}

.colonne_1-3{
	width:29.63%;
}

.colonne_2-3{
	width:64.81%;
}

.colonne_1-4{
	width:20.83%;
}
.colonne_3-4{
	width:73.61%;
}

.colonne_1-5{
	width:16.25%;
}
.colonne_2-5{
	width:37.19%;
}

.colonne_3-5{
	width:53.44%;
}

.colonne_4-5{
	width:79.06%;
}

.grille {
	display: grid;
	grid-template-columns: 1fr repeat(12, minmax(5px, 110px)) 1fr;
	grid-gap: 5px;
	width: 100%;
}

.fin{
	margin-right:0;
}
/*colonne fin*/

/*---------- RGPD --------------*/
#sliding-popup.sliding-popup-top{
	background: #5d5c5c;
}

#sliding-popup .popup-content{
	display: flex;
    padding: 7px 0;
}

#sliding-popup .popup-content #popup-text{
	margin: auto 20px auto 0;
	max-width: initial;
	text-align: center;
}
#sliding-popup .popup-content #popup-buttons{
	margin: auto 0;
	min-width: 180px;
}

#sliding-popup .popup-content #popup-buttons button{
	margin: auto 10px;
    border: 1px solid #fff;
    padding: 5px 16px;
    border-radius: 0;
    background: #fff;
    color: #2f2f2f!important;
    font-weight: 700;
    font-size: 13px;
}
#sliding-popup .popup-content #popup-buttons button:hover{
	background:transparent;
	color:#fff!important;
	text-shadow: none;
	box-shadow: none;
}
/*----------RGPD fin-----------*/

/*---------- Effets --------------*/
[type-animation="fondu"] {
	opacity: 0;
}

[type-animation="zoom"] {
	opacity: 0;
	transform: scale(0.6);
}

[type-animation="spirale"] {
	opacity: 0;
	transform-origin: top left;
	transform: rotate(145deg);
}

[type-animation="bas_haut"] {
	transform: translate(0px, 100px);
	opacity: 0;
}

[type-animation="haut_bas"] {
	transform: translate(0px, -100px);
	opacity: 0;
}

[type-animation="gauche_droite"] {
	transform: translate(-100px, 0);
	opacity: 0;
}

[type-animation="droite_gauche"] {
	opacity: 0;
	transform: translate(100px, 0);
}

.animated {
	transition-delay : 300ms;
	transition-duration : 1600ms;
	opacity: 1;
	transform: none;
}
.path-user .user-register-form,
.path-user .user-login-form {
    margin: 0 auto;
    max-width: max-content;
}
.path-user .region-content form {
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 20px;
}
.path-user .user-register-form label,
.path-user .user-login-form label {
    display: block;
    float: left;
    width: 160px;
}
.path-user .user-register-form select,
.path-user .user-login-form input,
.path-user .user-register-form input {
    width: 580px;
}
.path-user .region-content .form-actions input {
    width: auto;
}
input.form-submit, .button {
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 1px solid #294a9c;
    border-radius: 0;
    border-radius: 40px;
    background-color: #294a9c;
    background-image: none;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
}
input.form-submit:hover, .button:hover {
    background-color: #fff;
    border: 1px solid;
    color: #d62978;
}
/* Liens contextuels */
.tabs ul.primary {
    margin: 0 auto;
    max-width: max-content;
}
.tabs ul.primary li a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tabs ul.primary li:first-child a {
    border-top-left-radius: 20px;
	padding-left:20px;
}
.tabs ul.primary li:last-child a {
    border-top-right-radius: 20px;
	padding-right:20px;
}
.tabs ul.primary li a:hover,
.tabs ul.primary li.is-active a {
    border-bottom-color: #7BDEFF;
    background-color: #7BDEFF;
}
.tabs ul.primary li a {
    color: #fff;
    border-width: 1px;
	border-color: #294a9c;
    background-color: #294a9c;
	text-shadow: none;
    font-size: 0.929em;
    line-height: 1.9;
}
.tabs ul.primary li a:hover {
    color: #fff;
}
/* --Siperfish modif --*/

ul#superfish-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 0;
}

ul#superfish-main li {
	background:none;
}

ul#superfish-main li a, ul#superfish-main li a:visited, ul#superfish-main li>span {
    background: none;
    border-radius: 0;
    text-shadow: none;
    font-weight: 300;
    color: #707070;
    padding: 15px 40px;
    margin: 0;
    display: block;
    border: none;
    cursor: pointer;
}
ul#superfish-main >li:first-child a {
	background-image:url(../images/picto_home.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:30px;
	color:transparent;
}
ul#superfish-main li a:hover,
ul#superfish-main li.active-trail a,
ul#superfish-main li.active-trail span,
ul#superfish-main li a:focus,
ul#superfish-main li a:active,
ul#superfish-main li>span:hover{
	background: #d62978;
    color: #fff;
}
ul#superfish-main li ul li a, 
l#superfish-main li ul li a:visited,
ul#superfish-main li ul li>span {
	background-color:#d62978;
	color:#fff;
}
ul#superfish-main li ul li a, ul#superfish-main li ul li a:visited {
    background-color: #d62978;
    border: 1px solid #d62978;
    color: #fff;
    float: none;
    font-weight: 400;
}
ul#superfish-main > li.active-trail:first-child a,
ul#superfish-main > li:first-child a:hover {
	background-color:transparent;
	background-image:url(../images/picto_home.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:40px;
	color:transparent;
}

#superfish-main .sf-multicolumn li>ol>li.sf-depth-2 a.is-active,
ul#superfish-main li ul li a:hover,
ul#superfish-main li ul li a:focus,
ul#superfish-main li ul li a.is-active {
	background-color:#fff;
	color:#d62978;
}
ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper span.nolink.menuparent:hover {
	background-color:transparent;
}
ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper a.menuparent, ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper span.nolink.menuparent {
	color:#fff;
	font-weight:400;
}
#superfish-main .sf-multicolumn li > ol {
    width: 220px !important;
    display: flex;
    justify-content: center;
    background-color: #d62978;
    position: relative;
    left: 0;
    flex-wrap: wrap;
    margin: auto;
    padding: 25px 0px 25px 24px;
    top: 10px;
}
#superfish-main li:nth-child(3) .sf-multicolumn li>ol>li.sf-depth-2,
#superfish-main li:nth-child(5) .sf-multicolumn li>ol>li.sf-depth-2 {
    width: 100% !important;
}
#superfish-main li:nth-child(3) .sf-multicolumn li>ol>li.sf-depth-2 a,
#superfish-main li:nth-child(5) .sf-multicolumn li>ol>li.sf-depth-2 a {
    font-size: 16px;
    margin: 0;
    text-transform: none;
}
#superfish-main li:nth-child(5) .sf-multicolumn li > ol {
    width: 320px!important;
}
#superfish-main li:nth-child(4) .sf-multicolumn li > ol {
    width: 1100px!important;
    display: flex;
    flex-wrap: wrap;
    background-color: #d62978;
    position: fixed;
    left: 50%;
    margin-left: -550px !important;
    top: 137px;
    padding: 20px 25px;
    margin: auto;
}
#superfish-main .sf-multicolumn li>ol>li.sf-depth-2 {
    width: 24%!important;
    margin: 0 1% 0 0;
}
#superfish-main #main-menu-link-content9b4eca79-bb45-4447-8996-78f70c806d5a .sf-multicolumn li>ol>li.sf-depth-2 {
    width: 24%!important;
}
ul#superfish-main .sf-multicolumn-column {
    width: 100%!important;
}
ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper a.menuparent, ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper span.nolink.menuparent,
#superfish-main .sf-multicolumn li>ol>li.sf-depth-2 a,
#superfish-main .sf-multicolumn li>ol>li.sf-depth-2 span,
ul.sf-menu span.nolink,
ul#superfish-main.sf-style-default li.sf-multicolumn-wrapper a {
	padding:1em 1.5em;
    color: #fff;
    margin: 0 0 18px;
    display: block;
    width: auto;
    border: 1px solid #fff;
    border-width: 0 0 1px;
}
#superfish-main #main-menu-link-content9b4eca79-bb45-4447-8996-78f70c806d5a .sf-multicolumn li > ol > li.sf-depth-2 a,
#superfish-main #main-menu-link-content9b4eca79-bb45-4447-8996-78f70c806d5a .sf-multicolumn li > ol > li.sf-depth-2 span{
	text-transform:none;
}
ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper span.nolink.menuparent,
#superfish-main .sf-multicolumn li>ol>li.sf-depth-2 span,
ul.sf-menu ul li span.nolink,
#superfish-main .sf-multicolumn li>ol>li.sf-depth-2 a {
    line-height: 1.2;
    padding: 20px 5%;
	text-transform:uppercase;
    width: 80%;
}
ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper span.menuparent:hover,
#superfish-main .sf-multicolumn li>ol>li.sf-depth-2 a:hover {
	color:#3f1a45;
}
ul#superfish-main.sf-style-default li.sf-multicolumn-wrapper ol ol {
    display: flex;
    flex-direction: column;
    width: 100%!important;
}
#superfish-main .sf-multicolumn li>ol li.sf-depth-3 {
    padding: 0 0 0 5px;
}
ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper ol, ul.sf-menu.sf-style-white li.sf-multicolumn-wrapper ol li {
    width: 100% !important;
}
ul#superfish-main.sf-style-default li li li {
    background: transparent;
}
#superfish-main .sf-multicolumn li>ol li.sf-depth-3 a {
    padding: 3px 0 3px 20px;
    margin: 0;
    font-weight: 200;
    text-transform: initial;
    color: rgba(255, 255, 255, 0.87);
    min-height: initial;
    border-width: 0;
    font-size: 16px;
    background: url(../images/fleche-menu.png) 5px 9px no-repeat;
}
#superfish-main .sf-multicolumn li>ol li.sf-depth-3 a:hover,
#superfish-main .sf-multicolumn li>ol li.sf-depth-3 a.is-active {
	color:#000;
    background: #fff url(../images/fleche-menu-h.png) 5px 9px no-repeat;
}
body {
    background: #fff !important;
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}
.layout-container {
	max-width:100%;
}
#block-filsdariane {
	position:absolute;
	top:10px;
}
.page-node-type-actualites #block-filsdariane {
	display:none;
}
#block-filsdariane + h2 {
	margin-top:0;
}
.node__content {
    margin-top: 0;
    font-size: 1em;
}
.view-bandeau-haut ul,
.node__content ul {
	margin-left:0;
	padding:0;
}
.view-bandeau-haut ul li,
.node__content ul li {
	background-image:url(../images/puce.png);
	background-position:0px 7px;
	background-repeat:no-repeat;
	background-size:6px;
	list-style:none;
	margin-left:10px;
	padding-left:15px;
}
.view-bandeau-haut ul li {
	background-position:0px 8px;
	background-size:8px;
}
.page-node-12 .view-bandeau-haut ul li a {
	font-size:20px;
}
.region-bandeau-haut {
	background-color:#7BDEFF;
}
.region-bandeau-haut .ligne {
    display: block;
}
.region-bandeau-haut .text-formatted ul {
	display:flex;
	flex-wrap:wrap;
	float:right;
    margin: 0;
    padding: 0;
}
.region-bandeau-haut ul li {
	list-style:none;
}
.region-bandeau-haut ul li a {
	color:#fff;
	display:block;
	max-width:max-content;
	padding:10px 40px;
}
.region-bandeau-haut ul li:first-child a {
	background-color:#d62978;
}
.region-bandeau-haut ul li:first-child a:hover {
	background-color:#fff;
	color:#d62978;
}
.region-bandeau-haut ul li:nth-child(2) a {
	background-color:#294a9c;
}
.region-bandeau-haut ul li:nth-child(2) a:hover {
	background-color:#fff;
	color:#294a9c;
}
.region-bandeau-haut ul li:last-child a {
    background-color: #333;
    background-image: url(../images/picto_lieux_FFFFFF.svg);
    background-position: 22px 50%;
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-right: 30px;
}
.region-bandeau-haut ul li:last-child a:hover {
	background-color:#d62978;
}
header {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
	max-width:90%;
}
header.menu-scroll-up {
	background-color:#fff;
	position:fixed;
	top:0;
	max-width:100%;
	width:100%;
	z-index:99;
}
header.menu-scroll-up + .region-slideshow {
	margin-top:120px;
}
h1, h2, h3, h4 {
	line-height:1.3;
	text-align:left;
}
.region-primary-menu {
	margin:auto 0;
}
.path-frontpage h1 {
	color:#294a9c;
	text-transform:uppercase;
}
h2 {
	color:#294a9c;
	font-size:36px;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform:uppercase;
}
.path-frontpage h2 {
	font-size:44px;
}
h3 {
	font-size:24px;
}
.text-formatted ul, .text-formatted ol {
    margin: 0 0 1em 15px;
}
a, a:link,
a:hover, a:active, a:focus, .link:hover, .link:active, .link:focus {
	border-bottom:none;
    text-decoration: none;
}
p a, p a:link {
	font-weight:600;
	text-decoration:underline;
}
p a:hover {
	color:#3b3b3b;
}
span.btn,
a.btn {
    color: #294a9c;
	display:block;
    font-size: 18px;
    font-weight: 500;
	max-width:max-content;
    padding: 5px 45px 5px 0;
    position: relative;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale ul li a:after,
span.btn:after,
a.btn:after {
    background-image: url(../images/fleche_right_D62978.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 0px;
    top: 50%;
    width:25px;
}
a:hover span.btn,
a.btn:hover {
	color:#d62978;
    padding: 5px 65px 5px 0;
}
ul, ol {
    padding: 0 0 0.25em 1.5em;
}
.breadcrumb ol {
    margin: 15px 0 35px;
    font-size: 13px;
    text-align: left;
    font-style: italic;
}
.region-breadcrumb {
	display:none;
}
.path-frontpage .region-slideshow {
    background: #F2F2F2;
    padding: 50px 0;
}
.region-slideshow {
    background: #F2F2F2;
    padding: 0;
    position: relative;
}
.region-slideshow h1 {
	color:#d62978;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:46px;
	margin-bottom:70px;
	text-transform:uppercase;
}
.region-slideshow h1 strong {
	color:#294a9c;
	font-family: 'League Spartan', sans-serif;
	font-size:70px;
	font-weight:800;
	text-transform:none;
}
/*
.flexslider {
    margin: 0;
    background: transparent;
    border: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
.flexslider ul li {
	display:flex !important;
	flex-wrap:wrap;
	justify-content:space-between;
}
*/
.view-slideshow.view-display-id-block_1 > .view-content > .views-row{
	display:flex;
	padding: 0 10vw;
}
.view-slideshow.view-display-id-block_1 > .view-content > .views-row > div.views-field-body{
    background-image: url(../images/poitilliers.png);
    background-position: 90% 50px;
    background-repeat: no-repeat;
    background-size: 80px;
    width: 33.33%;
}
.view-slideshow.view-display-id-block_1 > .view-content > .views-row > div.views-field-field-image{
	width:66.66%
}
.view-slideshow.view-display-id-block_1 > .view-content > .views-row > div.views-field-field-image > div {
    margin: 0 0 0 auto;
}
.view-slideshow.view-display-id-block_1 > .view-content > .views-row > div > div{
	margin:auto;
}
.path-frontpage #block-asco-theme-content {
	padding:50px 0;
}
.text-formatted ul#accroches {
	margin:0;
	padding:0;
}
.field--name-field-recidive {
	border-top:1px solid #d62978;
	padding-top:1px;
}
.field--name-field-traitements ul,
.field--name-field-recidive ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
}
.field--name-field-traitements ul li,
.field--name-field-recidive ul li {
	list-style:none;
	width:calc(47.5% - 130px);
}
ul#accroches li {
    background-image: none;
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
.field--name-field-recidive ul li, .field--name-field-traitements ul li, ul#accroches li a {
    background-position: 20px 50%;
    background-repeat: no-repeat;
    background-size: 80px;
    color: #254d4d;
    display: block;
    margin-bottom: 10px;
    padding: 20px 10px 20px 120px;
}
.field--name-field-recidive ul li strong,
.field--name-field-traitements ul li strong,
ul#accroches li a strong {
	color:#254d4d;
	font-size:24px;
	font-weight:800;
}
ul#accroches li:first-child a {
	background-image:url(../images/picto_urgences-h.png);
}
ul#accroches li:first-child a strong,
ul#accroches li:first-child a span {
	color:#d62978;
}
ul#accroches li:first-child a span.btn {
	color:#294a9c;
}
ul#accroches li:first-child a span.btn:hover {
	color:#d62978;
}
ul#accroches li:first-child a span {
	font-weight:600;
}
.field--name-field-recidive ul li,
.field--name-field-traitements ul li,
ul#accroches li:last-child a {
	background-image:url(../images/picto_plateau.png);
}
ul#accroches li:first-child a:hover {
	background-image:url(../images/picto_urgences.png);
}
ul#accroches li:last-child a:hover {
	background-image:url(../images/picto_plateau-h.png);
}
ul#accroches li a:hover {
    box-shadow: 0 10px 20px 5px rgb(0 0 0 / 7%);
}
#img-centre {
	background-image:url(../images/toulouse.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:20px;
}
.region-centres,
.region-pathologies {
	background-attachment:fixed;
	background-image:url(../images/photo_pathologies_temp.webp);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
#block-pathologies {
    height: 650px;
    padding-top: 30px;
}
#block-pathologies h2 {
    background-image: url(../images/cercle_pointillier.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 610px;
    bottom: 0;
    color: #fff;
    left: 0;
    margin-bottom: 0;
    padding: 200px 0 70px;
    position: absolute;
    text-align: center;
    width: 100%;
}
#block-pathologies .text-formatted ul {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#block-pathologies ul li {
	list-style:none;
	position:absolute;
}
#block-pathologies ul li#incontinence {
    left: 0;
    top: 395px;
}
#block-pathologies ul li#urologie-f {
    left: 170px;
    top: 190px;
}
#block-pathologies ul li#cancerologie {
    left: 360px;
    top: 40px;
}
#block-pathologies ul li#calculs {
    right: 430px;
    top: 40px;
}
#block-pathologies ul li#urologie-m {
    right: 200px;
    top: 190px;
}
#block-pathologies ul li#autres {
    right: 0;
    top: 395px;
}
#block-pathologies ul li a {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 80px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
	min-width:100px;
    padding: 100px 10px 0;
    text-align: center;
}
#block-pathologies ul li a:hover {
/*    background-color: #7BDEFF;
	background-position:50% 10px;*/
    transform: scale(1.2);
}
#block-pathologies ul li#incontinence a {
    background-image: url(../images/picto_incontinence-urinaire_294A9C.png);
}
#block-pathologies ul li#urologie-f a {
    background-image: url(../images/picto_urologie-feminine_294A9C.png);
}
#block-pathologies ul li#cancerologie a {
    background-image: url(../images/picto_cancerologie_294A9C.png);
}
#block-pathologies ul li#calculs a {
    background-image: url(../images/picto_calcul-urinaire_294A9C.png);
}
#block-pathologies ul li#urologie-m a {
    background-image: url(../images/picto_urologie-masculine_294A9C.png);
}
#block-pathologies ul li#autres a {
    background-image: url(../images/picto_autre-pathologie_294A9C.png);
}
.region-centres {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.region-equipe .ligne,
.region-centres .ligne {
	display:block;
	padding:0;
	max-width:100%;
}
.region-footer .ligne,
.region-parcours .ligne {
	display:block;
	padding:0 30px;
}
.region-centres > div {
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	width:40%;
}
.region-centres > div#block-2centresdeconsultation {
	width:100%;
}
.region-centres > div#block-2centresdeconsultation h2 {
    background-image: url(../images/bg_centre.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 700px;
    color: #fff;
    left: 0;
    margin-bottom: 50px;
    margin-top: 0;
    padding: 50px 0 170px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}
#block-consultationambroisepare, #block-consultationrivegauche {
    display: block;
    padding: 400px 5% 50px;
}
#block-consultationambroisepare {
	background-image:url(../images/consultation-ambroise-pare.jpg);
}
#block-consultationrivegauche {
	background-image:url(../images/consultation-rive-gauche.jpg);
}
#block-consultationambroisepare .content, #block-consultationrivegauche .content {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    margin: 0 auto;
    max-width: max-content;
    padding: 30px 40px;
}
#block-partelephone h3,
#block-voschirurgiens h3,
.region-centres h3 {
	background-image:url(../images/picto_centre.png);
    background-position: center top;
    background-repeat: no-repeat;
	background-size:60px;
	color:#254d4d;
	font-weight:800;
	padding:80px 10px 30px;
	text-align:center;
}
#block-partelephone .text-formatted ul,
.region-centres .text-formatted ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0;
	padding:0;
}
#block-partelephone ul li,
.region-centres ul li {
	border-left:1px solid #707070;
	color:#707070;
	list-style:none;
	padding: 0 20px;
}
#block-partelephone a.btn,
.region-centres a.btn {
	margin:20px auto 0;
}
.region-equipe {
    background-image: url(../images/poitilliers.png);
    background-position: 90% 50px;
    background-repeat: no-repeat;
    background-size: 80px;
    height: 680px;
    position: relative;
}
.region-equipe:before {
    background-image: url(../images/photo_equipe.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    content: "";
    height: 580px;
    position: absolute;
    left: 0px;
    top: 50px;
    width: 75%;
}
#block-voschirurgiens {
    background-color: #fff;
    border-radius: 20px;
	box-shadow:0 10px 20px 5px rgb(0 0 0 / 7%);
    max-width: max-content;
    padding: 20px;
    position: absolute;
    right: 10%;
    top: 100px;
}
#block-voschirurgiens h3 {
	background-image:url(../images/picto_equipe.png);
}
#block-voschirurgiens .text-formatted ul {
	margin:0;
	padding:0;
}
#block-voschirurgiens ul li {
	list-style:none;
}
.page-node-17 .view-bandeau-haut p a,
#block-voschirurgiens ul li a {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
    border-bottom: 1px solid #E1ECE4;
    color: #254d4d;
    display: block;
    padding: 10px 60px;
    position: relative;
	text-align:left;
}
.page-node-17 .view-bandeau-haut p a:first-of-type,
#block-voschirurgiens ul li:first-child a {
	background-image:url(../images/vignette_dr-bernard.png);
}
.page-node-17 .view-bandeau-haut p a:nth-of-type(2),
#block-voschirurgiens ul li:nth-child(2) a {
	background-image:url(../images/vignette_dr-berrogain.png);
}
.page-node-17 .view-bandeau-haut p a:nth-of-type(3),
#block-voschirurgiens ul li:nth-child(3) a {
	background-image:url(../images/vignette_dr.png);
}
.page-node-17 .view-bandeau-haut p a:nth-of-type(4),
#block-voschirurgiens ul li:nth-child(4) a {
	background-image:url(../images/vignette_dr-lunardi.png);
}
.page-node-17 .view-bandeau-haut p a:last-of-type,
#block-voschirurgiens ul li:last-child a {
	background-image:url(../images/vignette_dr-plante.png);
}
.page-node-17 .view-bandeau-haut p a:last-of-type,
#block-voschirurgiens ul li:last-child a {
	border-bottom:0;
}
.page-node-17 .view-bandeau-haut p a:hover,
#block-voschirurgiens ul li a:hover {
	color:#d62978;
}
.page-node-17 .view-bandeau-haut p a:after,
#block-voschirurgiens ul li a:after {
    background-image: url(../images/fleche_right_D62978.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size:20px;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
    width:25px;
}
.page-node-17 .view-bandeau-haut a:hover:after,
#block-voschirurgiens ul li a:hover:after {
	right:0;
}
#block-voschirurgiens a.btn {
	margin: 10px auto 0;
}
.region-parcours {
    background-color: #F2F2F2;
    padding: 20px 30px 50px;
}
#block-parcoursdesoins h2 {
	color:#294a9c;
	margin-bottom:30px;
}
#block-parcoursdesoins .text-formatted ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
	padding:0;
}
#block-parcoursdesoins ul li {
	list-style:none;
	width:25%;
}
#block-parcoursdesoins ul li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 60px;
    display: block;
    padding: 80px 0 10px;
}
#block-parcoursdesoins ul li a strong {
	color:#254d4d;
	display:block;
	font-size:20px;
}
#block-parcoursdesoins ul li:first-child a {
    background-image: url(../images/picto_rendez-vous.png);
}
#block-parcoursdesoins ul li:nth-child(2) a {
    background-image: url(../images/picto_consultation.png);
}
#block-parcoursdesoins ul li:nth-child(3) a {
    background-image: url(../images/picto_hospitalisation.png);
}
#block-parcoursdesoins ul li:last-child a {
    background-image: url(../images/picto_retour.png);
}
.region-footer {
	background-color:#294a9c;
	clear:both;
	padding-top:1em;
}
.region-footer p,
.region-footer a {
	color:#fff;
}
#liens-footer {
	display:block;
	float:right;
}
.view-bandeau-haut {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.view-bandeau-haut .view-header {
	margin:auto;
    padding-right: 50px;
    padding-left: 10vw;
    width: calc(40% - 10vw - 50px);
}
/*.view-bandeau-haut .view-header {
    margin: auto;
}*/
.view-bandeau-haut .view-content {
	display:flex;
	width: 60%;
}
.view-bandeau-haut .view-content > div {
	height:100%;
    margin: 0 0 0 auto;
}
.view-bandeau-haut .view-content > div * {
	height:100%;
}
.view-bandeau-haut .view-content > div img {
	object-fit:cover;
	width:100%;
}
.path-actualites h1,
.view-bandeau-haut .view-header h1 {
    color: #294a9c;
    font-family: 'League Spartan', sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: none;
}
.page-node-type-praticien .node .ligne,
.node--type-page .ligne,
.region-accroches .ligne,
.node--type-pathologies .ligne {
	display:block;
	max-width:100%;
}
.path-frontpage .node--type-page .ligne {
	display:flex;
	max-width:80%;
}
.path-frontpage .node--type-page .node__content > div {
    max-width: 100%;
    margin: 0 auto;
}
.path-frontpage .node--type-page .node__content > .field--name-body > div {
	width:100%;
}
.page-node-type-praticien .node__content > div,
.node--type-page .node__content > div,
.node--type-pathologies .node__content > div {
    margin: 0 auto 50px;
    max-width: 80%;
}
.node--type-pathologies .node__content > div.field--name-field-traitement-chirurgicale {
	max-width:100%;
}
.page-node-type-praticien .node__content > .field--name-body,
.node--type-page .node__content > .field--name-body,
.node--type-pathologies .field--name-field-traitements-complets,
.node--type-pathologies .field--name-field-traitement-chirurgicale ul,
.node--type-pathologies .node__content > .field--name-body {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.node--type-page .node__content > .field--name-body,
.node--type-pathologies .node__content > .field--name-body {
	padding-top:30px;
}
.page-node-type-praticien .node__content > .field--name-body > div,
.node--type-page .node__content > .field--name-body > div,
.node--type-pathologies .field--name-field-traitements-complets > div,
.node--type-pathologies .field--name-field-traitement-chirurgicale ul li,
.node--type-pathologies .node__content > .field--name-body > div {
	margin:auto 0;
	width:47.5%;
}
.page-node-38 .node--type-pathologies .field--name-field-traitement-chirurgicale ul li {
	width:100%;
}
.node--type-pathologies .field--name-field-traitements-complets h2 {
	margin-top:0;
}
.page-node-type-praticien .node__content > .field--name-body iframe,
.node--type-page .node__content > .field--name-body > div img,
.node--type-page .node__content > .field--name-body > div iframe,
.node--type-pathologies .field--name-field-traitements-complets img,
.node--type-pathologies .node__content > .field--name-body > div img {
	border-radius:40px;
}
.node--type-pathologies .field--name-field-traitements-complets img {
	margin-bottom:50px;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale ul {
	margin:0;
	padding:0;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale ul li {
    background-image: none;
    list-style: none;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale {
    background-attachment: fixed;
    background-image: url(../images/photo_pathologies_temp.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale h2 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale p {
	color:#fff;
	margin-bottom:30px;
	text-align:center;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale ul li a {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto;
    max-width: max-content;
    padding-right: 50px;
    position: relative;
	text-align:left;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale .ligne {
	margin:0 auto;
	max-width:80%;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale ul li a:after {
    background-image: url(../images/fleche_right_fff.png);
    background-size: 25px;
	font-weight:600;
    width: 40px;
}
.node--type-pathologies .field--name-field-traitement-chirurgicale ul li a:hover {
	color:#7BDEFF;
    padding-right: 70px;
}
.field--name-field-linkedin a {
	background-image:url(../images/linkedin.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:20px;
	padding:5px 30px 5px 0;
}
.field--name-field-linkedin a:hover {
	padding:5px 50px 5px 0;
}
.ckeditor-accordion-container > dl {
    border: none;
}
.ckeditor-accordion-container > dl dt {
	box-shadow: 0 10px 20px 5px rgb(0 0 0 / 7%);
	margin-top:10px;
}
.ckeditor-accordion-container > dl dt.active {
    box-shadow: 0 -20px 20px 5px rgb(0 0 0 / 7%);
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button),
.ckeditor-accordion-container > dl dt > a {
    background-image: url(../images/plus.png);
    background-color: transparent;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom: none;
    color: #254d4d;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    padding: 10px 50px 10px 25px;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
	content:none;
}
.ckeditor-accordion-container > dl dt.active > a {
    background-color: transparent;
	background-image: url(../images/moins.png);
    background-repeat: no-repeat;
    color: #294a9c;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover,
.ckeditor-accordion-container > dl dt > a:hover {
	background-color:transparent;
    color: #294a9c;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle.active,
.ckeditor-accordion-container > dl dt > a:hover > .ckeditor-accordion-toggle {
}
.ckeditor-accordion-container > dl dd {
    border: none;
    padding: 0 25px 20px;
}
.ckeditor-accordion-container > dl dd h2,
.ckeditor-accordion-container > dl dd h3 {
	margin-top:0;
}
#block-urgences {
    background-attachment: fixed;
    background-image: url(../images/bg_urgences.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0 30px;
    position: relative;
}
#block-urgences h2,
#block-urgences p {
	color:#fff;
}
#block-urgences p {
	font-size:20px;
}
#block-urgences a {
    background-color: #fff;
    background-image: url(../images/plus.png);
    background-position: 150px 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border-radius: 10px;
    color: #254d4d;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    max-width: max-content;
    padding: 5px 40px 5px 20px;
}
#block-urgences a:hover {
	background-color:#d62978;
    background-image: url(../images/plus-b.png);
	color:#fff;
}
input, textarea, select {
    font-family: 'League Spartan', sans-serif;
}
#block-webform {
    float: left;
	margin-bottom:50px;
    padding-left: 10%;
    width: 55%;
}
#block-webform form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
}
#block-webform form .js-form-item {
    margin-bottom: 0;
    width: 47.5%;
}
#block-webform form .form-type-processed-text.js-form-item,
#block-webform form .form-actions,
#block-webform form .js-form-item#edit-processed-text-01,
#block-webform form .js-form-item.js-form-type-textarea {
    width: 100%;
}
#block-webform form select,
#block-webform form input,
#block-webform form textarea {
	padding:10px;
}
#block-webform form select {
    border: 1px solid #ccc;
	color:#888;
	width:100%;
}
#block-webform form input.form-submit {
	padding:10px 30px;
}
.g-recaptcha > div {
    width: 304px;
    height: 78px;
    margin: 20px auto 0;
    display: block;
}
#block-webform form .form-actions {
	text-align:center;
}
#block-partelephone {
    float: right;
	margin-bottom:50px;
    padding-right: 10%;
    position: relative;
    width: 25%;
}
#block-partelephone .content {
	border:10px solid #d62978;
	box-shadow:0 0 15px rgba(0, 0, 0, 0.1);
	padding:20px;
}
#block-partelephone .ligne {
	display:block;
}
#block-partelephone h2 {
	margin-top:0;
	text-align:center;
}
#block-partelephone h3 {
    padding: 70px 10px 0;
}
#block-partelephone a.btn {
    margin: 10px auto 0;
}
.datetime {
	color:#d62978;
	font-size:14px;
	font-style:italic;
}
.path-actualites .view-actualites {
    margin: 50px auto;
    max-width: 80%;
}
.path-actualites .view-header {
	margin-bottom:70px;
}
.path-actualites .view-header h1 {
	margin-bottom:30px;
}
.path-actualites .view-actualites .view-content {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.path-actualites .view-actualites .view-content > div {
    background-color: #f2f2f2;
    margin-bottom: 50px;
    padding: 20px 20px 5px;
    position: relative;
    width: calc(47.5% - 40px);
}
.path-actualites .views-field-field-da .datetime {
	background-color: #d62978;
    color: #fff;
    font-size: 14px;
    padding: 15px 30px;
    top: 0;
    right: 0;
    position: absolute;
}
.path-actualites .views-field-title a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0;
	text-align:left;
}
.path-actualites .views-row:hover {
	box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
}
.path-actualites .views-row:hover .views-field-title a {
	color:#294a9c;
}
#block-views-block-actualites-block-1 {
    margin: 30px auto;
    max-width: 768px;
    text-align: center;
}
#block-views-block-actualites-block-1 .ligne {
	display:block;
}
#block-views-block-actualites-block-1 h2 {
	margin-bottom:30px;
}
#block-views-block-actualites-block-1 .views-row {
	border-bottom:1px dotted #d62978;
	margin-bottom:20px;
	padding-bottom:10px;
}
#block-views-block-actualites-block-1 .views-field-title a {
	color:#294a9c;
	font-size:20px;
}
#block-views-block-actualites-block-1 .views-field-title a:hover {
	color:#333;
}
#block-views-block-actualites-block-1 a.btn {
	margin:30px auto 0;
}
#block-views-block-l-equipe-des-urologues-block-1 {
	padding:50px 0;
}
#block-views-block-l-equipe-des-urologues-block-1 h2 {
	color:#fff;
	margin-bottom:30px;
	text-align:center;
}
.view-l-equipe-des-urologues .view-content {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
	max-width:80%;
}
.view-l-equipe-des-urologues .view-content .views-row {
	width:18%;
} 
.view-l-equipe-des-urologues .view-content .views-row:hover {
	box-shadow:0 0 20px rgba(255, 255, 255, 0.7);
}
.view-l-equipe-des-urologues .view-content .views-row a {
	color:#fff;
	display:block;
	font-size:20px;
	padding:10px;
	text-align:center;
}
.view-l-equipe-des-urologues .view-content .views-row img {
	display:block;
	margin:0 auto;
}
.view-l-equipe-des-urologues .view-content .views-row:hover a {
	background-color:#fff;
	color:#d62978;
}
table.acces tr,
table.acces td {
	background-color:#f7f7f7;
	border:none;
	text-align:center;
	vertical-align:top;
}
table.acces td.voiture h3, table.acces td.transport h3 {
    background-image: url(../images/picto_voiture.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 40px;
    font-size: 20px;
    padding-top: 50px;
    text-align: center;
}
table.acces td.transport h3 {
	background-image:url(../images/picto_transports.png);
}
.fiche {
    background-image: url(../images/picto_fiche.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px;
    font-style: italic;
    display: block;
    padding: 10px 0 10px 35px;
}
.fiche:hover {
	margin-left:20px;
}
#sliding-popup.sliding-popup-top {
    background: #294a9c;
}
.find-more-button {
	font-size:12px;
}
.page-node-13 .view-bandeau-haut .view-content {
    display: none;
}
.page-node-13 .view-bandeau-haut .view-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 10%;
    width: 80%;
}
.page-node-13 #block-filsdariane, .page-node-13 h1 {
    width: 80%;
}
.page-node-13 .view-bandeau-haut .view-header div {
	width:45%;
}
.page-node-13 .view-bandeau-haut ul {
	margin-bottom:20px;
}
/*---------- Effets fin --------------*/

/*RESPONSIVE*/
@media (min-width: 851px) {
.layout-container {
    max-width: 100%;
}
}
@media all and (max-width: 1800px) {


}


@media all and (max-width: 1400px) {
ul#superfish-main li a, ul#superfish-main li a:visited, ul#superfish-main li > span {
  padding: 15px 20px;
}
.view-bandeau-haut .view-header {
  padding-left: 5vw;
  width: calc(40% - 5vw - 50px);
}
.path-actualites .view-actualites,
.path-frontpage .node--type-page .ligne,
.view-l-equipe-des-urologues .view-content,
.page-node-type-praticien .node__content > div, .node--type-page .node__content > div, .node--type-pathologies .node__content > div {
  max-width: 90%;
}
#block-webform {
  padding-left: 5%;
}
#block-partelephone {
  padding-right: 5%;
  width: 35%;
}
}

@media all and (max-width: 1200px) {

}

@media all and (max-width: 1100px) {
header {
  max-width: 95%;
}
.site-branding__logo {
  width: 240px;
}
.path-frontpage .region-slideshow {
  background: #F2F2F2;
  padding: 0;
}

.view-slideshow.view-display-id-block_1 > .view-content > .views-row {
  display: block !important;
}
.view-slideshow.view-display-id-block_1 > .view-content > .views-row > div.views-field-field-image,
.view-slideshow.view-display-id-block_1 > .view-content > .views-row > div.views-field-body{
	width:auto;
}
.view-slideshow.view-display-id-block_1 > .view-content > .views-row > div.views-field-body{
	padding:0 30px;
}
ul#superfish-main li a, ul#superfish-main li a:visited, ul#superfish-main li > span {
  padding: 15px 15px;
}
.path-frontpage .node--type-page .ligne {
  display: block;
  max-width: 100%;
  padding: 0 30px;
  width: auto;
}
.breadcrumb ol {
  margin: 15px 0 0;
}
.ligne {
  max-width: calc(100% - 60px);
  display: block;
  margin: 0 auto;
  padding: 0 30px;
}
	.ligne,
	.colonne_1-1,
	.colonne_1-2,
	.colonne_1-3,
	.colonne_2-3,
	.colonne_1-4,
	.colonne_1-5,
	.colonne_2-5,
	.colonne_3-5,
	.colonne_4-5{
		width:100%;
	}
#img-centre {
  height: 600px;
}

#block-pathologies {
  height: auto;
  padding-bottom: 30px;
  padding-top: 10px;
}
#block-pathologies h2 {
  background-position: top center;
  background-size: 480px;
  padding: 70px 0 70px;
  position: relative;
}
#block-pathologies ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#block-pathologies ul li {
	margin-bottom:20px;
	width:33.33%;
}
#block-pathologies ul li#incontinence,
#block-pathologies ul li#urologie-f,
#block-pathologies ul li#cancerologie,
#block-pathologies ul li#calculs,
#block-pathologies ul li#urologie-m,
#block-pathologies ul li#autres {
  left: auto;
  right: auto;
  top: auto;
  position: relative;
}
#block-consultationrivegauche {
  padding:50px 30px 50px;
}
.region-centres > div {
  width: 100%;
}
#block-voschirurgiens {
  position: relative;
  right: auto;
  top: auto;
}
.region-equipe:before {
	content:none;
}
.region-equipe {
  background-image: url(../images/photo_equipe_SBR4729.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#block-parcoursdesoins {
	padding-top:0;
}
#block-parcoursdesoins ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 50px;
}
.view-bandeau-haut .view-header {
  padding-right: 30px;
  padding-left: 30px;
  width: auto;
}
.page-node-type-actualites .view-bandeau-haut .view-header {
  padding-top: 30px;
}
.view-bandeau-haut .view-content {
  display: block;
  width: auto;
}
.field--name-field-traitements ul, .field--name-field-recidive ul,
.page-node-type-praticien .node__content > .field--name-body, .node--type-page .node__content > .field--name-body, .node--type-pathologies .field--name-field-traitements-complets, .node--type-pathologies .field--name-field-traitement-chirurgicale ul, .node--type-pathologies .node__content > .field--name-body {
	display:block;
}
.page-node-type-praticien .node__content > .field--name-body > div, .node--type-page .node__content > .field--name-body > div, .node--type-pathologies .field--name-field-traitements-complets > div, .node--type-pathologies .field--name-field-traitement-chirurgicale ul li, .node--type-pathologies .node__content > .field--name-body > div {
  margin: auto 0;
  width: auto;
}
.page-node-type-praticien .node .ligne, .node--type-page .ligne, .region-accroches .ligne, .node--type-pathologies .ligne {
  display: block;
  max-width: calc(100% - 60px);
}
.field--name-field-traitements ul li, .field--name-field-recidive ul li {
  width: auto;
}
.view-l-equipe-des-urologues .view-content .views-row {
  width: 45%;
  margin-bottom: 30px;
}
#block-partelephone,
#block-webform {
	float:none;
	margin:0 auto;
  padding:30px;
  width:auto;
}
#block-webform form {
	width:100%;
}
.path-frontpage .node--type-page .ligne,
.view-l-equipe-des-urologues .view-content,
.page-node-type-praticien .node__content > div,
.node--type-page .node__content > div,
.node--type-pathologies .node__content > div {
	max-width:100%;
}
.page-node-13 .view-bandeau-haut .view-header div {
    width: 100%;
}
}

@media all and (max-width: 991px) {
.region-primary-menu {
  clear: both;
  position: absolute;
  top: 40px;
  right: 0;
  margin: 0;
  width: 100%;
}
#header .region-secondary-menu #block-navigationprincipale {
    width: auto;
    margin: 0;
    top: 30px;
    position: absolute;
    right: 20px;
    width: calc(100% - 40px);
}
ul#superfish-main {
    font-size: 1em;
}
div.sf-accordion-toggle.sf-style-white a {
    background: transparent;
    border: none;
    color: transparent;
    display: inline-block;
	float:right;
    font-weight: bold;
    padding: 0;
    position: relative;
}
div.sf-accordion-toggle.sf-style-white > a:after {
    color: #294a9c;
    font-size:3em;
    font-weight: 400;
}
div.sf-accordion-toggle.sf-style-white a.sf-expanded, ul.sf-menu.sf-style-white.sf-accordion li.sf-expanded {
  background: transparent;
  width: 100px;
  padding: 0;
}
ul.sf-menu.sf-style-white.sf-accordion li.sf-expanded {
	width:100%;
}
ul.sf-menu.sf-accordion.sf-expanded {
	top:10px !important;
}
ul.sf-menu.sf-style-white li, ul.sf-menu.sf-style-white.sf-navbar {
	text-align:left;
}
ul.sf-menu.sf-style-white a,ul.sf-menu.sf-style-white span, ul.sf-menu.sf-style-white a:visited, ul.sf-menu.sf-style-white span.nolink {
  border: 0 none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-radius: 0;
  border-bottom: 1px solid #3f1a45;
  color: #555;
  display: block;
  font-size: 1em;
  margin: 0;
  padding: 1em 2em;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  width: calc(100% - 4em);
}
ul.sf-menu.sf-style-white a:focus, ul.sf-menu.sf-style-white span:focus {
	background-color:#fff;
}
#superfish-main .sf-multicolumn li > ol > li.sf-depth-2 a, ul.sf-menu span.nolink, ul#superfish-main.sf-style-default li.sf-multicolumn-wrapper a {
	min-height:10px;
}
ul.sf-menu.sf-style-white.sf-accordion li li a,
ul.sf-menu.sf-style-white.sf-accordion li li span, ul.sf-menu.sf-style-white.sf-accordion li li span.nolink {
	background-color:#294a9c;
	color:#fff;
	padding-left:2em;
}
ul.sf-menu.sf-style-white.sf-accordion li ul li ul li a,
 ul.sf-menu.sf-style-white.sf-accordion li ul li ul li span.nolink {
  background-color: #294a9c;
  background-color:#8d9ec7;
  color: #fff;
  padding-left: 2em;
  text-transform: none;
  padding: 0.5em 2em;
}
span.menuparent,
.region-primary-menu .menu a.menuparent,
a.menuparent {
	background-color:#fff;
	background-image:url(../images/plus_menu.png);
	background-position:85% 50%;
	background-repeat:no-repeat;
}
ul.sf-menu.sf-style-white li.active-trail a:hover,
ul.sf-menu.sf-style-white a:hover,
ul.sf-menu.sf-style-white span.nolink:hover {
	background-color:#d62978;
	background-position:95% 50%;
	background-repeat:no-repeat;
	color:#fff;
}
.region-primary-menu .menu li li a.menuparent {
    background-image: url(../images/plus_menu-b.png);
    background-position: 95% 50%;
	background-repeat:no-repeat;
}
ul.sf-menu.sf-style-white li.active-trail a {
	color:#d62978;
}
.sf-clone-parent {
	display:none;
}
.region-bandeau-haut {
  background-color: #7BDEFF;
  display: none;
}
.region-slideshow h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
.path-actualites h1, .view-bandeau-haut .view-header h1,
.region-slideshow h1 strong {
  font-size: 50px;
}
.path-frontpage #block-asco-theme-content {
  padding: 0 0 50px;
}
h2 {
	font-size:32px;
}
.ckeditor-accordion-container > dl dt > a {
  font-size: 22px;
  font-weight: 600;
}
.path-actualites .view-actualites .view-content {
	display:block;
}
.path-actualites .view-actualites .view-content > div {
	width:auto;
}
.region-header .site-branding {
 position: relative;
  z-index: 99;
}
}

@media all and (max-width: 850px) {
	
}
@media all and (min-width: 851px) {

}


@media all and (max-width: 768px) {
.site-branding__logo {
	width:200px;
}
#block-parcoursdesoins ul li {
	width:100%;
}
#block-parcoursdesoins ul li a {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 60px;
  display: block;
  padding: 80px 0 10px;
  text-align: center;
}
#block-parcoursdesoins ul li a span.btn {
	margin:0 auto;
}
#block-pathologies ul li {
  width: 50%;
}
.field--name-field-recidive ul li, .field--name-field-traitements ul li, ul#accroches li a {
  background-position: top center;
  padding: 120px 10px 20px;
  text-align: center;
}
.field--name-field-recidive ul li span.btn, .field--name-field-traitements ul li span.btn, ul#accroches li a span.btn {
	margin:0 auto;
}
#img-centre {
  height: 400px;
}
#block-voschirurgiens {
  max-width: 100%;
}
.region-equipe {
  background-image: none;
  height: auto;
}
.region-footer p {
	text-align:center;
}
#liens-footer {
  display: block;
  float: none;
  text-align: center;
}
.view-l-equipe-des-urologues .view-content .views-row {
	width:100%;
}
#sliding-popup .popup-content {
  display: block;
}
#sliding-popup .popup-content #popup-buttons {
	margin-top:10px;
	text-align:center;
}
.path-actualites h1, .view-bandeau-haut .view-header h1, .region-slideshow h1 strong {
  font-size: 40px;
}
table.acces tr, table.acces td {
	display:block;
}
}


@media all and (min-width: 560px){
	
}


@media all and (max-width: 460px) {
#block-webform form .js-form-item {
  width: auto;
  max-width: 100%;
}
.path-actualites h1, .view-bandeau-haut .view-header h1 {
  margin-top: 70px;
}
.view-bandeau-haut .view-header {
	padding-bottom:20px;
}
#block-webform form .js-form-item {
  width: 100%;
}
#block-partelephone .content {
  padding: 20px 15px;
}
}

/* INFORMATION Pour le twig"*/

#information{
	position:fixed;
	bottom:20px;
	left:0;
	min-width:200px;
	background:#fff;
	padding:10px;
	border:1px solid #ddd;
	z-index:200;
}
