/* Start General styles
--------------------------------------------------------------------------------------------------*/
body {
    font-family: 'Dosis', sans-serif;
    background: #F4F4F4;
    color: #010101;
}

/* Headers */

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 35px;
    padding: 25px 0 15px;
    border-bottom: 2px solid #DFDFDF;
    font-weight: 600;
    font-size: 15px;
}

.breadcrumb > span {
    letter-spacing: 0.5px;
}

.breadcrumb ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li:after {
    content: '/';
    margin: 0 7px;
}

.breadcrumb ul li:last-child:after {
    content: '';
}

.breadcrumb a {
    letter-spacing: 0.5px;
    color: #010101;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Buttons */
.blue-button {
    display: inline-block;
    padding: 10px 30px;
    border: none;
    clear: both;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    background: #43B5E4;
    color: #fff;
}

.blue-button:hover {
    text-decoration: none;
    background: #2F9480;
    color: #fff;
}

/* Green list */
.green-list ul li {
    /*border-top: 2px solid #DFDFDF;*/
    overflow: hidden;
}

.green-list ul li:last-child {
    /*border-bottom: 2px solid #DFDFDF;*/
}

.green-list ul li a,
.green-list ul li strong {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #189481;
}
.green-list ul li[class^="link-"] a {
	float: none;
}
.green-list ul li[class^="link-"] span {
	font-weight: 400;
	color: #010101;
}
.green-list ul li .message-email a .fa{
	color: #000;
}

.recruitment.green-list ul li strong{
	display: block;
    padding: 9px 0 9px 10px;
    float: left;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #189481;
}


.recruitment.green-list ul li em {
    display: block;
    padding: 10px 15px 0 0;
    float: right;
    font-size: 14px;
    font-style: normal;
}

.green-list ul li strong {
    display: block;
    padding: 10px 35px 0 0;
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.coordinates-full .widget ul li{
	position: relative;
	color: #189481;
    padding: 9px 0 9px 10px;
    border-top: 2px solid #DFDFDF;
    font-weight: 700;
}

.coordinates ul li{
	padding-left: 0px !important;
}

.coordinates ul li .fa{
	display: none !important;
}

.coordinates ul li span{
	padding: 0px !important;
	margin: 0px !important;
}

#netconcept_link_it-13 ul li > .fa{
	display: none !important;
}

#netconcept_link_it-13 ul li .fa{
	position: absolute;
    right: 6px;
    top: 12px;
    left: auto;
    display: block;
}

/* End General styles
--------------------------------------------------------------------------------------------------*/

/* =====  Start Header
--------------------------------------------------------------------------------------------------*/

.mask{
    height: 100%;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
}


.left-mask{
	height: 100%;
    background: #fff;
}

.right-mask{
	height: 100%;
    position: relative;
}

.right-mask:before{
	left: 0px;
    top: 0px;
    position: absolute;
    content: "";
    width: 12%;
    height: 0;
    border-top: 286px solid #fff;
    border-right: 120px solid transparent;
    z-index: 99;
}


/*header*/

.form-section > p{
	display: inline-block;
	margin-right: 10px;
}

#header.header-page {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 286px;
    box-shadow: 0px 0px 15px #333;
    background-color: #fff !important;
}

#header.header-homepage {
    position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

#header .fixed-menu {
    position: fixed;
    right: -107px;
    top: 300px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 100;
}

#header .fixed-menu ul li{
	display: inline-block;
	margin-left: -3px;
}

#header .fixed-menu ul li:first-child{
	border-right: 1px solid #fff;
}

#header .fixed-menu ul li a{
	font-size: 18px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    background: #252a2c;
    display: block;
    padding: 10px;
}

#header .search-field{
	background: #e6e7e7;
    padding: 2px 0px;
    position: relative;
    z-index: 100;
}

#header .search-field form input[type='text']{
	width: 220px;
	margin-top: -4px;
	border: none;
	display: none;
}


#header .search-field form button{
	background: none;
	border: none;
}

#header .search-field form button i{
	font-size: 16px;
}

.title-homepage {
    color: #3b8cb7;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1.1px;
    line-height: 27px;
    padding-bottom: 16px;
    border-bottom: 2px solid #dfdfdf;
    position: relative;
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    float: none !important;
}

.title-homepage:before {
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    content: "";
    background: #005f81;
}

/*menu*/

#header nav {
	position: relative;
}

#header nav h1{
	border-bottom: none !important;
}

#header nav h1:before{
	display: none;
}

#header nav > ul{
	text-align: right;
	margin-right: 6px;
	margin-bottom: 0;
}

.header-page > .menu {
    background: rgba(255, 255, 255, 0.9);
    z-index: 101;
    position: relative;
}

#header nav > ul > li{
	display: inline-block;
    margin-left: 5px;
}

#header nav > ul > li:first-child span{
	display: none;
}

#header nav > ul > li > a{
	font-size: 16px;
    color: #010101;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: block;
    padding: 20px 8px;
}

#header nav > ul > li > a i{
	color: #006081;
}

#header nav > ul > li:hover a i{
	color: #fff;
}

#header nav > ul > li:hover .sub-menu-holder{
	display: block;
}

#header nav > ul > li:hover > a, #header nav > ul > li.acutalite> a{
	background: #3b8cb7;
	color: #fff;
	text-decoration: none;
}

