/*
 Theme Name:   Seyon Vivant
 Description:  Thème corporate de l'association Seyon Vivant
 Author:       SiteOrigin / Alexis Domjan
 Template:     siteorigin-corp
 Version:      1.0.0
 Text Domain:  seyonvivant
*/

/* Tout afficher dans le menu mobile */
@media (max-width: 1200px) {
  #mobile-navigation .dropdown-toggle { display: none !important; } /* cache la flèche */
  #mobile-navigation ul ul { display: block !important; }          /* montre les sous-menus */
}

#site-navigation ul li a {
   font-size: 16px;
}

.corp-container {
  max-width: 1320px !important;   /* choisis la largeur souhaitée */
}


.textwidget p {
   font-size: 1.2em;
}

.textwidget ul {
   font-size: 1.2em;
}
   

.textwidget strong {
   color: #3c66a1;
   font-weight: 900;
}

.textwidget a {
   border-bottom: 1px solid #3c66a1;
   transition: all 0.3s ease;
}

.textwidget a:hover {
   border-bottom: 1px solid #3b4280;
   color: #3b4280;
   
}

/* Gros titre */
.sow-headline {
   font-family: Roboto, sans-serif !important;
   font-weight: 900 !important;
}


/* Timeline */

.timeline__content .title {
   color: #3c66a1 !important;
}

.timeline__content p {
   font-size: 18px !important;
}



.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 4:3 ratio (3/4 = 0.75) */
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.so-widget-sow-editor h3 {
   color: #3c66a1;
   font-weight: 900;
}

.gallery-item .gallery-caption {
  display: none;
}

.rl-gallery-link {
   border-bottom: none !important;
}


/* Carte 25 étangs */

#map-25etangs-content {
   margin-top: 3rem;
   border: 1px solid #888;
   padding: 2rem;
   background-color: #f1f1f1;
}

#map-25etangs-content h2 {
   font-weight: 900;
   color: #3c66a1;
   margin-bottom: 0;
}

#map-25etangs-content .coordinates {
   display: block;
   margin-top: 0;
   margin-bottom: 1rem;
}

.sv-hp-title h2 {
   font-weight: 700;

}
