@import 'font-awesome.css';
@import 'slick.css';
@import 'slick-theme.css';
/*-------------custom 29-06-18-----------------------*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
  width: 96%;
  padding: 8px 2%;
  margin: 0;
}
h4, .uk-h4 {
  font-size: 22px;
}
.error{
  border:1px solid #c00;
}
.errorForm{
  display: inline-block;
  padding: 2px 10px;
  background: #c00;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
}
select{
  width: 100%;
  padding: 7px 2%;
}
.item-form{
  margin-bottom: 15px !important;
  float: none !important;
  display: inline-block;
  width: 49%;
}
.icon {
  display: block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
}

.icon:before,
.icon:after {
  content: "";
  position: absolute;
}
.dropp {
  
  box-shadow: 0 0px 0px #0a0a0a;
  position: relative;
}

.dropp-header {
  background: none;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.dropp-header__title {
  display: block;
  padding: 0.5em 0.5em;
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  box-flex: 8;
  -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  flex: 8;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.dropp-header__btn {
  display: block;
  background: #ebebeb;
  color: #333;
  padding: 0.5em 0.5em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropp-header__btn .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropp-header__btn .icon:before,
.dropp-header__btn .icon:after {
  top: 30%;
  left: 25%;
  width: 50%;
  height: 15%;
  background: #333;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropp-header__btn .icon:after {
  top: 55%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropp-header__btn.js-open { background: #ebebeb; }

.dropp-header__btn.js-open .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropp-header__btn.js-open .icon:before,
.dropp-header__btn.js-open .icon:after { background: #333; }

.dropp-header__btn:focus { outline: none; }

.dropp-body {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background: #fff;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
	z-index: 2;
	
}

.dropp-body.js-open { max-height: 20em;border: 1px solid #ccc;
	border-top: none; }

.dropp-body label {
  display: block;
  font-size: 0.875em;
  color: #555;
  text-decoration: none;
  padding: 0.5em 0.5em;
  font-weight: 400;
  box-shadow: 0 0px 0 #171717, inset 0 0px 0 #313131;
  cursor: pointer;
  margin: 0;
}

.dropp-body label:first-child { box-shadow: none; }

.dropp-body label:hover,
.dropp-body label.js-open { background: #fff; }

.dropp-body label > input { display: none; }

#logo a{
  height: 150px;
  margin-bottom: -30px;
  position: relative;
  z-index: 1000;
}
#header #logo a:before{
  display: none
}
#logo img{
	max-height: 135px;
	max-width: 100%;
  margin-top: 10px;
}
.uk-button{
	background: #f4922f;
}
.uk-button:hover, .uk-button:focus {
    background-color: #9f5204;
}
.top-parallax, 
.bottom-parallax, 
.uk-panel-box-secondary, 
.tm-block-dark, 
.tm-block-light 
.tm-panel-clear-image,
.uk-dropdown-navbar .uk-nav > li > a:hover,
.uk-dropdown-navbar .uk-nav .uk-nav-sub li > a:hover,
ul.uk-navbar-nav > li.active::before,
.uk-dropdown-navbar .uk-nav li.uk-active > a {
    background: #187592;
}
.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li.uk-active > a{
	color: #f3922e;
}
.tm-block-dark .uk-form input, .tm-block-dark .uk-form textarea, .tm-block-dark .uk-form select,
ul.uk-navbar-nav > li:hover::before, .uk-dropdown-navbar{
	background: #146c87;
}
.tm-block-dark .uk-form ::-moz-placeholder{
	color: rgba(255, 255, 255, 0.4);
}
.tm-block-dark .uk-form :-ms-input-placeholder{
	color: rgba(255, 255, 255, 0.4);
}
.tm-block-dark .uk-form :-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
h1, h2, h3, h4, h5, h6{
	color: #f4922f;
	margin: 0 0 15px
}
p{
	margin: 0 0 15px;
	padding: 0;
}
.uk-panel-box {
    padding: 30px;
}
.uk-button-primary{
	background: #139cd8;
}
.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #0880b4;
}
.uk-dropdown-navbar ul.uk-nav-sub > li > a,
.uk-dropdown-navbar ul.uk-nav-sub > li > a:hover {
    border-left-color:#187592;
}
.tm-parallax-teaser h2{
	background: #ed1975;
}
.uk-panel-box-secondary .uk-button:not(.uk-button-primary):not(.uk-button-success):not(.uk-button-danger) {
    background: #f4922f;
}
.uk-button-red {
    background: #139CD8 !important;
}
.label, .badge{
	background: #139cd8;
}
.footable.metro-blue > tfoot > tr > th, .footable.metro-blue > thead > tr > th, .footable.metro-blue > tfoot > tr > td, .footable.metro-blue > thead > tr > td {
    background-color: #139cd8;
    border-color: #139cd8;
}
.footable.metro-blue{
	border-color: #139cd8;
}
code {
    color: #139cd8;
}
body{
	width: 100%;
	overflow-x: hidden;
}
.widgetsHeader {
	background: #f7f7f7;
	position: relative;
}
.widgetsHeader:before{
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #f7f7f7;
}
.widgetsHeader:after{
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #f7f7f7;
}
.w-search{
	text-align: right;
	padding: 5px 0;
}
.w-search form{
	margin-bottom: 0;
}
.w-search input{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin:0;
	padding: 5px 10px; 
	height: auto;
	line-height: 100%;
	font-size: 16px;
	min-height: inherit;
}
.w-search input.wordsbox{
  width: 160px;
}
#footer .formulaire .submit input:focus,
#footer .formulaire .submit input:hover {
    color: #fff !important;
}
#containerPrice{
	display: none
}
.uk-dropdown{
	padding: 20px 10px;
}
.slick-prev, .slick-next{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: #f7f7f7;
    line-height: 0px;
    color: #555;
    font-size: 0px;
    text-align: center;
    -webkit-transition: -webkit-transform ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s;
}
.slick-arrow:hover/*, .slick-arrow:focus*/ {
    background-color: #075c97;
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}
.slick-prev:before, .slick-next:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
     font-size: 25px;
     line-height: 50px;
     color: #555;
}
.slick-prev:before{
	content: "\f053";
}
.slick-next:before{
	content: "\f054";
}
.slick-prev:hover:before, .slick-next:hover:before {
	color: #fff;
}
.home-product .short_product:hover {
    -moz-box-shadow: 0px 0px 0px 0px #656565;
    -webkit-box-shadow: 0px 0px 0px 0px #656565;
    -o-box-shadow: 0px 0px 0px 0px #656565;
    box-shadow: 0px 0px 0px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff, Direction=134, Strength=0);
}
.home-product .short_product:hover .short_product_container{
    -moz-box-shadow: 1px 1px 20px 0px #656565;
    -webkit-box-shadow: 1px 1px 20px 0px #656565;
    -o-box-shadow: 1px 1px 20px 0px #656565;
    box-shadow: 1px 1px 20px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=20);
}

