@charset "UTF-8";
/*
Theme Name: Particules
Theme URI: https://particules.bzh
Author: Conseils et Préférence
Author URI: https://conseilspreference.com
Description: Thème du site de l'agence de communication Particules
Requires at least: WordPress 6.8
Version: 1.0
*/

html {
  --light-grey: #F4F4F4;
  --grey: #C5C5C5;
  --blue: #03165C;
  --blue-light: #eaefff;
  --lavande: #D5D4F2;
  --green: #7EDFC9;
  --dark-green: #08C8AC;
  --pink: #E192B9;
  --pink-light: #f7f4f5;
  --pink-a: #FFA3B9;
  --pink-b: #BC4A65;
  --kaki: #ACAD1E;
  --pastel-pink: #F6DFEA;
  --pastel-violet: #E7E0F6;
  --pastel-blue: #CAE0F4;
  --pastel-green: #C3E8E3;

}

/* Typo */
html body{
  font-family: "Stolzl", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: var(--blue);
  word-break: keep-all;
}
h1, .h1, h2, h3:not(.accordion-header), h4, h5, h6{
  font-family: "Gelica", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: normal;
  font-style: italic;
}
h1,
.h1{
  font-weight: 500;
}
body:not(.single-services) h1{
  font-style: italic;
}
body .h1{
  font-size: 2.25rem;
}
body a{
  color: var(--pink);
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus{
  color: unset;
}
.serif{
  font-family: "Gelica", serif;
}
@media(min-width: 992px){
  body:not(.home) h1,
  body .h1{
    font-size: 4.5rem;
    line-height: 1;
  }
  body h2{
    font-size: 2.5rem;
  }
}

/* Structure */
html,
body{
  margin: 0;
  height: 100%;
}
body .rounded{
  border-radius: 20px !important;
}
#page{
  min-height: 100vh;
}
.bg-gray{
  background-color: var(--light-grey);
}
.bg-blue{
  background-color: var(--blue);
  color: white;
}
a .card{
  color: var(--blue);
  border-radius: 20px;
}
.card img{
  border-radius: 20px 20px 0 0;
}
.card-body.with-arrow{
  background-image: url(img/arrow.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 1rem;
}
a:hover .card,
a:focus .card,
a:active .card{
  color: var(--pink);
}
a:hover .card-body,
a:focus .card-body,
a:active .card-body{
  background-image: url(img/arrow-pink.svg);
}
#title-cont .container{
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 7rem;
}
#title-cont .serif{
  font-size: 150%;
  line-height: normal;
}
@media(min-width: 768px){
  .bg-img{
    background-image: var(--bg-img);
    background-repeat: no-repeat;
  }
}
@media(min-width: 992px){
  #title-cont .container{
    padding-bottom: 9rem;
  }
}
@media(min-width: 1200px){
  #title-cont .container{
    padding-bottom: 12rem;
  }
}

/* Buttons */
a.btn,
button.btn,
#menu-header-cta a,
.btn-cta a,
body button{
  background-color: unset;
  border-color: var(--blue);
  border-width: 2px;
  border-style: solid;
  border-radius: 20rem;
  color: var(--blue);
  padding: .3rem 1rem;
  transition: background-color 0.3s;
  width: max-content;
}
a.btn-primary,
button.btn-primary,
#menu-header-cta a,
.btn-cta a{
  background-color: var(--green);
}
#packs .btn:not(:hover){
  background-color: var(--pink-b);
  color: white;
}
#packs.mentor .btn:not(:hover){
  background-color: var(--green);
  color: var(--blue);
}
a.btn:hover,
a.btn:focus,
a.btn:active,
.btn-cta a:hover,
.btn-cta a:active,
.btn-cta a:focus,
body button:not(.navbar-toggler):not(.accordion-button):hover,
body button:not(.navbar-toggler):not(.accordion-button):focus,
body button:not(.navbar-toggler):not(.accordion-button):active,
a.btn:first-child:active,
#menu-header-cta a:hover,
#menu-header-cta a:active,
#menu-header-cta a:focus,
body :not(.btn-check)+.btn:active,
body .btn:first-child:active{
  background-color: var(--blue);
  border-color: var(--blue);
  color: white;
}
#mainnav .btn-cta a:hover,
#mainnav .btn-cta a:focus,
#mainnav .btn-cta a:active{
  border-color: white;
}

