/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #F1654A;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  position:fixed;
  bottom:0;
}

.img_desactivate{
  /*filter:grayscale(1);
  -webkit-filter:grayscale(1);*/
  filter:blur(5px);
  -webkit-filter:blur(5px);
  display: none;	
}

.img_activate{
    cursor:pointer;
}

.img_center{
  text-align: center;
  margin-top: 2em;
}

nav{
  height:0;
}

#index-banner{
  background-color: #B22C1B;
}

.breadcrumb{
  color:#B22C1B;
}

.breadcrumb:before{
  color:#B22C1B;
}

.breadcrumb:last-child{
  color:#000;
}

.navigation{
  margin-top: 1em;
}

.collection{
  margin-top: 1em;
}

.collection a.collection-item{
  color:#B22C1B;
}

.content_doc{
   margin-top: 2em;
}

.pdf{
  padding: 5px 0 5px 20px !important;
  background: transparent url('../images/pdf.gif')  no-repeat center left !important
}

.doc,.docx{
  padding: 5px 0 5px 20px !important;
  background: transparent url('../images/doc.gif')  no-repeat center left !important
}

.xls,.xlsx{
  padding: 5px 0 5px 20px !important;
  background: transparent url('../images/xls.gif')  no-repeat center left !important
}

.ppt,.pptx,.pps{
  padding: 5px 0 5px 20px !important;
  background: transparent url('../images/ppt.gif')  no-repeat center left !important
}

.mp4{
  padding: 5px 0 5px 20px !important;
  background: transparent url('../images/mp4.png')  no-repeat center left !important
}

.visible{
  display:block;
}

.hidden{
  display:none;
}

.collection a.affiche_delete{
  margin-right:35px;
}

.affiche_delete_new_doc{
    margin-right:15px;
}

.del{
margin-top:-30px;
float:right;
cursor:pointer;
}

.del:hover{
  background:rgba(255,0,0,0.5);
}

#insc2022:hover{
	  background:#c21b17;
}

#insc2022 a{
	  color:#000;
}