/*
#@squelettes/css/style.scss
*/
/* NAVIGATION BAR
-----------------------------------------------*/
nav {
  color: #444;
}
nav ul li a, nav .brand-logo {
  color: #444;
}
.navbar-fixed {
  margin-bottom: -3px;
}
nav {
  height: 60px;
  line-height: 60px;
}
/* PARALLAX (FIX NEEDED)
-----------------------------------------------*/
@media only screen and (max-width: 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
  width: 100%;
}
/* ICONS
-----------------------------------------------*/
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}
.iconews {
  background-image: url(/squelettes/img/short_news/newsiconb.svg);
  background-size: cover;
}
.iconews.infra {
  background-image: url(/squelettes/img/short_news/newsicon1.svg);
}
.iconews.cooker {
  background-image: url(/squelettes/img/short_news/newsicon2.svg);
}
.iconews.artwork {
  background-image: url(/squelettes/img/short_news/newsicon3.svg);
}
.iconews.ux {
  background-image: url(/squelettes/img/short_news/newsicon4.svg);
}
.iconews.workshop {
  background-image: url(/squelettes/img/short_news/newsicon5.svg);
}
.iconews.qa {
  background-image: url(/squelettes/img/short_news/newsicon6.svg);
}
.iconews.council {
  background-image: url(/squelettes/img/short_news/newsicon7.svg);
}
.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: grey;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 100%;
  margin-left: -30px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.teamlegend {
  width: 30px;
  height: 30px;
}
/* FOOTER
-----------------------------------------------*/
footer.page-footer {
  margin: 0;
}
.footer-sponsor {
  display: inline-block;
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
}
/* GENERIC STYLES
-----------------------------------------------*/
p {
  line-height: 2rem;
}
p + p {
  margin-top: 2em;
}
.button-collapse {
  color: #26a69a;
}
body {
  font-family: "Raleway", serif;
  overflow-wrap: break-word;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
strong {
  font-weight: 700;
}
/* SPECIFIC STYLES
-----------------------------------------------*/
#topmenudoc {
  margin-top: 30px;
}
#logo-img {
  padding-top: 9px;
}
.anchornews::before {
  content: "";
  display: block;
  height: 60px;
  margin: -60px 0 0;
  /* fixed header height*/
  /* negative fixed header height */
}
/* LANDING PAGE HEADER                                                                                          
-----------------------------------------------*/
header.omaheader {
  background: #235071 url('https://www.openmandriva.org/squelettes/css/img/bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0 50px;
}
header.omaheader h1.titre {
  color: white !important;
  overflow-wrap: break-word;
  text-shadow: 0 2px 0 black;
  /*--ruru---*/
  font-family: "Roboto", sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  /*--ruruend---*/
}
header.omaheader p.surtitre, header.omaheader p.soustitre {
  color: white !important;
  text-shadow: 0 1px 0 black;
}
/* FORUM                                                                                          
-----------------------------------------------*/
#discourse {
  padding: 10px 0 20px;
}
/* MAILING LISTS                                                                               
-----------------------------------------------*/
p.explication {
  margin-top: 1.5em;
  margin-bottom: 0;
}
/* SPIP IMPROVEMENTS
-----------------------------------------------*/
h2.spip, h3.spip, h4.spip, h5.spip, h6.spip {
  border-left: 1px solid #ccd;
  color: #666;
  padding-left: 1em;
  text-align: left;
  margin-left: 15px;
}
h3.spip {
  border-left-width: 10px;
  margin-left: 6px;
}
h4.spip {
  border-left-width: 6px;
  margin-left: 10px;
}
h5.spip {
  border-left-width: 2px;
  margin-left: 14px;
}
h6, .h6 {
  font-size: 1em;
  font-weight: 700;
}
p.spip {
  text-align: justify;
  hyphens: auto;
}
ul.spip li {
  padding-left: 16px;
}
ul.spip li:before {
  content: "...";
  /* Insert content that looks like bullets */
  padding-right: 8px;
  color: #3886AC;
  /* Or a color you prefer */
}
.chapo {
  font-size: 1.5em;
  font-style: normal;
  margin-top: 1em;
}
a.spip_note:target {
  padding-top: 90px;
  color: magenta;
}
/* MATERIALIZE CSS IMPROVEMENTS
-----------------------------------------------*/
.card {
  margin-top: 2em;
}
.card .card-content {
  padding-top: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.card .card-content .texte {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.card .card-content p + p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* RESPONSIVE BREAKS
-----------------------------------------------*/
/* MEDIA CELLPHONE
-----------------------------------------------*/
@media only screen and (max-width: 600px) {
  #logo-img {
    padding-top: 0.5em;
  }
  #contenu {
    padding: 0;
  }
  #contenu .card {
    box-shadow: none;
  }
  header.omaheader {
    padding: 0;
  }
  header h1 {
    font-size: 1.75em;
  }
  .anchor::before {
    content: "";
    display: block;
    height: 60px;
    margin: -60px 0 0;
    /* fixed header height*/
    /* negative fixed header height */
  }
  #footanchor {
    pointer-events: none;
  }
  .card.large {
    height: 390px;
  }
  .iconews {
    min-width: 30px;
    min-height: 30px;
    margin-right: 15px;
  }
}
/* MEDIA NOT CELL PHONE
-----------------------------------------------*/
@media only screen and (min-width: 601px) {
  p {
    font-size: 1.2em;
  }
  .iconews {
    min-width: 40px;
    min-height: 40px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
}
/* COLORS
-----------------------------------------------*/
.breadcrumb::before {
  color: #2196F3 !important;
}
.omacolordl {
  background-color: #5489A2 !important;
}
.omacolorbg-old {
  background-color: #3886AC !important;
}
.omacolorbg {
  background-color: #1b2e3f !important;
}
.omacolorbg-text {
  color: #3886AC !important;
}
.textshad {
  text-shadow: 0 2px 0 black;
  color: white !important;
}
div[id^=nb]:target a {
  color: magenta;
}
/* TO DELETE?
-----------------------------------------------*/
@media only screen and (max-width: 600px) {
  #index-banner .section {
    top: 0;
  }
}
/*#texte {                                      
  height: 250px;                                                                                                                            
}                                                       
                                                
#session_nom, #session_email {                                                                                                              
  height: 1.5rem;                                              
  width: 98%;                                   
}*/
/*.spip-admin-bloc, .spip-admin-float {
    z-index: 1000;                           
    position: fixed;                            
    left: 0;                           
    top: 0;                                  
    white-space: nowrap;                        
}*/
