/*
  Theme Name: Pulp'Navel;
  Theme URL: https://naveldesign.ch;
  Author: NavelDesign.ch;
  Description: Conception de site web;
  Tag : E-shop, boutique, site, Martigny, Valais, Suisse;
  License: https://naveldesign.ch
*/


/* ------------Page blog------------------- */
.titre-blog {
    margin-top: 250px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.titre-blog h1 {
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 18px;
    text-align: center;
    width: 100%;
}
.titre-blog hr {
    margin: 0 auto;
}

/* .section-header-blog {
    position: relative;
    background-repeat: no-repeat;
} */

.section-container-blog {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 50px;
    max-width: 1250px;
    margin: 0 auto;
}
.section-blog {
    display: flex;
    background-color: #fff;
    width: 100%;
    margin: 70px 0 80px 0;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 3vw;
}

.blog {
    width: 450px;
    height: 70%;
    padding: 50px;
}
.title-blog {
    margin-top: 20%;
    width: 100%;
    font-size: 38px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-animation-name: movetop;
    -webkit-animation-duration: 3s;
    -moz-animation-name: movetop;
    -moz-animation-duration: 3s;
    animation-name: movetop;
    animation-duration: 3s;
}

.container-blog {
    width: 100%;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 100px;
}

.articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    border-radius: 5px;
}
.article {
    border-radius: 6px;
    overflow: hidden;
    border: 0.5px solid grey;
    transition: box-shadow 0.2s;
    max-width: 350px;
}

.article-img {
    display: block;
    overflow: hidden;
    position: relative;
}

.article-img>img {
    display: block;
    width: 100%;
    object-fit: contain;
    background-color: #fff0d4;
    max-height: 180px;
}

.article h2 {
    margin: 7px 0 5px 0;
}
.titre-galerie-blog {
    margin: 7px 0 5px 0;
    font-weight: 600;
    font-family: 'lato', sans-serif;
    font-size: 20px;
}

.article p {
    margin: 0;
}

.article-contenu {
    padding: 20px;
    font-family: 'open sans', sans-serif;
}

.article-categorie {
    width: 80px;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    background-color: #f7f7f7;
    color: #808080;
    padding: 6px 8px;
    border-radius: 3px;
    line-height: 1;
}

.article-categorie.cat-webshop {
    color: rgb(255, 102, 0);
    background-color: rgba(255, 68, 0, 0.247);
}

.article-categorie.cat-webshop:hover {
    background-color: rgb(255, 102, 0);
    color: #f1f1f1;
}

.article-categorie.cat-design {
    color: rgb(20, 117, 28);
    background-color: rgba(2, 192, 18, 0.247);
}

.article-categorie.cat-design:hover {
    background-color: rgb(20, 117, 28);
    color: #fff;
}

.article-categorie.cat-divers {
    color: rgb(67, 68, 2);
    background-color: rgb(218, 231, 27);
}

.article-categorie.cat-divers:hover {
    background-color: rgb(227, 241, 21);
    color: #000;
}

.bg-orange {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 68, 0, 0.02);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
    transition: opacity 0.7s;
    z-index: 1;
    opacity: 0;
}


.bg-orange:hover {
    background: rgba(255, 68, 0, 0.75);
    opacity: 1;
}

#ensavoirplus {
    margin: 16px 0;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    border: 1px solid rgb(165, 165, 165);
    border-radius: 6px;
}
#ensavoirplus:hover {
    box-shadow: 4px 4px 8px 0px rgb(163 177 198 / 30%),-4px -4px 8px 0px rgb(255 255 255 / 70%) !important;
}


/* Catégories blog */

.banner-title-cat {
    color: rgb(255, 102, 0);
    background: rgba(255, 68, 0, 0.247) url(/ressources/images/topography.svg) top left repeat;
    background-size: 25%;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
}

.blog-cat .articles {
    margin: 50px 0 0 0;
}

#icon-circle-plus {
    font-size: 50px;
    color: white;
}

.contenu-galerie-blog {
    font-family: 'open sans', sans-serif;
    text-align: justify;
}
.date-article {
    font-size: 12px;
    font-style: oblique;
}

.back-to-blog {
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 10px;
    font-weight: 700;
    color: #555;
}

.back-to-blog:hover {
    color: orangered;
}

.back-to-blog svg {
    fill: orangered;
}

