/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}



.row {
    margin-right: -10%;
    margin-left: -10%;
}


/*!
Affichage ou non des deux images à droite du slider.
*/
@media screen and (max-width: 992px) {
    .seulement-sur-grand-ecran {
        display: none !important;
    }
}
button,button:focus {
  border: none;
  -moz-outline-style: none;
  outline:none; 
  text-decoration:none;
}

button:focus {
  box-shadow: none !important;
  outline: none !important; 
  border: 2px solid red !important;
  border-radius: 100px !important;
  border-color: #a6d874 !important; 
}


#navtext {
color: black;
font-family: 'Dancing Script', cursive;
font-size: 25px;
}

#iconvert {
color:  #a6d874;
}

#navbarDropdownMenuLink
 {
color: black;
font-family: 'Dancing Script', cursive;
font-size: 25px;
}

#menuseparation {
  border-right: 0.5px solid #e4e4e4;
  list-style-position: inside;
}
li:hover{
  background-color: #a6d874;
  color:white;
}
#navtext:hover{
color:white;
  background-color: #a6d874;
}

#iconblanc {
color:white;
}

  @media only screen and (max-width: 960px) {
  .navbar-collapse {
  max-height: 280px;
  overflow-y: auto;
}}