
h1, h2 , h3 , h4, h5, h6, li, div, a{
    font-family: 'Libre Baskerville', serif;
    color: black;
}

h3 {
    text-transform: lowercase;
}

h3:first-letter{
    text-transform: capitalize;
}

img {
    height: auto;
    max-width: 100%;
}

header {
    text-align: center
}



.logo {
    max-width: 100%;
}

.logoNav{
    display: none;
    height: 0;
}


.navbar {
    margin-bottom: 0;
}

.main-nav-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar .navbar-nav .dropdown-menu {
    color: black;
}

.navbar-brand {
    font-weight: 900;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
    color: black;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    font-weight: 700;
    font-size: 0.70em;
}

.navbar-default .navbar-nav > li > a:hover {
    color: black;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: black;
    background-color: transparent;
}

.navbar-default {
    background-color: white;
    border-color: transparent;
    z-index: 99;
}

.dropdown-menu {
    background-color: white;
}

.dropdown-menu > li > a {
    color: black;
    font-weight: 700;
    font-size: 12px;
}


/*Thumbnail*/
#thumb .text {
    position:relative;
    bottom:80px;
    left:0;
    visibility:hidden;
    color: white;
    float: left;
    font-family: 'Libre Baskerville', serif;
}

#thumb:hover .text {
    visibility:visible;
}

#thumb:hover .img {
    opacity: 0.5;
    display: inline;
}

.thumbnail{
    background: url(/img/blackImg.jpg);
    display:block;
    text-decoration: none;
    -webkit-transition:1s box-shadow;
    -moz-transition:1s box-shadow;
    -o-transition:1s box-shadow;
    transition:1s box-shadow;
    max-width: 150px;
}

a .thumbnail {
    -webkit-transition:1s opacity;
    -moz-transition:1s opacity;
    -o-transition:1s opacity;
    transition:1s opacity;
}
.thumbnail:hover {
    box-shadow: 0 0 10px black;
}


/*Nuage de point*/
.btnCloud:hover {
    color: white;
}
.cloud:hover {
    background-color: #DED92F;
    opacity: 0.7;
}

p.btnCloud{
    margin: 0;
}

/* Carrousel*/
.carrousel .text {
    position:relative;
    bottom:80px;
    left:0;
    visibility:hidden;
    color: white;
    float: left;
    padding: 0 5px;
    font-family: 'Libre Baskerville', serif;
    font-size: 0.8em;
}

.articleTexte a:hover {
    text-decoration: none;
}

.textboxform{
    height: 200px !important;
}


.TopArticleTitle {
    font-size: 30px;
    margin-bottom: 13px;
    line-height: 40px;
    padding-top: 20px;
}



.footerUpper{
    text-align: center;
}

@media (max-width: 768px) {
    #thumb {
        height: 120px;
        padding: 10px;
    }

    #thumb .text {
        visibility:visible;
    }
    #thumb .text .sub{
        visibility:hidden;
    }


    #thumb .img {
        opacity: 0.7;
        display: inline;
    }
}

.articleImage{
    padding: 0 5px 0 0;
}

