@charset "UTF-8";
/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 10px; /*  distance entre le menu et le premier titre*/
}

#panel, #flip {} #panel { display: none; }
#panel2, #flip2 {} #panel2 { display: none; }
#panel3, #flip3 {} #panel3 { display: none; }
#panel4, #flip4 {} #panel4 { display: none; }


/*------------- FOOTER  ---------------*/

.cacher-footer {
    display: initial;
  }

.footer{
  background-color: #3f3f42;
  color: white;
  padding-bottom: 70px;
  padding-top: 70px;
}

.nav-footer {
  font-size: 13px;
  color:  rgb(194, 194, 194);
  display: block;
  text-align: center;
  line-height: 6px;
}

.info-form-footer {
    display: block;
    padding-bottom: 10px;
}

.font-ajouter:hover, .font-ajouter:active {
  color: rgb(194, 194, 194);
text-decoration: none;
}

.nav-link-footer {
  color:  rgb(194, 194, 194);
  font-size: 14px;
}

.nav-link-footer:hover, .nav-link-footer:active {
  color: white;
text-decoration: none;
}

.barre-footer {
  font-size: 15px;
  padding-left: 11px;
  padding-right: 10px;    
 }

  .email-footer{
    text-decoration: none;
    color: #cccccc;
    cursor: pointer;
  }

  .email-footer:hover, .email-footer:active {
    color: white;
  }
  




 