/*
 Theme Name: Kadence Child
 Theme URI: https://www.kadencewp.com/
 Description: Thème enfant de Kadence
 Author: Alexis
 Author URI: https://www.guide360.fr
 Template: kadence
 Version: 1.0.0
*/

.entry-content.single-content h3, .entry-content.single-content h1 {
    color: #000;
}

section.faq h3 {
    margin-bottom: 30px;
}

section.faq {
    margin-bottom: 60px;
}

.faq dl {
    border: 1px solid #9ef499;
}
.faq dt, .faq dd {
    border-bottom : 1px solid #9ef499;
    padding: 15px;
}
.faq dd {
    margin: 0;
    font-size: 14px;
}

.faq dt {
    font-size: 16px;
    color: #000;
    background: #9ef49942;
    
}

.entry-content.single-content p, .entry-content.single-content li {
    font-size: 16px;
}

section.pointscles li {
    position: relative;
    list-style: none;
    margin: 0 0 16px;
}

section.pointscles ul li:before {
    content: "";
    background-image: url(https://www.guide360.fr/wp-content/themes/kadence-child/images/coche.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    left: -35px;
    top: 3px;
}

span.rating-stars {
    display: flex;
    margin-right: 5px;
}

span.rating-stars svg {
    fill: #0ab800;
}

span.rating-stars linearGradient#half-grad stop:first-child {
    stop-color: #0ab800 !important;
}

section.noteimg {
    position: relative;
}

section.noteimg img {
    border: 1px solid #9ef499;
}

section.noteimg p:last-child {
    background: #9ef499;
    border: 1px solid #9ef499;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 2;
    position: absolute;
    bottom: 7px;
    left: 0;
}

section.noteimg p:last-child strong {
    display: block;
    max-width: fit-content;
    padding: 3px 15px;
    background: #fff;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.pourqui h3:after, .pointscles h3:after, .presentation h3:after, .comparatif h3:after, .avantages-inconvenients h3:after {
    content: "";
    height: 2px;
    width: 80px;
    background: #9ef499;
    display: block;
    margin: 20px 0 30px 0;
}

@media (max-width: 768px) {
    section.noteimg p:last-child strong {
        font-size: 10px;
    }
    section.noteimg p:last-child {
    font-size: 16px;
}
}

section.caracteristique{
    background: #9ef49942;
    margin-bottom: 50px;
    border: 1px solid #9ef499;
}

section.caracteristique h4 {
    background: #fff;
    color: #000;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #9ef499;
}

section.caracteristique ul {
    padding: 0;
}

section.caracteristique ul li {
    list-style: none;
    padding: 7px 15px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.single .entry-meta.entry-meta-divider-dot {
    margin: 30px 0;
}

.single .entry-taxonomies {
    margin: 20px 0;
}

section.noteimg h2 {
    font-size: 18px;
    margin: 0 0 30px;
}

section.pourqui, .pointscles, .presentation, .comparatif, .avantages-inconvenients {
    padding: 0 0 30px 0;
    border-bottom: 2px solid #9ef49942;
    margin-bottom: 30px;
}

section.achetermaintenant {
    margin: 0 0 40px;
}

section.presentation {
    border-bottom: none;
    margin-bottom: 10px;
}

.single span.category-links.term-links.category-style-normal a {
    font-family: "IBM Plex Mono", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #000;
    font-size: 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}

.noteRating {
    background: #9ef49942;
    padding: 15px;
    border: 1px solid #9ef499;
    display: block;
    margin-bottom: 2rem;
}

.noteRating strong {
    font-size: 14px;
    font-weight: 500;
}

.single h1.entry-title {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #9ef499, #9ef499);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 100% .85rem;
    text-transform: uppercase;
}

span.posted-on {
    order: 2;
}

.entry-meta .posted-by {
  display: none !important;
}

.entry-meta>*:after {
    display: none!important;
}

.auteur-guide360 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    order: 1;
    position: relative;
}

.auteur-guide360:after {
    content: "";
    margin-left: 5px;
    margin-right: .5rem;
    display: inline-block;
    background-color: currentColor;
    height: .25rem;
    width: .25rem;
    opacity: .8;
    border-radius: 9999px;
    vertical-align: .1875em;
    display: block!important;
}

.auteur-guide360 .auteur-photo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.auteur-guide360 .auteur-nom {
  color: #333;
}

p#breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}

p#breadcrumbs a {
    color: #555 !important;
    text-decoration: none;
}

.single p#breadcrumbs {
    max-width: 812px;
    padding: 15px 25px;
}

p#breadcrumbs {
    color: #222;
    text-decoration: none;
}

a br {
    display: none;
}

.derniersproduits .elementor-posts--skin-cards{
	display: flex;
}

