header{
    z-index: 999 !important;
}
.topbar {
    padding: 10px;
    border-bottom: 1px solid #eee
}

.topbar .nav-search {
    color: #2d2d2d;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.topbar .nav-search i {
    font-size: 16px;
    margin-right: 15px
}

.topbar .nav-search .nav-search-input {
    border: none;
    font-weight: 500;
    font-size: 16px
}

.topbar .nav-search .nav-search-input::-webkit-input-placeholder {
    color: #2d2d2d
}

.topbar .nav-search .nav-search-input:focus {
    outline: none
}

.topbar .nav-search:hover {
    color: #999
}

.topbar .nav-search:hover .nav-search-input::-webkit-input-placeholder {
    color: #999
}

.topbar .navbar-brand img {
    width: 200px
}

.topbar .contact-us {
    display: none
}

.topbar .contact-us a {
    margin-right: 10px
}

.topbar .btn-sidebar {
    background-color: transparent;
    border: 0;
    display: none
}

.topbar .try-free {
    color: #fff !important;
    background-color: #0b8482;
    font-weight: 700;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 4px;
    margin-left: 20px;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.topbar .social-icon {
    display: contents
}

.topbar .social-icon .fb:hover {
    color: #3b5998 !important
}

.topbar .social-icon .instagram:hover {
    color: #833ab4 !important
}

.topbar .social-icon .twiter:hover {
    color: #1da1f2 !important
}

.second-bar .nav-item .nav-link {
    font-size: 12px;
    padding: 9px 4px;
    margin: 0 16px;
    text-transform: uppercase;
    color: currentColor;
    border: solid transparent;
    border-width: 4px 0;
    display: inline-block;
    -webkit-transition: color .4s;
    transition: color .4s
}

.second-bar .nav-item .nav-link:after {
    display: none
}

.second-bar .nav-item .nav-link:hover~.nav-link {
    color: #999 !important
}

.second-bar .nav-item .dropdown-menu {
    border-radius: 0
}

.second-bar .nav-item .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #eee
}

.second-bar .nav-item .dropdown-menu .dropdown-item {
    padding: 15px 1.5em !important
}

.second-bar .nav-item .dropdown-menu .dropdown-item:hover {
    color: #4558ff !important
}

body {
    font-family: 'Theinhardt';
    font-weight: 500
}

a {
    text-decoration: none !important;
    color: #2d2d2d !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    /* text-transform: capitalize */
}

a:hover {
    color: #999 !important
}

.hover:hover {
    color: #999 !important
}

.green-hover:hover {
    background-color: #0d9c99
}

.header {
    background-color: white;
    z-index: 99
}

.kitchen-block {
    height: 634px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: center !important;
    z-index: 1;
    overflow: hidden
}

