html {
	font-size: 100%;
}


body{
	background: #ffffff;
   font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight:normal;
	color: #303031;
	line-height: 25px;
	text-align: left;
	overflow-x: hidden !important;
	margin: auto !important;
}
.header{
	padding:0em 0 1em;
}
.container { 
position: relative; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
.parag{
	text-align: justify!important;
	line-height:31px;
	font-family: 'Open Sans', sans-serif;
    color: #3A3A3A;
	}
.box {
  display: flex;
  flex-wrap: wrap;
    }

.boxmob {
background:#E5E6F0;
padding:30px 0px 5px 0px;
font-family: 'Open Sans', sans-serif;
text-align: center;
color: #3A3A3A;
    }
a h3{
color:#55585a;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
text-align: center
} 

.field-wrapper{
	padding-top: 10px;
	padding-bottom: 10px;
		font-size: 15px;
	font-weight: 100;	
	line-height: 20px;
    color: #949494;
}

.clearboth{
	clear: both;
}
label {
	font-size: 17px;
	font-weight: 500;	
	line-height: 22px;
    color: #2E2E31;
	font-family: 'Open Sans', sans-serif;
}
label.large {
	width: 100%;
}

/* start h_menu */
.h_menu{
	float: right;
	margin-top: 15px;
}
nav{
	display:block;
}
.menu{
	display:block;
}
.menu li{
	display:inline-block;
	position:relative;
	z-index:100;
}
.menu li:first-child{margin-left:0;}
.menu li.activate a,.menu li a:hover{
	background: #6cb16c;
	box-shadow: inset 0px -4px 0px #5a9e5a;
	-webkit-box-shadow: inset 0px -4px 0px #5a9e5a;
	-moz-box-shadow: inset 0px -4px 0px #5a9e5a;
	-o-box-shadow: inset 0px -4px 0px #5a9e5a;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	-o-border-radius: 4px;	
}
.menu li a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 20px;
	display: block;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover,.menu li:hover>a{
		background: #6cb16c;
	box-shadow: inset 0px -4px 0px #5a9e5a;
	-webkit-box-shadow: inset 0px -4px 0px #5a9e5a;
	-moz-box-shadow: inset 0px -4px 0px #5a9e5a;
	-o-box-shadow: inset 0px -4px 0px #5a9e5a;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	-o-border-radius: 4px;	
}

.mobile-menu{
	display: none;
	width: 100%;
	padding: 12px;
	background:#6cb16c;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}
.mobile-menu:hover{background:#5a9e5a;color:#ffffff;text-decoration:none;}
@media (min-width: 768px) and (max-width: 979px) {.mainWrap{width:768px;}.menu ul{top:37px;}
.menu li a{font-size:12px;padding:8px;}}
@media (max-width: 767px) {
	.mainWrap{width:auto;padding:50px 20px;}.menu{display:none;}.mobile-menu{display:block;margin-top:20px;}
nav{margin:0;background:none;}.menu li{display:block;margin:0;}.menu li a{background:#ffffff;color:#797979;border-top:1px solid #e0e0e0;
}
.menu li a:hover,.menu li:hover>a{background:#f0f0f0;color:#797979;
}
.menu ul{display:none;position:relative;top:0;left:0;width:100%;}
.menu ul ul{left:0;}
}
@media (max-width: 480px) {}@media (max-width: 320px) {}
/*---------------------------------------
   2.2 PRE LOADER              
-----------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
-----------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}


a:focus {
	outline: inherit;
	color: inherit;
}

strong {
	font-weight: 700;
}

.strong {
	font-weight: 700;
}


/*---------------------------------------
   2.4 MISC FIXES         
-----------------------------------------*/

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding-left: 0 !important;
}

li {
	list-style: none;
}

/*---------------------------------------
   3.2 TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h5,
h6 {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
    
}

h1 {
	font-size: 4rem;
	line-height: 3.75rem;
	font-weight:600;
    text-align:left;
    margin-bottom: 5px;
	margin-top: 5px;
    color:#000;	    
    text-shadow: 2px 2px 3px rgba(255,255, 255, 0.75);

}

h2 {
	font-size: 32px !important;
	line-height: 3rem;
	font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    color:#00692f;
    text-shadow: 1px 1px 3px rgba(255,255, 255, 0.75);
}

h3 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 400;
	line-height: normal;
    margin-bottom: 15px;
    margin-top: 15px;
	text-align: center;
}

h4 {
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 600;
	margin-top: 0px;
    margin-bottom:0px;
}

h5 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
}
.titre {
   color: #00692f;
}
.section5 h5{
	margin-bottom: 40px;
}
.section5 h3{
	margin-bottom: 30px;
}

/*---------------------------------------
   3.3 BUTTONS               
-----------------------------------------*/
.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
	outline: inherit;
	border-color: inherit;
}
.multiselect-native-select .btn{
	    border: 1px solid #ccc;
}
.multiselect-container>li>a>label {
	    line-height: 20px;
}


.standard-button {
	font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;
	border-radius: 3px;
	padding: 3px 5px 3px 5px;
	border: 0;
	margin: 5px;
	line-height: inherit;
	-webkit-transition: all ease 0.50s;
	transition: all ease 0.50s;
}

.standard-button i{
	margin-left: 5px;
}
.standard-button:hover{
	text-decoration: none;
	color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a.standard-button{
	border-radius: 6% / 50%;
}

 .sticky-navigation .navbar-nav > li > a.standard-button,
	.sticky-navigation .navbar-nav > li > a.secondary-button{
	font-size: 14px;
     padding-top: 4px;
    padding-bottom: 4px;
    margin-top:5px;
    margin-bottom: 6px;
	 }

/* --------------------------------------
=========================================
   4. SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/

/*---------------------------------------
   4.1 SECTIONS PADDING AND COLOR OVERLAY                
-----------------------------------------*/
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.rowvideo{
	padding:20px 0px 0px 0px;
}

.text-center{
	padding:15px 0px 5px 0px;
}
.section-style2 p,.section-style2 h2,.section-style2 h3{
	color: #fff;
}
.section-style2 .transp-button:hover{
	color: #000;
	background-color: #fff;
}

.pull-left{
	text-align: left;
}

.padding-head{
	padding: 10px 10px 10px 30px;
}

.padding-form{
	padding: 10px 10px 10px 10px;
}
.padding-list{
	padding-top: 4px;
	padding-bottom: 4px;
}
.padding-bloc{
	padding: 50px 50px 50px 50px;
}
.padding-form{
	padding: 12px;
}
/*========================================
   4.2 SECTION: HOME                
==========================================*/

/*---------------------------------------
   4.2.1 BASIC STYLES               
-----------------------------------------*/
header {
}
select{
	padding: 8px;
	border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
	width: 100%;
	
}
.color-overlay-map{
    background-color: #676767;
    
    background: rgba(204,202,204,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(204,202,204,1) 0%, rgba(145,145,145,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(204,202,204,1)), color-stop(100%, rgba(145,145,145,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(204,202,204,1) 0%, rgba(145,145,145,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(204,202,204,1) 0%, rgba(145,145,145,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(204,202,204,1) 0%, rgba(145,145,145,1) 100%);
background: radial-gradient(ellipse at center, rgba(204,202,204,1) 0%, rgba(145,145,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccacc', endColorstr='#919191', GradientType=1 );
    
     /*

    
    
  https://www.cssmatic.com/gradient-generator */
   
}
header .vertical-registration-form {
	margin-top: 60px;
}

header .home-screenshot {
    margin-top: 70px;
}

.navigation-header {
    padding-top: 0px;
    padding-bottom: 0px;
}
.intro-section {
	margin-top: 50px;
	margin-bottom: 50px;
}
.intro-mapsection {
	margin-top: 10px;
	margin-bottom: 10px;
}
.section-page1 {
    margin-top: 15px;
	margin-bottom: 0px;
    background: url("../assets/img/fond-titre-bovins-lait.png") no-repeat;
}
.section-page2 {
    margin-top: 15px;
	margin-bottom: 0px;
    background: url("../assets/img/fond-titre-bovins-viande.png") no-repeat;
}
.section-page3 {
    margin-top: 15px;
	margin-bottom: 0px;
    background: url("../assets/img/fond-titre-petit-ruminant.png") no-repeat;
}

.intro {
	color: #ffffff;
}

.intro-section .sub-heading {
    color: #ffffff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
}


.navbar-header img {
	max-height: 100px;
}


/*---------------------------------------
   4.2.2 NAVIGATION                
-----------------------------------------*/

.arrow {
	position: absolute;
	width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
	top:24px;
	right: 0px;
	
}

.arrow1 {
	position: absolute;
	width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0089ff;
	top:24px;
	right: 0px;
	
}

.arrow2 {
	position: absolute;
	width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #be271c;
	top:24px;
	right: 0px;
	
}

.arrow3 {
	position: absolute;
	width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #df611f;
	top:24px;
	right: 0px;
	
}


/*========================================
   4.6 SECTION: VIDEO              
==========================================*/
/*---------------------------------------
   4.6.1 BASIC STYLE / RESET         
-----------------------------------------*/
video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}


/*---------------------------------------
   4.9.2 SUBSCRIBE FORM           
-----------------------------------------*/
.subscribe-section {
	margin-top: 10px;
	margin-bottom: 0px;
	
}

.subscription-form .input-box {
	width: 300px;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 55px;
	border-radius: 3px;
	font-size: 16px;
	color: #000000;
	box-shadow: inherit;
}

.subscription-success,
.subscription-error {
    color: #FFFFFF;
}


/*---------------------------------------
   4.10.2 CONTACT FORM        
-----------------------------------------*/
.contact-form {
	margin-top: 25px;
}

.contact-form .success,
.contact-form .error {
	display: none;
}

.contact-form .input-box,
.contact-form .textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #727272;
	padding-left: 12px;
	font-size: inherit;
	line-height: auto;
}

.contact-form .input-box {
	min-height: 50px;
}

.contact-form .textarea-box {
	min-height: 200px;
	-webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
	color: #727272;
}

.contact-form .btn {
	margin-top: 25px;
}



/*========================================
   SECTIONS          
==========================================*/


.titresections{
    color: #fff;
    font-size: 29px;
    line-height: 31px;
    margin-top: 36px;
	margin-bottom: 36px;
	text-shadow: 1px 1px 2px #144;
}
.button1 {
margin-top: 32px;
	margin-bottom: 32px;
	padding: 9px;
    line-height: 18px;
	background: #d7e2ea;
	border:1px solid;
	border-radius: 5px;
	border-color:#0089ff;
	font-size: 14px;
	color:#0089ff;
	
	
}
.button2{
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 9px;
    line-height: 18px;
	background: #d7e2ea;
	border:1px solid;
	border-radius: 5px;
	border-color:#be271c;
	font-size: 14px;
	color:#be271c;
	
}
.button3{
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 9px;
    line-height: 18px;
	background: #d7e2ea;
	border:1px solid;
	border-radius: 5px;
	border-color:#df611f;
	font-size: 14px;
	color:#df611f;
	}
a:hover.button1 {
background: #E5EDF1;
color: #4EA4EB;
text-decoration: none;
}
a:hover.button2 {
background: #E5EDF1;
color: #FC6161;
	text-decoration: none;
}
a:hover.button3{
	background: #E5EDF1;
	color: #FDA651;
	text-decoration: none;
	background: #d7e2ea;
}
.button i{
	margin-left: 10px;
	
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.formulaire .formcontent {
    padding: 20px;
    margin: 10px 0px;
    background-color: rgba(0,0,0,0.45);
}

.formulaire h3{
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 2px #144;
}
#section2{
    margin-top: 30px;
}
#section2 .entete{
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase; 
    line-height: 36px;  
}
.alert-click{
    border: solid 1px #474749;
    margin: 20px 0px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    
}
#Confirmation {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
label.error{
    color: #fff;
    background: #e30513;
    margin-left: 4px;
    padding: 4px;
   -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;  

}
.header-page {
    background: #00692f;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}

.line {
    background-color: #cfd600;
    height: 4px;
    margin: 0px -15px;
    padding: 0px;
}
.zinfo {
    margin-top: 10px;
}

