/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  font-family: 'Roboto Condensed', sans-serif;
}

a{
color: #3199cc;
}

h1{
font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 30px
}
.div-top{
    border-right: 1px solid #E1E1E1; 
    text-align: center; 
    padding-left: 0px; 
    background-color: #fff
}
.slogan{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px
}

.slogan-mob{
    background-color: #f8f8f8; 
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1; 
    background: url('img/potm2209b.jpg'); 
    background-size: cover; 
    background-position: center; 
    padding: 90px 0 10px 0; 
    color: #fff;
}

.principale{
    background-color: #f8f8f8;
    background: url('img/potm2209b.jpg'); 
    background-size: cover; 
    background-position: center ;
    background-repeat: no-repeat;
}
p{
    margin: 5px 0 0 0;
    padding: 0
}