.kitchen-block .over {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.kitchen-block .kitchen-block-content {
    position: absolute;
    z-index: 99;
    color: white;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.kitchen-block .header-links a {
    font-size: 12px;
    color: inherit !important;
    font-weight: 500;
    border-bottom: 1px solid;
    text-transform: uppercase
}

.kitchen-block .content-text h1 {
    max-width: 16em;
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: bold;
    line-height: 1;
    font-size: 70px;
    color: #fff;
    position: relative;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.kitchen-block .footer-links {
    text-transform: capitalize
}

.kitchen-block .footer-links a {
    color: inherit !important;
    text-decoration: none
}

.kitchen-block .btn-view a {
    color: #4558ff !important;
    background-color: #fff;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1;
    vertical-align: middle;
    padding: 1.125em 2em;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    -webkit-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s
}

.kitchen-block .btn-view a i {
    margin-right: 10px
}

.kitchen-block .btn-view a:hover {
    color: #fff !important;
    background-color: #4558ff
}

.side-bar {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: white;
    top: 0;
    left: -100%;
    overflow: hidden;
    z-index: 999
}

.side-bar .side-bar-header {
    padding: 20px;
    border-bottom: 1px solid #ebebeb
}

.side-bar .side-bar-header .nav-search {
    color: #2d2d2d;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.side-bar .side-bar-header .nav-search i {
    font-size: 16px;
    margin-right: 15px
}

.side-bar .side-bar-header .nav-search .nav-search-input {
    border: none;
    font-weight: 500;
    font-size: 16px
}

.side-bar .side-bar-header .nav-search .nav-search-input::-webkit-input-placeholder {
    color: #2d2d2d
}

.side-bar .side-bar-header .nav-search .nav-search-input:focus {
    outline: none
}

.side-bar .sidebar-menu {
    list-style: none;
    padding: 20px
}

.side-bar .sidebar-menu li {
    padding: .875em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: color .4s;
    transition: color .4s
}

.side-bar .sidebar-menu li a {
    /* color: #4558ff !important; */
    color: black !important;
}

.side-bar .sidebar-menu li:not(:last-child) {
    border-bottom: 1px solid #ebebeb
}

.blog-cards .blog-cards-header {
    padding: 0 0 60px
}

.blog-cards .blog-cards-header .link-title {
    font-size: 32px !important;
}

.blog-cards .blog-cards-body .card-body {
    padding-left: 0
}

.blog-cards .blog-cards-body .link-title {
    font-size: 28px !important
}

.blog-cards .blog-cards-body .card-img .bg-img {
    height: 35vh !important
}

.card-style-link .link-title {
    letter-spacing: -.03em;
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: 700 !important;
    line-height: 1.1;
    -webkit-transition: color .4s;
    transition: color .4s;
}

.card-style-link span {
    font-size: 12px;
    text-transform: none;
    font-weight: 400
}

.card-style-link .span-1 {
    font-size: 15px;
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: 500 !important;
    padding: 10px 0
}

.card-img-hover {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.card-img-hover .over {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .5s, opacity 0.15s linear;
    transition: visibility .5s, opacity 0.15s linear;
    z-index: 99
}

.card-img-hover:hover .over {
    visibility: visible;
    opacity: 1
}

.side-bar-col-img .card-img {
    height: 14vh;
    border-radius: 0
}

.blog-cards-col .blog-cards-col-pic img {
    width: 100%;
    height: 148px;
    object-fit: cover;
}

.blog-cards-col .blog-cards-col-content .link-title {
    font-size: 24px !important
}

.blog-cards-col .blog-cards-col-content span {
    font-family: 'Theinhardt'
}

.side-bar-ad {
    border-left: 1px solid #ebebeb;
    padding-left: 40px;
    height: 100%;
}

.side-bar-ad .side-bar-add-section:nth-child(2){
    position: sticky;
    top: -5px;
}
.side-bar-ad .side-bar-ad-header {
    border-bottom: 3px solid #2d2d2d;
    margin: 0 0 20px
}
.side-bar-ad .side-bar-add-section:not(:first-child) .side-bar-ad-header {
    margin-top: 60px
}

.side-bar-ad .side-bar-ad-header h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize
}

.side-bar-cards {
    line-height: 1.1
}

.side-bar-cards .row {
    border-bottom: 1px solid #ebebeb;
    padding: 14px 0
}

.side-bar-cards .side-bar-link {
    margin-top: 2em
}

.side-bar-cards .side-bar-img img {
    height: 110px
}

.read-more a {
    font-size: 12px !important;
    text-decoration: underline !important;
    text-transform: uppercase
}

.bg-img {
    height: 10vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden
}

.header-title-page {
    margin: 35px auto;
    border-bottom: 2px solid #ccc;
    padding-bottom: 25px
}

.header-title-page .h1 h1 {
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 5px;
}
.header-title-page .h1 p {
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 15px;
    text-transform: none
}

.header-title-page span {
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    font-size: 15px;
    color: #999;
    font-style: italic
}

.header-title-page-detail .header-title-page-detail-text {
    margin: 0 4em
}

.margin-center {
    /* max-width: 790px; */
    max-width: 1090px;
    margin: auto
}

.detail-content .detail-content-header h2 {
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4
}

.detail-content .detail-content-body .detail-content-body-text p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8
}

.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img {
    width: 100%;
    position: relative
}

.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover
}

.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img button {
    background: transparent;
    border: 0;
    position: absolute;
    -webkit-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    font-size: 1rem;
    line-height: 1.25;
    z-index: 99;
    padding: .875em
}

.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img .btn-watch,
.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img .btn-like {
    bottom: 20px
}

.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img .btn-watch {
    left: 20px;
    color: #4558ff;
    background: white
}

.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img .btn-watch:hover {
    background: #4558ff;
    color: white
}

.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img .btn-like {
    right: 20px;
    color: white;
    background: #4558ff
}

.detail-content .detail-content-body .detail-content-body-photo .detail-bg-img .btn-like:hover {
    background: white;
    color: #4558ff
}

.detail-content .detail-content-body .detail-content-body-photo-description {
    margin: 20px auto
}

.detail-content .detail-content-body .detail-content-body-photo-description .description-photo-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 14px;
    margin-bottom: 0
}

