
@import url('https://fonts.googleapis.com/css?family=Livvic:300,400,600|Open+Sans&display=swap');


*{
	font-family: 'Livvic', sans-serif;
}
h1{
	font-weight: 600;
}
img.separator{
	width:33%
}
div.separator{
	display: block;
	height:1px;
	background-color: rgb(156,14,25);
	width:50%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width: 768px) {
	div.separator{
		width:100%;
	}
}
.icon_title{
	float:right;
	height:32px;
}
@media (max-width: 768px) {
	img.separator{
		width:100%
	}
}
.subtitle{
	font-family: 'Livvic', cursive;
	color:#008b0b;
}
.bg-gray{
	background-color: #EFEFEF;
}
.bg-eleveur{
	/*border-top:.25rem dotted #78b13e;
	border-bottom:.25rem dotted #78b13e;*/

	/*border-radius: 0 8px 8px 0;
	box-shadow: 1px 1px 12px rgba(0,0,0,0.1);*/
}
.light{
	font-weight:300;
}

/* YouTube Player */
.containerPlayer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.valeurs p{
	font-family: 'Open Sans', sans-serif;
	margin-top:15px;
}
.valeurs h3{
	padding-bottom:20px;
}
.valeurs .picture,
.services video,
.viande video{
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	/*border: 1px solid #ddd;*/
	/*border-radius: 0 8px 8px 0;*/
	/*padding: 2px;*/
}
@media (max-width: 768px) {
	.valeurs .picture,
	.services video,
	.viande video{
		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
		border: 0;
		border-radius: 0;
		/*padding: 2px;*/
	}
}
.navbar .navbar-brand, 
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link{
	color:#FFF;
	font-family: 'Livvic', cursive;
}
.navbar .navbar-nav .nav-link:hover{
	color: #ccff33;
}
.navbar-brand img{
	height:20px;
}
.navbar .logoGreen{
	display:none;
}
.navbar .logoWhite{
	display:block;
}

.navbar{
	position: fixed;
	z-index:1000;
	width:100%;
	background: rgba(0,139,11,0.7) !important;
	/*
	background-color: transparent !important;
	background: linear-gradient(#333, 75%, transparent);
	*/
}
@media (max-width: 768px) {
	
	.navbar{
		background: rgba(0,139,11,0.7) !important;
	}
	
	.navbar .navbar-nav .nav-link{
		color:#FFF;
	}
	
	.navbar .logoGreen{
		display:block;
	}
	.navbar .logoWhite{
		display:none;
	}
	.logo-white-home{
		display:none;
	}
	/* Set the border color */ 
          
        .eddme-toggler.navbar-toggler { 
            border-color: white; 
        } 
        /* Setting the stroke to green using rgb values (0, 128, 0) */ 
          
        .eddme-toggler .navbar-toggler-icon { 
            background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
        } 
}

figcaption{
	font-style: italic;
	text-align: right;
	font-size:0.8rem;
}

.citation{
	font-family: 'Livvic', cursive;
}

/* HEADER */

header {
  position: relative;
  background-color: white;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.presse header{
	height: 25vh;
}
/*
.presse header{
	height: 150px;
	min-height: 150px;	
}
.presse .navbar{
	background: 0;
}
.presse .navbar .navbar-nav .nav-link {
    color: #00733a;
}
*/

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}



header .container {
  position: relative;
  z-index: 2;
  padding-left:15px;
  padding-right:15px;
}