.c-rose .top-parallax{
	background: #e60f6d;
}
.c-rose #contents a,
.c-rose .horaires-douverture,
.c-rose h1, .c-rose h2, .c-rose h3, .c-rose h4, .c-rose h5, .c-rose h6{
	color: #e60f6d;
}
.c-vert-clair .top-parallax{
	background: #b5ca13;
}
.c-vert-clair #contents a,
.c-vert-clair .horaires-douverture,
.c-vert-clair h1, .c-vert-clair h2, .c-vert-clair h3, .c-vert-clair h4, .c-vert-clair h5, .c-vert-clair h6{
	color: #b5ca13;
}
.c-vert-fonce .top-parallax{
	background: #79870a;
}
.c-vert-fonce #contents a,
.c-vert-fonce .horaires-douverture,
.c-vert-fonce h1, .c-vert-fonce h2, .c-vert-fonce h3, .c-vert-fonce h4, .c-vert-fonce h5, .c-vert-fonce h6{
	color: #79870a;
}
.c-gris-fonce .top-parallax{
	background: #333;
}
.c-gris-fonce #contents a,
.c-gris-fonce .horaires-douverture,
.c-gris-fonce h1, .c-gris-fonce h2, .c-gris-fonce h3, .c-gris-fonce h4, .c-gris-fonce h5, .c-gris-fonce h6{
	color: #333;
}
.c-bleu-fonce .top-parallax{
	background: #187592;
}
.c-bleu-fonce #contents a,
.c-bleu-fonce .horaires-douverture,
.c-bleu-fonce h1, .c-bleu-fonce h2, .c-bleu-fonce h3, .c-bleu-fonce h4, .c-bleu-fonce h5, .c-bleu-fonce h6{
	color: #187592;
}
.c-bleu-vif .top-parallax{
	background: #1a9ad9;
}
.c-bleu-vif #contents a,
.c-bleu-vif .horaires-douverture,
.c-bleu-vif h1, .c-bleu-vif h2, .c-bleu-vif h3, .c-bleu-vif h4, .c-bleu-vif h5, .c-bleu-vif h6{
	color: #1a9ad9;
}
.c-violet .top-parallax{
	background: #892d80;
}
.c-violet #contents a,
.c-violet .horaires-douverture,
.c-violet h1, .c-violet h2, .c-violet h3, .c-violet h4, .c-violet h5, .c-violet h6{
	color: #892d80;
}
.c-jaune .top-parallax{
	background: #e7be17;
}
.c-jaune #contents a,
.c-jaune .horaires-douverture,
.c-jaune h1, .c-jaune h2, .c-jaune h3, .c-jaune h4, .c-jaune h5, .c-jaune h6{
	color: #e7be17;
}

