/*
 Theme Name:   ASPCE Formation
 Description:  ASPCE corporate theme based on SiteOrigin-Corp
 Author:       SiteOrigin / Alexis Domjan
 Template:     siteorigin-corp
 Version:      1.0.0
 Text Domain:  aspce
*/

.aspce-title h1 {
   margin-left: 50px !important;
   margin-top: 50px !important;
}

.aspce-title h2, .aspce-title h3, .aspce-title h4 {
   margin-left: 50px !important;
}

.so-widget-sow-editor p {
   font-size: 1.2em;
}

.so-widget-sow-editor a, .so-widget-sow-editor a:visited  {
   color: #f26f2a;
}

.so-widget-sow-editor a:hover {
   color: #f6873d;
}

.so-widget-sow-editor h1, .so-widget-sow-editor h2, .so-widget-sow-editor h3, .so-widget-sow-editor h4, .so-widget-sow-editor h5 {
   color: #f6873d;
}

.aspce-diplomes h2 {
   margin: 0 !important;
   padding: 0;
}

@keyframes rotateBottom {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(-2deg);
   }
}

.aspce-rotated-bottom-2 {
   position: absolute;
   width: 100%;
   height: 200px;
   bottom: -100px;
   left: -100px;
   z-index: 400;
   content: " ";
   overflow: hidden;
   background-size: cover;
   background-color: white;
   transform: rotate(-2deg);
   animation: 0.4s ease-out 0s 1 rotateBottom;
}

@keyframes titleSlideUp {
   0% {
      transform: translateY(200px);
      opacity: 0;
   }
   100% {
      transform: translateY(0);
      opacity: 1.0;
   }
}

.aspce-title .sow-slider-image-container h1, .aspce-title .sow-slider-image-container h2, .aspce-title .sow-slider-image-container h3, .aspce-title .sow-slider-image-container h3 {
   z-index: 600 !important;
   animation: 0.5s ease-out 0s 1 titleSlideUp;
}

/*.aspce-title .sow-slider-image-container h4 {
   z-index: 600 !important;
   animation: 0.6s ease-out 0s 1 titleSlideUp;
}*/





/* Animation */

.flying-svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    animation: flyingAnimation 3s infinite alternate linear;
}

@keyframes flyingAnimation {
    0% {
        transform: translate(-50%, -50%) translateX(0) translateY(0);
    }
    100% {
        transform: translate(-50%, -50%) translateX(200px) translateY(-100px);
    }
}

.aspce-boxed-title h1, .aspce-boxed-title h3 {
   background-color: #f6873d;
   display: inline-block !important;
}

.aspce-boxed-title h1 {
   font-size: 4em !important;
   padding: 0.8rem 1.2rem 0.8rem 1.2rem;
}
.aspce-boxed-title h3 {
   clear: both !important;
   display: block !important;
   font-size: 2em !important;
   padding: 0.7rem 1rem 0.7rem 1rem;
}

.main-navigation ul li {
   font-size: 15px !important;
   margin-left: 29px;
}

.full_container {
/*   max-width: 1340px !important; */
}

#masthead {
   background-color: rgba(255, 255, 255, 0.9); 
   transition: background-color 0.3s ease;
}

#masthead.stuck {
   background-color: white;
}
   

.aspce-bigger p {
   font-size: 1.2em;
}

@media only screen and (min-width: 780px) {
/* Buttons aligned bottom */
.aspce-align-bottom .panel-cell-style {
   position: relative;
   margin-bottom: 100px;
}

.aspce-align-bottom .so-widget-sow-button {
   position: absolute;
   bottom: 0;
   transform: translate(-50%, 0);
   left: 50%;
   width: 100%;
   padding-right: 25px;
}
}


.aspce-img-grid .image-title {
   background-color: #f6873d;
   color: white !important;
   padding: 5px !important;
   margin-bottom: 8px;
}

#liste-membres_filter {
   background-color: white;
   display: block;
   width: 100%;
   padding: 0;
   margin-left: -3px;
   text-align: left;
}

#liste-membres_filter input[type=search] {
   background-color: #eee;
   padding: 12px;
   text-align: left;
   width: 100%;
   border: 4px solid #ddd;
}

/* Footer */
.site-footer .textwidget p {
   color: white !important;
}


.site-footer .textwidget strong {
   color: white !important;
   font-weight: 900;
}


.site-footer .textwidget a {
   font-weight: 300;
}
   
.site-footer .textwidget a:hover {
   color: #3052a3 !important;
}

.post .entry-content p {
   font-size: 1.2em;
}

.post h1.entry-title {
   color: #3152a3;
   font-size: 1.7em;
}

.post .entry-title {
   font-size: 1.4em;
}

.post h2.entry-title a {
   color: #3152a3;
   font-size: 1.3em !important;
}
   

.aspce-breadcrumb a {
   font-size: 1.2em;
   color: #3152a3;
   vertical-align: middle;
}

.aspce-breadcrumb a:visited {
   color: #3152a3;
}
   
.aspce-breadcrumb a:hover {
   color: #113283;
}
   

.aspce-breadcrumb span {
   vertical-align: middle;
   margin-bottom: 2px;
}

.aspce-breadcrumb {
   padding: 8px;
   border: 1pt solid #3152a3;
   display: inline-block;
   vertical-align: middle;
   margin: 0 0 4rem 0;
}

/* Actualités selected when on single post */
.single-post .menu-item-29084 a {
   border-color: #3052a3 !important;
}


/*.page-id-28972 #masthead {
   position: relative !important;
   z-index: 10 !important;
}

.page-id-28972 #content,
.page-id-28972 .site-content,
.page-id-28972 #primary {
   position: relative !important;
   z-index: 9999 !important;
}*/