#header nav > ul > li.acutalite:hover > a{
		background: #ffffff;
	color: #000000;
	text-decoration: underline;
}

#header nav ul li .sub-menu-holder{
	position: absolute;
	top: 62px;
	left: 0px;
	background: #fff;
	border: 5px solid #3b8cb7;
	padding: 30px 15px;
	width: 100%;
	text-align: left;
	display: none;
	z-index: 99999;
}

.home #header nav ul li .sub-menu-holder{
	top: 95px;
}

#header nav ul li .sub-menu-holder .location-magazin{
	margin-top: 0px;
}


#header nav ul li .sub-menu-holder > ul:first-child{
	display: none !important;
}

#header nav ul li .sub-menu-holder > ul > li{
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	margin-top: -1px;
}

#header nav ul li .sub-menu-holder > ul > li.has-image{
	display: none;
}

.menu-item a.menu-image-hovered img.hovered-image, .menu-item a.menu-image-hovered:hover img.menu-image{
	opacity: 1 !important;
}

#header nav ul li .sub-menu-holder > ul > li > a{
	font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px;
    display: block;
    color: #010101;
    letter-spacing: -0.2px;
    text-align: left;
}




#header nav ul li .sub-menu-holder .location-magazin li{
    width: 100%;
    max-height: 89px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    position: relative;
    display: block !important;
    margin-right: 0px;
    border: none;
}

#header nav > ul > li .sub-menu-holder .location-magazin li a{
	position: relative;
	display: block;
	padding: 0px;
}

#header nav ul li .sub-menu-holder .location-magazin li .menu-image-title{
	position: absolute;
    left: 0px;
    top: 0px;
    height: 36px;
    width: 75%;
    background: #ff5980;
    display: table;
    color: #fff;
	line-height: 36px;
    padding-left: 40px;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

#header nav ul li .sub-menu-holder .location-magazin li .menu-image-title{
	background: #ff5980;
}

#header nav ul li .sub-menu-holder .location-magazin li:nth-child(2) .menu-image-title{
	background: #c84234;
}

#header nav ul li .sub-menu-holder .location-magazin li:nth-child(3) .menu-image-title{
	background: #df890d;
}

#header nav ul li .sub-menu-holder .location-magazin li:last-child .menu-image-title{
	background: #2d8eb7;
}


.menu-item a.menu-image-hovered img.hovered-image{
	position: absolute;
    left: 5px;
    top: 3%;
    z-index: 999;
    margin-left: 0px !important;
}

#header nav ul li .sub-menu .location-magazin li:nth-child(2) .menu-item a.menu-image-hovered img.hovered-image{
	top: 5%;
}

#header nav ul li .sub-menu .location-magazin .holder-magazin .magazin-name div{
	width: 40px;
}

#header nav ul li .sub-menu .location-magazin .holder-magazin .magazin-name p{
	padding-top: 6px;
}


/*top-content*/


#main{
	margin-bottom: 50px;
}

.top-content{
	position: relative;
}

