@media(min-width: 768px) and (max-width: 1388px){
	.tablet-css{ display: none;}
	.mobile-css{ display: none; }
}

@media screen and (max-width: 1200px) {
	.tablet-css{ display: inherit; }
	.tablet-css img{
		max-width: 100%;
	}

	body{
	  width: 100%;
	}
	header br{
	  display: none;
	}
	header p{
	  margin-top: 28px;
	}
	header ul.connexion{
	  right: 10px;
	}
	#content {
	  width: 100%;
	}
	#content #editorial{
	  display: block;
	  margin: 30px auto 0;
	}
	#content #sidebar {
	  display: block;
      margin: auto;
	}
	#content footer{
	  margin: 50px auto 0;
	}
	#content footer ul{
	  width: 900px;
	  margin: 0 auto;
	}
	#content footer .last{
	  display: none;
	}
    #content #single-article.consultor-guide {
		padding-right: 0px !important;
    }
}

@media screen and (max-width: 1024px) {
    body{
        width: 100%;
    }
    #content #editorial{
        /*width: 100%;*/
        margin: 0 auto;
    }
}

@media (max-width:959px){
	#footer-content{display: none;}
	#footer-content2 p{text-align: center!important;}
	#footer-content2 p a{color: #9bb7d4!important;}
}

@media (min-width: 915px) {

}

@media screen and (max-width: 915px) {
    body{
        width: 100%;
    }
    header > a:first-child{
        display: inline-block;
        width: 100%;
        height: 90px;
        background-color: #1ab494;
        line-height: 90px;
        text-align: center;
        vertical-align: top;
        margin-right: 0rem;
        position: relative;
    }
    header > a:first-child:after{
        display: none;
    }
    header p{
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    header ul.connexion{
        display: none;
    }
    header nav{
        width: 100%;
        position: relative;
    }
    header nav ul li{
        display: inline-block;
		text-align: center;
		width: 25%;
    }
    header nav ul li:hover a:hover ul{
        display: none;
    }
    nav.breadcrumb ul{
        display: none;
    }
  #content {
    width: 100%;
    margin-top: 0px;
    box-sizing: border-box;
  }
  #content #editorial{
    width: 100%;
    display: block;
    padding: 0 20px;
    margin: 10px auto 0;
    box-sizing: border-box;
  }
      #content .featured_news{
        height: auto;
        border-bottom: 5px solid #ebebeb;
        padding-bottom: 25px;
    }

    #content .featured_news img{
        max-width: 100%;
        width: 100%;
        height: auto;
        background-color: #1ab494;
    }
    #content .featured_news section{
        display: block;
        width: 100%;
        max-height: auto;
        vertical-align: top;
    }
    #content .mid_news{
        display: inline-block;
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
    }
    #content .mid_news section{
        width: 55%;
        margin-left: 10px;
        margin-top:10px;
        display: inline-block;
        float: left;
    }
    #content .mid_news img{
        display: inline-block;
        width: 40%;
        height: auto;
        margin: 15px 0;
        float: left;
    }
    #content .mid_news h2{
        display: inline-block;
    }
    #content .mid_news .informations{
        display: block;
    }
    #content .mid_news p{
        display: block;
    }
    #content .mid_news.alt{
        margin-left: 0px;
    }
    #content .small_news{
        display: inline-block;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: 1000px;
        height: auto;
        margin: 15px 0 15px 0;
    }

    #content .small_news img{
        display: none;
    }
    #content > footer{
        height: 60px;
    }
    #content footer ul{
        display: none;
    }
    #content footer > footer{
        height: auto;
    }
    #content #single-article{
        width: auto;
    }
  #content #sidebar {
    display: block;
    margin: 12% auto;
    
  }
  #content #share{
    position: absolute;
    height: 30px;
    top: auto;
    left: 0;
    bottom: -30px;
    width: 100%;
    font-size:0;
    }

    #content #share li a.twitter{background-position: 0 -18px;}
    #content #share li a.googleplus{background-position: 0 -36px;}
    #content #share li.charemail{
		position: relative;
		top: -17px;
	}
    #content #share li a.mail{
		background-position: 0 -54px;
		display: inline-block;
		margin-top: 6px;;
	}
    #content #share li a.impr{
		background-position: 0 -72px;
		margin-top: 6px !important;
	}

    #content #share li{
        width: 20%;
        height: 26px;
        text-align: center;
        background-color: #1ab292;
        display: inline-block;
        margin-left: 0px;
	}
  #editorial #single-article table iframe{
    width: 100% !important;
  }
}
@media screen and (max-width: 915px) {
  .consultor-guide .articles #guide-articles .item {
   	width: 100% !important;
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 780px) {
    body{
        width: 100%;
    }
    #content #editorial{
        width: 100%;
    }
}