.detail-content .detail-content-body .detail-content-body-photo-description .photo-author span {
    font-weight: 500;
    font-size: 13px;
    color: #ccc
}

.detail-content .detail-content-body .detail-content-body-photo-description .photo-author span a {
    font-weight: 500 !important;
    color: #ccc !important
}

.detail-content .detail-content-body .detail-content-body-photo-description .photo-author span a:hover {
    color: #999 !important
}

.detail-content .detail-content-body .detail-content-body-photo-description .photo-link {
    color: #999;
    font-size: 11px;
    font-style: italic;
    line-height: 1.5;
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif
}

.detail-content .detail-content-body .detail-content-body-photo-description .photo-link a {
    color: #999 !important;
    font-size: 11px !important;
    font-style: italic !important;
    text-decoration: underline !important
}

.detail-content .detail-content-body .detail-content-body-photo-description .photo-link a:not(:first-child)::after {
    content: ','
}

.project-credits-section {
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif
}

.project-credits-section .related-reading p,
.project-credits-section .project-credits p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.81818;
    text-transform: capitalize;
    font-style: italic
}

.project-credits-section .related-reading p a,
.project-credits-section .project-credits p a {
    font-size: 21px !important;
    font-weight: 400 !important;
    text-decoration: underline !important
}

.shar-save-btn {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
    right: 0;
    bottom: 0
}

.shar-save-btn button {
    background: transparent;
    border: 0;
    -webkit-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    font-size: 16px;
    padding: 1em 1.5em;
    color: white;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border-radius: 8px;
    text-transform: capitalize
}

.shar-save-btn button:focus {
    outline: 0
}

.shar-save-btn button i {
    margin-right: 10px
}

.shar-save-btn .share {
    background-color: #444;
    margin-right: 10px;
    z-index: 99;
    position: relative;
}

.shar-save-btn .share:hover {
    background-color: #2d2d2d
}

.shar-save-btn .save {
    background-color: #4558ff
}

.shar-save-btn .save:hover {
    background-color: #122aff
}

.reponse-btn button {
    background: transparent;
    border: 1px solid #999;
    color: #2d2d2d;
    font-weight: 500;
    padding: 10px 36px;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    border-radius: 4px;
    cursor: pointer
}

.subscribe-email {
    background-color: rgba(250, 80, 184, 0.7);
    padding: 40px 30px;
    margin: 80px auto;
    color: white
}

.subscribe-email .newslettre-title h2 {
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 48px;
    letter-spacing: -.03em;
    margin: 0 0 .125rem;
    text-transform: capitalize
}

.subscribe-email .newslettre-text p {
    font-size: 18px;
    line-height: 1.33333
}

.subscribe-email form input {
    color: white;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 0 0 1px;
    height: 2.75em
}

.subscribe-email form input::-webkit-input-placeholder {
    color: white
}

.subscribe-email form input:-ms-input-placeholder {
    color: white
}