.top-content:before {
    content: '';
    display: block;
    width: calc((100% - 990px + 30px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.logo{
	position: absolute;
    top: 30px;
    left: 0px;
}

.page-header .logo {
    top: 39px;
}

.top-content .flexslider{
	border: none;
	max-height: 555px;
	overflow: hidden;
	margin-bottom: 0px;
	z-index: 9;
}

.top-content .flexslider:before {
    left: 0px;
    top: 0px;
    position: absolute;
    content: "";
    width: 32%;
    height: 0;
    border-top: 558px solid #fff;
    border-right: 201px solid transparent;
    z-index: 99;
}

.top-content .flexslider ul li{
	position: relative;
}


.top-content .flexslider ul li .flex-content{
	max-width: 380px;
    width: 100%;
	background: rgba(255,255,255,0.8);
	position: absolute;
    top: 375px;
    right: 0px;
    z-index: 9;
    margin-top: -100px;
    padding: 21px 25px 0px 25px;
}

.top-content .flexslider ul li .flex-content span{
	font-size: 30px;
    color: #010101;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 29px;
    margin-bottom: 13px;
    display: block;
}

.top-content .flexslider ul li .flex-content p{
	font-size: 16px;
    color: #010101;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 22px;
    margin-bottom: 10px;
}

.top-content .flexslider ul li .flex-content a{
    font-size: 18px;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 22px;
    background: #006081;
    padding: 12px 30px;
    float: right;
    display: block;
    margin-right: -25px;
}

.top-content .flexslider .flex-direction-nav{
	display: none;
}

.top-content .flexslider .flex-control-nav {
    bottom: 14px;
    text-align: right;
}

.top-content .flexslider .flex-control-paging li a{
	color: transparent;
}

.top-content .flexslider .flex-control-nav li{
	margin: 0px;
	margin-left: 11px;
}

.top-content .flexslider .flex-control-paging li a{
	background: #fff;
	box-shadow: none !important;
	width: 14px;
	height: 14px;
}

.top-content .flexslider .flex-control-paging li a.flex-active{
	background: #010101;
}

.folder-search {
    width: 318px;
    height: 100%;
    margin-left: calc((100% - 990px + 30px)/2);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12;
}

.folder-search.aside-search {
    padding: 0;
    padding-top: 252px;
    padding-right: 22px;
}

/* Folder seach fields */
.aside-search h2 {
    margin-bottom: 21px;
}

.aside-search p {
    margin: 9px 0 10px;
    clear: left;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.7px;
}

.aside-search a {
    width: 31px;
    height: 40px;
    border: 1px solid #CFCFCF;
    border-left: none;
    float: left;
    font-size: 12px;
    background: #252A2C;
    color: #fff;
    display: table;
    text-align: center;
}

.aside-search a .fa{
	display: table-cell;
	vertical-align: middle;
}

.ui.selection.dropdown {
    width: calc(100% - 32px);
    height: 40px;
    min-height: 40px;
    min-width: initial;
    padding: 11px 16px 10px 44px;
    border: 1px solid #CFCFCF;
    border-radius: 0;
    box-shadow: 0 0 2px #cfcfcf inset;
    position: relative;
    background: #EFEEEE;
    float: left;
}

.ui.selection.dropdown:before {
    display: block;
    width: 27px;
    height: 23px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.s-doctor .ui.selection.dropdown:before {
    content: url(../img/bgi/search-doctor.png);
}

.s-domain .ui.selection.dropdown:before {
    content: url(../img/bgi/search-domain.png);
}

.ui.search.dropdown > .text {
    font-size: 16px;
    height: 18px;
	overflow: hidden;
	max-width: 140px;
}

.ui.search.selection.dropdown > input.search {
    padding: 11px 16px 10px 44px;
}

.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon,
.ui.selection.dropdown > .search.icon {
    margin: 1px 0;
    padding: 0;
    right: 5px;
}

.ui.selection.dropdown .menu>.item {
    padding: 11px 16px !important;
    font-size: 16px;
}

/* Title */
.title {
    position: absolute;
    bottom: 0px;
    right: 220px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0px 0px 5px;
    width: 79%;
    z-index: 100;
    left: 0px;
}

.title span,
.title h1 {
    font-size: 30px;
    letter-spacing: 1.3px;
    line-height: 40px;
    text-align: left;
    margin-left: 90px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 100;
}


/* =====  End Header
--------------------------------------------------------------------------------------------------*/

/* =====  Start Homepage
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/

#section{
	background: #f4f4f4;
}

/*holder-slider*/

.holder-slider{
	position: relative;
	padding-top: 44px;
	margin-bottom: 79px;
}

.holder-slider:before{
	width: 100%;
	height: 10px;
	content: "";
	position: absolute;
	left: 0px;
	top: -7px;
	background: url(../img/carousel-shadow.png) no-repeat 0px 0px;
	background-size: cover;
}

.holder-slider h2 {
    padding-bottom: 12px;
}

/*carousel-slider*/

.carousel-slider{
	margin-top: 32px;
}

.carousel-slider .slick-slide{
	background: #fff;
	margin: 0px 6px;
	text-align: center;
	width: 148px;
}

.carousel-slider .slick-slide a{
	color: #010101;
}

.carousel-slider .slick-slide a:hover{
	text-decoration: none;
}

.carousel-slider .slick-slide a .holder-image,
.aside-menu .slide a .holder-image{
	height: 108px;
	display: table;
	width: 100%;
}

.carousel-slider .slick-slide a .holder-image div,
.aside-menu .slide a .holder-image div{
	display: table-cell;
	vertical-align: middle;
}

.carousel-slider .slick-slide img,
.aside-menu .slide img{
	display: block;
	margin: 0 auto;
	height: auto;
}


.carousel-slider .slick-slide a p {
    margin-top: -4px;
	font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
    padding-bottom: 10px;
}

.aside-menu .slide a p {
    margin-top: -4px;
	font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    padding: 0px 20px;
}

.slick-prev {
    border: none;
    height: 82%;
    left: 6px;
    position: absolute;
    top: 50%;
    background: rgba(1,1,1,0.5) url(../img/arrow-left.png) no-repeat center center;;
    color: transparent;
    width: 18px;
    z-index: 10;
    margin-top: -61px;
    border-radius: 0px 5px 5px 0px;
}

.slick-next {
    border: none;
    height: 82%;
    right: 6px;
    position: absolute;
    top: 50%;
    background: rgba(1,1,1,0.5) url(../img/arrow-right.png) no-repeat center center;
    color: transparent;
    width: 18px;
    z-index: 10;
    margin-top: -61px;
    border-radius: 5px 0px 0px 5px;
}

.slick-next:focus,
.slick-prev:focus{
	outline: 0;
}

/*location-magazin*/

.single .location-magazin{
	margin-top: 70px;
	margin-bottom: 30px;
}

.location-magazin{
    margin-bottom: 68px;
}

.location-magazin .holder-magazin{
	position: relative;
}

.location-magazin ul li:nth-child(2) .magazin-name{
	background: #ff5980;
}

.location-magazin ul li:nth-child(4) .magazin-name{
	background: #c84234;
}

.location-magazin ul li:nth-child(6) .magazin-name{
	background: #df890d;
}

.location-magazin ul li:nth-child(8) .magazin-name{
	background: #2d8eb7;
}


.location-magazin .holder-magazin .magazin-name{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 88%;
	height: 44px;
	display: table;
}

.location-magazin .holder-magazin .magazin-name div{
	display: table-cell;
	width: 35px;
	vertical-align: middle;
}

.location-magazin .holder-magazin .magazin-name div img{
	vertical-align: middle;
    margin-left: 10px;
}

.location-magazin .holder-magazin .magazin-name p{
	display: inline-block;
    padding-top: 11px;
    padding-left: 9px;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #fff;
}


.widget.widget_netconcept_link_it{
	list-style: none;
}

.patient .holder-news-content strong{
	width: 100%;
	display: block;
}

/*news-details-section*/

.news-details-section{
	background: url(../img/news-bgi.png) no-repeat 50% 50%;
    padding-top: 84px;
    padding-bottom: 81px;
    background-size: cover;
    min-height: 270px;
}

.news-details-section h2 {
    padding-bottom: 9px;
}

.news-details-section .holder-news-content{
	background: rgba(255,255,255,0.9);
	padding: 16px 20px 1px 20px;
}

.news-details-section .holder-news-content hr{
	margin: 0px;
    border-top: 1px solid transparent;
}

.news-details-section .holder-news-content > a{
	font-size: 14px;
	color: #010101;
	font-family: 'Dosis', sans-serif;
    font-weight: 400;
    position: absolute;
    right: 35px;
    top: 23px;
}

.news-details-section .actualite .widgettitle{
	display: none;
}
.news-details-section .actualite .list_items {
    margin: 2em 0;
}

.news-details-section .actualite .date{
	width: 48px;
	height: 50px;
	background: #43b5e4;
	text-align: center;
	color: #fff;
	float: left;
    padding-top: 6px;
}

.news-details-section .actualite .date p{
	font-size: 20px;
	font-family: 'Dosis', sans-serif;
    font-weight: 600;
    line-height: 22px;
}

.news-details-section .actualite .date span{
	font-size: 11px;
	font-family: 'Dosis', sans-serif;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
}

.news-details-section .actualite .content-text{
	float: right;
    width: 84%;
}

.news-details-section .actualite .content-text span {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: block;
    line-height: 14px;
    margin-bottom: 4px;
}

.news-details-section .actualite .content-text p{
	font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}


.news-details-section .patient .content-text{
	margin-top: 22px;
	margin-bottom: 11px;
}

.news-details-section .patient .content-text span{
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: block;
    line-height: 14px;
    margin-bottom: 4px;
}

.news-details-section .patient .content-text p{
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.news-details-section .patient .list li{
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: -1px;
}

.news-details-section .patient .list li:first-child{
	border: none;
	min-height: 42px;
}

.news-details-section .patient .list li img{
    top: 8px;
    position: relative;
    margin-right: 10px;
}

.news-details-section .patient .list li a{
	font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 0px 4px 28px;
    color: #010101;
    display: block;
}

/* =====  End Homepage
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/


/* Start Folder pages
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/
/* Aside search
 ----------------------------------*/
.aside-search {
    padding: 23px 35px 30px 30px;
    background: #fff;
}

.aside-search h2 {
    margin: 0 0 15px;
}

.aside-search p {
    margin: 8px 0 10px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.7px;
}

.aside-search select {
    width: 100%;
    height: 41px;
}

/* Folder content
  ----------------------------------*/
.folder-content h2 {
    margin: -5px 0 10px;
}

.folder-content h3 {
    margin: 26px 0 16px;
    clear: both;
}

.folder-content img {
    display: block;
    height: auto;
    margin-right: 22px;
    float: left;
}

.folder-content p {
    margin: -5px 0 10px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
}

.folder-content p.remove-margin{
	margin: 0px;
	clear: both;
	width: 100%;
	display: block;
}

.folder-content ul {
    margin: 32px 0 50px;
}

.folder-content ul > li > a {
    box-sizing: border-box;
    text-decoration: underline;
}

.folder-content ul > li > a:hover {
    text-decoration: none;
}

/* Folder B
  ----------------------------------*/
.folder-b p strong {
    display: block;
    margin: 22px 0 0;
    font-weight: 700;
}

.folder-b img {
    margin-bottom: 10px;
}


.content-text-single{
	margin-bottom: 20px;
}

.content-text-single img{
	clear: both;
}

.folder-map .map-coords{
	background: #fff;
	height: auto !important;
	padding: 5px 10px;
}

.folder-map .map-coords p{
	margin: 0px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.folder-map address {
    padding: 8px 0 9px 13px;
    font-weight: 700;
    font-size: 14px;
    background: #fff;
}

.coordinates h3 {
    margin-top: 5px;
    margin-bottom: 18px;
}

.coordinates > ul {
    margin-top: 18px;
    margin-bottom: 20px;
}

.coordinates > ul li a {
    text-decoration: none;
}

.coordinates ul li[class^="link-rdv"] span,
.coordinates ul li:nth-child(3) span {
    width: 22px;
    height: 22px;
    margin: 7px 10px;
    padding: 0;
    background: url(../img/bgi/online-meeting.png) no-repeat;
}

.folder-b > a {
    margin: 31px 0 50px;
}

/* End Folder pages
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/

/* Actualites Listing page
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/
/* Aside menu
  ----------------------------------*/
.aside-menu {
    margin-bottom: 40px;
}

.aside-menu .slick-dots{
	display: none !important;
}

.aside-menu .widget{
	list-style: none;
}

.aside-menu .widgettitle{
	display: none;
}


.aside-menu .slick-slider{
    margin-bottom: 30px;
    padding-bottom: 19px;
}


.aside-menu .slick-prev{
	margin-top: -85px;
}

.aside-menu .slick-next{
	margin-top: -85px;
}

.aside-menu div span {
    display: block;
    width: 25%;
    height: 4px;
    float: left;
}

.aside-menu div span:nth-child(1) {
    background-color: #FF5980;
}

.aside-menu div span:nth-child(2) {
    background-color: #A4D61A;
}

.aside-menu div span:nth-child(3) {
    background-color: #00D3DC;
}

.aside-menu div span:nth-child(4) {
    background-color: #FB9400;
}

.aside-menu ul {
    margin-top: 5px;
}

.aside-menu ul li {
    border-bottom: 1px solid #DFDFDF;
}

.aside-menu ul li.current-menu-item a{
	font-weight: 700;
    color: #3b8cb7;
}

.aside-menu ul li a {
    display: block;
    padding: 13px 15px 12px;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
    color: inherit;
}

.single .aside-menu,
.page-template-page-recrutement .aside-menu,
.tax-recrutement_cat .aside-menu{
	background: #fff;
}

.aside-menu ul li a span{
	border: none;
    background-color: transparent !important;
	width: 100%;
	float: none;
	display: block;
	height: auto;
}

.page-template-clinique .aside-menu .sub-menu{
	margin-bottom: 0px;
}

.aside-menu .sub-menu{
	margin-bottom: 0px;
	background: #fff;
	margin-top: 0px;
}

.aside-menu ul li.active a,
.aside-menu ul li a:hover {
    font-weight: 700;
    color: #3b8cb7;
}

/* News list
  ----------------------------------*/
.news-list {
    margin-top: -5px;
    overflow: hidden;
}

.news-list h2 {
    margin: 0;
    margin-bottom: 30px;
    padding: 0 0 10px;
    clear: both;
}

.news-list .hr {
    margin-bottom: 30px;
}

.news-list img {
    width: auto;
    margin-right: 10px;
    float: left;
    margin-bottom: 44px;
}

.search .news-list img{
	display: none;
}

.news-list .news-text {
    margin-bottom: 44px;
}


.news-text {
    position: relative;
}

.news-text strong {
    display: block;
    margin: -5px 0 1px;
    font-size: 14px;
}

.news-text p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 22px;
}

.news-text p img{
	display: none;
}

.news-text a.plus-icon-href {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 3px;
    position: relative;
    bottom: 0;
    left: 0;
    background: #43B5E4;
    color: #fff;
}

.news-text a.plus-icon-href i {
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 3px;
}

@-moz-document url-prefix() {
    .news-text a i {
        left: 2px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .news-text a {
       width: 16px;
       height: 16px;
   }
}

.news-text a:hover {
    background: #189481;
    color: #fff;
}

/* Pagination
  ----------------------------------*/
.pagination {
    margin: 34px 0 100px;
    overflow: hidden;
}

.pagination {
    float: right;
}

.pagination li {
    margin-left: 1px;
    margin-bottom: 1px;
    float: left;
    text-align: center;
}


.pagination li a{
    padding: 7px 7px;
    background: #010101;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    min-width: 33px;
}

.pagination li span {
    padding: 7px 7px;
    background: #3B8CB7;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    min-width: 33px;
}

.pagination li a i {
    font-size: 10px;
    position: relative;
    top: -2px;
}

.pagination li a:hover,
.pagination li.active a {
    background: #3B8CB7;
    text-decoration: none;
}

.pagination li:first-child i {
    margin-right: 5px;
}

.pagination li:last-child i {
    margin-left: 20px;
}


/* End Actualites Listing page
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/

/* Recruitment pages
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/
/* Recruitment content */
.recruitment {
    margin-top: -6px;
}

.recruitment h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

.recruitment h3 {
    margin-bottom: 12px;
}

.recruitment > strong {
    font-size: 14px;
}

.recruitment ul {
    margin: 10px 0 46px;
}

.recruitment p {
    margin: 12px 0;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 22px;
}

.recruitment > a {
    margin: 21px 0 18px;
}

/* Recruitment form */
.recruitment-form {
    margin-bottom: 95px;
}

.form h3 {
    margin-bottom: 12px;
}

.form p {
    margin-bottom: 31px;
}

.form .form-group {
    margin-bottom: 23px;
}

.gform_heading{
	display: none !important;
}

.form .control-label, .gform_wrapper label {
    display: inline-block;
    width: 150px;
    margin-left: 31px;
    vertical-align: middle;
    line-height: 16px;
    font-weight: 700;
}

.page-template-page-contact .gform_wrapper label {
	width: 138px;
}

.form label[for="message"] {
    margin-top: 5px;
    vertical-align: top;
}

.form textarea.form-control {
    height: 137px;
    padding-top: 5px;
    resize: vertical;
}

.form .form-control, .gform_wrapper input[type="text"], .gform_wrapper textarea {
    box-sizing: border-box;
    width: 100% !important;
    height: 29px;
    padding-left: 10px;
    border: none;
}

.gform_wrapper form select{
    height: 29px;
    padding-left: 10px;
    width: 100%;
    border: none;
}

.gform_wrapper form ul li{
	border: none !important;
	padding-left: 0px;
}

.gform_wrapper form ul li .fa{
	display: none;
}

.recruitment .gform_wrapper form li .ginput_container .fa{
	display: block !important;
}

.contact-page .widget.widget_netconcept_link_it p{
	margin-bottom: 10px
}

.message .gform_wrapper ul li {
    border: none !important;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.ginput_container  {
    float: right;
    width: 295px;
}
.ginput_container input[type="text"]  {
    width: 100% !important;
}

.ginput_container textarea  {
    height: 137px;
}

.form span, .gfield_required {
    color: #3b8cb7 !important;
    float: none !important;
	display: inline-block !important;
	padding: 0px !important;
}


.form .blue-button, .gform_button {
    margin-left: 336px;
}
.gform_button {
    display: inline-block;
    padding: 10px 30px;
    border: none;
    clear: both;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    background: #43B5E4;
    color: #fff;
    float: right;
margin-right: 7px;
}
/* File input style */
.jfilestyle {
    width: 295px;
    display: inline-block;
}

.jfilestyle input {
    box-sizing: border-box;
    width: 125px !important;
    height: 29px;
    margin-top: -5px;
    padding-left: 7px;
    background: transparent;
    border: none;
}

.upload-text {
    box-sizing: border-box;
    width: 125px !important;
    height: 29px;
    margin-top: 0px;
    padding-left: 7px !important;
    background: transparent;
    border: none;
    line-height: 27px;
    margin-left: 3px;
    padding: 0px !important;
    float: left !important;
}

.ginput_container.ginput_container_fileupload{
	position: relative;
}

.ginput_container.ginput_container_fileupload input[type="file"]{
    z-index: 999;
    position: relative;
    width: 100% !important;
    height: 29px;
    opacity: 1;
    float: left;
}

span.cover-text {
    display: block;
    padding: 4px 26px !important;
    background: #010101;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    float: none !important;
    display: none;
}

#extensions_message,
.upload-text{
	display: none;
}

.jfilestyle input::-webkit-input-placeholder {
    color: #010101;
}

.jfilestyle input::-moz-placeholder {
    color: #010101;
}

.jfilestyle input:-moz-placeholder {
    color: #010101;
}

.jfilestyle input::-ms-input-placeholder {
    color: #010101;
}

/* Recruitment A */
.recruitment-a p {
    line-height: 22px;
    letter-spacing: 0;
}

.recruitment .gform_button{
	margin-right: 184px;
}

.recruitment .gform_wrapper form li label{
	float: left;
}

.recruitment .gform_wrapper form li .ginput_container {
    float: left;
}

.recruitment .gform_wrapper form li .ginput_container #extensions_message{
	display: none;
}

.recruitment-a.arrow-list ul {
   margin: 20px 0 12px;
}

.arrow-list ul li {
    margin: 2px 0;
}

.arrow-list ul li a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    color: #010101;
}

.arrow-list ul li a:hover {
    text-decoration: none;
}

.arrow-list ul li i {
    margin: 0 5px 0 1px;
    color: #FB9400;
    font-size: 13px;
}

/* Recruitment B */
.recruitment-b {
    margin-bottom: 71px;
}

.recruitment-b article {
    margin-bottom: 38px;
}

.recruitment-b article p {
    margin: 1px 0 14px;
}

.recruitment-b article a {
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    background: #43B5E4;
}

.recruitment-b article a:hover {
    background: #189481;
}

.recruitment-b article a i {
    position: absolute;
    top: 2px;
    left: 3px;
    font-size: 14px;
    color: #fff;
}

.recruitment-b > a {
    margin: 7px 0 20px;
}
/* End Recruitment pages
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/

/* Contact page
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/
.contact-page {
    margin-top: -5px;
}

.contact-page h2 {
    margin-top: 0;
}

.contact-page h3 {
    margin-bottom: 12px;
}

.contact-page .hr {
    margin-bottom: 26px;
}

/* Coordinates full details */
.coordinates-full address {
    margin-bottom: 0;
    line-height: 22px;
}

.coordinates-full ul {
    margin: 17px 0;
}

.coordinates-full ul li a{
	padding: 0px;
}

.coordinates-full ul li{
	padding-left: 0px !important;
}

.coordinates-full ul li i{
	display: none;
}

.coordinates-full ul li strong{
	padding: 0px;
}

.coordinates-full ul li a:nth-child(1) {
    max-width: 55%;
}

.coordinates-full ul:nth-of-type(2) {
    margin: 23px 0 100px;
}

.coordinates-full ul:nth-of-type(2) a:nth-child(2) {
    margin-right: 13px;
    float: right;
    color: #252A2C;
}

.coordinates-full ul:nth-of-type(2) span {
    padding-right: 5px;
}

/* Map */
#map2 {
    width: 100%;
    height: 304px;
    margin: 32px 0;
}

/* Message form */
.message-form {
    margin: 31px 0 100px;
    overflow: hidden;
}

.form.message-form .control-label {
    width: calc(36.08% - 34px);
    margin-left: 33px;
}

.form.message-form .form-control {
    width: 63.3%;
}

.form.message-form .blue-button {
    margin-left: 0;
    float: right;
}

.message-form select {
    height: 29px;
}

.message-form label[for="address"] {
    vertical-align: top;
    margin-top: 5px;
}

.message-form textarea#address {
    margin-bottom: -5px;
}
/* End Contact page
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/

/* =====  Start Pages
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/

.page-content p {
    line-height: 22px;
    text-align: justify;
    margin-bottom: 10px;
}

.page-content p.center{
	text-align: center;
}

.page-content h2{
	clear: both;
}

.page-content h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-content .left{
	margin-right: 20px;
	float: left;
}

.page-content .right{
	margin-left: 20px;
	float: right;
}

.page-content {
    margin-bottom: 31px;
}

.page-content ul {
    margin-bottom: 20px;
    margin-top: -2px;
    clear: both;
}

.page-content li,
.arrow-list li,
.green-list ul li {
    line-height: 23px;
    position: relative;
    padding-left: 25px;
}

.page-content li a{
	color: #337ab7;
}

.arrow-list li,
.arrow-list li a{
	color: #000;
}

.page-content li .fa,
.arrow-list li .fa,
.green-list li .fa{
	position: absolute;
    left: 0px;
    top: 13px;
    margin-top: -7px;
    font-size: 13px;
}

.single-recrutement .green-list ul li{
	padding-left: 0px;
}

.single-recrutement .green-list ul li .fa{
	display: none;
}

.single-recrutement .green-list ul li strong{
	padding-left: 0px;
}

.page-content i,
.arrow-list i,
.green-list i {
    color: #fb9400;
}

.img-section {
    margin-top: 31px;
    margin-bottom: 31px;
}

.offers h2 {
    margin-top: -5px;
    margin-bottom: 23px;
}

.offers img {
    float: none;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 42px;
}

.offers .page-content {
    margin-bottom: 55px;
}

.img-section img {
    float: left;
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.offers {
    padding-bottom: 40px;
}

.category-section a {
    display: inline-block;
    color: #fff;
}

.baby-icon {
    background: url(../img/baby-icon.png) no-repeat;
    display: inline-block;
    width: 17px;
    height: 29px;
    vertical-align: middle;
    margin-right: 13px;
}

.cross-icon {
    background: url(../img/cross-icon.png) no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 13px;
}

.nurse-icon {
    background: url(../img/nurse-icon.png) no-repeat;
    display: inline-block;
    width: 29px;
    height: 27px;
    vertical-align: middle;
    margin-right: 2px;
}

.power-icon {
    background: url(../img/power-icon.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 25px;
    vertical-align: middle;
    margin-right: 13px;
}

.category {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.category-section {
    position: relative;
}

.category-section .category img {
    z-index: -1;
    width: 100%;
}

.category-section .category span {
    height: 44px;
    width: 100%;
    max-width: 189px;
    position: absolute;
    top: 0;
    left: 0px;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 12px;
    line-height: 29px;
    vertical-align: middle;
}

.category-section .category a {
    line-height: 29px;
    width: 100%;
}

.category-section > div:nth-child(1) span {
    background: #ff5980;
}

.category-section > div:nth-child(2) span {
    background: #c84234;
}

.category-section > div:nth-child(3) span {
    background: #df890d;
}

.category-section > div:nth-child(4) span {
    background: #2d8eb7;
}

dd {
    display: none;
    width: 100%;
    background: #fff;
    padding: 10px 29px 25px;
    margin-bottom: 4px;
}

dl {
    width: 100%;
}

dt {
    width: 100%;
    background: #e6e6e6;
    font-size: 18px;
    font-weight: normal;
    padding: 9px 10px 15px;
    margin-bottom: 4px;
}

dt:hover {
    cursor: pointer;
}

dt.active {
    background: #fff;
    margin-bottom: 0px;
}

dd.active {
    display: block;

}

.documentation{
	margin-bottom: 50px;
}

.documentation h1 {
    margin-top: -5px;
    margin-bottom: 28px;
}


dl ul a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    color: #010101;
    padding-left: 25px;
    position: relative;
}


dl ul a i {
    color: #fb9400;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 3px;
}

dl li {
    margin-bottom: 10px;
}

dt i {
    float: right;
    color: #53b3e4;
    margin-top: 7px;
    margin-right: 9px;
}

dt.active i:before {
    content: "\f068";
    color: #189481;
}

.slide img {
    margin: auto;
}


.aside-menu p {
    font-size: 15px;
    color: #010101;
    font-weight: 600;
    margin-top: 18px;
    margin-left: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 19px;
}

/* =====  End Pages
--------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/


/* =====  Start Footer
--------------------------------------------------------------------------------------------------*/

#footer{
	padding-top: 40px;
	background: #fff url(../img/bgi/footer-bg.png) no-repeat left bottom;
	background-size: contain;
}

#footer span{
    margin-bottom: 15px;
    color: #3b8cb7;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 27px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    display: block;
}

#footer p {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #010101;
}