header .container h1,
header .container p{
	font-family: 'Livvic', cursive;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

/* HOME */
.home .display-3{
	font-weight: 600;
	font-size:4rem;
}
@media (max-width: 640px) {
	.home .display-3{
		font-size:2.5rem;
	}
}
.home .lead{
	font-weight: 300;
	font-size: 1.5rem;
}

/* CARD */
.card{
	border:0;
	border-radius: 0;
}
.card .card-title{
	color:#008b0b;
}
.card p{
	font-weight: 300;
	font-family: 'Open sans', sans-serif;
	font-size:.85em;
}
.card-clickable:hover{
	background-color: rgba(0,139,11,0.1);
	cursor: pointer;
}

/* PROFILE */
.presentation *{
	font-family: 'Livvic', cursive;
}
.presentation h5{
	color:#999;	
}
.presentation .tag{
	background-color: #666;
	color:#FFF;
	padding:0px 6px;
	border-radius: 4px;	
	margin-right:10px;
	margin-bottom:10px;
	word-break: keep-all;
}
.presentation b{
	color:#999;
}
.presentation .description{
	margin-top:8px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size:0.85em;
}

.portfolio img{
	width:60%;
	margin-bottom:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 4px;
}


.portfolio img:nth-child(1){
	z-index:1;
}
.portfolio img:nth-child(2){
	z-index:2;
}
.portfolio img:nth-child(3){
	z-index:3;
}
.presentation a{
	color:#000;
}

.recette h5{
	color:#999;	
}
.recette img{
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	border-radius: 4px;
}
.recette img{
	
}
.recette p{
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size:0.85em;
}	
.recette .ingredient{
	border:1px solid #CCC;
	border-radius: 4px;
}
@media (max-width: 640px) {
	.recette .ingredient{
		border:0;
		border-radius: 0;
	}
}

/* ELEVEURS */
.eleveurs .infosPoducteur{
	margin-top:0px;
	padding:15px;
}
.eleveurs .infosPoducteur h4{
	font-weight: 600;
	margin-bottom: 10px;
}
.eleveurs .infosPoducteur h5{
	font-weight: 400;
	margin-bottom: 10px;
}
.eleveurs .infosPoducteur p{
	font-weight: 300;
	font-size:1rem;
}
.eleveurs .infosPoducteur img{
	width:30%;
	margin:0 10px 10px 0;
}
.eleveurs .infosPoducteur .hidden{
	display:none;
}
.eleveurs .infosPoducteur .clickon{
	background-color: orange;
	padding:5px 10px ;
	border-radius: 4px;
	color:white;
}
.gm-ui-hover-effect{
	margin:20px !important;
}
@media (max-width: 640px) {
	.eleveurs .portfolio img{
		width:100%;
	}
}

.eleveurs .counter-box {
    display: block;
    text-align: center;
    background: #00733a;
    color:white;
    border-radius: 4px;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
}

.eleveurs .counter-box span{
	margin-top:10px;
	padding-top:15px;
	border-top:.25rem dotted #78b13e
}
.eleveurs .counter-box p {
    margin: 5px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}

.counter-box img {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.eleveurs .counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    line-height: 28px
}
.eleveurs .carousel-control-next, .eleveurs .carousel-control-prev{
	height: 50%;
	top: 25%;
}
.eleveurs .modal-footer{
	border-top:0;
	padding-top:0;
	padding-right:30px;
}

#modal-eleveur h4{
	margin-top:15px;
	font-weight:600;
	font-size:22px;
}
#modal-eleveur h5{
	margin:5px 0 10px 0;
	font-weight:400;
	font-size:18px;
}
#modal-eleveur p{
	margin-top:5px;
	font-weight:400;
	font-size:14px;
}
#modal-eleveur p b{
	font-weight:300;
	color:#666;
}
#modal-eleveur p a{
	color:#212529;
}
#modal-eleveur p .bio{
	vertical-align: middle;
}
#modal-eleveur .description{
	margin-top:25px;
	font-weight:400;
	font-size:16px;
	font-style: italic;
	border-left:2px solid #999;
	padding-left:15px;
}
#modal-eleveur .modal-body{
	padding:30px;
}
#modal-eleveur .carousel-item{
	height:100%;
}
#modal-eleveur .carousel-item img{
	object-fit: contain;
	width:523px;
	height:294px;
}
#modal-eleveur .carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF8000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#modal-eleveur .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF8000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#modal-eleveur .carousel-indicators li{
	background-color: #FF8000;
}

/* SERVICES */

.services header,
.eleveurs header,
.valeurs header,
.viande header,
.contact header,
.coordonnees header {
  height: 25vh;
  background-image: url('../img/banner-services.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#FFF;
}
.eleveurs header{
	background-image: url('../img/banner-eleveurs.jpg');
}
.valeurs header{
	background-image: url('../img/banner-valeurs.jpg');
}
.viande header {
	background-image: url('../img/banner-viande.jpg');
}
.contact header {
	background-image: url('../img/banner-contact.jpg');
}
.coordonnees header {
	background-image: url('../img/banner-coordonnees.jpg');
}
.services header h1,
.eleveurs header h1,
.valeurs header h1,
.viande header h1,
.contact header h1,
.coordonnees header h1,
.presse header h1{
	margin-top:160px;	
	font-weight: 600;
    font-size: 4rem;
    text-align: center;
    text-shadow: 0 0 0.2em #333;
}

.services section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}
.wrap {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 12px rgba(0,0,0,0.1);
    margin-bottom: 4rem;
}
@media (max-width: 768px) {
	.wrap {
		box-shadow: none;
		border-radius: 0;
	}
}

