/*
 Theme Name:   Judo Club des Geneveys-sur-Coffrane
 Description:  Judo Club des GSC corporate theme based on SiteOrigin Corp
 Author:       SiteOrigin / Alexis Domjan
 Template:     siteorigin-corp
 Version:      1.0.0
 Text Domain:  judogsc
*/


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

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

.widget_sow-editor h1, .widget_sow-editor h2, .widget_sow-editor h3, .widget_sow-editor h4 {
   color: #e01f25;
}


.jcg-big-p p, .jcg-big-p li {
   font-size: 1.22em;
}

.jcg-big-p strong {
   color: #e01f25;
}

h2 {
   color: #e01f25 !important;
}
