
								/********************************************
								*********************************************
													GENERAL 
								*********************************************
								*********************************************/

body {
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f7f74d;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

#content {
	width: 100%;
	height: 100%;
}

.corne {
	width: 15px; 
	height: 17px;
	margin-top: -3%; 
	margin-left: 10px; 
	margin-right: 10px;
}

.ptitbord {
	height: 5px;
	width: 80px;
	margin-bottom: 30px;
	background-color: #121212;
}

.noire {
	background-color: black;
}

.noire .ptitbord {
	background-color: white;
}

.bordnoir {
	background-color: #fcfcfc;
	background-image: url(https://www.boucherie-rullier.fr/images/general/bord3.png);
	background-repeat: repeat;
	height: 120px;
	width: 100%;
}

.bordblanc {
	background-image: url(https://www.boucherie-rullier.fr/images/general/bord2.png);
	background-repeat: repeat;
	height: 140px;
	width: 100%;
	position: relative;
	margin-top: -140px;
}

.bord {
	background-image: url(https://www.boucherie-rullier.fr/images/general/bord3.png);
	background-repeat: repeat;
	height: 140px;
	width: 100%;
	position: relative;
	margin-top: -140px;
}

.tourné {
	width: 100%;
    transform: rotate(180deg);
    position: absolute;
    margin-top: -61px;
    z-index: 8;
}

.telephone {
	display: none;
}

input, textarea, .form-control {
	background-color: transparent;
	border:0;
	padding: 20px;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0;
	color: white;
}

input:focus, textarea:focus, .form-control:focus {
	padding-left: 40px;
	outline: 2px solid #fff;
	border-bottom: 0;
	text-transform: none;
	box-shadow: 0;
	transition: 0.2s ease-out;
}

/* titres et textes */
p {
	font-family: 'Raleway', cursive;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 1px;
	color: #7e7e7e;
}

a{
	color: black;
	font-family: 'Raleway', sans-serif;
} 

a:hover {
	text-decoration: none;
	color: #323232;
	border-bottom: 1px solid #353535;
	transition: 0.2s ease-in;
}

h1 {
	letter-spacing: 5px;
	font-family: 'Raleway', 'Taviraj', serif;
	font-size: 4em;
	font-weight: 200;
	color: #121212;
}

h1 span {
	font-weight: 800;
	font-size: 2em;
	text-transform: uppercase;
}
h2 span, h3 span {

	font-weight: 800;
	font-size: 1.2em;
	text-transform: uppercase;
}

h2 {
	font-family: 'Raleway', 'Open Sans', 'Taviraj', serif;
	font-size: 1.5em;
	font-weight: 100;
	color: #353535;
	letter-spacing: 3px;
}


h3 {
	font-family: 'Open Sans', cursive;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #fcfcfc;
	letter-spacing: 2px;
}

h4 {
	font-family: 'Raleway', cursive;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: black;
}

h5 {
	font-family: 'Open Sans', cursive;
	font-size: 18px;
	letter-spacing: 1px;
	color: #4a4a4a;
	font-weight: bold;
}

h6 {
	color: #696969;
    line-height: 22px;
}

/* boutons */

button {
	padding-top: 15%;
	border:1px solid #121212;
	padding: 15px 30px;
	background-color: #121212;
	color: white; 
	font-size: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	margin: 10px;
	font-weight: 600;
}


button:hover {
	background-color: transparent;
	color: #121212; 
	transition: 0.2s ease-out;
}

.noire button {
	border: 1px solid white;
	background-color: transparent;
}

.noire button:hover {
	background-color: white;
	color: black;
	transition: 0.2s ease-in;
}

button.blanc {
	background-color: transparent;
	color: #121212; 
	border:1px solid #121212;
}

button.blanc:hover {
	background-color: #121212;
	color: white; 
}


.noire button.blanc {
	background-color: transparent;
	color: #fff; 
	border:0;
	border:1px solid black;
	border-bottom:1px solid #fff;
}

.noire button.blanc:hover {
	color: white; 
	border:1px solid #fff;
	transition: 0.2s ease-in;
}




/* alertes */

.alert-error, .alert-danger {
    color: #fcfcfc;
    background-color: #000;
    border-color: #212121;
    position: fixed;
    z-index: 80000;
    margin: 4%;
    opacity: 0;
    animation-duration: 4s;
    animation-name: part;
    list-style: none;
}

.alert-success {
    color: #000;
    background-color: #fcfcfc;
    border-color: #ececec;
    position: fixed;
    z-index: 80000;
    margin: 4%;
    opacity: 0;
    animation-duration: 4s;
    animation-name: part;
}

@keyframes part {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}





													/********************************************
													*********************************************
																	 EN-TÊTE 
													*********************************************
													*********************************************/



header {
	text-align: center;
	width: 100%;
	z-index: 800;
	position: absolute;
	padding: 20px;
}

header .logo {
	float: left;
}

header .logo img{
	float: left;
	width: 50px;
	padding: 10px;
}
.dropdown .row {
	margin: 0;
}

.dropdown .navbar-mobile {
	display: none;
}

.dropdown .navbar {
	padding: 10px;
	float: right;
	z-index: 800;
	position: relative;
}

.dropdown .navbar li {
	display: inline-block;
	color: black;
}

.dropdown .navbar li button{
	background-color: transparent;
	padding: 10px 20px;
	border: 1px solid #212121;
	font-family: Raleway;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #212121;
	cursor: pointer;
}

.dropdown .navbar li button:hover{
	background-color: #212121;
	color: white;
	transition: 0.2s ease-out;
}

.dropdown .navbar li a{
	font-family: Raleway;
	color: #121212;
	font-size: 13px;
	border: none;
	cursor: pointer;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 200;
	padding-left: 15px;
	padding-right: 15px;
}

.dropdown .navbar li.tel {
	font-family: Raleway;
	color: #121212;
	font-size: 13px;
	border: none;
	cursor: pointer;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 200;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #ececec;
}

.dropdown .navbar li a:hover, .dropdown a:hover{
	color: #ff9366;
	transform: 0.2s ease-in;
}





													/********************************************
													*********************************************
																		FOOTER 
													*********************************************
													*********************************************/

#footer {
	background-color: #000;
	padding: 4vh;
	z-index: 800;
	text-align: left;
}

#footer h2 {
	color: #353535;
}

#footer h3 {
	font-size: 1.2em;
}