.articleImage img{
    height: 100%;
    width: 100%;
}
.TopArticleSub {line-height: 136%}
@media (min-width: 768px) {

    .carrousel:hover .text {
        visibility: visible;

    }

    .carrousel:hover .img {
        opacity: 0.5;

    }

    .carou:hover {
        background: url(/img/blackImg.jpg);
    }

    .carou {
        display: block;
        text-decoration: none;
        -webkit-transition: 1s box-shadow;
        -moz-transition: 1s box-shadow;
        -o-transition: 1s box-shadow;
        transition: 1s box-shadow;
    }

    a .carou {
        -webkit-transition: 1s opacity;
        -moz-transition: 1s opacity;
        -o-transition: 1s opacity;
        transition: 1s opacity;
    }

    .carou:hover {
        box-shadow: 0 0 10px black;
    }

    .navbar-collapse {
        padding-left: 40px
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .menu {
        border-left: 1px solid black;
    }

    .test {
        display: inline-block;
        padding: 10px;
        border-radius: 3px;
    }

    #thumb {
        height: 200px;
        padding: 10px;
    }

    .TopPadding {
        padding-left: 0;
        padding-top: 0;
    }

    .owl-carousel {
        float: left;
        width: 605px;
        padding-left: 15px;
    }

    .wrapCarou {
        padding: 0 0 0 15px;
    }

    .articleTexte {
        height: 129px;
        overflow: hidden;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding-top: 10px;
    }

    .articlePadding {
        padding-right: 0;
        padding-left: 35px;
    }

    .articleImage img {
        max-width: 135%;
    }

    .TopArticleSub {
        max-height: 100px;
        overflow: hidden;
    }

    .topTexte {
        line-height: 110%;
        padding-top: 2%;
        height: 246px;
        overflow: hidden;
        padding-right: 0;
        padding-left: 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .owl-stage-outer {
        height: 120px;
    }

    .title {
        height: 121px;
        width: 130px;
    }

    .title h2 {
        padding-top: 45px;
        font-weight: bold;
        font-size: 1.3em;
    }

    .mobileCarouTitle{
        display: none;
    }

    .readArticle{
        display: none;
    }

    .responsiveTopArticle{
        display: none;
    }
}



@media (max-width: 768px) {

    iframe{
        width: 275px;
        height: 155px;
    }

    .globalText{
        font-size: 16px;
    }


}


@media (min-width: 970px) {

    #thumb {
        height: 155px;
        padding: 10px;
    }

    .logo {
        max-width: 800px;
    }

    .articleTexte{
        height: 144px;
        overflow: hidden;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding-top: 10px;
    }

    .articlePadding{
        padding-right: 0;
        padding-left: 15px;
    }

    .articleImage img{
        max-width: 110%;
    }
    .articleImage{
        text-align: center;
        padding: 0 15px 0 0;
    }

    .TopArticleSub{
        max-height: 85px;
        overflow: hidden;
    }

    .topTexte{
        line-height: 110% ;
        padding-top: 2%;
        height: 236px;
        overflow: hidden ;
        padding-right: 0;
        padding-left: 0;
        border-top:1px solid;
        border-bottom:1px solid;
    }

    .wrapCarou{
        padding: 0 0 0 15px;
    }

    .owl-carousel{
        float: left;
        width: 806px;
        padding-left: 15px
    }


    .imageTop {
        text-align: center;
        padding: 15px 0 15px 15px;
    }

    .owl-stage-outer {
        height: 160px;
    }
    .title{
        height: 150px;
        width: 144px;

    }
    .title h2 {
        padding-top: 45px;
        font-weight: bold;
        font-size: 1.3em;
    }
    .globalSite{
        margin: 0 auto;
        width: 979px;
    }
    .carouselPadding{
        padding-left: 15px;
        padding-right: 15px;
    }
    .blogImg{
        text-align: center;
        padding: 15px;
    }
}

@media (min-width: 1600px) {

    .globalSite{
        margin: 0 auto;
        width: 979px;
    }

    .title{
        height: 185px;
        width: 190px;
        max-height: 150px;
        max-width: 150px;
    }
}

@media (max-width: 970px) {
    .imageTop {
        text-align: right;
        padding: 15px;
    }
    .blogImg{
        padding: 15px;
    }

    .blogTxt p{
        max-height: 80px
    }
    .blogPag{
        text-align: center;
    }
    .TopArticleTitle {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        max-height: 1000px;
        height: 1000px;
    }
    .carrousel .text {
        visibility:visible;

    }

    .carrousel .img {
        opacity: 0.7;

    }

    .carou{
        background: url(/img/blackImg.jpg);
    }


    .carou{
        display:block;
        text-decoration: none;
        -webkit-transition:1s box-shadow;
        -moz-transition:1s box-shadow;
        -o-transition:1s box-shadow;
        transition:1s box-shadow;
    }

    a .carou {
        -webkit-transition:1s opacity;
        -moz-transition:1s opacity;
        -o-transition:1s opacity;
        transition:1s opacity;
    }
}


