p.price {
    font-size: 60px;
}
p.price span {
    vertical-align: super;
    font-size: 30px;
}
.abonnement-div .rightdiv {
    margin: 50px 0;
    border-left: 2px solid #666666;
    padding-left: 50px;
}
.popupbox {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
	z-index:99999;
	display:none;
}
.popupbox .bg {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
	position: absolute;
}
.popupbox .popupzone {
    background-color: #fff;
    display: block;
    position: relative;
    max-width: 100%;
	width:1224px;
    margin: auto;
    vertical-align: middle;
    margin-top: 100px;
	overflow-y: auto;
	max-height:100%;
}
.popupbox .popupheader {
    background-color: #feeb00;
    line-height: 35px;
    padding: 0 20px;
    box-shadow: 0 2px 2px #ccc;
    background-image: url('../img/doted.png');
    background-size: 6px;
	    text-transform: uppercase;
}
.popupbox .popupheader a.closepopup {
    float: right;
}
.popupbox .popupcontent {
    padding: 25px;
}
.control-group{
	margin:20px 0;
}
.control-group label.control-label {
    width: 22%;
    display: inline-block;
	font-size:10px;
	font-family:"Open Sans";
	font-weight:bold;
	text-transform: uppercase;
	color:#666666;
	vertical-align: middle;
}
.control-group .controls {
	width: 75%;
    display: inline-block;
}
.control-group .controls input, .control-group .controls select {
	font-family:"Arial";
	font-size:12px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	width:100%;
	border:1px solid #e6e6e6;
	color:#666666;
}
img.captcha {
    width: 100%;
    padding: 20px 30%;
    border: 1px solid #E6E6E6;
}
.control-group input[type="submit"] {
    float: right;
    background-color: #fff;
    border: 1px solid #414141;
    text-transform: uppercase;
    padding: 10px 30px;
}

/* Home Page ---------------------------- */

.pagehomecontent{
	margin-top:50px;
	background-color: #fff;
	margin-bottom: 50px;
}
.nopadding{
	padding:0!important;
}
.imginfofix img {
    width: 100%;
}
.imginfofix .description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding:1% 5px 5px 5px;
	overflow:hidden;
}
p.labelcat-sante {
    display: inline-block;
    background-color: #a0d468;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    padding: 0 10px;
    border-radius: 3px;
    text-transform: uppercase;
}
p.labelcat-sante i{
    font-size: 16px;
    vertical-align: middle;
    line-height: 19px;
	padding-right:5px;
}
p.labelcat-innovation {
    display: inline-block;
    background-color: #e554a9;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    padding: 0 10px;
    border-radius: 3px;
    text-transform: uppercase;
}
p.labelcat-innovation i{
	 font-size: 16px;
    vertical-align: middle;
    line-height: 19px;
	padding-right:5px;
}
p.labelcat-conseil {
    display: inline-block;
    background-color: #f17640;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    padding: 0 10px ;
    border-radius: 3px;
    text-transform: uppercase;
}
p.labelcat-conseil i{
	 font-size: 16px;
    vertical-align: middle;
    line-height: 19px;
	padding-right:5px;
}
p.labelcat-business {
    display: inline-block;
    background-color: #5ba6eb;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    padding: 0 10px ;
    border-radius: 3px;
    text-transform: uppercase;
}
p.labelcat-business i{
	 font-size: 16px;
    vertical-align: middle;
    line-height: 19px;
	padding-right:5px;
}
a.agendanews i {
    padding-right: 6px;
    vertical-align: middle;
}
.imginfofix .description h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 44px;
}
.imginfofix .description p {
    color: #fff;
    font-size: 12px;
}