#footer h5{
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 100;
	color: white;
}

#footer .ptitbord {
	background-color: white;
	margin-bottom: 20px;
	margin-top: 10px;
}

#footer p, #footer a {
	margin-top: 50px;
	color: #fcfcfc;
	text-align: center;
}

.footer.bordnoir {
	margin-top: -120px;
	z-index: 8;
	position: relative;
	background-color: transparent;
}

#footer p a {
	text-transform: uppercase;
}

#footer h1 {
	font-size: 1.2em;
	color: white;
	padding-top: 20px;
}

#footer .logo img {
	width: 60px;
}



													/********************************************
													*********************************************
																		INDEX 
													*********************************************
													*********************************************/

#premier {
	background-color: #fcfcfc;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

#premier .texte {
	padding-top: 11%;
	padding-bottom: 12%;
}

#premier #rullier {
	width: 80%;
	position: relative;
	margin-left: -14px; 
}

#premier .texte p {
	font-size: 17px;
	margin-top: 15px;
}

.olivier img {
	width: 100%;
}

.olivier {
	padding-top: 5%;
}

/* second */

#second {
	background-color: black;
	text-align: left;
	padding: 5vh 0 10vh 0;
	color: white;
}

#second h2 {
	color: #fcfcfc;
}

#second .ptitbord {
	background-color: white;
}

#troisieme {
	padding-bottom: 7%;
}

#troisieme .image img {
	margin-top: 6%;
	width: 100%;
}
/* engagement */

#quatrieme .texte {
	padding-top: 12%;
}
#quatrieme .texte h3 {
	color: #121212;
	margin-top: 15%;
}

#quatrieme .olivier {
	padding-top: 0;
}

#quatrieme #olivier {
	width: 100%;
}


#cinquieme .texte, #sizieme .texte{
	padding: 10vh 5vh;
	background-color: #000;
}

#cinquieme .ptitbord, #sizieme .ptitbord {
	background-color: #fff;
}

#cinquieme .texte h2, #sizieme .texte h2 {
	font-size: 1.5em;
	color: white;
	font-weight: 100;
	letter-spacing: 4px;
}

#cinquieme h2 span, #sizieme h2 span {
	font-weight: 800;
	font-size: 2em;
}

#cinquieme .image, #sizieme .image {
	-webkit-background-size: cover;
	background-size: cover;
	height: 60vh;
	width: 100%;
}


/* Produits galerie */

#galeries {
	margin-bottom: 5%;
}

#galerie {
	padding: 2%;
	margin-left: -5%;
}

.texte-galerie {
	padding: 10% 2%;
}

#galerie div .galerie {
	padding: 0;
	width: 100%;
	height: 70vh;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: center;
	border-color: #ececec;
	border: 1vh solid #fcfcfc;;
}

#galerie div .galerie:first-child {
	height: 65vh;
	margin-top: 10%;
}

#galerie .galerie:nth-child(2) {
	height: 20vh;
}

#galerie div .row .galerie {
	height: 45vh;
}

#galerie .galerielast .galerie:first-child {
	height: 28vh;
	margin-top: 18%;
}

