
/*Sictom 
Override from OONEO*/

/*fond page, taille texte paragraphe*/
body {
    font-size: 12pt;
	background: #fff url('https://www.sictom-est.fr/images/template/SICTOM_EST_244.jpg') no-repeat center top;
} 

/*image top Accueil*/
#gkHeaderBg img {
  width: 100%;
  height: auto;
}

/*titres page accueil*/
.box .header {
  font-size: 24px;
  background-color: #ddd;
  margin-top: 20px;
}
.frontpage #gkPageContent {
  padding: 0;
}

/*menu*/
#gkHeaderNav {
  padding: 0px 0 0 0;
  position: fixed;
  top: 1em;
}
.gkMenu > ul > li {
  font-size: 14px;
}
.gkMenu > ul > li > a {
  padding: 0 8px;
}
#gkHeaderTop, #gkHeaderNav {
  background: #2a362963;
}
.gkMenu ul > li.active > a {
  color: #48c148  !important;
}
.gkMenu > ul > li > a:hover{
  color: #48c148 ;
}
.gkMenu > ul li div.childcontent a:hover {
  color: #48c148 ;
}

/*message slideshow*/
.gkIsWrapper-gk_university figcaption {
	background: #94b06c75;
	padding: 20px;
}

/*titre page*/
#gkPageTitle span {
  background: #2a362963;
  padding: 12px 22px;
}

/*pavés*/
.gkContentList li a {
  height: 250px;
  text-transform: initial;
  border: 2px solid #48c148;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px;
  line-height	: 22px;
}
.gkContentList[data-cols="3"] li {
  margin: 1% 1%;
}
#gkBottom1.gkSingleModule, #gkBottom2.gkSingleModule, #gkBottom3.gkSingleModule, #gkBottom4.gkSingleModule, #gkBottom5.gkSingleModule {
  padding: 0;
}
#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4 {
  padding: 0;
}
/*réduction colonnes pavés*/
@media only screen and (max-width: 940px) {
.gkContentList[data-cols="3"] li {
  width: 48%;
}
}

/*News*/
/*réduction image news sur page accueil*/
.nspArt img.nspImage {
  max-width: 80%;
}

  
/*pour dégager ooneo du bandeau de cookies*/
#gkFooter {
    padding-bottom: 40px;
}

/*supression barre de progression TopSlideshow*/
.gkIsWrapper-gk_university .gkProgress {
    display: none;
}

/*suppression social api*/
#gkSocialAPI {
  display: none;
}

/*réduction logo sur portable*/
@media only screen and (max-width: 480px) {
#gkLogo img {
    max-width: 70%;
}
}

/*Suppression credits Chronoforms en bas des formulaires*/
.chrono_credits {
	display: none;
}

/*ajustage hauteur*/
#gkHeader.gkPage {
    padding: 200px 0 0 0;
}

/*pour dégager ooneo du bandeau de cookies*/
#gkFooter {
    padding-bottom: 40px;
}

/*liste logo*/
.logolist ul li{
	text-align: center;
}

/*masquage partiel notifications*/
#system-message-container joomla-alert .alert-heading,
#system-message-container joomla-alert .alert-wrapper {
  display: none;
}

