/*
Theme Name: Choisir Facile
Author: Media Squad
Author URI: http://wwww.media-squad.fr/
Description: Thème du site Choisir Facile.
Version: 1.0
Text Domain: choisirfacile
*/



body {
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
    background: #f1f5f7;
    font-family: "Droid Sans", Helvetica, Arial, sans-serif;
    color: #162b32;

}
h1 {
    font-size:32px;
    color: #162b32;
    color:#349fc6;
    font-weight: 900;
    letter-spacing: 0px;
}
h2 {
    font-size: 22px;
    color: #162b32;
    font-weight: 400;
    line-height: 24px;
}

.row {
    margin-left:0;
    margin-right: 0;
}

/******************************************************* HEADER **********************************************************/

#header {
    float:none;
    background-color: #ffffff;
    height:auto;    
}
.navbar {
    background-color: #ffffff;
    margin-bottom: 0; 
    border-top: 1px solid;
    border-color: whitesmoke;
    min-height: 0px;
}
.navbar a {
    font-size: 15px;
    font-weight: 700;
    color: #162b32;
    text-transform: uppercase;
}
.navbar-brand {
    height:auto;
}
.navbar-toggle {
    background-color: #007e9a;    
}
.icon-bar {
    background-color: #ffffff;    
}
#filariane {
    font-size: 13px;
    background-color: #162b32;
    color:white;
    margin-bottom: 40px;
    padding: 15px 0;

}
#filariane > .container {
    padding-left:30px;
    padding-right:30px;
}
#filariane p {
    margin:0;
}
#filariane a {
    font-size: 13px;
    color: #889ca3;
    padding-right:20px;
}

.search_bar {

}
.bg-white {
    background-color:white;
    padding:10px 40px 40px 40px;
}
.bg-grey {
    background-color:#eeeeee;
}
.active {
    /*border-top:none;
    box-shadow: -1px 2px 5px 1px rgba(52, 159, 198, 0.6);*/   
}
.fixe {
    position:fixed;
    margin:0 auto;
    top:0;
    z-index: 999;
    width:100%;
}
.small {
    width: 80px;
    height:auto;
}
#zone-recherche {
    display: none;
}









/* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 100%;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 100%;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 30px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }



/******************************************************* HOMEPAGE **********************************************************/

.img-hp {
    width:100%;
    height:auto;
}

#blocs-hp {
    padding:0;
    margin:0;
    margin-bottom: 20px;
    box-shadow: 0 6px 6px -6px rgba(22,33,44,0.2);
}
.blochp {
    margin:0;
    padding:0;
    height:100px;
}
.blochp a:hover {
    text-decoration: none;
}
.blochp h3 {
    font-size:23px;
}
.blochp h3 span {
    font-size:50px;
    float:left;
    margin-right:15px;
}
.blocrouge {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-top: 2px solid #cb071e;
}
.blocrouge a {
   color: #cb071e;
}
.blocbleu {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-top: 2px solid #00aeef;
}
.blocbleu a {
   color: #00aeef;
}
.blocvert {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-top: 2px solid #77c043;
}
.blocvert a {
   color: #77c043;
}
.blocorange {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-top: 2px solid #f7931d;
}
.blocorange a {
   color: #f7931d;
}
.blocrose {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-top: 2px solid #ed2680;
}
.blocrose a {
   color: #ed2680;
}
.blocaqua {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-top: 2px solid #aae1fa;
}
.blocaqua a {
   color: #aae1fa;
}
.blocviolet {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-top: 2px solid #2e3092;
}
.blocviolet a {
   color: #2e3092;
}

/******************************************************* MAIN **********************************************************/


@media(min-width:768px){
    #main {
    width:calc(100% - 330px);    
    }
}
#main {
   
}


#article-content {
    background-color:white;
    padding:0px 20px 20px 20px;
    /*border-top:2px solid #349fc6;*/
    margin-bottom:20px;
    box-shadow: 0 6px 6px -6px rgba(22,33,44,0.2);
}
.postimg {
    margin:15px 0;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 1px solid #fff;
    color:#349fc6;


    box-shadow: 0.25px 0px 1px 1px rgba(52, 159, 198, 0.6);
}
.nav-tabs>li>a:hover {
     border-color: transparent;   
}
.nav-tabs>li.active>a {
    border:1px solid #fff;
    color:#349fc6;    
    border-bottom:transparent;
}
#article-content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-left:20px;
}
#plus-produits {
    background-color: #349fc6;
    color:white;
    padding:15px 0;
    margin-bottom: 20px;
}
#plus-produits div {
    text-align: center;
    font-size: 18px;
}
#plus-produits .fa {
    font-size:60px;
    color:white;
    vertical-align: middle;
    line-height:60px;
}
#plus-produits-compare {
    background-color: #ffffff;
    color:#333;
    padding:10px 0;
    margin-bottom: 20px;
}
#plus-produits-compare div {
    text-align: center;
    font-size: 15px;
}
#plus-produits-compare .fa {
    font-size:36px;
    color:#349fc6;
    vertical-align: middle;
    line-height:36px;
}