.services .wrap:hover {
    background: rgb(73,19,16);
    color: white;
}
/*
.viande .wrap:hover {
    background: rgb(156,14,25);
    color: white;
}
.viande .wrap:hover p span {
	color:white;	
}
*/
/*.viande .wrap:hover img,*/
.services .wrap:hover img{
	filter: brightness(0) invert(1);
}

.ico-wrap {
    margin: auto;
    margin-right:30px;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}

.mbr-section-title3 {
    text-align: left;
}
.wrap h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.wrap .display-5 {
    font-size: 1.4rem;
}
.wrap .mbr-bold {
    font-weight: 700;
}

.wrap p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
    margin-bottom:.2rem;
}
.wrap .display-6 {
    font-size: 1rem;
}

.services .video,
.viande video{
	width:100%;
}
.services video:active{
	border:0;	
}

/* VIANDE */
.viande p span{
	font-weight:700;
	color:rgb(156,14,25);
}
.viande p span.subtitle{
	font-weight:400;
	color:rgb(156,14,25);
}
.row.races{
	margin:20px;
	padding: 20px 0 20px 0;
}
.row.races > div{
	padding: 20px;
}
@media (max-width: 768px) {
	.row.races{
		margin:0px;
		padding: 5px 0 5px 0;
	}
	.row.races > div{
		padding: 0;
	}
}
.viande img.picture {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.viande table td{
	border:none;
}
.viande table td.bottom{
	border-bottom:1px solid rgb(156,14,25);
}
.viande table td.right{
	border-right:1px solid rgb(156,14,25);
}
.viande img.graphic{
	width:50%;
	margin:0 auto;
	display: block;
}
@media (max-width: 768px) {
	.viande img.graphic{
		width:100%;
	}
}


/* PRESSE */
.btn-primary{
	background-color: #00733a;
    border-color: #00733a;
}
.btn-primary:hover{
	background-color: #78b13e;
    border-color: #78b13e;
}
.presse h6{
	font-style: italic;
	color:#666;
}
.presse figurecaption{
	float:right;
	color:#999;
	font-size:.8rem;
	padding-top:4px;
}
.presse img.separator{
	opacity: .3;
	margin:10px 0 35px 0;
}
/* CONTAT */
contact-form{
    background: #fff;
    width: 80%;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: .25rem;
	padding: 0.375rem 0.75rem;
    background-color: #00733a;
    border-color: #00733a;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.contact-form .btnContact:hover{
	background-color: #78b13e;
    border-color: #78b13e;
}
.contact .fa{
	margin-right:10px;
}
.contact .contact-form a{
	color:black;
}
.contact .contact-form p{
	line-height: 1.5rem;
}
@media (max-width: 768px) {
	.contact-equipe{
		
		border-left:0;
	}	
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
.contact input, .contact textarea{
	margin-top:15px;
}
.contact .error{
	color:rgb(156,14,25);
	text-align:left;
	width:100%;
}
.contact .send{
	border: 1px solid #008b0b;
	border-radius: 4px;
	font-size:1.1rem;
	padding:10px;
}

/* FOOTER */
footer{
	color:#008b0b;
	background:url('../img/grass-bg.jpg') repeat center top;   
	border:0;
}
footer hr{
	background-color: #ccff33;
}
footer a{
	color:#008b0b;
}
footer a:hover{
	color: #ccff33;
}
@media (max-width: 768px) {
	footer, footer a {
		color:#333;
		text-shadow: 0 0 0.2em #fff;
	}
	footer hr{
		background-color: #999;
	}
}
footer ul{
	list-style: none;
	padding-inline-start: 0px;
}
footer .author{
	color:#FFF;
}
footer .apaqw{
	color:black;
	text-shadow: 0 0 0.2em #fff;
}
footer .apaqw img{
	height:30px;
	position:relative;
	top:-2px;
}








