/* Feuille de style - Teaser - Boucherie du Lac */

::selection {
  color: #ffffff;
  background: #212223; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #ffffff;
  background: #212223; /* Gecko Browsers */
}

body {
	color:#ffffff;
    background-color: #37383a;
	text-align:center;
	vertical-align:middle;
	margin:auto;
}

.orange {
    color: #d95e00;
}

#wrap {
    padding: 0px;
    margin-top: -32px;
}

#entete {
	padding-top: 0px;
    padding-bottom: 0px;
}
#entete img {
	width: 100%;
	max-width: 1200px;
}
#developpement {
	font-family: 'Josefin Sans', sans-serif;
    background-color: #d95e00;
	font-size:2em;
	line-height:2em;
	text-align:center;
	margin-top:32px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}

#titre {
    font-family: 'Josefin Sans', sans-serif;
    color: #d95e00;
    font-size: 1.8em;
    text-transform: uppercase;
}

#soustitre {
    font-family: 'Josefin Sans', sans-serif;
    color: #ffffff;
    font-size: 1em;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

#coordonnees {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.4em;
    margin: auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
#coordonnees a {
    color: #d95e00;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1em;
    margin: auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 280px;
    opacity: 1;
    font-size: .9em;
}
#coordonnees a:hover {
    opacity: 0.9;
}

#lien {
    font-family: 'Josefin Sans', sans-serif;
    line-height: 2em;
    margin: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 300px;
}
#lien a {
    color: #d95e00;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 300px;
    opacity: 1;
}
#lien a:hover {
    opacity: 0.9;
}


@media screen and (max-width:450px) {
    body {
    }
}