/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

/*body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background-image:linear-gradient(to bottom, rgba(0,0,0,1),rgba(0,0,0,.15)), url(../images/fondtest01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  linear-gradient: (#F7CFB6, #F08E86);
}

.cover-container {
  max-width: 42em;
   
  
}
*/

/*
 * Header
 */

/* couleur de fond du menu*/
.bg-perso {
  background-color: rgba(49,85,105,1);
}

/*couleur de texte orange*/
.text-perso
{
  color: rgba(206,103,54,1);  
}