.c-orange .top-parallax{
  background: #f3922e;
}
.c-orange #contents a,
.c-orange .horaires-douverture,
.c-orange h1, .c-orange h2, .c-orange h3, .c-orange h4, .c-orange h5, .c-orange h6{
  color: #f3922e;
}

.viewProduct a{
	color: #fff !important
}
.proprietes-additionnelles p,
.short_product h3{
	margin: 0;
}
.icones-adh,
.horaires-douverture{
	padding: 10px 0;
	color: #e60f6d;
}
.icones-adh .icon-adh{
  margin: 0 5px 5px;
}
.c-vert-clair .icones-adh,
.c-vert-clair .horaires-douverture{
	color: #b5ca13;
}
.c-vert-fonce .icones-adh,
.c-vert-fonce .horaires-douverture{
	color: #79870a;
}
.c-gris-fonce .icones-adh,
.c-gris-fonce .horaires-douverture{
	color: #333;
}
.c-bleu-fonce .icones-adh,
.c-bleu-fonce .horaires-douverture{
	color: #187592;
}
.c-bleu-vif .icones-adh,
.c-bleu-vif .horaires-douverture{
	color: #1a9ad9;
}
.c-violet .icones-adh,
.c-violet .horaires-douverture{
	color: #892d80;
}
.c-jaune .icones-adh,
.c-jaune .horaires-douverture{
	color: #e7be17;
}
.short_product{
	margin-top: 35px !important;
}
.short_product h2{
	line-height: 100%;
  font-size: 1.4em !important
}
.short_product .desc-longue{
  max-height: 110px;
  overflow: hidden;
}
.short_product .picture{
	background-size: cover;
	background-position: center; 
	margin: -35px -30px 15px;
}
.short_product .pictureContainer img {
    height: 150px !important;
}
.widgetProduct .short_product{
	margin: 0 !important
}
.widgetProduct .short_product .picture{
	margin: -10px -10px 10px;
}
#ProductRightCol #formproductversion{
	display: none;
}
#ProductRightCol h1{
	margin: 0 0 10px;
	line-height: 100%;
}
#rightbar .uk-panel-box {
    padding: 35px 15px;
}
#contents .w-contact a,
.widgetLoginLinks a.label{
	color: #fff !important;
}
.event_search select, .event_search input[type="text"], .event_search textarea {
    width: 100%;
}
.event_search .itemEvent {
	position: relative;
}
.event_search .itemEvent .ico-calendar{
	position: absolute;
	right: 10px;
	top: 5px;
}
.event_search .uk-grid .itemEvent:nth-child(3){
	clear: both;
}
.event_search .uk-grid input[type="text"]{
	width: calc(100% - 23px);
}
#event_list .types span{
  margin-right: 5px;
}
#event_list .date{
  color: #888;
}
#parallax-top-image{
  background-position: center;
  background-size: cover;
}
.widgetShortcutFooter ul{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.widgetShortcutFooter ul li{
  line-height: normal;
  margin: 0 0 15px;
}
.product_detail .pager{
  margin: 0;
  padding: 30px 0;
}
.product_detail .pager a{
  color:#fff !important;
}
.product_detail .description{
  font-size: 28px;
  line-height: 120%;
  display: block;
}
.product_detail .description p{
  margin-bottom: 0;
}
.short_product .description{
  font-size: 18px;
}
.wrap-concentement{
  width: 100%;
}
.wrap-concentement .item-field input {
  margin: 1px 5px 0 0;
  float: left;
  height: auto;
}
.wrap-concentement .aide{
  margin-left: 20px;
  display: block;
}
.widgetContact .wrap-concentement .aide{
  font-size: 13px;
  line-height: 120%;
  display: block;
  margin-left: 22px;
}
.wrap-concentement .aide p{
  margin: 0;
}
.wrap-concentement .label-field{
  display: none !important;
}
.field14 {
  width: 100%;
}
.field14 textarea{
  height: auto;
}
#formpersonnalise .test,
#formpersonnalise .submit {
  margin-bottom: 15px;
}
#accountSubscription .newsletter:after{
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  content: "";
}
#accountSubscription .test .multi_checkbox .checkbox,
#accountSubscription .newsletter .item-field{
  float: left;
  margin: 1px 5px 5px 0;
}
#accountSubscription .newsletter .item-field input{
  margin: 0
}
#accountSubscription .test .multi_checkbox label,
#accountSubscription .newsletter .label-field{
  display: inline;
  margin:0;
  font-weight: 300;
}
#accountSubscription .newsletter .sep-form{
  display: none;
}
.proprietes-additionnelles [class^="icon-"], .proprietes-additionnelles [class*=" icon-"]{
  width: 20px;
  height: 20px;
}
/*#ProductCentertCol,*/
#ProductRightCol{
  padding-top: 40px;
}
.btn-contact a{
  color: #fff !important;
  margin-top: 0 !important;
margin-bottom: 10px;
}
.wallMessage  textarea{
  width: 97%;
  width: calc(100% - 20px)
}
.personInformation:after,
.commentZone:after{
  clear: both;
  display: block;
  content: "";
  width: 100%;
  height: 0;
}
.personInformation .personImg {
  width: 40px;
  height: 40px;
  overflow: hidden;
  float: left;
  margin:0 10px 10px 0;
  background: url(../images/user.png) no-repeat center #fff;
  background-position: center;
  background-size: cover; 
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 29px;
}
.personInformation .personName{
  color:#555;
  font-weight: bold;
}
.respons{
  padding: 20px;
  background: #fff;
  font-size: 14px;
  /*border:1px solid #ddd;*/
}
.respons .row_comment{
  border-bottom:1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.respons .formComment{
  margin: 0;
}
.respons .personInformation .personImg {
    width: 30px;
    height: 30px;
}
.respons .personInformation .personName{
  font-size: 14px
}
.message_time{
  color: #888;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: bold;
}
.commentUpdate, .commentDelete {
  display: inline-block;
}
.message_body{
  padding: 10px 0;
}
.commentStatus{
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #139cd8;
  display: inline-block;
padding: 2px 5px;
border-radius: 3px;
}
.groupItem .deleteChk{
  display: none
}
.groupItem .groupImg,
#addGroup{
  margin: 0 0 15px;
}
.groupInfos h5{
  font-size: 20px;
}

