/**
Theme Name: Les Studios de Paris
Author: Yallah Web
Author URI: https://www.yallah-web.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: les-studios-de-paris
Template: astra
*/

.site-header {
	position: fixed;
	width: 100%;
}

/*.site-primary-header-wrap {
	transform: translateY(20px);
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
}*/

.home .site-primary-header-wrap,
.page-id-91 .site-primary-header-wrap,
.page-id-638 .site-primary-header-wrap {
	background-color: transparent !important;
	box-shadow: none;
}

.home .site-logo-img {
	display: none;
}

.site-header .ast-site-identity {
	padding: 0.5em 0;
}

.ast-desktop .ast-primary-header-bar .main-header-menu .hide,
.ast-desktop #ast-mobile-popup-wrapper .hide {
	display: none;
}

.ast-desktop .ast-primary-header-bar .main-header-menu .contact {
	background-color: #D4AF37;
	padding: 8px 16px;
	border-radius: 50px;
	margin-left: 30px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu .contact:hover,
.ast-desktop .ast-primary-header-bar .main-header-menu .contact:focus {
	background-color: #000;
}

.ast-desktop .ast-primary-header-bar .main-header-menu .contact a {
	color: #fff;
}

#plateaux .uabb-blog-post-content,
#annexes .uabb-blog-post-content {
	border-radius: 20px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	overflow: visible;
}

#plateaux .uabb-blog-post-content h3,
#annexes .uabb-blog-post-content h3 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin: 1em 0;
	display: inline-block;
}

#plateaux .uabb-blog-post-content p {
	text-align: left;
	padding: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#plateaux .uabb-blog-post-content img,
#annexes .uabb-blog-post-content img {
	border-radius: 20px 20px 0 0;
}

#plateaux button,
#annexes button {
	box-shadow: none;
}

#plateaux .fiche-technique {
	color: #000;
	background-color: #fff;
	border: 1px solid #D4AF37;
	border-radius: 12px;
	padding: 10px 18px;
	margin-top: 0;
	transform: translateY(50%);
	display: inline-block;
}

#plateaux .fiche-technique:hover,
#plateaux .fiche-technique:focus {
	color: #fff;
	background-color: #D4AF37;
}

#services .uabb-post-wrapper {
	padding-top: 20px;
}

#services .top-line {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

#services .fas {
	background-color: #f5f5f5;
    padding: 1.5em;
    border-radius: 10px;
}

#services .fas:before {
	color: #D4AF37;
}

#services .top-line .type {
	display: flex;
	align-items: flex-end;
}

#services .top-line .type span {
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
}

#services h3 {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin: 1.5em 0 1em 0;
}

#services .resume {
	text-align: left;
	font-size: 15px;
	line-height: 1.35em;
}

.partner-card {
  position: relative;
  overflow: hidden;
  height: 350px; /* hauteur fixe de la card */
  display: flex;
  align-items: center;   
  justify-content: center;
  transition: transform 0.3s ease;
}

.partner-card img {
  max-height: 120px;     /* logo beaucoup plus petit que la card */
  max-width: 80%;       /* optionnel : limiter largeur du logo */
  object-fit: contain;   /* garde les proportions */
  object-position: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.partner-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.6);
}

.partner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(212, 175, 55, 1);
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.partner-card:hover .partner-overlay {
  opacity: 1;
}

.partner-overlay h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  display: block;
}

.partner-overlay p {
  font-size: 1rem;
  max-height: 150px;
  overflow-y: auto;
  color: #000;
  margin: 1em;
}

.partner-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 12px;
  transition: background 0.3s ease;
}

.partner-button:hover {
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}


.acf-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 = 9/16*100 */
    height: 0;
    overflow: hidden;
}

.acf-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Conteneur pour la ligne de 2 champs */
.cf7-row.two-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* espace entre les champs */
  margin-bottom: 15px;
}

/* Chaque champ prend 48% */
.cf7-row.two-fields .wpcf7-form-control-wrap {
  flex: 1 1 48%;
}

/* Champs à 100% de leur conteneur */
.cf7-row .wpcf7-form-control-wrap input,
.cf7-row .wpcf7-form-control-wrap textarea,
.cf7-row .wpcf7-form-control-wrap select {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .cf7-row.two-fields .wpcf7-form-control-wrap {
    flex: 1 1 100%;
  }
}

.page-id-813 .uabb-image-content {
	min-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-id-813 .uabb-image-content .uabb-photo-img {
    max-width: 200px; 
    max-height: 100px; 
    width: auto;       
    height: auto;     
    display: block;
}

.fl-post-grid-post h2 a {
	text-decoration: none !important;
}

.single-post h2 {
	font-size: 2rem;
	margin-top: 40px;
}

.page-id-106 .wpcf7-submit {
	background-color: #d4af37;
	border: none;
	color: #fff;
	border-radius: 12px;
	box-shadow: none;
}

.site-footer-section-1 .ast-flex {
	justify-content: center;
}

.footer-social-inner-wrap:before {
	content: 'Restez informés';
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 500;
	padding-right: 1em;
}

html[lang="en"] .footer-social-inner-wrap:before {
	content: 'Stay tuned';
}

.ast-footer-social-wrap {
	width: auto;
	background-color: #0075b6;
	color: #fff;
	padding: 1em;
	transform: translateY(-50%);
}

.ast-footer-copyright a {
	color: #fff;
}

.ast-footer-copyright a:hover,
.ast-footer-copyright a:focus {
	color: #d4af37;
}


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

	.footer-social-inner-wrap:before {
		font-size: 20px;
	}

}