/*
 Theme Name:   SQY Therapeutics
 Theme URI:    https://sqy-therapeutics.com/
 Description:  Description
 Author:       Charly Web Design
 Author URI:   https://charly-web-design.fr/
 Template:     hello-elementor
 Version:      1.141
*/

@media (min-width: 1500px) {
.blanc-avant-titre {
background-image: linear-gradient(90deg, #FFFFFF 25%, var(--e-global-color-secondary) 25%) !important;
}
}

/*Sélecteurs de langue*/
.language-option {
  display: inline-block;
  margin-right: 10px;
}

.language-option a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--e-global-color-primary);
   text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Schibsted Grotesk", Sans-serif;
  font-size: 14px;
  font-weight: 500;
	background-color: #ffffff;
}

.language-option a:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}

.language-option.active a {
  background-color: var(--e-global-color-primary);
  color: white;
 
}


@media (max-width: 768px) {
html[lang="en-US"] .titre-home-duchenne .elementor-heading-title, html[lang="en-US"] .titre-home-myopathie .elementor-heading-title {
	font-size: 34px !important;
}
html[lang="en-US"] .titre-home-myopathie .elementor-heading-title {
	min-width: 200px;
}
html[lang="en-US"] .conteneur-duchenne-hero {
  width: 355px;
}
html[lang="en-US"] .svg-plateforme-1 {
	margin-left: -58px !important;
}
html[lang="en-US"] .svg-plateforme-2 {
    margin-left: 51px !important;
    margin-bottom: 0px !important;
    transform: rotate(0deg) !important;
}
	
}
@media (min-width: 769px) {
html[lang="en-US"] .svg-plateforme-1 {
	margin-left: -175px;
    margin-top: -30px;
    transform: rotate(-90deg);
}
html[lang="en-US"] .svg-plateforme-2 {
	margin-left: 72px;
    margin-bottom: -50px !important;
    transform: rotate(90deg);
}
}

html[lang="en-US"] .sqy-therapeutics-titre .elementor-widget-container {
	border-radius: 0px 20px 20px 0px !important;
}


html[lang="en-US"] .svg-contact {
	transform: rotate(90deg);
	margin: 0px 0px -31px -185px !important;
}
html[lang="en-US"] .titre-contact .elementor-widget-container {
	border-radius: 0px 20px 20px 0px !important;
}
@media (min-width: 769px) {
html[lang="en-US"] .conteneur-duchenne-hero {
  width: 770px;
}
}
html[lang="en-US"] #home-med-candidats {
	margin-top: -100px;
}


.otgs-development-site-front-end {
	display: none !important;
}

.contenu-article h2 {
	margin-bottom: -10px;
}
.contenu-article a:hover, .lien-medicaments-candidats a:hover {
	color:  var(--e-global-color-primary);
	text-decoration: underline;
	text-decoration-color: var(--e-global-color-primary);
}

.titre-publication-vignette:hover {
	text-decoration: underline;
	text-decoration-color: var(--e-global-color-primary);
}


  .mon-header {
    transition: background-color 0.4s ease, opacity 0.4s ease;
    background-color: transparent;
    opacity: 1;
	
  }

  .mon-header.header-visible {
    background-color: white;
    opacity: 1;
  }
	






.missions-halo {
	position: relative;
	z-index: 0;
}
.missions-halo::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: white;
  z-index: 0;
}
.missions-halo::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 293px;
  background: rgba(86, 45, 128, 0.2);
	border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  filter: blur(12.35px);
  z-index: -1; /* derrière fond et contenu */
  pointer-events: none;
}


.image-home-article:hover .icone-fleche svg {
    color: var(--e-global-color-accent);
	transition: color 0.3s;
}

.image-home-article:hover .icone-fleche {
    background-color: #ffffff;
	transition: background-color 0.3s;
	border-radius: 0px 0px 0px 20px;
}
.image-home-article:hover .coin-transparent-1 svg, .image-home-article:hover .coin-transparent-2 svg {
	color: #ffffff;
	transition: color 0.3s;
}
/*
.actualites-boucle .image-home-article:hover .coin-transparent-1 {
	margin-top: 27px;
    margin-right: -28px;
    margin-bottom: -28px;
}
.actualites-boucle .image-home-article:hover .coin-transparent-2 {
	margin-top: 27px;
    margin-right: -28px;
}
*/

.actualites-boucle .image-home-article:hover .coin-transparent-1 svg, .actualites-boucle .image-home-article:hover .coin-transparent-2 svg {
	color: var(--e-global-color-secondary);
	transition: color 0.3s;
}
.actualites-boucle .image-home-article:hover .icone-fleche {
    background-color:var(--e-global-color-secondary);
	transition: background-color 0.3s;
	border-radius: 0px 0px 0px 20px;
}

.image-home-article {
	background: linear-gradient(31.24deg, #9D8CFF 8.3%, rgba(86, 45, 128, 0.15) 81.3%);
	border-radius: 20px;
}
/*.image-home-article:before {
	z-index: -1;
}*/

@media screen and (min-width: 1024px) {
.marges-conteneur-parent {
   	margin-left: 20px;
   	margin-right: 20px;
    width: calc(100% - 40px);
}
}
@media screen and (max-width: 1023px) {
.marges-conteneur-parent {
   	margin-left: 5px;
   	margin-right: 5px;
    width: calc(100% - 10px);
}
}
@media screen and (min-width: 1024px) {
	.menu-haut .elementor-item {
	border-radius: 20px;
	}
}
.menu-haut .elementor-item {
    background-color: white; /* Fond blanc par défaut */
 	position: relative;
    z-index: 1;
}

.menu-haut .elementor-item::before,
.menu-haut .elementor-item::after {
    z-index: 0;
}
.menu-haut .elementor-item:hover,
.menu-haut .elementor-item.elementor-item-active {
    background-color: #562D80; /* ou ta couleur d'accent */
    color: white; /* assure que le texte est lisible sur fond violet */
}


/*footer en bas*/
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
}

/*fin footer en bas*/

body.login.login-password-protected.login-action-password-protected-login.wp-core-ui {
    background: #562D80 !important;
}
.language-switcher {
    display: none !important;
}
.wp-core-ui .button-primary {
    background: #562D80 !important;
    border-color: #562D80 !important;
}
p {
	margin-bottom: 0;
}