.secondLevel > li{
  position: relative;
}
#childrenSelector{
  padding: 20px 0;
}
#childrenSelector ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#childrenSelector ul li{
  display: inline-block;
  width: 33%;
}
#childrenSelector ul li a{
  display: block;
  background: #f7f7f7;
  padding: 10px 15px;
  color: #555 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.open-nav{
    position: absolute;
    right: 5px;
    top: 11px;
    padding: 5px;
  }
  .open-nav:after{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 8px 5.5px 0 5.5px;
    border-color: #ffffff transparent transparent transparent;*/
    border-width: 5.5px 0 5.5px 8px;
    border-color: transparent transparent transparent #ffffff;
    content: ""
  }
.tm-parallax-teaser-container{
  margin-left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#socialZone{
  padding-top: 15px;
}
#socialZone > span{
  display: inline-block;
  vertical-align: top;
}
.widgetLogin .submit input {
  padding: 5px 15px !important;
  line-height: 100%;
}
.btn-contact .fiche-membre{
  display: none;
}

.bodyConnected .btn-contact .fiche-membre{
  display: inline-block;
}
.widgetAwards .uk-grid{
  margin-left: 0;
}
#footer .widgetCalendar .calendar{
  text-align: center;
}
#footer .widgetCalendar .calendar .today{
  background: #fff;
  color: #187592
}
#footer .widgetCalendar .calendar .event_day{
  background: #f4922f;
  color: #fff
}
.widgetRecommend .label{
  display: block;
}
#sidebarRight .widgetRecommend input[type="text"]{
  /*width: 90%;*/
}
#ProductLeftCol, #ProductRightCol,
#ProductCentertCol{
  width: 100%;
  padding-left: 0;
}
#ProductCentertCol .carte-adherent{
  padding: 40px 0 0
}
#ProductCentertCol .carte-adherent .map > div{
  width: 100% !important;
  margin:0 !important;
}
/*---profil ---*/
#accountModify .item-form{
  width: 100%;
}
#accountModify .group_navigation{
  display: none
}
.multi_checkbox input[type="checkbox"], .multi_checkbox input[type="radio"] {
    padding: 0;
    float: left;
    margin-right: 5px;
    margin-top: 0;
}
.multi_checkbox label, .multi_radio label {
  margin-left: 20px;
}
.rememberMe{
  padding-top: 10px;
}