.btn.w-arrow,
button.w-arrow{
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: .75rem;
  background-position: 1.5rem center;
  padding-left: 2.75rem;
}
.btn.w-arrow:hover,
.btn.w-arrow:active,
.btn.w-arrow:focus,
button.w-arrow:hover,
button.w-arrow:active,
button.w-arrow:focus{
  background-image: url(img/arrow-white.svg);
}
.bg-blue .btn:not(.btn-primary){
  background-color: white;
}
.bg-blue .btn:hover,
.bg-blue .btn:active,
.bg-blue .btn:focus{
  background-color: var(--blue);
  color: white;
  border-color: white;
}
@media(min-width: 768px){
  a.btn,
  button.btn,
  #menu-header-cta a{
    padding: .5rem 1.5rem;
  }
}

/* Nav */
.navbar-brand img{
  width: 12rem;
}
body .nav-link{
  color: var(--blue);
}
#mainnav img{
  max-width: 225px;
}
#mainnav li:not(.btn-cta) a:hover,
#mainnav li:not(.btn-cta) a:active,
#mainnav li:not(.btn-cta) a:focus,
#mainnav li:not(.btn-cta).active,
#mainnav > ul > li:not(.btn-cta).active > a,
#mainnav > ul > li:not(.btn-cta).active > ul > li.active a{
  color: var(--pink);
}
.collapse:not(.show) {
  display: none;
}
body .navbar-toggler{
  border: none;
}
body .dropdown-item{
  color: var(--blue);
}
body .dropdown-item.active, 
body .dropdown-item:active{
  background-color: unset;
}
@media(max-width: 991px){
  #mainnav{
    background-color: var(--blue);
    color: white;
    border-radius: 20px;
    width: 100%;
  }
  #mainnav li:not(.btn-cta) a{
    padding-right: 1rem;
    padding-left: 1rem;
    color: white;
  }
}

/* Structure */
.container{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media(min-width: 992px){
  .container{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* Footer */
footer a{
  color: var(--blue);
}
footer a:hover,
footer .nav-link:hover{
  color: var(--pink);
}
footer li a.nav-link{
  padding: .15rem 0;
}
footer img.img-fluid{
  max-width: 10rem;
}
body #sib-container{
  background-color: unset;
}
body .entry__field.form-floating{
  width: unset;
  border-style: none none solid none;
  border-radius: 0;
  border-bottom: 1px solid var(--blue);
  height: 2.4rem;
  background-color: unset;
}
body .sib-form .entry__label{
  font-weight: 400;
  font-family: 'Stolzl', sans-serif;
  color: var(--blue);
}
body .entry__label::after{
  content: none;
}
#email_field{
  width: 20rem;
  max-width: 100%;
}
body .sib-form-block{
  padding: 0;
}
@media(min-width: 768px){
  .sib-form-block{
    padding: unset;
  }
  /* #email_field{
    min-width: 22rem;
  } */
}
@media(min-width: 992px){
  footer img.img-fluid{
    max-width: 100%;
  }
  #nl-form{
    margin-top: 4.5rem;
  }
  #email-field{
    min-width: 24rem
  }
}

/* Testimonies */
.author,
.testimony .text-uppercase{
  font-size: .8rem;
}
.testimony .fs-3{
  font-family: "Gelica", serif;
}
.testimony .text-uppercase{
  letter-spacing: 1.5px;
}
.testimony .text-start{
  font-size: 85%;
}