@media (max-width: 768px) {


    .footer{
        text-align: center;
    }
    .footerUpper{
        text-align: center;
    }

    .imgArticle {
        text-align: center;
    }
    .blogImg{
        padding: 0 0 5px 0;
        text-align: center;
    }

    .blogImg img{
        height: 100%;
        width: 100%;
    }

    .imgArticle{
        padding: 0 0 5px  0;
    }
    .imgArticle img{
        height: 100%;
        width: 100%;
    }

    .imgArticle {
        text-align: center;
    }
    .articleTexte{
        padding: 0;
    }
    .articlePadding{
        padding: 0 0 0 10px
    }
    .topTexte{
        padding: 0;
    }
    .TopPadding{
        padding: 0;
    }
    .imageTop{
        text-align: center;
    }
    .owl-stage-outer {
        height: 170px;
    }
    .carouTitle{
        border-radius:12px 12px 12px 12px;
        background: #f5f5f5;
        border:none;
        color:#555;
        padding:6px 0 6px 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .readArticle {
        float: right;
        font-style: italic;
        padding-right: 0;
        margin: 10px 0;
    }
    .topTexte{
        display: none;
    }
    .imageTop{
        display: none;
    }
}
@media (width: 1024px) {

    .navbar-collapse{
        padding-left: 0;
    }

    .container{
        width: 1060px
    }

}


@media (max-width: 768px) and (orientation: landscape) {

    .owl-stage-outer {
        height: 200px;
    }
    #thumb {
        height: 200px;
        padding: 10px;
    }
    .articleImage{
        padding: 0 5px 0 0;
        width: 33%;
    }

    .articleImage img{
        max-width: 100%;
    }
    .articlePadding{
        width: 66%;
    }
    .topArticleTitle{
        text-align: left;
    }
    .readArticle{
        text-align: right;
    }
    .blogImg{
        width: 30%;
    }
    .blogTxt{
        width: 70%;
    }
    .subtitle{
        width: 70%;
        float: right;
    }
    .imgArticle{
        width: 30%;
    }
    .titleArticle{
        width: 70%;
    }
    .subtitleArticle{
        width: 70%;
        float: right;
    }
    .articleTextePortait{
        display: none;
    }
}
@media (max-width: 768px) and (orientation: portrait) {

    .responsiveTopArticleTitle{
        display: none;
    }
    .carouTitle{
        color:#555;
        padding:6px 0 6px 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .title {
        margin-top: 10px;
        height: 134px;
        width: 130px;
    }
    .title h2 {
        padding-top: 36px;
    }
    .articleTexte {
        padding-top:0px;
        height:118px;
    }
    header{display:none}

    .navbar .navbar-collapse.in {
        padding:0px 0px 0px 40px;
    }
    .navbar-form .col-md-12 {
        padding:0px;
    }
    .navbar-form .col-md-12 .col-md-2 {
        padding-left:5px;
    }
    .form-control {
        height: 28px;
        padding: 2px 6px;
        font-size: 10px;
    }
    .navbar-default .navbar-nav > li > a {
        color: black;
        font-weight: 700;
        font-size: 1em;
        margin: 5px 0px;
    }
    .carousel .text:last-child {
        padding-top:5px;
        line-height:110%;
    }
    .carrouselContainer .carousel .text:last-child {
        display: none;
    }
    .carouselContainer .title {
        margin-top:0px;
    }
}
@media(min-width: 768px) and (max-width: 768px) {
    .carouTitle{
        border-radius:0px;
        background: #FFFFFF;
        border:none;
    }
    .articleTexte {
        padding-top: 15px;
    }
}
/*Permet de corriger un bug navbar sur mobile en landscape */
.navbar .navbar-collapse.in {
    max-height:300px!important;
    overflow-y:scroll!important;
    overflow-x:hidden!important;
}
@media (min-width: 1200px) {
    .container {
        width: 940px;
        padding-right: 0;
        padding-left: 0;
    }
    .main-nav-scrolled .container{
        width:940px;
    }
    .navbar-collapse {
        padding-left: 0px;
    }
}
h1.category {font-size:19px;margin-top:10px;margin-bottom:0px;padding-left:20px;}
@media (min-width: 768px) {
    .category h1 {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .category h3 {
        color:#999;
        margin-top:10px;
    }
    .navbar-brand {margin-right:350px;}
}
#thumb .text {line-height: 90%}
.navbar-brand {padding:12px 15px;}
.navbar-brand img{width:140px}
.sharetop img {
    width: 30px;
    padding-top: 11px;
    margin-left: 5px;
}
@media (min-width: 375px) {
    .navbar-brand img {
        width: 215px;
    }
    .navbar-brand {
        padding: 7px 15px 5px 5px;
    }
    .sharetop img {
        width: 30px;
        padding-top: 11px;
        margin-left: 3px;
    }
}

@media (max-width: 320px) {
    .navbar-brand img {
        width: 180px;
    }
    .navbar-brand {
        padding: 10px 8px 12px 7px;
    }
    .sharetop img {
        width: 26px;
        padding-top: 12px;
        margin-left: 0px;
    }
}

@media (max-width: 420px) {
    .viewObject h3 {margin:0px 0px 5px 0px}
    .viewObject h1 {margin:0px 0px 0px 0px}
}

h2 {font-size:20px;}
@media (max-width: 768px) {
    h2 {
        font-size: 16px;
    }
    h3 {
        font-size:20px;
    }
}
@media (max-width: 1024px) {
    .carrousel .img {
        opacity: 0.8;
    }
    .carou {
        background: url(/img/blackImg.jpg);
    }
    .carrousel .text {
        clear: both;
        display: block;
        visibility: visible;
    }
}
@media (max-width: 767px) {
    .articleSub {
        display:none
    }
    .readArticle{
        padding-top:15px;
    }
    h3 {
        font-size: 19px;
    }
}
.articleSub p {
    line-height: 120%;
    padding-top: 10px;
}
.owl-carousel-top .owl-stage-outer {
    height:236px;
    width:100%;
}
.owl-carousel-top.owl-carousel {
    width:100%;
    padding-left:0px;
}
.carousel a {
    text-decoration: none;
    color:#111;
}
