/*
  #Normalize
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template, [hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 10px 15px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*
  Global
*/
* {
    outline: none;
}

html {
    font-size: 16px;
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

.container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}

/*
    Header
*/
header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

header .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    max-width: 1280px;
    width: 100%;
}

header .logo {
    float: left;
    margin-top: 10px;
}

header .navigation {
    float: right;
}

header .navigation li {
    float: left;
    margin-left: 40px;
}

header .navigation li a {
    color: #282828;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}

header .navigation li a:hover {
    color: #1AAD7F;
}

/*
    Footer
*/
footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #282828;
    color: #fff;
}

footer .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    max-width: 1280px;
    width: 100%;
}

/*
    Main Page
*/
.main-page {
    padding-top: 100px;
}

/*
    Main Posts
*/
.main-posts {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 10px;
}

.main-posts .wide {
    margin-bottom: 20px;
    width: 100%;
}

.main-posts .wide img {
    display: block;
    width: 100%;
}

.main-posts .row {
    margin: 0 -10px;
}

.main-posts .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: 50%;
}

.main-posts .half {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.main-posts .half img {
    display: block;
    width: 100%;
}

/*
    Posts List
*/
.posts-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 40px;
    max-width: 1280px;
    padding: 0 10px;
    width: 100%;
}

.posts-list .row {
    margin: 0 -10px;
}

.posts-list .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*display: inline-block;*/
    /*margin-right: -4px;*/
    padding: 10px;
    vertical-align: top;
    /*width: 33.3333%;*/
}

.posts-list .block {
    margin-bottom: 20px;
}

.posts-list .block .cover {
    background: #fff;
    margin-bottom: 20px;
}

.posts-list .block .cover img {
    display: block;
    width: 100%;
    transition: 0.2s ease-in-out;
}
.posts-list .block .cover img:hover {
    opacity: 0.5;
}

.posts-list .block .post-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.posts-list .block .post-info .post-category {
    margin-bottom: 15px;
}

.posts-list .block .post-info .post-category .category {
    border-bottom: 1px solid #1AAD7F;
    color: #1AAD7F;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-right: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.posts-list .block .post-info .post-category .category:hover {
    border-color: #fff;
}
.posts-list .block .post-info a {
    text-decoration: none;
}
.posts-list .block .post-info h2 {
    color: #282828;
    font-size: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.posts-list .block .post-info h2:hover {
    opacity: 0.5;
}
.posts-list .block .post-info p {
    color: #515151;
    font-size: 14px;
    line-height: 26px;
}

.posts-list .block .post-info .more {
    color: #1AAD7F;
    display: block;
    font-size: 12px;
    margin-top: 20px;
    opacity: 0.7;
    text-decoration: none;
    text-transform: uppercase;
}

/*
    Current Post
*/
.current-post {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 100px 10px;
    max-width: 1280px;  
}

.current-post .article {
    font-size: 20px;
    float: left;
    width: 70%;
}

.current-post .article .post-category {
    margin-bottom: 15px;
}

.current-post .article .post-category .category {
    border-bottom: 1px solid #1AAD7F;
    color: #1AAD7F;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-right: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.current-post .article .post-category .category:hover {
    border-color: #fff;
}

.current-post .article .post-title {
    font-size: 60px;
    margin-bottom: 60px;
}

.current-post .article p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}

.current-post .article img {
    display: block;
    margin: 40px 0;
    max-width: 100%;
    width: 100%;
}

.current-post .related-posts {
    margin-top: 40px;
}

.current-post .related-posts h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.current-post .related-posts .row {
    margin: 0 -10px;
}

.current-post .related-posts .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px !important;
    width: 33.333%;
}

.current-post .related-posts .block .cover {
    margin-bottom: 10px;
}

.current-post .related-posts a {
    text-decoration: none;
}

.current-post .related-posts .block .cover img {
    display: block;
    margin: 0;
    width: 100%;
}

.current-post .related-posts .block .info h3 {
    color: #282828;
    font-size: 16px;
        line-height: 22px;
            margin-top: 10px;
}

.current-post .related-posts .block .info p {
    font-size: 14px;
}

.current-post .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 80px;
    width: 30%;
}

.current-post .sidebar .adds-list .block {
    margin-bottom: 40px;
}

.current-post .sidebar .adds-list .block .cover {
    margin-bottom: 20px;
}

.current-post .sidebar .adds-list .block .cover img {
    display: block;
    width: 100%;
}

.current-post .sidebar .adds-list .block .info h3 {
        color: #282828;
    font-size: 16px;
}

.pagination {
    text-align: center;
    display: block;
}

.pagination li {
    display: inline-block;
    font-size: 20px;

}

.pagination a {
    text-decoration: none;
        color: #282828;
}

.pagination a:hover , li.active {
    text-decoration: underline;
       
}

.confidentialite {
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 26px;
}

.content-image figcaption {
    color: gray;
    font-size: 12px;
    line-height: 0px;
    font-style: italic;
    text-align: center;
}

.credits {
    color: gray;
    font-style: italic;
}

.iframely-responsive {
    padding-bottom: 100% !important;
}

.youtube iframe, figure iframe {
    width: 100%;
}

.semilliar {
    background-color: #1AAD7F;
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #fff;
}

.semilliar b {
    text-decoration: underline;
}

@media screen and (max-width:991px) {
    .confidentialite {
        float: none;
    }
    /*
          Current Post
      */
    .current-post .article {
        width: 100%;
    }

    .current-post .sidebar {
        padding: 0;
        width: 100%;
    }

    .current-post .sidebar .adds-list .block {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-bottom: 10px;
        padding: 5px;
        width: 50%;
    }

}

@media screen and (max-width:767px) {
    header .logo {
        float: none;
    }

    header .navigation {
        /*float: none;*/
    }

    header .navigation li {
        display: inline-block;
        float: none;
        margin: 0 15px 0 0;
    }

    /*
          Main Page
      */
    .main-page {
        padding-top: 150px;
        padding-bottom: 0px;
    }

    .main-posts .col {
        margin-bottom: 10px;
        width: 100%;
    }

    .posts-list {
        margin-bottom: 0;
    }

    .posts-list .col {
        width: 100%;
    }

    /*
          Current Post
      */
    .current-post {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .current-post .article {
        font-size: 16px;
        line-height: 30px;
    }

    .current-post .article .post-title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 40px;
    }

    .current-post .article p {
        font-size: 16px;
        line-height: 30px;
    }

    .current-post .article img {
        margin: 20px auto;
        max-width: 100%;
    }

    .current-post .related-posts .col {
        width: 100%;
    }

    .current-post .related-posts .block .info p {
        margin-bottom: 0;
    }

    .current-post .sidebar .adds-list .block {
        padding: 0;
        width: 100%;
    }

    .content-image {
        margin-left: 0px !important; 
        margin-right: 0px !important;
    }
    
    .content-image img {
        margin-left: 0px !important; 
        margin-right: 0px !important;
    }
}