.derniersproduits article {
    width: 25%;
    border-radius: 15px !important;
    overflow: hidden;
}

.derniersproduits .elementor-posts--skin-cards article:first-child{
	width: 50%;
}

.derniersproduits .elementor-post__text {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    left: 25px;
    padding: 0 !important;
	  width: fit-content;
    height: fit-content;
}

.derniersproduits a.elementor-post__thumbnail__link {
    margin: 0 !important;
}

.derniersproduits h3.elementor-post__title a {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.3;
    max-width: 90% !important;
    display: block;
}

.derniersproduits span.elementor-post-date {
    color: #fff;
}

.derniersproduits a.elementor-post__thumbnail__link {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.derniersproduits .elementor-post__thumbnail {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    transform: inherit !important;
    display: block;
    max-height: inherit !important;
    padding: 0!important;
}

.derniersproduits img.attachment-medium.size-medium {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    transform: inherit !important;
    display: block;
}

.derniersproduits .elementor-post__meta-data {
    border: none !important;
	position: absolute;
    left: 25px;
    top: 25px;
    padding: 0 !important;
}

.elementor-post__card .elementor-post__badge {
    background-color: rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px)!important;
    color: #000 !important;
}

.derniersproduits .elementor-posts--skin-cards article:nth-child(2) .elementor-post__text, .derniersproduits .elementor-posts--skin-cards article:nth-child(3) .elementor-post__text {
    top: 25px;
}

a.elementor-post__thumbnail__link:after {
	display:none!important;
}

a.elementor-post__thumbnail__link {
    height: 15em;
    margin: 0 !important;
}

.derniersproduits .elementor-posts--skin-cards article:nth-child(2) .elementor-post__meta-data, .derniersproduits .elementor-posts--skin-cards article:nth-child(3) .elementor-post__meta-data  {
    bottom: 34px;
    top: auto !important;
}

.derniersproduits .elementor-posts--skin-cards article:nth-child(2) .elementor-post__badge, .derniersproduits .elementor-posts--skin-cards article:nth-child(3) .elementor-post__badge {
    bottom: 10px;
    position: absolute;
    top: auto !important;
    right: 7px !important;
}

.elementor-post__badge, .derniersproduits .elementor-post__text, .derniersproduits .elementor-post__meta-data {
    z-index: 2;
}

.topdestops a.elementor-post__thumbnail__link {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.topdestops .elementor-post__meta-data {
    margin: 0 !important;
}

.elementor-post__thumbnail {
    padding: 30px !important;
	    margin: 0!important;
}

.single .post-thumbnail.article-post-thumbnail.kadence-thumbnail-position-behind.alignwide.kadence-thumbnail-ratio-2-3 {
    display: none;
}

.single div#primary {
    margin: 0;
}

.single .content-container.site-container {
    padding: 0 15px;
}

.elementor-post__thumbnail img.attachment-medium.size-medium {
    position: relative !important;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    top: auto !important;
    transition: none !important;
    left: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: none;
}

.topdestops .elementor-post__text {
    flex-grow: inherit !important;
}

.achetermaintenant a {
    background-color: #000;
    font-family: "IBM Plex Mono", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    /* fill: #000000; */
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
}

section.comparatif p a {
    color: #000;
    font-weight: bold;
}

.grille-categories {
    display: flex;
    flex-wrap: wrap;
		gap: 20px;
    justify-content: center;
}

.nom-categorie {
    font-family: "IBM Plex Mono", Sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px 15px;
    border-radius: 50px;
}

.single .entry-content-wrap {
    background: #fff!important;
}

.elementor-posts .elementor-post__card {
    background-color: #fff!important;
}

.elementor-element .elementor-post__title, .elementor-element .elementor-post__title a {
    color: #000000;
    font-family: "Poppins", Sans-serif!important;
    font-size: 14px!important;
    line-height: 22px!important;
    font-weight: 600!important;
}

.elementor-post__meta-data {
    padding: 0 20px 30px 20px !important;
}

.elementor-element .elementor-post__text {
    padding: 20px 20px 10px 20px !important;
    margin-top: 0;
    border-top: 1px solid #dedede;
}

a.elementor-post__thumbnail__link {
    display: flex !important;
    justify-content: center!important;
    align-items: center !important;
}

.elementor-element .elementor-post__card .elementor-post__meta-data {
    border-top-color: transparent!important;
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: 0px solid #eaeaea!important;
}


@media (max-width: 768px) {
	.tousnostop h2 {
		color:#000!important;
	}
	.derniersproduits .elementor-posts--skin-cards {
    flex-direction: column;
	}
	.derniersproduits .elementor-posts--skin-cards article {
    width: 100%!important;
    }
	.tousnostop a {
    background: #000 !important;
    color: #fff !important;
    }
}