#galerie .galerielast .galerie:nth-child(2) {
	height: 48vh;
}

#galerie .galerielast .galerie:nth-child(3) {
	height: 28vh;
}

#galerie .galerielast .bordure .galerie {
	height: 42vh;
}

#galerie .galerielast .galerietexte {
	height: 20vh;
}

#galerie div .galerietexte {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-position: center;
	border-color: #ececec;
	height: 16vh;
	text-align: center;
	border: 2px solid #353535;
	padding: 20px;
}

#galerie div .galerietexte h2 {
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 3px;
	font-size: 0.5em;
}

#galerie div .galerietexte q {
	font-weight: 500;
	letter-spacing: 2px;
}

#galerie div .description {
	height: 140%;
	padding: 50px;
	color: #333;
	padding-top: 150px;
	font-weight: 100;
	font-family: Raleway;
	font-size: 13px;
	position: relative;
}

#galerie div .description:hover {
	transition: 0.2s ease-in;
}

#galerie div .description h2 {
	font-family: Raleway, Taviraj, serif;
	font-size: 1.5em;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
}

#galerie div .galerie:hover{
	border:5px solid #ececec;
	transition: 0.2s ease-in;
}

#galerie div .opacity {
	width: 100%;
	height: 140%;
	position: absolute;
	background-color: white;
	opacity: 0.1;
	z-index: 2;
}

#galerie div .opacity:hover{
	opacity: 0.3;
	transition: 0.1s ease-in-out;
}


#mentions-legales {
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
}

#offres {
	margin-bottom: 10%;
	padding-top: 130px;
}

#offres p {
	text-align: center;
}

#offres img {
	width: 100%;
}

#offres .offre {
	padding: 5%;
	text-align: center;
}

#offres h3 {
	color: #212121;
	margin-top: 5%;
}

#offres .titrage {
	text-align: center;

}

#offres .ptitbord {
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}



													/********************************************
													*********************************************
																PAGE ARTICLE SEUL 
													*********************************************
													*********************************************/
#actualite {
	margin-top: 90px;
}

#actualite .texte, #commentaires .texte {
	text-align: center;
}

#commentaires .texte {
	padding-bottom: 50px;
}

#actualite .photo {
	height: 70vh;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#actualite .noire {
	padding: 10% 5%;
}

#actualite .noire p {
	color: white;
}

#actualite .noire a {
	color: white;
}

#actualite .nav a:first-child {
	float: left;
}

#actualite .nav a:last-child {
	float: right;
}


#actualite input, #actualite textarea, #actualite .form-control {
	background-color: transparent;
	border:0;
	padding: 20px;
	border-bottom: 2px solid #212121;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0;
	color: #212121;
}

#actualite input:focus, #actualite textarea:focus, #actualite .form-control:focus {
	padding-left: 40px;
	outline: 2px solid #212121;
	border-bottom: 0;
	box-shadow: 0;
	transition: 0.2s ease-out;
}

#commentaires .noire {
	padding: 7%5%;
}

#commentaires .lecommentaire {
	padding: 5%;
	list-style: none;
	color: black;
	background-color: #ececec;
}

#commentaires .lecommentaire h3 {
	color: black;
}

#commentaires .lecommentaire .comment-body p span {
	font-weight: 800;
	font-size: 2.5em;
	font-family: Butler;
}

#commentaires .lecommentaire h2 {
	margin-bottom: 50px;
}

#commentaires.container-fluid {
	padding: 0;
}



													/********************************************
													*********************************************
																	PAGE ACTUALITE
													*********************************************
													*********************************************/

#actu {
	padding: 10%;
}
#actu .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#actu h3 {
	color: black;
}

#actu .titrage {
	margin-top: 2%;
	text-align: center;
	margin-bottom: 5%;
}

#actu .actu_pres {
	padding: 5%;
}






													/********************************************
													*********************************************
																PAGE CONTACT
													*********************************************
													*********************************************/


#contactez {
	padding: 10%;
}

#contactez h3 {
	color: #212121;
}

#contact .bordnoir {
	height: 120px;
	width: 100%;
	background-color: transparent;
	z-index: 8;
	transform: rotate(180deg);
}

#contact {
	margin-bottom: 5%;
	text-align: center;
	background-color: black;
}

#contact h3 {
	margin-top: 10%;
}

#carte {
	position: relative;
	margin-top: -164px;
	z-index: 1;
}

#carte iframe {
	border: 0;
    width: 100%;
    filter: grayscale(100%) contrast(120%);
}


#contact button {
	border-color: #fff;
	color: #fff;
}

.horaires {
	padding-top: 120px;
}

#contact #creer {
	margin-top: 20px;
	margin-bottom: 5%;
}


														/********************************************
														*********************************************
																		RESPONSIVE
														*********************************************
														*********************************************/