#footer ul li a span{
	font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #010101;
    margin: 0px;
    border: none;
    padding: 0px;
    letter-spacing: 0;
}

#footer ul li a:hover{
	color: #010101;
}

#footer .footer-img p{
    margin-top: 12px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
}

#footer .footer-img p a {
    color: #010101;
}

#footer .footer-contact p{
	padding-left: 30px;
	position: relative;
}

#footer .footer-contact i{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -14px;
	font-size: 20px;
}

#footer .footer-contact .location i {
    font-size: 25px;
}

#footer .footer-contact div ul li{
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 11px;
	margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
    text-align: left;
}

#footer .footer-contact div ul  a{
	color: #000;
}

#footer .footer-contact div ul li img {
    width: 16px;
    height: auto;
    margin-right: 8px;
    position: absolute;
    left: 0px;
    top: 4px;
}

#footer .footer-menu {
    border-top: 1px solid #d6d6d6;
    margin-top: 49px;
    padding: 30px 0px;
    text-align: center;
}

#footer .footer-menu ul li{
	display: inline-block;
	position: relative;
	margin-right: 18px;
}

#footer .footer-menu ul li:last-child:before{
	display: none;
}

#footer .footer-menu ul li:before {
    content: "-";
    right: -13px;
    top: 50%;
    position: absolute;
    margin-top: -13px;
}