#infos-article {
    font-size:12px;
    padding: 3px 10px;
    color:#333;
    margin-top:30px;
}

#article-content span.floatleft {
    float: left;
    padding:20px 0;
}
#article-content span.floatright {
    float:right;
    padding:20px 0;
}


/******************************************************* OFFRES **********************************************************/

#offres {
    background-color:white;    
    padding:0px 20px 20px 20px;
    border-top:2px solid #349fc6;
    margin-bottom:20px;
    box-shadow: 0 6px 6px -6px rgba(22,33,44,0.2);
}
#offres h2 {
    font-size: 18px;
    font-weight: 700;
}
#offres.active h2 {
    color:#349fc6;
}
#offres h2 i {
    background-color:#349fc6;
    color:white;
    padding:10px 10px;
    border-radius:20px;
    font-weight: 300;
}
#offres img {
    max-width:120px;
    height:auto;
}
.rating i {
    color:orange;    
}


/******************************************************* ARTICLES **********************************************************/

#articles {
    background-color:white;
    padding:0px 20px 20px 20px;
    /*border-top:2px solid #349fc6;*/
    margin-bottom:20px;
    box-shadow: 0 6px 6px -6px rgba(22,33,44,0.2);
}
#articles h2 {
    font-size: 18px;
    font-weight: 700;
}
#articles h2 i {
    background-color:#349fc6;
    color:white;
    padding:10px 10px;
    border-radius:20px;
    font-weight: 300;
}


.liste-articles {
    list-style-type: none;
    margin:0;
    padding:0;
}
.liste-articles li a img {
    display: none;
}
.liste-articles li:nth-child(-n+5) a img {
    display: inline-block;
    float:left;
    margin-right:20px; 
}
.liste-articles li p {
    display: none;
}
.liste-articles li:nth-child(-n+5) p {
    display: block;
}
.liste-articles li h3 {
    font-size:14px;
    color: #162b32;
    font-weight: 400;
}
.liste-articles li h3 a {
    font-size:16px;
    color: #162b32;
    font-weight: 900;
}
.liste-articles li h3 a:hover {
    text-decoration: none;
    font-size:16px;
    color: #349fc6;
    font-weight: 900;
}
.article {
    border-bottom:2px #EEEEEE solid;
    padding-bottom: 10px;
}
.article-pub {
    border-bottom:2px #EEEEEE solid;
    padding: 15px 0 10px 0;
}
.lirelasuite {
    text-align: right;
}

/******************************************************* RIGHT **********************************************************/


@media(min-width:768px){
    #right {
     float:right;
      width: 330px;    
    }
}

.widget {
    background-color:white;
    padding:20px 20px;
    margin-bottom:20px;    
    border-top:2px solid #000000;
}
#bon-plan {
    padding: 0;
    border-top:0px solid #349fc6;   
}
#bon-plan h3 {
    background-color: #349fc6;
    color: white;
    padding: 5px 10px;
    margin-bottom: 0px;
}
.widget h3 {
    font-size: 22px;
    color: #162b32;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 10px;  
    letter-spacing: -1px;
}
.tagcloud a {
    display: inline-block;
    background-color: #349fc6;
    color:white;
    padding:5px 7px;
    margin-bottom:5px;
}
.banner {
    background-color:transparent;
    padding:0;
    border-top:0px;
}


.rhtitle.rhdefaultcolored {
    color: red;
}



.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}



/******************************************************* FOOTER **********************************************************/

#footer {
    background-color: #162b32;
    font-size: 14px;
    color: #889ca3;
    margin-top: 60px;
}
#footer a {
    color: #889ca3;
}
#footer h4 {
    font-size: 16px;
    color: white;
    font-weight:900;
    padding:10px 0 0 0;
}

#footerbottom {
    background-color: #14272d;
    color: #3b5a64;
    padding:10px 0 0 0;
}
#footerbottom a {
    color: #36a0c7;
    color: #3b5a64;
}