/* HP */
.home h1,
.home .h1,
.home h2,
.home h3{
  font-style: italic;
}
#hero,
#hero h1{
  font-family: "Stolzl", sans-serif;
  font-style: unset;
}
#hero h1{
  font-size: .75rem;
}
#hero > .container{
  padding-top: .8rem;
}
#hero img{
  width: 19rem;
  margin-bottom: -7rem;
}
#needs .container{
  padding-top: 0;
  padding-bottom: 0;
}
#needs a.pink:hover{
  background-color: var(--pink);
  border-color: var(--pink);
}
#needs a.green:hover{
  background-color: var(--kaki);
  border-color: var(--kaki);
}
#actions img{
  transform: translateY(-4px);
  height: 1.8rem;
  width: auto;
}
#actions .row .row:first-of-type .col-12:first-of-type p{
  line-height: 1.2;
  font-weight: 300;
}
.table_content .col-2,
.table_content .col-8{
  font-family: "Gelica", serif;
}
.row:not(:last-of-type) .action_follow{
  border-bottom: solid 1px var(--grey);
}
#services .card img,
#prj .card img{
  aspect-ratio: 16/9;
  object-fit: cover;
}
#us img,
#cta_sec img{
  max-width: 13rem;
}
#agency h3{
  font-style: unset;
  font-family: 'Stolzl', sans-serif;
}
#agency .text-uppercase{
  font-size: .75rem;
}
#agency .bg-blue p:last-of-type,
#agency .col-12:last-of-type .fs-4 p{
  margin-bottom: 0;
}
#agency .bg-blue em{
  color: var(--green);
  font-family: "Gelica", serif;
}
#cta_sec .btn{
  box-shadow: 0 0.25rem 1rem var(--pink);
  border-color: white;
  margin-top: .5rem !important;
}
#cta_sec .order-1{
  color: var(--pink);
  font-family: "Gelica", serif;
}
#cta_sec .text-uppercase{
  font-size: .75rem;
}
#cta .fw-bold{
  line-height: 1.2;
}
@media(max-width: 570px){
  #cta{
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media(max-width: 767px){
  #us .container{
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media(min-width: 576px){
  #cta .bg-blue{
    border-radius: 20px;
  }
}
@media(min-width: 768px){
  #hero > .container{
    padding-top: 2rem;
  } 
  .action_follow{
    font-weight: 400;
  }
  #services .card img{
    aspect-ratio: 1/1;
  }
  #needs .container{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #needs .bg-img{
    height: 9rem;
    background-size: contain;
    background-position: bottom left;
  } 
  #agency h3{
    font-size: 2rem;
  }
  #agency .col-12:last-of-type .rounded{
    height: 100%;
  }
  #cta_sec .text-uppercase{
    font-size: .6rem;
  }
}
@media(min-width: 992px){
  #needs .container{
    padding-top: 6rem;
  }
  #hero .btn{
    margin-top: .5rem !important;
    margin-bottom: 0 !important;
  }
  #hero img{
    margin-bottom: -12rem;
    width: unset;
  }
  #needs .col-12:last-of-type{
    margin-bottom: -.5rem;
  }
  .table_content.row:not(:last-of-type) .col-8{
    border-bottom: solid 1px var(--grey);
  }
  #cta .row .row{
    background-image: url(img/fond.png);
    background-size: cover;
    background-position: center;
  }
  #cta p{
    margin-bottom: 0;
  }
  #actions .container{
    background-image: url(img/etoile.png);
    background-position-x: 95%;
    background-repeat: no-repeat;
    background-size: 13rem;
    padding-top: 6.5rem;
  }
  #actions .intro{
    font-size: 1.5rem;
  }
  #actions .btn{
    margin-top: 0 !important;
  }
  #actions .btn:not(:hover,:active,:focus){
    background-color: white;
  }  
  /* .action_label{
    line-height: normal;
  } */
  .row:not(:last-of-type) .action_label{
    border-bottom: solid 1px var(--grey);
  }
  #prj .thumbnail-container:first-of-type{
    margin-top: 4rem;
  }
  #prj .thumbnail-container:nth-of-type(2){
    transform: translateX(-5rem);
  }
  #us{
    background-image: url('img/equipe-particules.png'), url('img/degrades.svg');
    background-size: 75%, cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 44rem;
  }
  #us img,
  #cta_sec img{
    width: 8rem;
  }
  #agency{
    margin-top: -6rem;
  }
  #agency .rounded:nth-of-type(2){
    background-image: url('img/motifs.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10rem;
    padding-right: 11rem;
  }
  #agency .col-12:last-of-type .bg-gray{
    background-image: url('img/p-droite.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #agency .fs-4{
    position: absolute;
    right: 3rem;
    bottom: 12rem;
  }
  #agency .bg-gray em{
    font-size: 2rem;
  }
  #testimonies{
    background-image: url('img/etoile.png');
    background-position: 82% 1rem;
    background-repeat: no-repeat;
    background-size: 11rem;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  #testimonies .container{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  blockquote{
    font-size: 1.2rem;
  }
  #cta_sec img{
    width: 14rem;
  }
  #cta_sec .fst-italic{
    font-size: 1.2rem;
    max-width: 10rem;
  }
  #cta_sec .container:last-of-type{
    background-image: url('img/arc.png');
    background-position: 28% 13.5rem;
    background-repeat: no-repeat;
    background-size: 14rem;
  }
}
@media(min-width: 1200px){
  #hero > .container{
    padding-top: 4rem;
  }
  #hero img{
    width: 28rem;
  }
  #us{
    height: 48rem;
    background-size: 71%, cover;
  }
  #testimonies{
    background-position-x: 82%;
  }
}
@media(min-width: 1400px){
  #hero > .container{
    padding-top: 6rem;
  }
  #us{
    height: 47rem;
  }
  #agency .fs-4{
    bottom: 19rem;
  }
  #testimonies{
    background-position: 9  0% 1rem;
  }
}

