@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic);
body {
    font-family: 'Lato', sans-serif;
    background: #ECECEC;
}
/* Style aide.lws.fr */
#header.header2 a.logo img.logo {
    display: inline-block;
    max-height: 50px !important; /* 44 */
    /*max-width: 180px;*/
}
#header.header2 {
    background: #3575D3;
}
ul.social li {
    background: white;
    text-align: center;
}
ul.social li:hover {
    background: white;
}
ul.social li a {
        color: #3575B9;
    line-height: 26px;
    display: block;
}
#header ul.social li.nobackground a {
    color:white;
}
span.accroche {
    color:white;
}
.pophelp {
    background: #fff;
    display: inline-block;
    color: #3575B9;
    margin-left: 10px;
    padding: 0 5px;
    font-weight: bold;
    border-radius: 2px;
    position: relative;
}
.pophelp:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(86, 192, 224, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
#menu.menu2 {
    background: white;
    border:none;
}
#menu.menu2 .navbar-default {
    background-color: white;
    min-height: 0px;
}
#menu.menu2 .navbar-default .navbar-nav>.active>a, #menu.menu2 .navbar-default .navbar-nav>.active>a:hover, #menu.menu2 .navbar-default .navbar-nav>.active>a:focus {
    background-color: white;
}
#menu.menu2 .navbar-default .navbar-nav>li>a {
    color: #3575B9;
    text-transform: uppercase;
    font-weight: bold;
}
#menu.menu2 .navbar-default .navbar-toggle {
    position: absolute;
    top: -55px;
    right: 0;
}
#menu.menu2 .navbar-brand  {
    color:#3575B9;
    font-weight: bold;
    padding: 15px 0px;
}
#menu.menu2 .btn {
    text-transform: uppercase;
}

/*Les boutons*/
.btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #62bc33;
    border-color: #62bc33;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #56A52D;
    border-color: #56A52D;
}
.btn-info {
    background-color: #62bc33;
    border-color: #62bc33;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #56A52D;
    border-color: #56A52D;
}
/* Formulaire de recherche */
.overlay {
    background: url('../img/fond.jpg');
    min-height: 137px;
    background-size: cover;
    background-repeat: no-repeat;
}
.nobg .overlay, #searchForm.searchForm2.nobg {
    min-height: 0px;
}
#searchForm.searchForm2 {
    min-height: 137px;
    padding-top: 40px;
    background: none;
}
.searchForm2 input[type="text"] {
    max-width: 720px;
}

/* Page Categorie */
#sommaire-article h4 {
    text-align: center;
    color: white;
    background: #3575D3;
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: bold;
    margin-top: 0;
}
#sommaire-article ul {
    background: white;
}
#sommaire-article a {
    color: #454545;
}
#sommaire-article a i {
    color: #56A52D;
}

/* MENU CATEGORIE */
#tree > li {
    border-bottom: 1px solid #ccc !important;
}

#tree  li > a {
    color: #454545 !important;
}

#tree  li > a:before {
    color: #56A52D !important;
}

/*FOOTER*/
#footer {
    background: #3575D3;
    border: 0px;
    color:white;
}
#footer a {
    color:white;
}
#footer p {
    color: white;
}
.logo_footer {
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
#footer .c_strong {
    color:white;
    font-weight: 700;
}
#footer a.c_strong {
    text-decoration: underline;
}

/*BLOC*/
.blocbundle .blocbundle_container, .bloccontact{
    background: white;
    border: none;
}
.blocbundle .roundedbloc {
    background-color: #62bc33;
}
.blocbundle:not(.blocbundle_promo) .blocbundle_container {
    padding-top: 15px;
}
.blocbundle:not(.blocbundle_promo) .roundedbloc {
    top: 0;
    background: transparent;
    color:#3575B9;
    border-color: #62bc33;
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-width: 6px;
    position: relative;
    
    -webkit-box-shadow: 0px 10px 16px 0px rgba(196,196,196,1);
-moz-box-shadow: 0px 10px 16px 0px rgba(196,196,196,1);
box-shadow: 0px 10px 16px 0px rgba(196,196,196,1);

text-shadow: 0px 2px 10px rgba(196, 196, 196, 1);
}
.blocbundle:not(.blocbundle_promo) .roundedbloc:after, .blocbundle:not(.blocbundle_promo) .roundedbloc:before {
    content: "";
    background: #ececec;
    height: 5px;
    width: 150%;
    position: absolute;
    top: 50%;
    right: -180%;
}
.blocbundle:not(.blocbundle_promo) .roundedbloc:before {
    left: -180%;
}
.blocbundle:not(.blocbundle_promo) h2 {
    top: 0;
    color:#3575B9;
    text-transform: uppercase;
}
.blocbundle:not(.blocbundle_promo) h4 {
    top: 0;
    color:#3575B9;
}
.blocbundle:not(.blocbundle_promo) p {
    top: 0;
    color:#3575B9;
}
.blocbundle.blocbundle_promo .roundedbloc {
    border: none;
        width: 85px;
    height: 85px;
    line-height: 80px;
}
.blocbundle.blocbundle_promo h2 {
    color: #62bc33;
    font-size: 28px;
}