/* =====  End Footer
--------------------------------------------------------------------------------------------------*/
.green-list ul li span {
    display: block;
    padding: 10px 15px 0 0;
    float: right;
    font-size: 14px;
}
.margin-btn-blue {
    margin: 31px 0 50px;
}

img.alignleft{
	margin: 0 15px 10px 0;
	float: left;
}

img.alignright{
	margin: 0 0 10px 15px;
	float: right;
}

img.aligncenter{
	margin: 15px auto;
	display: block;
}

.page-content li{
	clear: both;
}



/* netconcept **/
.page-template-default .form .control-label,.page-template-default .gform_wrapper label, .page-template-default .ginput_container {
	
	display: inline-block !important;
	width:50%;
	margin-left:0px;
	max-width: inherit!important;
}
.page-template-default .gfield.field_sublabel_below {
	margin-bottom:25px!important;
}
.page-template-default .ginput_container.ginput_container_date  {
	position:relative;
}

.page-template-default .ginput_container.ginput_container_date .ui-datepicker-trigger {
	position:absolute;
	right:10px;
	top: 28%;
}

.page-template-default .ginput_container_checkbox .gfield_checkbox li {
		display: inline-block !important;
   
    margin-right: 30px;
    width: auto !important;
}

.page-template-default .ginput_container_checkbox  {
	width:100%;
}