.back-to-blog:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 150px;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #555;
}

/* .btb-link {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0px;
    margin: 0 0 45px 0;
} */

/* .titre-single {
    font-family: 'lato', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px 0;
    padding-bottom: 10px;
    width: 100%;
    color: #333;
} */

.single-content {
    font-family: 'open sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    margin: 0 0 18px 0;
    color: #333;
    letter-spacing: -0.1px;
    font-weight: 400;
}

.color-sign {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-data {
    font-size: 12px;
    margin: 25px 0 0 0;
    font-weight: 600;       
}


/* Catégories blog webshop*/

.blog-webshop h1.banner-title-cat {
    color: rgb(255, 102, 0);
    background: rgba(255, 68, 0, 0.247) url(/ressources/images/topography.svg) top left repeat;
    background-size: 25%;
}

/* Catégories blog design*/

.blog-design h1.banner-title-cat {
    color: rgb(20, 117, 28);
    background: rgba(0, 255, 0, 0.247) url(/ressources/images/topography.svg) top left repeat;
    background-size: 25%;
}


@media screen and (max-width:600px) {

    .article {
        flex-direction: column;
        width: 100%;
        min-width: 200px;
        max-width: 300px;
    }
    .titre-blog h1 {
        font-size: 24px;
    }
}
@media screen and (max-width:800px) {

    .article {
        width: 100%;
        min-width: 280px;
        height: 550px;
    }
}


/* --------------Single page------------------ */



.section-header-single-blog {
    height: 450px;
}

/*
  Theme Name: Pulp'Navel;
  Theme URL: https://naveldesign.ch;
  Author: NavelDesign.ch;
  Description: Conception de site web;
  Tag : E-shop, boutique, site, Martigny, Valais, Suisse;
  License: https://naveldesign.ch
*/



/* ------------Page projet------------------- */

/* .section-projet {
    display: flex;
    background-color: #fff;
    width: 100%;
    margin: 70px 0 40px 0; 
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1250px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 120px;
    padding-bottom: 100px;
    margin: 0 auto;
} */

/* .titre-projets {
    margin-top: 250px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
} */

/* .titre-projets h1 {
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 18px;
    text-align: center;
    width: 100%;
}
.titre-projets hr {
    margin: 0 auto;
}


.articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    border-radius: 5px;
}

.article {
    border-radius: 2px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    max-height: 250px;
    max-width: 280px;
    margin: 20px;
} */

/* .article-img {
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 250px;
    max-width: 280px;
    width: 100%;
}

.article-img>img {
    display: block;
    width: 100%;
    object-fit: contain;
    background-color: white;
}

.article h2 {
    margin: 7px 0 5px 0;
}

.titre-galerie-blog {
    margin: 7px 0 5px 0;
    font-weight: 600;
    font-family: 'lato', sans-serif;
    font-size: 20px;
}

.article p {
    margin: 0;
}

.article-contenu {
    padding: 20px;
    font-family: 'open sans', sans-serif;
} */

.article-categorie-projet {
    width: max-content;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    background-color: #f7f7f7;
    color: #808080;
    padding: 6px 8px;
    margin: 30px 0 0 0;
    border-radius: 3px;
    line-height: 1;
}

.article-categorie-projet.cat-webshop {
    color: rgb(255, 102, 0);
    background-color: rgba(255, 68, 0, 0.247);
}

.article-categorie-projet.cat-webshop:hover {
    background-color: rgb(255, 102, 0);
    color: #f1f1f1;
}

.article-categorie-projet.cat-website {
    color: rgb(20, 117, 28);
    background-color: rgba(2, 192, 18, 0.247);
    margin: 20px 0;
}

.article-categorie-projet.cat-design:hover {
    background-color: rgb(20, 117, 28);
    color: #fff;
}

.article-categorie-projet.cat-design {
    color: rgb(20, 117, 28);
    background-color: rgba(2, 192, 18, 0.247);
}

.article-categorie-projet.cat-design:hover {
    background-color: rgb(20, 117, 28);
    color: #fff;
}

.article-categorie-projet.cat-divers {
    color: rgb(67, 68, 2);
    background-color: rgb(218, 231, 27);
}

.article-categorie-projet.cat-divers:hover {
    background-color: rgb(227, 241, 21);
    color: #000;
}

.bg-orange {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
    transition: opacity 0.7s;
    z-index: 1;
    opacity: 0;
}


.bg-orange:hover {
    background: #f081139f;
    color: white;
    opacity: 1;
}

/* Catégories blog */


.banner-title-cat {
    color: rgb(255, 102, 0);
    background: rgba(255, 68, 0, 0.247) url(/ressources/images/topography.svg) top left repeat;
    background-size: 25%;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
}

.blog-cat .articles {
    margin: 50px 0 0 0;
}

#icon-circle-plus {
    font-size: 30px;
    margin: 10px;
    color: white;
}