/* LP */
.single-services #lp-hero{
  background-size: cover;
  background-position: center;
}
.single-services #lp-hero img:first-of-type{
  width: 14rem;
}
#lp-hero .card{
  box-shadow: 0 0.25rem 1rem var(--grey);
  transform: translateY(2rem);
  border-radius: 1.25rem;
}
#lp-hero h1{
  font-family: "Stolzl", sans-serif;
  line-height: 1.5rem;
}
#lp-hero h1 .highlight em{
  font-size: 2.5rem;
  font-family: "Gelica", serif; 
}
h1 .highlight::before{
  content: "\A";
  white-space: pre-wrap;
}
#xp.copilote{
  background-color: var(--pink-light);
}
#xp.mentor{
  background-color: var(--blue-light);
}
#xp .rounded-4{
  font-size: .85rem;
}
.portrait-behind{
  min-height: 12rem;
  margin-top: 4rem;
}
#xp img{
  height: 16rem;
  bottom: 0;
  left: 2rem;
}
.copilote h1 .highlight,
#xp.copilote .highlight{
  color: var(--pink);
}
.mentor h1 .highlight,
#xp.mentor .highlight{
  color: var(--green);
}
.copilote .portrait-behind{
  background-color: var(--pink-a);
}
.copilote .experte:last-of-type .portrait-behind{
  background-color: var(--pink-b);
}
.mentor .portrait-behind{
  background-color: var(--lavande);
}
.mentor .experte:last-of-type .portrait-behind{
  background-color: var(--green);
}
.expertises .bg-white{
  border-radius: var(--bs-border-radius-xl);
}
#why img{
  max-height: 4rem;
}
#packs{
  background-image: url('img/pink-star.png');
  background-repeat: no-repeat;
  background-position: -3rem 3rem;
  background-size: 11rem;
}
#packs.mentor{
  background-image: url('img/blue-star.png');
}
#packs .border{
  border-color: var(--blue) !important;
}
#packs .text-uppercase{
  font-size: .9rem;
}
#packs .row .rounded .row:nth-of-type(2) .rounded{
  background-color: var(--blue);
}
#packs .args{
  margin-bottom: -2rem;
}
#packs .position-relative{
  transform: translateY(2rem);
}
#srv-testimonies h2{
  font-family: "Stolzl", sans-serif;
}
#srv-testimonies{
  background-color: var(--pink);
}
.mentor + #srv-testimonies{
  background-color: var(--green);
}
.carousel-indicators [data-bs-target].rounded-circle{
  height: 10px;
  width: 10px;
}
.carousel-indicators{
  transform: translateY(3rem);
}
.carousel-item .text-uppercase,
#discount .mx-auto > .text-uppercase,
#discount .text-uppercase.text-center{
  font-size: .9rem;
}
.carousel-item img{
  width: fit-content;
}
.temp-visible {
  display: block !important;
  visibility: hidden;
  position: absolute;
}
#discount{
  background-image: url(img/pink-smoke.png);
  background-size: cover;
  background-position: bottom right;
}
#discount.mentor{
  background-image: url(img/blue-smoke.png);
}
#discount .card{
  border-radius: 2.5rem;
  box-shadow: 0 3px 6px var(--grey);
  border-style: none;
  color: var(--blue);
  font-size: 1rem;
}
#discount .card img{
  right: 0;
  top: -4rem;
  width: 8rem;
}
#discount h2 {
  line-height: 1;
}
#discount h2 .text-uppercase{
  font-family: "Stolzl", sans-serif;
  color: var(--pink);
  font-weight: 600;
}
#discount.mentor h2 .text-uppercase{
  color: var(--green);
}
#discounut h2 .fst-italic{
  font-size: 4rem;
}
#discount td{
  color: var(--blue);
  border-bottom-style: none;
}
#discount td:last-of-type{
  border-left: solid 2px var(--grey);
}
@media (min-width: 768px){
  .experte:first-of-type .portrait-container{
    width: 50%;
  }
  #discount .card img{
    right: -2rem;
    top: -5rem;
    width: 11rem;
  }
}
@media (min-width: 992px){
  #xp img{
    left: 12%;
    height: 23rem;
    bottom: -1px;
  }
  #xp h2{
    font-size: 2.25rem;
    font-family: "stolzl", sans-serif;
  }
  #why h2{
    font-size: 2.5rem;
  }
  #xp.copilote,
  #xp.mentor{
    background-color: unset;
  }
  #xp.mentor{
    background-color: unset;
  }
  #why img{
    max-height: unset;
  }
  .experte:first-of-type .portrait-container{
    position: absolute;
    width: 26rem;
  }
  .portrait-container{
    right: 0;
    top: 0;
  }
  #xp{
    background-size: cover, 11rem;
    background-repeat: no-repeat;
    background-position: bottom center, 106% 10rem;
  }
  #xp.copilote{
    background-image: url('img/pink-smoke.png'), url('img/pink-star.png');
  }
  #xp.mentor{
    background-image: url('img/blue-smoke.png'), url('img/blue-star.png');
  }
  .portrait-behind{
    min-height: 21rem;
    margin-top: 5rem;
  }
  #packs .row .rounded .row:nth-of-type(2) .rounded{
    background-size: cover;
    background-position: center;
  }
  #packs .rounded .rounded{
    background-image: var(--bg-img-pack1);
  }
  #packs .col-12:last-of-type .rounded .rounded{
    background-image: var(--bg-img-pack2);
  }
  #discount td:last-of-type{
    font-size: 2rem;
  }
}
@media (min-width: 1200px){
  #xp{
    padding-bottom: 5rem;
  }
  #xp .container{
    padding-bottom: 5rem;
    background-image: url('img/xp-illu.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: 77%;
  }  
  .experte:last-of-type{
    transform: translateY(-19rem);
  }
  #srv-testimonies{
    background-image: url(img/plantes.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1400px){
  .experte:last-of-type{
    transform: translateY(-14rem);
  }
}