#accountProfilePreview {
  position: relative;
}
#accountProfilePreview #linkEditAction{
  /*position: absolute;
  right: 0;
  top: 0;*/
}
#accountAuthentification,
#formulaire,
.authentification{
  margin-bottom: 0px;
  padding-bottom: 30px;
}
#accountAuthentification fieldset,
#formulaire fieldset,
.authentification fieldset{
  margin-bottom: 30px
}
#accountAuthentification .row,
#formulaire .row,
.authentification .row{
  margin: 0 0 15px;
}
#accountAuthentification .rememberMe .label,
#formulaire .rememberMe .label,
.authentification .rememberMe .label{
  background: none;
  color: #555;
}
#accountAuthentification .rememberMe .label label,
#formulaire .rememberMe .label label,
.authentification .rememberMe .label label{
  margin-bottom: 0;
}
.confirmation_subscription{
  text-align: center;
  padding: 40px 0;
}
.hide{
  display: none;
}
.head-fiche{
  padding-bottom: 20px;
}
.head-fiche h1{
  margin-bottom: 0;
}
.isMemberSince{
  font-size: 12px;
}
.subhead-fiche .personImg{
  float: left;
  width: 180px;
}
.subhead-fiche .personInfos{
  width: 70%;
  width: calc(100% - 180px);
  float: left;
}
.subhead-fiche .personInfos > div{
  float: left;
  width: 45%;
  margin-bottom: 15px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}
.subhead-fiche .personInfos > div:nth-child(2n+1){
  clear: both;
}
.Flabel{
  display: block;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}