.imginfofix{
	clear:both;
	    position: relative;
}
.imginfoanimate img {
    width: 100%;
}
.imginfoanimate{
	clear:both;
	    position: relative;
		    padding: 0!important;
}
.imginfoanimate .description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
	padding:10px;
	overflow:hidden;
	background-color: rgba(241, 118, 64, 0.7);
	display:none;
}
.imginfoanimate .description h2 {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.imginfoanimate:hover .description {
	display:block!important;
}
.tabhome .nav-tabs a {
    font-size: 12px;
    color: #c6c6c6;
    padding: 10px 0;
    text-transform: uppercase;
	border: 0!important;
	border-right:1px solid #f6f6f6!important;
}
.tabhome .nav-tabs .active a {
    border: 0!important;
}
.tabhome .tab-content {
    padding: 0 5px;
}
.tabhome a:hover{
	text-decoration:inherit;
	color:#414141;
}
.agendanews {
    padding: 5px 0 30px;
	clear:both;
	/*border-bottom:1px solid #e6e6e6;*/
	display: block;
	color:#414141;
}
.agendanews p, .agendanews a{
	color:#414141;
}

.tabhome .agendanews:nth-child(2n){
	background-color: #f9f8f8;

}
.tabhome .toparticlenews {
    padding: 15px;
	border-bottom:1px solid #e6e6e6;
	display: block;
    color: #414141;
}
.tabhome .toparticlenews h3, .tabhome .toparticlenews a{
	font-size:18px;
	color:#666666;
}
.tabhome .toparticlenews .vue{
	color: #c6c6c6;
    font-size: 10px;
    float: right;
    margin: -20px 0px;
}

.hometoolsbtn {
    position: relative;
    text-align: center;
}
.hometoolsbtn h3 {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 2px solid #c6c6c6;
    display: inline-block;
    margin: 25px auto;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
}
.hometoolsbtn a.btntools {
    display: block;
    width: 100%;
    border: 1px solid #666666;
    line-height: 75px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    color: #666666;
    margin: 20px 0;
    padding-left: 25px;
}
.hometoolsbtn a.btntools:hover{
	text-decoration:none;

}
.hometoolsbtn a.btntools i {
    margin-right: 25px;
    font-size: 50px;
    vertical-align: middle;
}

.miniart{
	padding:25px 15px;
}
.miniart .artheader {
    font-size: 10px;
	color:#818080;
}
.miniart h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #5ba6eb;
}
.miniart p.contentbref {
    font-size: 12px;
    color: #818080;
}
.miniartlarg{
	padding:25px 15px;
	background-color:#5ba6eb;
}
.miniartlarg .artheader {
    font-size: 10px;
	color:#fff;
}
.miniartlarg h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
	padding-bottom:25px;
	border-bottom:1px solid #fff;
}
.miniartlarg p.contentbref {
    font-size: 12px;
    color: #fff;
}
.bigcat i {
    font-size: 25px!important;
}
.flechbottom:after {
    top: 245px;
    left: 50%;
    border: solid transparent;
    z-index: 9;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px 10px;
    margin-left: -10px;
}
.flechtop:before {
    margin-top: -55px;
    left: 50%;
    border: solid transparent;
    z-index: 9;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 15px 10px;
    margin-left: -10px;
}
.heightzone {
    height: 490px;
    overflow: hidden;
}
.bigartimg {
    height: 450px;
    background-color: #f9f8f8;
    background-image: url(../img/doted.png);
    text-align: right;
}
.bigartimg img {
    max-width: 100%;
    max-height: 450px;
    float: right;
}
.bigcat {
    font-size: 14px!important;
    line-height: 30px!important;
    background-size: auto 20px!important;
	    font-weight: bold;
}
.bigartcontent {
    padding: 45px 15px 0 15px;
}
.bigartcontent h3 {
    color: #666;
    font-size: 26px;
    margin-bottom: 60px;
}
.bigartcontent p.artcontent {
    font-size: 16px;
    color: #818080;
}
.bigartcontent p.artheader {
    font-size: 10px;
    color: #818080;
}
.btnlire {
    padding: 10px 50px;
    border: 1px solid #818080;
    margin-top: 40px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #818080;
	-webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.btnlire:hover {
	text-decoration:none;
	background-color:#818080!important;
	color:#fff;
}
.btnlire.active {
	text-decoration:none;
	background-color:#818080!important;
	color:#fff;
}
.vue {
    color: #c6c6c6;
    font-size: 10px;
    display: inline-block;
    margin-left: 20px;
	    margin-bottom: 10px;
}
.newslettrehome {
    background-color: #feeb00;
    padding: 80px 0 50px 0;
    background-image: url(../img/doted.png);
    background-size: 5px;
}
.col-lg-5.nopadding h3 {
    font-size: 32px;
    font-family: "Arial";
    font-weight: 700;
	text-align:right;
	margin: 0;
}
.newslettrehome input[type="text"] {
        background-color: rgba(254, 235, 0, 0);
    border: 0;
    border-bottom: 1px solid #333;
    font-size: 18px;
    color: #333;
    margin: 0px 20px;
    font-weight: 100;
    font-family: Myriad Pro;
    height: 40px;
    vertical-align: top;
    width: 93%;
}
.row.newslettrehome input[type=submit] {
        line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
    background-color: #333333;
    color: #FEEB00;
    border: 0;
    margin: 0 20px;
}
.headeragendax {
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    color: #fff;
    background-color: #c6c6c6;
}
.headeragendax i {
    font-size: 30px;
    vertical-align: middle;
    padding-right: 15px;
}
.homecalandar {
    padding-top: 45px;
	padding-bottom: 45px;

}
.homecalandar:nth-child(2n+ 1){
	background-color:#f9f8f8;

}
.homecalandar .calandardate {
    border: 1px solid #666666;
    padding: 10px;
    text-align: center;
    font-size: 36px;
    color: #666;
}
.homecalandar .calandardate span {
	display:block;    font-size: 15px;
}
.homecalandar h3 {
    font-size: 15px;
    color: #666666;
    margin: 30px 0;
	text-transform:uppercase;
}
.homecalandar .content {
    font-size: 12px;
    font-family: "Arial";
    margin-bottom: 20px;
	    color: #666666;
		line-height:20px
}
.homecalandar .location {
    font-size: 12px;
	color: #666666;
	    text-transform: uppercase;
}
a.agendabtnpart {
    font-size: 12px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
    border: 1px solid;
	-webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.catelem.orange {
    background-color: #f17640;
}
.miniart.orange h3 {
    color: #F17670;
}
.imgelem.demizone img {
    width: 100%;
    height: 100%;
}
.miniartlarg.orange {
    background-color: #F17640;
}
.miniart.green h3{
    color: #a0d468;
}
.catelem.green {
    background-color: #a0d468;
}
.miniartlarg.green {
    background-color: #a0d468;
}
.flechleft:after {
    top: 50%;
    left: -20px;
    border: solid transparent;
    z-index: 9;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px 15px;
    margin-left: -10px;
}
.imgpubhome img {
    width: 100%;
}
.miniart.gray h3 {
    color: #666;
    font-size: 26px;
    font-family: "Arial";
}
p.labelcat-marketing {
    display: inline-block;
    background-color: #49deb9;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    padding: 0 10px;
    border-radius: 3px;
    text-transform: uppercase;
}
p.labelcat-marketing i{
	 font-size: 16px;
    vertical-align: middle;
    line-height: 19px;
	padding-right:5px;
}
.headercommercial {
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    color: #fff;
    background-color: #a786c4;
}
.headercommercial i {
    font-size: 30px;
    vertical-align: middle;
    padding-right: 15px;
}
a.itemcommercialhome {
    padding: 30px;
    display: block;
	text-decoration:none;
}
a.itemcommercialhome .header {
	color:#818080;
	font-size:10px;
}
a.itemcommercialhome h3 {
    color: #666666;
    font-size: 18px;
    margin-top: 10px;
}
.row.videogal {
    background-color: #313131;
    padding: 35px 25px;
}
.html5gallery {
    width: 100%!important;
}
.row.sugdiv {
    padding: 65px 20px;
    background-image: url(../img/sug.png);
    border-right: 10px solid #666666;
    border-left: 10px solid #666666;
    margin: 0px -25px;
    font-size: 32px;
    font-family: "Arial";
    font-weight: bold;
    line-height: 34px;
}
.row.sugdiv a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    padding: 20px;
    vertical-align: middle;
}
.row.sugdiv a img{
    vertical-align: middle;
	margin: 0 10px;
}
.row.headerlinks {
    height: 80px;
    text-align: center;
    background-color: #ec3232;
    color: #fff;
}
.row.headerlinks i{
    line-height: 80px;
    text-align: center;
	font-size: 50px;
}
.miniart img {
    width: 100%;
    margin-bottom: 20px;
}
.miniart.paddinginv {
    padding: 0;
}
.miniart.paddinginv p.artheader, .miniart.paddinginv p.contentbref, .miniart.paddinginv h3 {
    padding: 0 20px;
}
.rightdiv i {
    font-size: 20px;
    vertical-align: middle;
}
a.miniart{
	text-decoration:none;

}
.clubcenter {
    padding: 30px!important;
    background-color: #000;
    text-align: center;
}
.clubcenter img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.clubcenter a {
    color: #dda66b;
    font-size: 15px;
}
.catelem.creme {
    background-color: #c6b886;
}
.miniart.creme h3 {
    color: #c6b886;
}
.miniartlarg.creme {
    background-color: #C6B886;
}
::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
}

