/* Paramètres généraux */

body {
	background-image: url('pictures/background.png');
	min-height: 100%;
	width: 100%;
}

.page {
  background-color: white;
  text-align: justify;
  min-height: 100%;
  max-width: 1920px;
  padding-bottom: 100px;
  box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 50px #000000;
}

h1 {
	font-family: 'Lato', sans-serif;
	text-align: left;
	display: block;
	padding: 1%;
  margin-top: 5%;
  margin-left: 5%;
	background: -webkit-linear-gradient(top, #FF0000, #000);
  	background: linear-gradient(top, #FF0000, #000);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}

h1 {
  	font-family: 'Lato', sans-serif;
    font-weight: bold;
  	text-align: left;
  	display: block;
  	padding: 0.5%;
  	color: #8E1C1C;
}

h2 {
  	font-family: 'Oxygen', sans-serif;
  	font-weight: bold;
  	color: #8E1C1C;
    text-align: center;
    margin-bottom: 20px;
}

h3 {
  	font-family: 'Oxygen', sans-serif;
  	color: #8E1C1C;
  	font-size: 1.3em;
  	font-weight: bold;
  	text-align: center;
    margin-bottom: 20px;
}

h4 {
  	font-family: 'Oxygen', sans-serif;
  	color: #8E1C1C;
    text-align: center;
}

h5 {
  	font-family: 'Lato', sans-serif;
  	font-size: 1.8em;
    font-weight: bold;
  	text-align: left;
    margin-top: 2%;
    margin-left: 8%;
  	display: block;
  	background: -webkit-linear-gradient(top, #FF0000, #000);
  	background: linear-gradient(top, #FF0000, #000);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

h5 {
  	font-family: 'Lato', sans-serif;
  	font-size: 1.5em;
  	text-align: left;
  	display: block;
  	color: #8E1C1C;
}

h6 {
  	font-family: 'Oxygen', sans-serif;
  	color: #8E1C1C;
  	font-size: 1.5em;
  	font-weight: bold;
  	text-align: left;
  	margin-left: 50px;
}

p {
  	font-family: 'Oxygen', sans-serif;
  	text-align: justify;
    font-size: 1.2em;
}

strong{
  	font-weight: bold;
}

em {
  	font-family: 'Oxygen', sans-serif;
  	font-style: italic;
}

a {
  	text-decoration: none;
  	color: black;
}

a:visited {
  	text-decoration: none;
  	color: black;
}

@font-face {
    font-family: 'mc_sweetie_heartsregular';
    src: url('fonts/fancyheartscript-webfont.woff2') format('woff2'),
         url('fonts/fancyheartscript-webfont.woff') format('woff');
         url('fonts/fancyheartscript-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

.responsive {
  display: block;
  width: 100%;
}

.center {
  position: relative;
  left: 3%;
}

.soutien {
  text-decoration : none;
}

.soutien a:visited {
  text-decoration : none; 
    color: black;
}

link {
  text-decoration: inherit;
}

.trait {
  border-top: 2px solid #8E1C1C;
  width: 80%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.double-trait {
  border-top: 2px solid #8E1C1C;
  border-bottom: 2px solid #8E1C1C;
  width: 80%;
  height: 10px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.trait-court {
  border-top: 2px solid #8E1C1C;
  width: 40%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

#photo img {
  border: 1px solid #8E1C1C;
  box-shadow: 0 0 30px #000000;
}

/* Nav */

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

/* Header */
.header {
  width: 102.5%;
  margin-left: -1.25%;
}

/* Footer */

.footer {
  background-color: #8E1C1C;
  max-width: 1920px;
  min-height: 120%;
  font-family: 'Lora', Arial, sans-serif;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  color: white;
  box-shadow: 0 0 50px #000000;
}

.footer a:visited {
  color: white;
}

.footer li {
  display: inline-block;
  margin: 5px;
}

.footer a {
  text-decoration: none;
  color: white;
}

/* Paranètres Présentation */

#chatterie, #pension, #cockers, #springers{
  display: inline-block;
  margin: 30px;
  height: auto;
  vertical-align: middle;
}

.rollover img{
  border: 1px solid #8E1C1C;
}

/* Paramètres Cockers Spaniels Anglais et Springers Spaniels Anglais */

.hidden {
  display: none;
}

.bloc_chiens {
  display: block;
}

.dog {
  display: inline-block;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 10px;
  border: 1px solid #8E1C1C;
  height: 300px;
  vertical-align: top;
}

.dog-name {
  display: inline-block;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  height: 50px;
  padding-bottom: 10px;
  border-style: 1px solid #8E1C1C;
  
  vertical-align: top;
}

.pedigree {
  display: block;
  color: #8E1C1C;
  width: 100px;
  height: auto;
  vertical-align: middle;
  border: 1px solid #8E1C1C;
  margin: auto;
}

.name {
  display: block;
  margin: auto;
  padding-top: 10px;
  text-align: center; 
  vertical-align: middle;
}

/* Paramètres "Galeries-Photos" */

.apercu img {
  border: 1px solid #8E1C1C;
  vertical-align: top;
}

.gallery {
  border: 1px solid #8E1C1C;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* Paramètres "Vidéos" */

#video {
  border: 1px solid #8E1C1C;
}

/* Paramètres "Pensions" */

.carousel-inner > .item > img {
    margin: 0 auto;
}

td {
  text-align: left;
  vertical-align: top;
}

.titre {
  font-weight: bold;
  color: #8E1C1C;
}

/* Paramètres Contact */

.form-group input, .form-group textarea{
  padding: 5px;
  margin: 5px;
  border: 1px solid #8E1C1C;
  border-radius: 10px;
  width: 100%;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

input[type=submit] {
  color: #8E1C1C;
  border: 1px solid #8E1C1C;
  background-color: white;
  border-radius: 15px;
}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

.g-recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Paramètres Plan du site */

#plan a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}