.widgetCalendar .widgetContainer{
  max-width: 250px;
  margin: 0 auto;
}
#event_search fieldset > div{
  margin-bottom: 15px;
}
#addTalk, #addMember {
    position: relative;
}
#formTalk, #result {
    position: absolute !important;
    top: 20px;
    left: 0px;
    z-index: 30;
    padding: 5px 10px 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0,0,0, .3);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0, .3);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0, .3);
    transform: translate(0%, 0%);
    max-width: 380px;
    width: 100%;
}
#formTalk #closeResult,
#result #closeResult{
  float: right;
  background: #eee;
  padding: 0 7px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.recipient_name{
  font-size: 14px;
}
.arrowTop, .arrowBlack {
    position: absolute;
    top: -10px;
    left: 15px;
    z-index: 2;
    display: block;
    width: 25px;
    height: 10px;
    background-position: 0 -200px;
}
#formTalk .row, #result .row{
  margin:0;
}
#formTalk textarea, #result textarea, #formTalk #searchId, #result #searchId{
  margin:10px 0;
  height: 100px;
}
#formTalk input[type="submit"], #result input[type="submit"]{
  background: #f4922f;
  border:none;
  display: inline-block;
  padding: 5px 12px;
  border: none;
  background: #f4922f;
  color: #fff;
  letter-spacing: normal;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#tabsSearch > ul{
  border:none !important;
  border-bottom: 1px solid #eee !important;
  margin: 0 0 15px;
  padding: 0;
}
#tabsSearch > ul > li{
  font-size: 13px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin: 0 5px;
}
#tabsSearch > ul > li.active_section{
  border-color: #ccc
}
#tabsSearch > ul > li a{
  display: block;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}
#tabSuggest .person{
  width: 100%;
}
#tabSuggest .person > div{
  float: left;  
}
#tabSuggest .person > div:nth-child(2){
  width: 130px;
  float: right;
}
#tabSuggest .person > div .sendRequest{
  text-shadow: none;
  background: #075c97;
  font-size: 11px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border-radius: 2px;
  background: #139cd8;
  display: block;
  text-transform: uppercase;
  padding: 5px;
}

