/*
Theme Name: rouahdivin
Author: Votre Nom
Author URI: https://deolys.fr
Version: 1.2.4
Text Domain: rouahdivin
*/

/* Import Google Fonts - Roboto
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

 */

 @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap');

/* Variables CSS */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --font-family: 'Quicksand', sans-serif;
}

/* Styles généraux */
body {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
    font-weight: 500;
    margin-bottom: 1rem;
    color: #0B1D37;
}

h1 {
    padding: 1rem 0;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #0056b3;
}

/* Header */
.site-header {
    background-color: #0B1D37;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0.2rem 0;
}

.img-logo {
  height: 100px;
}

.site-branding h1 {
    margin: 0;
    font-weight: 700;
}

/* Navigation */
.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
}

/* Content */
.site-content {
    padding: 3rem 0;
    min-height: 60vh;
}

.site-content img {
   transition-behavior: normal, normal, normal, normal, normal;
    transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0s;
    transition-timing-function: ease, ease, ease, ease, ease;
    transition-delay: 0s, 0s, 0s, 0s, 0s;
    transition-property: background, border, border-radius, box-shadow, transform;
}



.entry-header {
    margin-bottom: 2rem;
}

.entry-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
}

.entry-meta {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.entry-meta i {
    margin-right: 0.25rem;
}

.entry-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

/* Sidebar */
.widget {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
}

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

.widget ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.widget ul li:last-child {
    border-bottom: none;
}

/* Footer */
.site-footer {
    background-color: #222;
    color: #fff;
    padding: 3rem 0 1rem;
    margin-top: 3rem;
}

.site-footer a {   
    color: #fff;    
}

.site-footer a:hover{   
    color: #ccc;    
}

.footer-widget {
    margin-bottom: 2rem;
}

.footer-widget h3 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.site-info {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #444;
    color: #aaa;
}

/* Blog/Archive */
.post-thumbnail {
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 8px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.post-thumbnail img:hover {
    transform: scale(1.05);
}

/* Comments */
.comments-area {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 2px solid #dee2e6;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

/* Pagination */
.pagination {
    margin-top: 3rem;
}

.menu-item {
  padding: 10px;
  position: relative;
  list-style: none;
}

.nav-link{
    color:#d4af37;
    text-transform: uppercase;
}


.nav-link:hover{
    color:#d4af37;    
}


.nav-link::after, .navbar a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: auto;
  bottom: 10px;
  height: 2px;
  width: 0;
  background: #d4af37;
  transition: width .2s cubic-bezier(.42,.16,.21,.93);
}

.current_page_item a::after {
  width: 80%;
}

.nav-link:hover::after, .navbar a:hover::after, .current-menu-item > a::after {
  width: 70%;
}


.nav-rendez-vous {
  background: #d4af37;
  border-radius:  0px 30px 13px 30px;
  -webkit-animation: scale-up-center 2s infinite both;
  animation: scale-up-center 2s infinite both;
}

.nav-rendez-vous a {
  color: #0B1D37;
}

.nav-rendez-vous a:hover {
  color: #fff;
}


.footer-menu{
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-end;
}

.ds-ecoute{
    background: #eeba12;
  color: #000;
  padding: 2em 0;
  border-radius: 2em;
}




.ds-prenez-contact{
    background: #0B1D37;
    color:#fff;
    padding:2em 0;
    border-radius: 2em;

}
.ds-prenez-contact h2 {
color:#d4af37;
}

.prenez-contact a {
   background: #d4af37;
  padding: 0.9em 1.5em;
  color: #0B1D37;
  border-radius: 2em;

}

.back-to-top{
    background: #d4af37;   
    border: 4px solid #fff;
}

.back-to-top:hover{
    background: #0B1D37;   
    border: 4px solid #d4af37; 
}




.ds-bien {
  background: #cccccc47;
  padding: 4em;
  position: relative;
}

.ds-bien::after {
 content: 'VOYANCE';
  position: absolute;
  top: 10px;
  opacity: 0.05;
  left: 20%;
  font-size: 10em;
  font-weight: 700;
  color: #000;
}


.ds-contact {
  background: #0b1d3714;
  border-radius: 4em;  
  padding: 2em 0;
}

.ds-contact-form {
  background: #aa9b92;
  padding: 2em 0;
}

.ds-contact-phone{
	text-align:center;
}

.ds-contact-phone a{
	padding:0.5em 1em;
	background:#d4af37;
	color:#fff;
	border-radius: 1em;
}

.ds-contact-phone a:hover{	
	background:#0B1D37;
	
}

.ds-calendly-rendez {
  text-align: center;
}
.ds-home-rendez-vous {
  padding: 0.8em 1em;
  text-align: center;
  background: #d4af37;
  color: #0B1D37;
  border-radius: 2em;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;  
  transition: all 1s;
}

.ds-home-rendez-vous:hover {  
  color: #fff;  
  background: #0B1D37;
}


@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 768px) {
    .entry-title {
        font-size: 2rem;
    }
    
    .site-content {
        padding: 2rem 0;
    }
	
	.site-header .col-md-3,
	.site-header .col-md-9
	{
		width:50%;
	}
	.img-logo {
		height: 70px;
	}

    #menu-menutop {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background: #0b1d37;
  z-index: 1;
    }

    .nav-rendez-vous{
        animation: none;
        border-radius: unset;
    }

    .footer-menu {
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
}