/* Page Knowledgebas */
.bloc-category {
    border: none;
    background: white;
}
.bloc-category {
    background: white none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 0;
    border-radius: 3px;
}
.bloc-category a {
    position: relative;
}
.bloc-category a i {
    border: 1px solid #c5d5e2;
    border-radius: 50%;
    height: 68px;
    padding: 10px;
    text-align: center;
    width: 68px;
    font-size: 30px;
    line-height: 44px;
    color: #60cdec;
    margin-bottom: 15px;
}
.bloc-category a strong {
}
.bloc-category:hover {
    box-shadow: none;
    background: #ff6600;
}
.bloc-category a:hover {
    background: transparent;
    color: white;
}
.bloc-category a:hover i {
    border-color:white;
    color: white;
}

/* Fil d'Arianne */
.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid white;
}
.breadcrumb li {
    text-transform: uppercase;
}
.breadcrumb a {
    color: #1c459a;
    text-decoration: underline;
}
.breadcrumb>li+li:before {
    color: #1c459a;
}
.breadcrumb a:hover {
    text-decoration: none;
}

/* Page Categorie */
#menu-categorie h4 {
    text-align: center;
    color: white;
    background: #3575B9;
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: bold;
    margin-top: 0;
}
#menu-categorie ul.nav {
    background: white;
}
#menu-categorie a {
    color: #0035a0;
}
#menu-categorie a i {
    color: #52c2de;
}
#menu-categorie .nav-pills>li.active>a, #menu-categorie .nav-pills>li.active>a:hover, #menu-categorie .nav-pills>li.active>a:focus {
    background-color: transparent;
    color : #0035a0;
    font-weight: bold;
}
#menu-categorie  .nav>li>a:hover, #menu-categorie  .nav>li>a:focus {
    background-color: transparent;
    color : #0035a0;
    font-weight: bold;
}
#menu-categorie .nav-stacked>li:first-child {
    border: 1px solid #dadada;
}
#content-listing h1 {
    color: #54c1e0;
}
#content-listing h4 {
    padding: 10px 5px;
    margin: 0;
}
#content-listing h4:nth-child(2n+1) {
    background: #ececec;
}
#content-listing h4 a {
    color: #3575B9;
}
#content-listing h4 i {
    color: #54c1e0;
    margin-right: 10px;
}
.panel {
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.panel-title h2 {
    color:white;
}
.panel-default>.panel-heading {
    border:none;
    color:white;
    background-color: #3575B9;
    border-radius: 0;
    font-weight: 700;
}
.panel-default>.panel-heading a {
    font-weight: 700;
    color:white;
} 
.panel-default>.panel-heading a h3 {
    color: #1c459a;
}
#faq-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: #1c459a;
}
.content {
    background: white;
}
.content a {
    color:#1c459a;
}
.content a.btn:not(.btn-link) {
    color: white;
}
.content h1 {
    color: #56c0e0;
}
#content-article {
    padding: 0 30px;
    color:#1c459a;
}
#content-avis {
    color:#1c459a;
}
#content-avis h4{
    text-transform: uppercase;
}
#content-avis .btn{
    color:white;
}
#content-article h1, #content-article h2, #content-article a {
    color: #56c0e0;
}
#content-article h2.anchor {
    border-bottom: 1px solid #cdcdcd;
}
#content-article a {
    text-decoration: underline;
}
.tabs-left > .nav-tabs > li > a {
    border-radius: 0;
}
.panel-primary>.panel-heading {
    background-color: #3575B9;
    border-color: #3575B9;
}
#faq-content .panel-default>.panel-heading {
    border: none;
    color: #3575B9;
    background-color: transparent;
    border: 1px solid #ececec;
    border-radius: 0;
    font-weight: 700;
}
#faq-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}
@media only screen and (max-width: 768px) {
    #searchForm.searchForm2 input {
        max-width: 100% !important;
    }
    .bloc-category {
        margin-right: 0;
        width: 100%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .bloc-category {
        width: 14.932%;
    }
    .bloc-category:nth-child(6n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .bloc-category {
        width: 15.571%;
    }
    .bloc-category:nth-child(6n) {
        margin-right: 0;
    }
}