.page-template-default .gform_wrapper .gsection_title {
    text-decoration: underline;
	display: inline-block;
	margin-top:40px!important;
}

/* Modification entête */
#searchform {
	margin-top: 8px;
}
.telephone {
	margin-top: 8px;
	margin-bottom: 5px;
}
/* Réseaux sociaux */
.rsalcs {
	margin-top: 5px;
	margin-bottom: 5px;
}
.rsalcs-inner {
	display: inline-block;
	vertical-align: middle;
}
.rsalc {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 5px;
	text-align: center;
	color: #fff;
}
.rsalc.facebook {
	background: #435596;
}
.rsalc.twitter {
	background: #47a5cf;
}
.rsalc.linkedin {
	background: #0976b4;
}
.rsalc.instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.rsalc.youtube {
	background: #FF0000; 
}
.rsalc.threads {
	background: #000000;
    color: #fff;
}
.rsalc.threads > img {
    vertical-align: top;
    width: 75%;
    height: 75%;
    margin-top: 12.5%;
    display: inline-block;
}


.rsalc:hover,
.rsalc:focus,
.rsalc:active {
	background: #999;
	color: #fff;
}


/* Carte OSM */
#map_canvas {
	height: 250px;
}
#map_ponters {
	display: none;
}

.page-content li .fa, .page-content li .far,.page-content  .fas {
    font: normal normal normal 14px/1 FontAwesome!important;
}