:-ms-input-placeholder {
   color: #333;
}

#emailsub::-webkit-input-placeholder {
   color: #fff;
}

#emailsub:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

#emailsub::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

#emailsub:-ms-input-placeholder {
   color: #fff;
}
.rightdiv a {
    text-decoration: none;
    color: #fff;
}
a.agendabtnpart:hover {
    background-color: #666;
    color: #fff;
}
.clubcenter a.agendabtnpart:hover {
    background-color: #dda66b;
    color: #fff;
    border-color: #dda66b;
}
.menumobile {
    display: block;
    width: 100%;
    background-color: #fff;
	display:none;
}
.menumobile i {
    display: inline-block;
    margin: 10px;
    font-size: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    color: #666;
    border-radius: 5px;
	    cursor: pointer;
}
.menumobile img {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    max-height: 70px;
    float: right;
    padding: 10px;
    height: 70px;
}

.pageinternecontent {
    margin-top: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.headerbusinessx {
    line-height: 80px;
    font-size: 60px;
    text-align: center;
    background-color: #5ba6eb;
    color: #fff;
}
.bigartcontent.blue h3 {
    color: #5ba6eb;
}
hr {
    border-color: #c6c6c6;
    margin: 0 0 20px 0;
}
a.miniart hr {
    margin-left: 20px;
}
.folderdiv {
    padding: 40px 30px;
    background-image: url(../img/doted.png);
    border-right: 4px solid #666666;
    border-left: 4px solid #666666;
    margin: 0px 0px;
    font-size: 32px;
    font-family: "Arial";
    font-weight: bold;
    line-height: 34px;
    clear: both;
    background-size: 9px;
}
.folderdiv .number {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #666;
    padding: 0 0 7px;
    background-color: #feeb00;
}
.folderdiv .number span {
    display: block;
    font-size: 24px;
}
.folderdiv p {
    font-size: 15px;
    text-transform: uppercase;
}
.folderdiv h3 {
    font-size: 32px;
    font-family: 'Arial';
    margin-top: 10px;
}
.folderdiv a.btnlire {
    line-height: 23px;
    font-size: 15px;
    padding: 8px 15px;
    background-color: #fff;
}
.demizonelight {
    height: 175px;
}
.demizonelight h3 {
    margin: 0px;
    padding: 0 0 15px 0;
	border: 0;
}
.minicenter{
	text-align:center;

}
a.businesscolor.active, a.businesscolor:hover {
    color: #5ba6eb!important;
	border-top: 5px solid #5ba6eb!important;
}
a.menusante.active, a.menusante:hover {
    color: #A0D468!important;
	border-top: 5px solid #A0D468!important;
}
a.menuinnovation.active, a.menuinnovation:hover {
    color: #E554A9!important;
	border-top: 5px solid #E554A9!important;
}
a.menuinternational.active, a.menuinternational:hover {
    color: #C6B886!important;
	border-top: 5px solid #C6B886!important;
}
a.menuconseil.active, a.menuconseil:hover {
    color: #F17640!important;
	border-top: 5px solid #F17640!important;
}
a.menuweb.active, a.menuweb:hover {
    color: #EC3232!important;
	border-top: 5px solid #EC3232!important;
}
a.menucommercial.active, a.menucommercial:hover {
    color: #A786C4!important;
	border-top: 5px solid #A786C4!important;
}

.fixed {
    position: fixed;
    top: 0px;
    width: 13%!important;
    background-color: #fff;
	z-index:1;
}
ul.menuleft.fixed {
    margin-top: 90px;
}
h1{
	font-size:24px;
	font-family:"Arial";
	    margin-bottom: 30px;
}
h2{
	font-size:15px;
}
p {
    margin: 0 0 20px;
    font-weight: 100;
    font-family: "Arial";
    line-height: 1;
}
#loginpopup .popupheader {
    background-color: #dda66b;
    color: #fff;
}
#loginpopup .popupzone {
    width: 500px;
}
#loginpopup input[type="submit"] {
    float: none;
    margin: 0 auto;
    display: inherit;
}
div#loginpopup a {
    color: #c6c6c6;
    font-size: 12px;
    font-family: "Arial";
}
#loginpopup .popupcontent {
    padding: 20px 70px;
}
.pageborder{
    border: 1px solid #ccc;
    padding: 5px 20px 20px 20px !important;
}
.headeragendaxi {
    line-height: 80px;
    font-size: 60px;
    text-align: center;
    background-color: #666666;
    color: #fff;
}
.headeragendaxi i {
    font-size: 55px;
    vertical-align: top;
}
.headerpagelight {
    line-height: 35px;
    padding: 0 30px;
    text-transform: uppercase;
    box-shadow: 0px 3px 3px #ccc;
    z-index: 2;
    position: relative;
}
.headerpagelight img {
    float: right;
    padding: 0;
    margin: 13px 0 0 20px;
}
.divelemicon div {
    font-size: 12px;
    margin-bottom: 20px;
}
.calandardate i {
    font-size: 10px;
    margin: 0;
    padding: 0;
    display: block;
    color: #c6c6c6;
}
.divelemicon {
    padding: 0 15px;
}
div#agendalistelement {

}
h4.panel-title a.btncollapse {
    font-size: 12px;
    color: #666666;
  margin-top:30px;
    display: block;
	padding-left:5px;
	    text-decoration: none;
		    font-family: "Arial";
}
.panel-heading {
    padding: 0;
}
h4.panel-title .divelemicon div {
    margin-bottom: 0!important;
	line-height: 75px;
}