.subscribe-email form input::-ms-input-placeholder {
    color: white
}

.subscribe-email form input::placeholder {
    color: white
}

.subscribe-email form input:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none
}

.subscribe-email form button {
    color: rgba(140, 0, 140, 0.6);
    background-color: white;
    border: 0;
    padding: .75em 3em;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    text-transform: capitalize
}

.cards-photo .cards-photo-header {
    border-bottom: 3px solid #2d2d2d;
    margin: 60px 0 20px
}

.cards-photo .cards-photo-header h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize
}

.cards-photo .cards-photo-body {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
    width: auto;
}

.cards-photo .cards-photo-body .card {
    border: 0;
    width: 20%
}

.cards-photo .cards-photo-body .card .blog-cards-col-pic {
    height: 100%
}

.cards-photo .cards-photo-body .card .blog-cards-col-pic img {
    width: 100%;
    height: 162px;
}

.cards-photo .cards-photo-body .card .card-body {
    padding: 10px 0;
    line-height: 1.25
}

.cards-photo .cards-photo-body .card .card-body .card-link {
    font-family: Noe Text, Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: 500;
    line-height: 1.25;
    text-transform: capitalize;
    display: block
}

.cards-photo .cards-photo-body .card .card-body span {
    font-size: 12px
}

.cards-photo .cards-photo-body .card:not(:last-child) {
    padding: 0 15px;
}

.footer {
    padding: 80px 30px 30px;
    background-color: #333
}

.footer .logo-footer img {
    width: 200px
}

.footer .footer-link {
    margin: 2em 0
}

.footer .footer-link span {
    /* color: #999;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 1px solid currentColor;
    margin: 0 0 .75em */
    color: #f47e3b;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    border-bottom: 0;
    margin: 0 0 .75em;
    margin-bottom: 10px!important;
    display: inline-block;
    letter-spacing: 1.5px;

}

.footer .footer-link .footer-ul {
    list-style: none;
    padding: 0
}

.footer .footer-link .footer-ul li{
    padding: 0;
    line-height: 1;
}

.footer .footer-link .footer-ul li a {
    /* font-size: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: .25em 0;
    font-weight: 400 !important */
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 0;
    font-weight: 400 !important;
    padding-bottom: 5px;
    display: inline-block;
}

.footer .copyright span {
    font-size: 14px;
    line-height: 1.25;
    color: #999
}

.footer .copyright a {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: .25em 0;
    font-weight: 400 !important;
    margin-right: 10px
}

.footer .copyright a:not(:last-child)::after {
    content: '|';
    margin-left: 10px
}

.footer .recent-poste-img img{
    width: 100px;
}

.footer .recent-poste-title a{
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: .25em 0;
    font-weight: 400 !important;
}

.footer .text-footer{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9) !important;
}

.description-editeur p img{
    width: 100% !important;
}

.pag-link nav .hidden{
    display: none;
}

.commentaire{
    border-bottom: 1px solid #e0dede;
}

.commentaire .nom{
    color: #747474;
    font-size: 13px;
    font-weight: bold;
}

.commentaire .date{
    color: #747474;
    font-size: 12px;
}

.contact-image img{
    max-width: 100%;
}

.shar-save-btn .social-media ul{
    list-style: none;
    padding-left: 0;
}

.shar-save-btn .social-media li{
    display: inline-block;
    margin-right: 20px
}

.shar-save-btn .social-media li a{
    font-size: 20px !important;
}

.shar-save-btn .social-media{
    position: absolute;
    right: 0;
    top: 30px;
    transition: .5s ease-in-out;
}

.show-socialmedia{
    top: -15px !important;
}

.shar-save-btn:hover .social-media{
    top: -15px;
}


.cards-row{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}


@media (min-width: 767px) and (max-width: 1199px) {
    .side-bar-ad .side-bar-cards .side-bar-link {
        margin: 0
    }
}