/*profil list----*/
.profileLists{
  text-align: left;
}
.profileLists .contener_summary{
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 0px;
  border:1px solid #ddd;
  position: relative;
}
.profileLists .contener_summary .personImg{
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none 
}
.profileLists .contener_summary .personImg img{
  display: block;
  width: 100%;
  height: auto;
}
.profileLists .contener_summary .personInfos{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0,0,0,0.5);
  width: 100%;
}
.profileLists .contener_summary .personInfos a{
  display: block;
  padding: 4px
}
.profileLists .contener_summary .personInfos a .personName{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  line-height: 100%;
}
.Ffacebook .ico-reso{
  position: relative;
  font-size: 24px;
  margin: 0 2px 0 0;
  color: #555;
}
.Ffacebook .ico-reso a{
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.addthis-smartlayers-desktop,
.resbook .addthis_inline_share_toolbox,
.membres .addthis_inline_share_toolbox  {
    display: none;
}
.catalog.uk-grid,
.uk-grid.product_detail{
  margin-left: 0;
}
.Fweb a{
  word-break: break-all;
  font-size: 13px;
  line-height: normal;
  display: block;
}
.profile_detail .group_contener{
  margin-bottom: 30px;
}
.profile_detail .group_contener .groupItem{
  display: block;
  width: 100%;
  /*padding-top: 10px;*/
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile_detail .group_contener .groupItem .groupImg{
  display: inline-block;
  max-width:100px;
  vertical-align: middle;
  padding: 0;
}
.profile_detail .group_contener .groupItem .groupImg img{
  max-width: 100px;
}
.profile_detail .group_contener .groupItem .groupInfos{
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
  text-align: left;
}
.profile_detail .photos_contener{
  margin-bottom: 30px;
}
.profile_detail .photos_contener > a.lightbox{
  display: inline-block;
  width: 16%;
  margin-bottom: 5px;
}
.reseaux-sociaux{
  padding: 5px 0
}
.reseaux-sociaux a{
  font-size: 24px;
  color: #555 !important;
}
.bodyConnected .uk-navbar-nav > li .creer_votre_compte{
  display: none;
}
.localisation_des_adherents .map{
  margin-bottom: 30px;
}
.suivez-nous{
  padding: 0px;
  background: none;
  color: #555;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  margin-bottom: 0 !important
}
.suivez-nous .uk-panel-title{
  display: none;
}
.suivez-nous p{
  margin-bottom: 0;
  padding: 5px 0;
}
.suivez-nous a{
  color: #075c97;
  font-size: 24px;
  margin-left: 5px;
  vertical-align: middle;
}
.w-search{
  clear: none;
}
.widgetsHeader .widgetCatalogSearch h4{
  display: none;
}
.widgetCatalogSearchRow > label{
  display: none;
}
.widgetsHeader .widgetCatalogSearch fieldset,
.widgetsHeader .widgetCatalogSearch .submit{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#rightbar .widgetSearchCommunityEntities,
#rightbar .w-recherche-adherent{
  padding: 15px;
}
.searchCommunityCategoryMember .Member_element{
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 0px;
  border: 1px solid #ddd;
  position: relative;
}
.searchCommunityCategoryMember .Member_element .personImg img {
    display: block;
    width: 100%;
    height: auto;
}
.searchCommunityCategoryMember .Member_element .personInfos .Fmail,
.searchCommunityCategoryMember .Member_element .personInfos .Fcity{
  display: none;
}
.searchCommunityCategoryMember .Member_element .personInfos h5{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.searchCommunityCategoryMember .Member_element .personInfos .searchCommunityResultLink a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
}
.widgetAwards .fa{
  font-size: 34px;
  vertical-align: middle;
  margin: 0 5px;
}
#famillyPresentation > #famillyDescription{
  width: 100%;
  padding: 0;
}
.catalog .googleMapBulle .short_product{
  width: 100% !important;
  margin: 0 !important;
}
.catalog .googleMapBulle .short_product .short_product_container{
  padding: 0;
  background: none;
}
.catalog .googleMapBulle .short_product .picture{
  display: none;
}
.catalog .googleMapBulle .short_product h2{
  margin-bottom: 0;
}
.lien_site_web a{
  display: inline-block;
  word-break: break-all;
  /*font-size: 12px;*/
  line-height: 100%
}
.catalog .familly{
  background-size: cover;
  background-position: center;
  display: table;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
}
.catalog .famillyContainer {
    display: table-cell;
    vertical-align: middle;
    padding: 0em;
    /*background: rgba(0, 0, 0,0.7);*/
    height: 175px;
    width: 100%;
    position: relative;
}
.catalog .famillyContainer h3{
  line-height: normal;
  /*color: #fff;
  font-weight: bold;*/
  background: #fff;
  display: block;
  padding: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  margin: 0;
}
.addthis_inline_share_toolbox{
  clear: both;
  margin-top: 30px
}
#famillyPresentation{
  padding: 0;
}
#famillyPresentation #famillyPicture{
  display: none;
}
.uk-navbar-nav > li > a.fa {
  font-family: FontAwesome;
  font-size: 30px;
}
.catalogProductDetail .result-adherent > h2,
.catalogProductDetail .result-adherent .backToResultsPage,
.catalogProductDetail .result-adherent #product_availability{
  display: none;
}
#relationshipForm .person .cleft,
#relationshipForm .person .cleft *{
  display: inline-block;
  vertical-align: middle;
}
#relationshipForm .person{
  padding-top: 30px
}
input[type="checkbox"], input[type="radio"]{
  float: left;
  margin-right: 6px;
}
#formAddMember #actionsMembers{
  clear: both;
}
#formAddMember #actionsMembers a{
  background: #f4922f;
  border: none;
  display: inline-block;
  padding: 5px 12px;
  border: none;
  background: #f4922f;
  color: #fff;
  letter-spacing: normal;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#rightbar .widgetSocial {
  display: none
}
.w-connex .widgetLoginPicture {
    display: block;
    float: left;
    width: 40px;
    margin-right: 5px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.w-connex .widgetLoginLinks a{
  margin-left: 0;
}
.w-connex .widgetLoginLinks a.label {
    color: #fff;
    width: 80px;
    font-size: 11px;
    margin: 10px auto;
    text-align: center
}
.w-connex .widgetLoginUsername{
  display: block;
  text-align: left;
}
#event .author,
.event .author{
  display: none
}
#event .date {
    color: #888;
}
#divnewsletter{
  position: relative;
}
#divnewsletter > div{
  position: absolute;
  left: 0;
  top: 0
}
#divnewsletter > label{
  padding-left: 25px;
}
.no-title > h4{
  display: none;
}
.backMur{
  background: none !important;
  padding: 0 !important;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1) !important;
}
#rightbar > .button{
  margin-bottom: 15px;
}
.button{
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  color: #31a5da;
  background: none;
  border: 1px solid #31a5da;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.widgetNewsletter{
  text-align: left;
}
.widgetNewsletter p{
  margin: 0;
}
.widgetNewsletter h4{
  display: block !important;
  margin: 0;
  color: #fff;
  text-align: left !important;
  line-height: normal;
  /*font-size: 18px;*/
}
.widgetNewsletter #NewsLettersSubscribeMail{
  color: #fff;
  border-color: #fff;
  display: inline-block;
  width: calc(75% - 22px);
  padding: 10px 10px;
  vertical-align: top;
}
.widgetNewsletter input[type="submit"]{
  border: none;
  letter-spacing: normal;
  font-weight: 300;
  font-size: 18px;
  color: #f4922f;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  width: 25%;
  padding: 11px 0 10px;
  vertical-align: top;
}
@media screen and (min-width: 960px){

  #headerInner .thirdLevel{
    display: none;
    position: absolute;
    left: 100%;
    background: #146c87;
    top: 0;
    width: 100%;
  }
  #headerInner .secondLevel > li:hover .thirdLevel{
    display: block;
  }
  .uk-dropdown-navbar ul.uk-nav-sub > li > a{
    border-left: none;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 959px){
  .thirdLevel{
    display: none;
  }
  .thirdLevel.show{
    display: block;
  }
  .open-nav{
    padding: 11px;
  }
  .uk-nav-offcanvas .uk-nav-sub ul {
    background: #363f45;
  }
}
@media screen and (max-width: 767px){
  #header{
    width: 100%;
    overflow-x: hidden;
  }
	.w-search input{
		font-size: 14px;
	}
	.home-product .short_product{
		padding-left: 0 
	}
	.homePage .wk-slideset-capture .sets {
    	padding: 0 0px;
      height: auto !important;
	}
  .homePage .wk-slideset.wk-slideset-capture .set {
    text-align: left;
    height: auto !important;
    width: auto !important;
    transform: scale(1) !important;
  }
  .homePage .wk-slideset .set > li {
    position: relative;
    left: 0 !important;
    text-align: center;
    margin-bottom: 30px;
  }
  .homePage .wk-slideset-capture li .wk-container {
    margin: 0px 0 0;
  }
  #logo a {
    height: 110px;
    float: none;
    width: 140px;
    margin: 0 auto;
    display: block;
  }
  #logo img {
    max-height: 80px;
  }
  .widgetLogin .submit input {
    padding: 5px 15px !important;
    line-height: 100%;
  }
  .tm-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  /*.tm-parallax-teaser-images-top {
    margin-bottom: 35px;
  }*/
  .tm-slant-top {
    max-height: inherit;
  }
  .tm-parallax-teaser-container{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  #parallax-top-image {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  .tm-parallax-teaser-images-top {
    margin-bottom: 0;
  }
  form#event_search{
    margin-left: -16px !important;
  }
  form#event_search .uk-width-1-2{
    width: 100%;
    padding-left: 15px;
  }
  form#event_search .uk-width-1-2 > .dropp,
  form#event_search .uk-width-1-2 > select{
    margin-bottom: 10px;
  }
  .formulaire .item-form{
    padding-left: 5px;
    width: 100%;
  }
  .subhead-fiche .personInfos{
    width: 100%;
  }
  .subhead-fiche .personImg{
    margin-bottom: 30px;
  }
  .subhead-fiche .personInfos > div{
    width: 100%;
  }
  .multi_checkbox label, .multi_radio label,
  .wrap-concentement .aide{
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
  }
  .tm-top-a .uk-panel p{
    margin-left: 0 !important
  }
  .uk-navbar-toggle {
    font-size: 20px;
    color: #555;
    position: absolute;
    left: 0;
    top: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
  }
  footer .widgetShortcutFooter,
  footer .widgetAwards,
  footer .has-news .widgetShortcutFooter,
  footer .has-news .widgetAwards,
  footer .has-news .widgetNewsletter{
    width: 100%;
  }
}