h4.panel-title .agendabtnpart{
    margin: 20px;
}
a.btncollapseright {
    float: right;
    line-height: 75px;
    padding-right: 20px;
    text-decoration: none;
    color: #000;
}
a.btncollapseright.collapsed {
	    width: 50px;
    background-image: url(../img/list2.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    height: 75px;
}
a.btncollapseright {
    width: 50px;
    background-image: url(../img/list1.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    height: 75px;
}
.panel-collapse h2 {
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.panel-collapse p {
    font-size: 12px;
}
.panel-group .panel {
    clear: both;
}
.panel-heading{
	background-color:#fff!important;
}
.panel-heading:nth-child(2n){
	background-color:#ccc!important;
}
.panel.panel-default {
    padding: 0;
    margin: 0!important;
}
.btnx.tagelem {
    opacity: 0.8;
}
.tagelem.selected {
    opacity: 1;
}
a.actionlist img, a.actiongrid img{
	opacity:0.6;
}
a.actionlist.active img, a.actiongrid.active img{
	opacity:1;
}
#agendagrid{
	display:none;
}
.tabentreprendre {
    padding: 0;
}
.tabentreprendre .panel-heading {
    line-height: 35px;
    padding: 0 30px;
    text-transform: uppercase;
    box-shadow: 0px 3px 3px #ccc;
    z-index: 2;
    position: relative;
	    height: 35px;
}
.tabentreprendre .panel-heading a {
    line-height: 35px;
    height: 35px;
	color:#666666;
}
.tabentreprendre .panel-heading a.btncollapseright{
	    background-size: 15px;
}
.catelem.gray {
    background-color: #f9f8f8;
}
.catelem.gray i{
    color: #666;
}
.miniart.entrep h3 {
    font-size: 18px;
    font-family: 'Arial';
    font-weight: bold;
}
.miniart .vue img{
	width:20px;
	margin:0;
	padding:0;

}
.vue a {
    color: #c6c6c6;
    font-size: 10px;
    display: inline-block;
    font-style: none;
}
.miniart.entrep h3 {
    padding-bottom: 16px;
    border-bottom: 1px solid;
    border-color: #ccc;
}
.miniart .vue {
    margin-left: 0;
	display:block;
}
.miniart.gray.heightzone {
    background-color: #f9f8f8;
}
.catelem h4 {
    margin-top: -80px;
    font-size: 18px;
    color: #666;
    font-family: "Arial";
    font-weight: bold;
}
.headerimg>img {
    width: 100%;
}
.headerimg {
    position: relative;
	display: inline-block;
}
.headerimg .content {
    top: 0;
    position: absolute;
    width: 100%;
    margin-top: 200px;
    color: #fff;
}
.headerimg .autherinfo {
    color: #fff;
    font-size: 14px;
    font-family: "Arial";
	    border-bottom: 1px solid #fff;
		line-height: 35px;
}
.headerimg h1 {
    font-size: 55px;
	color:#fff;
}
.headerimg .labelcat {
    position: absolute;
    top: 20px;
    left: -25px;
}
ul.sociallink {
    list-style: none;
    padding: 0;
    margin: 0;
	font-size: 0;
	    width: 100%;
}
ul.sociallink li {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0;
}
ul.sociallink li a {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 45px;
	display: block;
	height: 45px;
	border: 1px solid #f4f4f4;
}
ul.sociallink li a img {
    padding: 0;
    display: inline-block;
    margin: auto auto;
    vertical-align: middle;
}
ul.menuleft {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
ul.menuleft li a{
	padding:20px 25px;
	font-size:16px;
	text-decoration:none;
	color:#c6c6c6;
	font-family:'Arial';
	display: block;
	border: 1px solid #f4f4f4;
	font-weight: 600;
}
ul.menuleft li a.selected, ul.menuleft li a:hover{
	border-left:3px solid #d1d1d1;
	color:#414141;
	padding-left:22px;
}
img.publeft {
    width: 100%;
    padding: 20px 0;
}
.videobox iframe {
    width: 100%;
    height: 340px;
}
.videobox .titlevideo {
    line-height: 60px;
    font-size: 12px;
    text-align: center;
    background-color: #333;
    color: #fff;
    margin-top: -4px;
}
.titlevideo span {
    font-size: 16px;
}
div#disqus_thread {
    border: 1px solid #eee;
    padding: 10px;
}
.webart .col-sm-4 {
    padding: 5px;
}
.webart .miniart h3 {
    padding: 0!important;
    margin: 0!important;
    font-size: 15px;
    color: #202121;
    margin-bottom: 20px;
}
.webart .miniart hr {
    margin: 10px;
    margin-left: 0;
}
.webart .miniart p.contentbref {
    padding: 0;
}
.contentliseuse .autherinfo {
    font-size: 16px;
    line-height: 35px;
    border-bottom: 1px solid #999;
}
.contentliseuse {
    margin: 30px 0;
	display:block;
}
h1.titleliseuse {
    display: block;
    clear: both;
    font-size: 55px;
    padding: 30px 0;
    font-weight: bold;
}
.modeliseuse {
    line-height: 35px;
    background-color: #666666;
    color: #fff;
    text-align: right;
}
.modeliseuse a {
    color: #fff;
    text-decoration: none;
}
.miniart.partenaire h3 {
    border: 0;
    padding-bottom: 0;
}
.miniart.partenaire {
    padding: 15px;
    height: 122.5px;
	border:1px solid #f6f6f6;
}
.imgelem.partenaire {
    height: 122.5px;
	border:1px solid #f6f6f6;
}
.miniart.partenaire .ensavoirplus img {
    margin: 20px auto;
    display: block;
}
.contentexpert {
    margin: 30px 0;
}
.contentexpert h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.contentexpert p {
    font-size: 25px;
	margin-bottom: 35px;
}
.abonnheader {
    background-color: #fbfbfb;
	    padding-bottom: 30px;
}
.abonnheader h1 {
    font-size: 44px;
    margin-left: 30px;
}
.abonnheader .col-md-2 {
    text-align: center;
}
.abonnheader .col-md-2 i {
    font-size: 30px;
    color: #feeb00;
    border-bottom: 2px solid #feeb00;
    padding: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.abonnheader .col-md-2 p {
    font-size: 12px;
}
.pricetab {
    text-align: center;
    padding: 30px!important;
}
.pricetab .price {
    font-size: 48px;
}
.pricetab .pricedesc {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	    margin-bottom: 40px;
}
.pricetab .agendabtnpart{
	min-width: 115px;

}
.pricetabs .pricetab:nth-child(2n -1){
    background-image: url('../img/doted.png');
    background-size: 9px;
}
p.footercommm {
    font-size: 12px;
    color: #666666;
}
p.footercommm i {
    font-size: 30px;
    float: left;
    margin: 0 20px;
}
.headerpagelight.att {
    font-size: 10px;
	background-image: url('../img/doted.png');
    background-size: 8px;
}
.aboutelem .catelem {
    height: 355px;
    background-color: #fff;
}
.aboutelem .catelem h4 {
    margin-top: -80px;
    font-size: 12px;
}
.aboutelem .catelem i.icon-icon31, .aboutelem .catelem i.icon-icon33 {
    font-size: 50px;
}
.elemhisto {
    height: 100px;
    background-color: #fff;
    padding: 10px;
    margin: 30px;
}
.elemhisto h4 {
    font-size: 12px;
    text-transform: uppercase;
}
.elemhisto p {
    font-size: 12px;
}
.histoabout .col-md-3 {
    background-color: #f9f8f8;
}
.elemhisto.vide {
    background-color: transparent;
}
.elemhisto hr {
    width: 70%;
    padding: 0;
    margin: 0;
	border-width: 1px;
	border-color: #ccc;
}
.histoabout .col-md-3>hr {
    border-width: 1px;
    border-color: #000;
}
.histoabout {
    background-color: #F9F8F8;
    padding: 0 30px;
}
.circolcenter {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 10px;
    margin: -25px auto 0 auto;
}
.elemhisto.flechtop:before {
    margin-top: -40px;
}
.elemhisto.flechbottom:after {
    top: auto;
    margin-top: -5px;
}
.equipeinfo {
    padding: 20px;
}
.equipeinfo h3 {
    font-size: 12px;
    text-transform: uppercase;
}
.equipeinfo p {
    font-size: 12px;
}
.grayelem{
    background-color: #f5f4f4!important;
}
.infomap p {
    line-height: 70px;
    margin: 0;
    font-size: 12px;
    text-align: center;
}
.infomap i {
	margin-right:20px
	vertical-align: middle;
}
textarea {
    font-family: "Arial";
    font-size: 12px;
    height: 175px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #e6e6e6;
    color: #666666;
}
.bigvideo {
    padding: 30px 10px;
    background-color: #313131;
}
.bigvideo .description {
    color: #bbbbbb;
}
.bigvideo .info {
    font-size: 10px;
    margin-top: 5px;
	display: inline-block;
}
.share {
    margin-top: 50px;
}
.listtabvideo.row {
    padding: 30px 10px;
    background-color: #666666;
}
.elemvideo>img {
    width: 100%;
}
.elemvideo:before {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(../img/videoplay.png);
    display: inline-block;
    margin: 11% 28%;
    position: absolute;
}
.elemvideo {
    color: #000!important;
    text-decoration: none!important;
}
.listtabvideo .nav-tabs {
    display: table;
    margin: 0 auto 20px auto !important;
    position: relative;
    text-align: center;
	    border: 0;
}
.listtabvideo .nav-tabs li a {
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
	background-color:#666666;
}
.listtabvideo .nav-tabs li.active a {
    color: #666666;
	background-color:#fff;
}
.listtabvideo .nav-tabs li {
    padding: 0 20px;
}
.listtabvideo .nav-tabs:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 20px;
}
.clubleftbar {
    background-color: #dda66b;
	    padding: 50px;
}
.clubleftbar a.btnlire {
    text-align: center;
    margin: 20px auto;
    display: table;
    color: #000;
    padding: 10px;
    min-width: 150px;
    border-color: #000;
}
.clubleftbar a.btnlire:hover {
	background-color:#000!important;
	color:	#fff;
}
.clubleftbar:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #DDA66B;
    border-width: 15px;
    margin-top: -15px;
}
.clubcontent {
    background-color: #000;
}
.clubuser p {
	text-align: center;
    display: none;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.clubuser img {
    border-radius: 500px;
    padding: 3px;
    background-color: #fff;
    width: 100%;
}

.clubuser:hover p {
    display:block;
}
.clubuser {
    min-height: 180px;
}
.clubcontent {
    padding: 20px 80px;
}
.videogal .description-video h2 {
    color: #fff;
    font-size: 32px;
}
.videogal .description-video p.datedesc {
    color: #c6c6c6;
    font-size: 10px;
	    display: inline-block;
}
.videogal .list-elem .col-md-5 img {
    width: 100%;
}
.videogal .list-elem .col-md-7 h3 {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.videogal .partlistdiv .list-elem {
    border-bottom: 1px solid #666;
    position: relative;
    display: inline-table;
	    margin-bottom: 15px;
}
.videogal .partlistdiv a.ensavoirplus {
    line-height: 50px;
}
.videogal .partlistdiv a.ensavoirplus img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

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

.imagegallerie ul img {
    width: 100%;
	    display: none;
		    position: absolute;
}
.imagegallerie {
    min-height: 500px;
    overflow: hidden;
	position: relative;
}
.imagegallerie .slidetitle {
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 25px;
    background-color: #fff;
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
    font-family: 'Arial';
    color: #666;
    background-image: url(../img/doted.png);
}
.imagegallerie ul.thumbimg {
    display: block;
    position: absolute;
    z-index: 999999999;
    list-style: none;
    padding: 20px;
    right: 0;
}
.imagegallerie ul.thumbimg img {
    display: block!important;
    border: 1px solid #ccc;
    opacity: 1!important;
    width: 40px;
    height: 40px;
	cursor:pointer;
}
.imagegallerie ul.thumbimg li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
}
.texthoverliseuse {
    display: none;
    position: absolute;
    background-color: #feeb00;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 100px;
    padding: 10px;
}
.texthoverliseuse a {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.texthoverliseuse i {
    font-size: 60px;
    display: block;
}
ul.stars {
    list-style: none;
	padding:0;
}
.stars li {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 5px;
}
.stars li a {
    background-image:url(../img/start.png);
    display: block;
    width: 100%;
    height: 100%;
}
.stars li.light a {
    background-image:url(../img/start1.png);
}

#accordion .miniart h3{
	-webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

#accordion .miniart:hover h3{
	color:#feeb00;
}
.partenaire .ensavoirplus img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.partenaire .ensavoirplus:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media (max-width: 800px){
.footermagazine .col-lg-4 , .col-lg-6{
    clear: both;
}
}

@media (max-width: 767px){
	.menumobile {
		display:block;
	}
	#myNavmenu{
		display:none;
	}
	.subheaderx img.logo, .subheaderx .sociallink, .subheaderx .abonnement-header {
		display: none;
	}
	.demizone, .heightzone {
		height: auto!important;
	}
	.flechbottom:after {
		display:none;
	}

	.newslettrehome input[type="text"] {
		width: 84%;
	}
	.minicenter{
		text-align:center!important;

	}

}
@media (max-width: 1024px){

.imginfoanimate{
	clear:none;

}
.col-lg-5.nopadding h3{
	text-align:center;
}
.row.footermagazine .col-lg-4 {
    clear: both;
}
.row.sugdiv {
		margin: 0;
		border: 0;
	}
	.miniclear{
		clear:both;
	}
}
