/*
Theme Name:     Ethnostyles®
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         Dominique Radisson
Author URI:     https://themeisle.com
Description:    -
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* GLOBAL */

/* ® */
.trademark {
  font-weight: 100;
  vertical-align: super;
  font-size: 0.5em;
  margin-left: 0.1em;
}
#content {
	margin-bottom:5rem
}



/* NAVIGATION */
#menu-item-1631 {
	background-color: #333;
padding: 2px 5px;
border-radius: 2px;
}
#menu-item-1631 a {
color: white;
}


/* HOME */
.home .nv-page-title-wrap {
	display:none;
}
.header-bg {
  /* background-image: url('https://www.ethnostyles.com/img//header-home-bg.jpg'); */
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: scroll;
  background-size: auto; 
  transition: background-image 1s ease-in-out; 
}
/* -- time line */
.wp-block-themeisle-blocks-timeline-item .o-timeline-content {
	box-shadow:none;
	border:1px solid #eee;
	background-color:#fafafa
}


/* TEXTES */
h1 {
	font-size:3.625rem
}
h2 {
	font-size:2.5rem
}
h2 + h3 {
  margin-top: 0!important;
}
body.page:not(.home) h3 {
  text-transform: uppercase;
  margin-top: 3em;
}
/* -- Lisibilité accrue */
.lisible {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}


/* LISTES */
ul.badge-ul {
  list-style: none;
  padding-left: 0;
  font-size: 100%;
	/*
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.05em;
	*/
}
ul.badge-ul li {
  margin-bottom: 1.5em;
}
ul.badge-ul strong {
  display: inline-block;
  background-color: #eae4ff;
  color: #333;
  font-weight: bold;
  padding: 0.2em 0.6em;
  border-radius: 0.33em;
}
.sexy-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #121212;
  margin: 2em auto;
}
.sexy-list li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.4em;
}
.sexy-list li::before {
  content: "➤";
  color: #cb1b2f;
  font-size: 1.1em;
  line-height: 1;
  display: inline-block;
}


/* PARAGRAPHES */
.sexy-paragraph {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #121212;
  max-width: 890px;
  margin: 2em auto 2em 0;
  padding: 1em 1.5em;
  background-color: rgba(0, 101, 203, 0.05); 
  border-left: 4px solid #0065cb;
  border-radius: 0.5em;
}
.sexy-paragraph strong {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #cb1b2f; /* rouge carmin  */
  display: block;
  margin-bottom: 0.5em;
}
.sexy-paragraph br + span {
  display: block;
  margin-top: 0.8em;
  font-weight: 500;
  color: #fefae0;
}
.sexy-paragraph span.lead-arrow {
  display: inline-block;
  margin-right: 0.4em;
  color: #0065cb;
  font-weight: bold;
}


/* BOUTONS */
.wp-block-button__link {
	text-transform:none
}
.header-btn {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
  	transition: all 0.3s ease;
}

.header-btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}


/* IMAGES */
.carte-image {
  max-width: 100%;
  height: auto;
  cursor: zoom-in;
}


/* FORMULAIRES */
.otter-form__container p {
	line-height:1
}


/* COLORISATION */
.rouge-bg {
	background-color:#cb1b2f
}
.bold-no {
	font-weight:normal
}



/* FOOTER */
footer {
}
.footer-bottom-inner {
  padding-top: 180px;
  background-image: url('https://www.ethnostyles.com/img/ethnostyles-logo-visageseul.png');
  background-repeat: no-repeat;
  background-position: center 34px;
  background-size: 100px;
}
.footer-top-inner #block-11,
.footer-top-inner h3
{
	margin-bottom:0!important
}



/* CONTACT */
body.user-registration-page .footer-top {
	display:none
}



/* CADRES */
.cadre1 {
  border-left: 3px solid #006464;
  padding: 1.5rem;
  margin: 2rem 0;
  background-color: #ffffff;
}

.cadre1 h2 {
  color: #006464;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.cadre1 p {
  font-size: 1rem;
  line-height: 1.6;
  color: #111;
  margin-bottom: 1rem;
}

/* AFFICHAGE */
code {
	padding:0px;
	background:none;
	font-family:inherit;
	border:none
}
.display-no {
	visibility:hidden;
	display:none
}
.flou {
  filter: blur(6px);
  pointer-events: none;
  user-select: none;
  cursor: default;
}


/* MEDIA QUERIES */


/* Cacher le background sur les petits écrans */
@media (max-width: 768px) {
  .header-bg {
    background-image: none;
  }
}