@media screen and (max-width: 1025px) {

	p {
	}
	
	#offres {
		padding-top: 11%;
	}

	.olivier {
		padding-top: 12%;
	}

	#premier .texte {
		padding-top: 17%;
	}
	
	#premier {
		padding-bottom: 15%;
	}

	h1 {
		font-size: 3.5em;
	}
	h1 span {
		font-size: 1.5em;
	}

	.texte-galerie {
		padding: 4% 0;
	}
	#quatrieme .texte {
		padding-top: 0;
	}

	#sizieme .image {
		height: 75vh;
	}

	#sizieme .texte {
		padding: 15% 0;
	}
}


@media screen and (max-width: 951px) {
	
	#premier {
		padding-bottom: 10%;
	}

	#quatrieme, #troisieme {
		text-align: center;
	}

	#quatrieme .ptitbord, #troisieme .ptitbord {
		margin: auto;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	#quatrieme #olivier {
	display: none;
	}

	#sizieme .image {
    height: 46vh;
	}

	#cinquieme .image {
		height: 40vh;
	}

	#galerie div .row .galerie {
		height: 20vh;
	}

	#galerie div .galerie:first-child {
		height: 30vh;
	}

	#galerie .galerielast .galerie:first-child {
		height: 15vh;
	}

	#galerie .galerielast .galerie:nth-child(2) {
		height: 25vh;
	}

	#galeries .texte-galerie {
		padding-top: 17%;
	}

}

@media screen and (max-width: 801px) {

.telephone {
	display: block;
}

.pc {
	display: none;
}

button {
	font-size: 13px;
	padding: 11px 19px;
}

.ptitbord {
	margin: auto;
	margin-bottom: 20px;
}

#premier {
	text-align: center;
	padding-bottom: 15%;
}

#premier .olivier {
	display: none;
}

#second {
	text-align: center;
	padding: 15px;
}

#quatrieme #olivier {
	display: none;
}


#sizieme .image {
	height: 55vh;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.2em;
}

h1 span, h2 span, h3 span {
    font-size: 1.5em;
}

#troisieme .image img {
    width: 100%;
    height: auto;
    margin-top: 0;
}

#galeries #galerie {
}

#galerie div .row .galerie {
	height: 25vh;
}
#galerie div .galerie:first-child {
	height: 40vh;
}

#galerie .galerielast .galerie:first-child {
	height: 20vh;
}

#galerie .galerielast .galerie:nth-child(2) {
	height: 35vh;
}

#troisieme, #quatrieme, #cinquieme, #sizieme, #galeries, #contactez {
	text-align: center;
}

#quatrieme #olivier {
	width: 100%;
}

#quatrieme .texte {
	padding-top: 0;
}

#cinquieme .texte {
	padding: 10vh 2vh;
}

#contactez {
	margin-bottom: 20%;
	padding-top: 15%;
}

#contact {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 20%;
}

#contact .horaires {
	padding-top:0; 
}

#footer div div div {
	display: none;
}

#footer div div div:last-child {
	display: block;
}
#footer div div div:last-child p {
	margin-top: 10px;
}


#content {
	margin-top: 0;
}

header {
	text-align: left;
	position: absolute;
	background: transparent;
}

header.telephone .bar {
	font-size: 18px;
	color: #777;
	position: fixed;
	z-index: 800;
}
header.telephone .bar a {
	padding: 20px 30px;
}

header.telephone nav {
	width: 100%;
    height: 100vh;
    padding-top: 10%;
    padding: 80px 0;
    text-align: center;
    position: fixed;
    background-color: #fcfcfc;
    border-right: 1px solid #ececec;
    top: 0;
    right: 0;
}


header.telephone nav li {
	list-style: none;
	padding: 5% 0;
}


}


@media screen and (max-width: 451px) {

	#premier .texte {
		padding-bottom: 15%;
	}

	#galerie {
		display: none;
	}

	.bordblanc {
		margin-top: -130px;
	}

	#galeries {
		padding-bottom: 10%;
	}

	.bordblanc.tourné {
		margin-top: -35px;
	}

	#quatrieme h2 img {
		display: none;
	}
	#actu .img {
		height: 50vh;
	}

	#actu .actu_pres {
		margin-bottom: 10%;
	}
	#actualite .noire {
		padding-bottom: 30%;
	}
	
	#commentaires .coordonnees {
    	padding: 27% 12%;
		height: 70vh;
	}
	#commentaires .lecommentaire {
		text-align: center;
		padding: 5%;
	}

	#commentaires .commenter {
		padding: 5% 2% 25% 2%;
		text-align: center;
	}
	#actualite .nav {
		display: none;
	}

	}



#index .row {
	padding: 0;
}