.contenu-galerie-blog {
    font-family: 'open sans', sans-serif;
    text-align: justify;
    /* height: 120px; */
}

.date-article {
    font-size: 12px;
    font-style: oblique;
}

.back-to-projet {
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 10px;
    font-weight: 700;
    color: rgb(112, 112, 112);
    margin: 10px 0;
    padding-top: 20px;
}

.back-to-projet:hover {
    color: orange;
}

.back-to-projet svg {
    fill: orangered;
}
/* .back-to-projet:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 150px;
    z-index: 0;
    width: 100%;
    height: 1px;

} */

.btb-link {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0 15px;
    margin: 0 0 0 45px;
}

.title-single-projet {
    font-family: 'lato', sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px 0 30px 0;
    padding-bottom: 10px;
    width: 100%;
    color: #333;
}
.btn-voirlesite {
    margin: 40px 0;
}

/* .img-article-projet {
    margin-bottom: 50px;
} */

.single-content {
    font-family: 'open sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    margin: 0px 0 18px 0;
    color: #333;
    letter-spacing: -0.1px;
    font-weight: 400;
}

.color-sign {
    padding-top: 50px;
    padding-bottom: 50px;
}

.detail-blog-orange {
    background-color: antiquewhite;
    padding: 20px;
    border-radius: 10px;
    margin: 50px 0 20px 0;
}


.single-data {
    font-size: 12px;
    margin: 25px 0 0 0;
    font-weight: 600;
}

.btn-projet {
    margin: 20px 0;
}

/* Catégories blog webshop*/

.blog-webshop h1.banner-title-cat {
    color: rgb(255, 102, 0);
    background: rgba(255, 68, 0, 0.247) url(/ressources/images/topography.svg) top left repeat;
    background-size: 25%;
}

/* Catégories blog design*/

.blog-design h1.banner-title-cat {
    color: rgb(20, 117, 28);
    background: rgba(0, 255, 0, 0.247) url(/ressources/images/topography.svg) top left repeat;
    background-size: 25%;
}


@media screen and (max-width:600px) {
    .section-projet {
        padding-top: 50px;
    }
    
    .titre-projets {
        margin-top: 220px;
    }
    
    .titre-projets h1 {
        font-size: 24px;
        font-weight: 300;
        margin-top: 0px;
        line-height: 18px;
        text-align: center;
        width: 100%;
    }
    .titre-projets hr {
        margin: 0 auto;
    }
    .article {
        flex-direction: column;
        width: 100%;
        min-width: 200px;
        max-width: 300px;
    }
}




/* --------------Single page------------------ */


.container-projet-single {
    width: 100%;
    max-width: 1250px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 150px;
    margin: 0 auto;
}

.img-blog {
    padding-top: 25px;
    padding-bottom: 25px;
}


.image-header-projet {
    width: 100%;
    height: auto;
    padding: 50px 30px 10px 30px;
    max-width: 700px;
    margin: 160px auto 10px auto;
}

.section-header-single {
    object-fit: contain;
}

.single-thumb {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-single .single-thumb {
    margin: 0 0 20px 0;
}

.single-content {
    margin: 5px 0 0 0;
}

.single-content p {
    text-align: justify;
}

.single-meta {
    font-size: 12px;
    margin: 25px 0 0 0;
    font-weight: 600;
}

.projet-img {
    max-width: 450px;
    padding: 20px;
    max-height: 180px;
}
.img-illustration-groth {
    max-width: 650px;
}
.img-illustration {
    max-width: 450px;
}
header-couleurs {
    background-image: url(/ressources/images/David.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #7f94a8;
    padding-top: 520px;
}




@media screen and (max-width:800px) {
    .img-projet-single img {
        width: 90%;
        padding: 20px;
        max-height: 220px;
        margin: 0 auto;
    }
    .img-illustration-groth {
        width: 100%;
        
    }
}