/* Prestation */
#process .step{
  position: sticky;
  top: 1rem;
}
#process .step:not(:first-of-type){
  box-shadow: 0 0.25rem 1rem var(--grey);
}
section.step{
  padding-top: 80px;
}
.step:nth-of-type(4n+1) {
  background-color: var(--pastel-pink);
}
.step:nth-of-type(4n+2) {
  background-color: var(--pastel-violet);
}
.step:nth-of-type(4n+3) {
  background-color: var(--pastel-blue);
}
.step:nth-of-type(4n+4) {
  background-color: var(--pastel-green);
}
.step.row{
  padding-top: 2.5rem;
  padding-left: 1.5rem;
  padding-bottom: 2.5rem;
  padding-right: 1.5rem;
}
.step h3{
  font-size: 1.75rem;
}
#process{
  background-image: url(img/pink-smoke.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
#chip img{
  max-width: 12rem;
}
body .accordion-flush>.accordion-item{
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .5rem 1.5rem;
  border: none;
}
body .accordion-button,
body .accordion-item{
  color: var(--blue);
}
body .accordion-button,
body .accordion-button:not(.collapsed){
  background-color: unset;
  box-shadow: none;
  color: var(--blue);
}
.accordion-button:active,
.accordion-button:focus,
.accordion-button:hover{
  background-color: unset;
  color: unset;
}
@media(min-width: 768px){
  .step.row{
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-bottom: 2.5rem;
    padding-right: 1.5rem;
  }
  .step .img-bck{
    aspect-ratio: 16/9;
    background-image: var(--bg-img);
    background-size: cover;
  }
  .step h3{
    font-size: 2.25rem;
  }
  #process{
    background-image: var(--bg-img), url(img/pink-smoke.png);
    background-size: 13rem, contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
@media(min-width: 992px){
  .step.row{
    padding-top: 3.5rem;
    padding-left: 2.5rem;
    padding-bottom: 3.5rem;
    padding-right: 2.5rem;
  }
  .step h3{
    font-size: 2.5rem;
  }
  #process{
    background-size: 27rem, contain;
  }
}

