
#rstpl-main-menu-position .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: !Important;
}

a  {
	text-decoration:none;
}

.feed-link a {
	color:white;
}
#margin-top-page  {
	margin-top:100px;
}
.rstpl-after-footer-position {
	max-height: 100px;
}
/* Parallax page accueil*/
.parallax {
    /* affiche l'image en arrière plan */
   background-image: url("images/slide1-mobile.jpg");

    /* Hauteur de l'image */
    min-height: 200px; 

    /* cree l'effet parallax scrool */
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 100%;*/
	@media screen and (max-width: 450px) {
        min-height: 200px;
        max-height: 200px;
	}
}
/* largeur masque message dans contact */
.rsform-text-box {
	width:98%;
}

/* enlève un masque de saisie sous la maps du contact */
#maps {
	display:none;
}


/* config des tableaux */
table {
  border-collapse: collapse;
  border: 1px solid #ACACAC;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}
th {background-color: #9e9e9e; color:white;}
tr:nth-child(even) {background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}

/* enlève le bouton des articles pour modifier */

.dropdown-toggle {  
	display:none;
}
.navbar-toggler fa  {
	color:black;
}

.liste-annee-promo  {
	margin-left:50%;
	width:100px;
}
.footer-b {
	margin:0px;
}
/* tous les headers */
.header {
	max-height:400px;
	padding-top:80px;
	margin-bottom:-10px;
}
/* haute de page*/
.page-content {
	margin-top: -100px;
} 
.header-accueil {
	max-height:600px;
	padding-top:0px;
	margin-bottom:-10px;
}


	@media screen and (max-width: 450px) {
    
	.nophone {
		display:none;
	}
	.liste-annee-promo  {
	margin-left:1%;
	width:100px;
}

	}
	