/* Modification page d'accueil 21.12.2022 */

.home-widget-zone{
	position: relative;
	padding-top: 44px;
	margin-bottom: 79px;
}
.home-widget-zone:before{
	width: 100%;
	height: 10px;
	content: "";
	position: absolute;
	left: 0px;
	top: -7px;
	background: url(../img/carousel-shadow.png) no-repeat 0px 0px;
	background-size: cover;
}

.nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-boxes-list-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-box-wrapper {
    width: 100%;
    padding: 5px 15px;
}
@media only screen and (min-width : 400px) {
    .nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-box-wrapper {
        width: 50%;
    }
}
@media only screen and (min-width : 768px) {
    .nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-boxes-list-inner {
        flex-wrap: nowrap;
    }    
    .nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-box-wrapper {
        width: 25%;
    }
}
.nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-box-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 44px;
    padding: 5px 10px;
    background: #999;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    height: 100%;
}
.nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-box-link:hover,
.nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-box-link:focus {
    background: #333;
}
.nc-widget-nc-boxes-list-tpl-theme-icon-texte-lien .nc-widget-nc-box-image {
    margin-right: 10px;
}
.btn-rose .nc-widget-nc-box-link {
    background: #ff5980;
}
.btn-marron .nc-widget-nc-box-link {
    background: #c84234;
}
.btn-orange .nc-widget-nc-box-link {
    background: #df890d;
}
.btn-bleu .nc-widget-nc-box-link {
    background: #2d8eb7;
}