/* Archive */
.archive #title-cont > .container,
.blog #title-cont > .container{
  padding-top: 2rem;
  /* padding-bottom: 4rem; */
  padding-bottom: 2rem !important;
}
.post-type-archive-prestations #title-cont > .container{
  padding-bottom: 3rem !important;
}
body .form-select{
  color: var(--blue);
}
#featured .featured-img{
  background-image: var(--cp-bck-img);
  background-color: var(--blue);
  background-size: cover;
  background-position: center;
  aspect-ratio: 3/2;
}
body .badge{
  background-color: var(--light-grey);
  color: var(--blue);
  font-weight: 400;
  border-radius: 1rem;
}
#items-grid h2{
  font-size: 1.7rem;
}
.single-item .text-uppercase{
  font-size: .75rem;
}
#featured .tags{
  position: absolute;
  padding-left: 11px;
}
#items-grid img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
#items-grid .single-item .btn{
  padding: .25rem .75rem;
  font-size: 80%;  
}
#items-grid .single-item .tags{
  position: absolute;
  margin-left: 11px;
}
#items-grid .single-item .thumbnail-img{
  width: 100%;
  aspect-ratio: 3/2;
  background-image: var(--bg-img);
  background-position: center;
  background-color: var(--grey);
  background-size: cover;
}
.teaser{
  background-color: var(--dark-green);
  color: white;
}
.teaser p:first-of-type{
  font-size: 2rem;
  font-weight: 400;
}
.teaser a:not(.btn){
  color: var(--blue);
  font-weight: 600;
}
.page-numbers{
  margin-left: .5rem;
  margin-right: .5rem;
}
/* @media (min-width: 768px){
  .archive #title-cont > .container,
  .blog #title-cont > .container{
    padding-bottom: 6rem;
  }
} */
@media (min-width: 768px){
  .post-type-archive-prestations #title-cont > .container{
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 992px){
  .archive #title-cont > .container,
  .blog #title-cont > .container{
    padding-bottom: 5rem !important;
  }
  .post-type-archive-prestations #title-cont > .container{
    padding-bottom: 13rem !important;
  }
  #items-grid .tags{
    position: absolute;
    padding-left: 11px;
  }
  #items-grid .thumbnail-img{
    width: 100%;
    aspect-ratio: 1/1;
    background-image: var(--bg-img);
    background-position: center;
    background-color: var(--grey);
    background-size: cover;
  }
}
/* @media (min-width: 1200px){
  .archive #title-cont > .container,
  .blog #title-cont > .container{
    padding-bottom: 11rem;
  }
} */
/* @media (min-width: 1400px){
  .archive #title-cont > .container,
  .blog #title-cont > .container{
    padding-bottom: 13rem;
  }
} */
/* Projets */
.single-projets header{
  background-color: unset;
}