@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html,
body {
  margin: 0;
  padding: 0;
}
body {
  height: auto;
  background-color: #fff;
}

header {
	width: 100vw;
}

main {
	width: 100vw;
	position: relative;
	overflow-x: hidden;
}

.main-content {
  margin-top: 0;
  padding-top: 240px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

/*Header logo*/

.header {
    position: fixed;
    width: 100%;
    height: 240px;
    font-weight: bold;
    text-align: center;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header.small {
  height: 170px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.small ~ .offset {
  padding-top: 140px;
}
.header.small .header_logo {
    padding-top: 100px;
    text-shadow: none;
    background-image: url("../images/logo/logo-boucherielepetitlimousin-petit.png");
    background-position: center;
    background-repeat: no-repeat;
}
.header_logo {
    background-image: url("../images/logo/logo-boucherielepetitlimousin-grand.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
    padding-top: 180px;
    -webkit-transition: .3s;
    transition: .3s;
}
.link-1:focus {
	outline: none;
}

@media (max-width : 768px) {
	html{
		width: 105%;
	}
	.header{
		width: 102%;
		height: 130px;
	}
.header.small{
visibility: hidden;
  height: 100px;	
}
.header_logo {
    padding-top: 100px;
    text-shadow: none;
    background-image: url("../images/logo/logo-boucherielepetitlimousin-petit.png");
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    width: 80%;
    height: 100px;
}

.main-content {
  padding-top: 120px;
}
}	

.title-section h1{
    margin-top: 20px;
	font-weight: 400;
	font-size: 6em;
    font-family: "Ms Madi", cursive;
}
.title-section p {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.5em;
	margin-left: 10%;
	margin-right: 10%;
}
em.seo, strong.seo {
	font-weight: normal;
	font-style: normal;
}
/********************* Section nos atouts *****************************/


.artisan {
 	width: 100%;
	height: auto;
 	z-index: 1;
    margin-top: 10px;
}

.points_forts h2 {
    padding-top: 30px;
	font-size: 2.5em;
    font-family: "Ms Madi", cursive;
    line-height: 0.8;
	color: #e42586;
    text-transform: none;
	text-align: center;
}
.points_forts .devant h2 {
    margin-top: 100px;

}
.points_forts p {
    margin-top: 10px;
	font-size: 1em;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.5;
	color: #fff;
	width: 100%;
	text-align: center;
}
.points_forts .span3:hover h2 {
    color: #000;
}
.ecole-item:hover h2 {
	display :inline-block;
	width: inherit;
}

.atouts{
display: block;
height: 230px;
-webkit-perspective:800px;
perspective:800px;
height:300px;
width:22.5%
}

.atouts div{
position:absolute;
left:0;
top:0;
bottom:0;
transition:.8s;
width: 100%;
height: 300px;
padding: 20px;
}


.atouts .derriere{
outline:1px solid transparent;  
overflow:hidden;
backface-visibility:hidden;
transform-style:preserve-3d;
transform:rotatey(-180deg);
-webkit-transform-style:preserve-3d;
-webkit-backface-visibility:hidden;
-webkit-transform:rotatey(-180deg);
}

.atouts div.devant{
outline:1px solid transparent;
overflow:hidden;
transform-style: preserve-3d;
backface-visibility:hidden;
-webkit-transform-style:preserve-3d;
-webkit-backface-visibility:hidden;
 }

.atouts:hover .derriere{
/*height: 250px;*/
background-color: #e42586;
border-radius: 8px;
transform:rotatey(0);
-webkit-transform:rotatey(0);}

.atouts:hover div.devant{
-webkit-transform:rotatey(180deg);
transform:rotatey(180deg);}

.derriere a{
    color: rgba(251,251,251,0.50);
    font-size: 1.5em;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 2em;
}

.atouts .derriere h2{
	color: #fff;
}

.btn_atouts {
  display: inline-block;
  padding: 5px 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #000;
  border: 1px solid #9fbd8d;
  border-radius: 8px;
  font: 10px/1  "KoHo", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}


@media (max-width : 768px){
.atouts{
width:90%;
}
}
@media (min-width : 1200px){

	.points_forts .devant h2 {
		font-size: 3em;
		padding-top: 50px;
	}
}


/***************** Section Boucherie ***********************/


.boucherie {
    width: 100%;
    height: 80vw;
    z-index: 1;
    margin-top: 0px;
    background-size: 100%;
    padding-bottom: 0px;
	padding-top: 0px;
	background-color: #000;
}

.boucherie .title-section h1 {
	color: #e42586;
}

.boucherie .title-section p {
	color: #fff;
}
.boucherie-bloc {
	display: block;
	float: left;
	margin-right: 0em;
   width: 20%;
   height: 600px;
   position: relative;
   text-align: center;
   cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.paire{
	margin-top: 100px;
}
.image-boucherie {
	width: 100%;
	height: auto;
}
.boucherie-bloc h2{
	font-size: 4em;
    font-family: "Ms Madi", cursive;
    line-height: 1.5;
	color: #e42586;	
    text-transform: none;
}
.boucherie-bloc .boucherie-caption h2{
	color: #000;	
}
.boucherie-bloc p{
    font-size: 1.2em;
    font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
    text-align: center;
	color: #fff;	
}
.boucherie-caption {
   width: 100%;
   height: 415px;
   position: absolute;
   overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
   top: 0;
   left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.boucherie-bloc:hover .boucherie-caption {
    background-color: rgba(228, 37, 134, 0.9);
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.boucherie-bloc:hover .body-boucherie{
    opacity: 0;
}

@media (max-width :1000px){
.boucherie-caption {
   height: auto;
}
.boucherie {
    height: 100vw;
}
.boucherie .title-section p {
	font-size: 1em;
}
.boucherie-bloc h2{
	font-size: 2.5em;
}
.boucherie-bloc p{
    font-size: 1em;
}
.boucherie-bloc .text-cache{
	visibility: hidden;
}}
@media (min-width :1600px){
.boucherie {
    height: 65vw;
}	
}



/*************** Section Charcuterie ***************/


.charcuterie {
    width: 100%;
    height: auto;
    z-index: 1;
    margin-top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(225, 225, 225, 0.9)),
                  url("../images/charcuterie/fond-carreaux-boucherie-louvignedebais.png");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 100% auto;
    padding-bottom: 0px;
	padding-top: 0px;
	background-color: #fff;
}
.charcuterie .title-section h1 {
	color: #e42586;
}
.images-charcuterie {
	width: 250px;
	height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:150%;
	border-radius: 125px;
	border: 5px solid #e42586;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.creation_maison {
	background-image: url("../images/charcuterie/produits-du-terroir-2.jpg");
}
.produits_terroir {
	background-image: url("../images/charcuterie/charcuterie-creation_maison.jpeg");
}
.charcuterie_fumee {
	background-image: url("../images/charcuterie/charcuterie-fumee.jpg");
}
.charcuterie h2 {
    margin-top: 20px;
	font-weight: 400;
	font-size: 3.5em;
    font-family: "Ms Madi", cursive;
	color: #e42586;
    text-transform: none;
	z-index: 3;
	text-align: center;
}

.charcuterie .span4 p {
	font-weight: 300;
	font-size: 1.2em;
    font-family: "Ubuntu", sans-serif;
	color: #000;
    text-transform: none;
	z-index: 3;
	width: 100%;
	text-align: center;
}

@media (max-width : 1200px){
.charcuterie {
    background-size: auto 100%;
}

}

/* Section Traiteur

******************************************************************/

.traiteur {
    width: 100%;
    height: auto;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 0px;
	padding-top: 0px;
	background-color: #e42586;
}
.traiteur .title-section h1 {
	color: #000;
}
.traiteur .title-section p {
	color: #fff;
	margin-bottom: 25px;
}
.bloc-traiteur {
	display: block;
	float: left;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 20px;
	height: 600px;
	position: relative;
	text-align: center;
	cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bloc-traiteur:hover{
  display: inline-block;
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.5s; /* don't forget to set a duration! */
}
.image-traiteur {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.bloc-traiteur h2 {
    margin-top: 20px;
	font-weight: 400;
	font-size: 3.5em;
    font-family: "Ms Madi", cursive;
	color: #fff;
    text-transform: none;
	z-index: 3;
	text-align: center;
    line-height: 0.8;
}
.bloc-traiteur a{
	text-decoration: none;
}
@media (min-width : 1601px){
	.bloc-traiteur {
		width: 16.66%;
	}
}
@media (max-width : 1600px){
	.bloc-traiteur {
		width: 33.33%;
		height: 80%;
	}
	.image-traiteur {
		width: 70%;
		height: auto;
	}
}
@media (max-width : 768px){
	.bloc-traiteur {
		width: 48%;
	}
	.bloc-traiteur h2 {
		margin-top: 20px;
		font-size: 2em;
	}
}

/* Section Nos Spécialités

******************************************************************/

.specialites {
    width: 100%;
    height: auto;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 0px;
	padding-top: 0px;
	background-color: #000;
}
.specialites .title-section h1 {
	color: #fff;
}
.specialites .title-section p {
	color: #fff;
	margin-bottom: 25px;
}
.bloc-specialites {
	display: block;
	float: left;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 20px;
	height: 600px;
	position: relative;
	text-align: center;
	cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.image-specialites {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.bloc-specialites h2 {
    margin-top: 20px;
	font-weight: 400;
	font-size: 3.5em;
    font-family: "Ms Madi", cursive;
	color: #e42586;
    text-transform: none;
	z-index: 3;
	text-align: center;
    line-height: 0.8;
}
@media (max-width : 768px){
	.bloc-specialites {
		height: 80%;
	}
}

/* Section Contact

******************************************************************/
.contact {
    width: 100%;
    height: auto;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 0px;
	padding-top: 0px;
	background-color: #e42586;
}

.contact h1{
	color: #000;
}
.contact p{
	font-weight: 400;
	font-size: 1.3em;
    font-family: "Ubuntu", sans-serif;
	color: #fff;
}
.contact select {
	margin-bottom: 15px;
}
.contact textarea{
	height: 150px;
}

.contact .row-fluid{
	background-color: #e42586;
	margin-left: 0;
}
.bouton-contact {
  display: inline-block;
  background-color: #e42586;
  font-weight: 700;
  font-size: 2em;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  border-radius: 8px;
  border: solid;
  border-color: #fff ;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bouton-contact:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bouton-contact:hover, .bouton-contact:focus, .bouton-contact:active {
  color: #e42586;
  border-color: #fff;
}
.bouton-contact:hover:before, .bouton-contact:focus:before, .bouton-contact:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.form-group .help-block .text-danger p{
	font-weight: 500;
	font-size: 1.3em;
    font-family: "Ubuntu", sans-serif;
	color: #FF0000;
}
@media (max-width : 768px){
	.contact form{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 80%;
	}

}

/* Footer 

******************************************************************/

footer {
    width: 100%;
    height: auto;
    z-index: 1;
    margin-top: 0;
    background-color: #000;
    background-position: center, top;
    background-size: cover;
    padding-bottom: 30px;
}
footer .title-section h1 {
	margin-top: 20px;
	text-align: center;
	padding-bottom: 20px;
	color : #e42586;
}
footer iframe {
	border-radius: 10px;
	border: none;
	height: 220px;
	width: 100%;
}
footer h3{
    font-family: "Ms Madi", cursive;
	font-weight: 500;
	font-size: 2.5em;
	text-align: left; 
	color: #e42586;
	margin-top: -5px;
}
footer h4{
    font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	text-align: left; 
	color: #fff;
	text-transform: uppercase;
	margin-top: -5px;
}
footer address {
	text-align: left;
}
@media (max-width : 768px){
   footer address {
	  margin-top: 20px;
   }
	footer .liens-directs a {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 80%;
	}
	footer iframe  {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
}

footer .tel{
    font-family: "Ubuntu", sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	color: #e42586;
	margin-top: -5px;
}

footer p{
    font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	font-size: 1.2em;	color: #FFF;
}
footer a{
	text-decoration: none;
	color: #e42586;
}
footer a:focus {
	text-decoration: none;
	color: #FFF;
}
footer a:hover{
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

footer .institut_hypothenuse {
    display: block;
    width: 100%;
    height: 100px;
	border-radius: 8px;
	background-color: #fff;
    background-image: url("../images/footer/institut_hypothenuse.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.lien-facebook {
    font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
}
.lien-facebook:hover {
	color: #fff;
}
footer .mentions{
	text-align: center;
	font-weight: 300;
	font-size: 0.8em;}
.mentions a{
	margin: 0 20px;
}

footer .address p strong {
	color: #000;
}
/*// Modales //*/

#visite-modale video {
	display: block;
	margin: auto;
  	width: 100%;
  	max-width: 1000px;
  	aspect-ratio: 16 /9;
}
#visite-modale button {
	display: block;
	margin-bottom: 20px;
}
#presentation-modale video {
	display: block;
	margin: auto;
  	width: 100%;
  	max-width: 1000px;
  	aspect-ratio: 16 /9;
}
#presentation-modale button {
	display: block;
	margin-bottom: 20px;
}