@media (max-width: 991px) {
    .second-bar {
        display: none
    }

    .topbar {
        padding: 10px 0
    }

    .topbar .container {
        width: 100%;
        padding: 0
    }

    .topbar .navbar {
        margin: 0 !important
    }

    .topbar .navbar .btn-sidebar {
        display: block
    }

    .topbar .navbar .contact-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .kitchen-block {
        height: 443px
    }

    .kitchen-block .content-text h1 {
        font-size: calc(23px + 40 * (100vw - 320px) / 1120)
    }

    .blog-cards-col .blog-cards-col-content .link-title {
        font-size: 16px !important
    }

    .blog-cards-col .blog-cards-col-content .py-2 {
        display: none
    }

    .blog-cards .card-style-link .link-title {
        font-size: 20px !important;
        display: block;
    }

    .blog-cards .card-style-link span {
        font-size: 12px !important
    }

    .blog-cards .card-style-link .span-1 {
        font-size: 15px !important
    }

    .detail-content .detail-content-header h2 {
        font-size: 22px
    }

    .detail-content .detail-content-body .detail-content-body-text p {
        font-size: 15px
    }

    .detail-content .detail-content-body .detail-content-body-photo .detail-bg-img {
        width: 100%
    }

    .footer .copyright span {
        display: block
    }

    .commentaire .col-img{
        width: 20%;
    }
    
    .commentaire .col-commentaire{
        width: 80%;
    }

    .footer .recent-poste-img img{
        width: 100%;
    }

    .blog-cards-col .blog-cards-col-pic img{
        height: 100% !important;
    }

    .pag-link{
        margin-bottom: 40px;
    }

    .cards-photo .cards-photo-body .card:last-child{
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .topbar .navbar {
        position: relative
    }

    .topbar .navbar .contact-us {
        top: 0;
        position: absolute;
        right: 0
    }

    .topbar .navbar .navbar-brand,
    .topbar .navbar .btn-sidebar {
        margin-top: 25px
    }

    .topbar .navbar .navbar-brand {
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .bg-img {
        height: 15vh
    }

    .side-bar-ad {
        border-left: 0;
        padding-left: 0
    }

    .side-bar-ad .side-bar-cards .side-bar-link {
        margin: 1em 0
    }

    .kitchen-block .content-text h1 {
        font-size: calc(20px + 40 * (100vw - 320px) / 1120);
        line-height: 1.2
    }

    .blog-cards .blog-cards-body .card-img .bg-img {
        height: 25vh !important
    }

    .header-title-page .h1 h1 {
        font-size: 24px
    }

    .header-title-page span {
        font-size: 10px
    }

    .header-title-page-detail .header-title-page-detail-text {
        margin: 0
    }

    .project-credits-section .related-reading p,
    .project-credits-section .project-credits p {
        font-size: 18px
    }

    .project-credits-section .related-reading p a,
    .project-credits-section .project-credits p a {
        font-size: 17px !important
    }

    .subscribe-email {
        text-align: center;
        padding: 40px 1px
    }

    .subscribe-email .newslettre-title h2 {
        font-size: 28px
    }

    .subscribe-email .newslettre-text p {
        font-size: 14px
    }

    .subscribe-email form button {
        width: 100%
    }

    .cards-photo .cards-photo-body {
        display: inline-block
    }

    .cards-photo .cards-photo-body .card {
        margin-right: 0;
        width: 100%
    }

    .cards-photo .cards-photo-body .card .blog-cards-col-pic img {
        width: 100%
    }

    .shar-save-btn {
        right: 0;
        bottom: 0;
        margin-right: 10px !important
    }

    .footer {
        padding: 30px 10px 30px
    }

    .footer .logo-footer img {
        width: 200px
    }

    .footer .copyright span {
        display: block
    }
}

@media (max-width: 425px) {
    .topbar .navbar .navbar-brand img {
        width: 100%
    }
}

@media (min-width: 325px) and (max-width: 767px) {
    .footer-link .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

/*# sourceMappingURL=style.min.css.map */
