* {margin:0;padding:0;box-sizing:border-box;}
 
body {
  overflow-x: hidden;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust:none;
  -webkit-tap-highlight-color: #003366; 
	}
	
	
	
	
/* 	TYP3 */
	
p {
  line-height: 1.75;
  color: #666666;
 }
 
a {color: #003366;}
a:hover {color: #cc0066;}

.text-primary {
  color: #003366 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif; 
  color: #cc0066;
  }  
  
h3 {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
	}
	  
h4 {
	color: #cc0066;
	font-size: 16px !important;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 30px;
	}

.carre ul{
	list-style-image: url('../img/drop_ul.png');
	width: 100%;
}

.carre li{
	margin-bottom: 15px;
	margin-left: 20px;
}

@media (max-width: 768px) {
	
	
h3 {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 800;
  }
  
}

::-moz-selection {
	background: #cc0066;
	text-shadow: none; 
	}

::selection {
	background: #cc0066;
	text-shadow: none; 
	}

img::selection {
	background: transparent; 
	}

img::-moz-selection {
	background: transparent; 
	}


/* 	NAV */

h1{
	width: 222px;
	height: 60px;
	background-image: url('../img/agropur_logo.png');
	background-size: contain;
	margin-bottom: 0;
}

h1 span{
	display: none;
}

#mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 65px;
    padding-right: 65px;
    -webkit-transition: padding-top 0.5s, padding-bottom 0.5s;
    -moz-transition: padding-top 0.5s, padding-bottom 0.5s;
    transition: padding-top 0.5s, padding-bottom 0.5s;
    border: none;
	}
	
  
#mainNav .navbar-toggler {
    font-size: 18px;
    right: 0;
    padding: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    text-align: center;
    }
    
#mainNav .navbar-brand {
	padding: 20px 0;
	font-size: 1.75em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s; 
    }
    
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #ffffff; 
	}
	
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 70%;
    font-weight: 800;
    padding: 0.75em 0;
    letter-spacing: 2px;
    color: #ffffff;
	padding: 1.1em 1em !important; 
	text-align: center;
    }
    
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #ffffff; 
	opacity: .6;
	}
	
#mainNav .navbar-nav .nav-item .nav-link.current{
	opacity: .6;
	}

#mainNav .navbar-nav .nav-item .nav-link.langue {
	color:#cc0066;
	}
	
#mainNav.navbar-shrink {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #003366; 
	}
	
#mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
	} 

    
@media (max-width: 728px) {
	
h1{
	width: 60px;
	height: 60px;
	background: transparent url('../img/agropur_logo_media.png') no-repeat top left;
	background-size: contain;
}
	  
#mainNav {
	background-color: #003366; 
	position: relative;
    padding: 15px;
    }
    
#mainNav .navbar{
	padding: 0;
	}
    	
#mainNav .navbar-brand {
    color: #ffffff;
    padding: 0;
	}
	
#mainNav .navbar-toggler {
	padding: 0;
	}
	
}


/* 	MEP */

.section-titre{
	padding: 80px 40px;
	}
  
.section-titre.moins{
	padding: 80px 40px 30px !important;

}
  
.section-titre h3{
	  margin-bottom: 0;
	}

.intermede{
	padding:200px;
	}
	
.intermede-haut{
	height:75vh;
	}

.bottom-30 {
	margin-bottom: 30px;
	}
	
.bottom-80 {
	margin-bottom: 80px;
	}

.top-30{
	margin-top: 30px;
	}	
	
.top-80{
	margin-top: 80px;
	}	
	
.bg-agroblue{
	background-color: #003366;
	color: #ffffff;
	}
	
.rectangle{
	padding: 0 !important;
	}

.carre{
	padding: 120px 80px;
	display: flex;
	align-items: flex-start ;
	flex-direction: row;
	flex-wrap: wrap;
	}

.carrelr{
	padding:0 80px;
	}


.haut{
	padding: 160px 80px !important;
	}

.carre-img{
	height: 100%;
	overflow: hidden;
	padding-right: 0 !important;
	padding-left: 0 !important;
	}

.carre-img-cover{
	padding-left:0 !important;
	padding-right: 0 !important; 
	}
	
.carre-img img{
	min-height: 100%;
	}

.carre-icone{
	padding: 0 80px 30px;
	}
	
.carre-chiffre{
	padding-bottom: 30px;
	}
	
.chiffre span{
	font-weight: 800;
	font-size: 42px;
	letter-spacing: 1px;
	margin-bottom: 0;
}	

@media (max-width: 768px){
	.chiffre span{
    display: block !important;
	}
}

.chiffre p{
	line-height: 1;
	}

.bleu {background-color: #003366;}
.bleu p, .bleu li {color: #fff;}
.bleu i {color: #cc0066;}
.bleu span{ color:#cc0066; display: block; font-weight: 600;}


.blanc {background-color: #ffffff;}
.blanc p, .blanc ul {color: #003366;}
.blanc span{color:#cc0066; display: block;}

.gris {background-color: #f7f7f7;}
.gris p{color: #222;}

.ciel {background-color: #7f99b2;}
.ciel p{color: #003366;}

.exergue{
	font-size: 24px;
	text-align: center;
	padding: 80px;
	}
	
.exergue h3{
	color: #003366;
	margin-bottom: 15px;
	}
	
.exergue p{
	color: #fff;
	}

.exergue span{
 	color:#cc0066; display: block; font-weight: 800;
	}

@media (max-width: 768px) {
	
.section-titre{
	padding:40px;
	}
	
.row{
	margin-left: 0;
	margin-right: 0;
	
}	

.haut{
	padding: 40px !important;
	}

.carrelr{
	padding:0 40px;
	}
	
.carre{
	padding: 40px;
	}
	
.carre-img-cover{
	padding: 100px 0 !important;
	}
	
.carre-icone{
	padding: 0 40px 30px;
	}

	
.intermede{
	padding: 100px 0;
	}

	
.blanc span, .bleu span, .exergue span{
	}

.exergue{
	font-size: 18px;
	padding: 40px;
	}
	
.bottom-80 {
	margin-bottom: 40px;
	}
	
.top-80{
	margin-top: 40px;
	}	

}


/* 	SECTION */

#video{
	padding: 60px 0;
	background: #003366;
	}

#video .col-lg-12{
	text-align: center;
	}

#partners{
	}



/* 	COVER */
  
.masthead {
	color: #003366;
	height: 100vh;
	display: flex;
	align-items:center;
	flex-direction: row;
 	}

.intro-heading{
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 200;
	line-height: 48px;
	margin-bottom: 30px;
	}
      
.intro-heading h2{
	font-size: 28px;
	color: #cc0066;
	font-weight: 600;
	} 
	
.masthead-page {
	color: #003366;
	height: 20vh;
	display: flex;
	align-items:flex-end;
	flex-direction: row;
	} 

@media (min-width: 768px) {
	
.intro {
	display: flex;
	flex-direction: column; 
	justify-content: flex-end;
	}
  
.intro .intro-icone {
	height: 120px;
	display: block;
	}
  
.intro .intro-icone img{
  	max-height: 100%;
	}

.intro .intro-heading {
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 2px;
	margin-bottom: 50px;
	} 
	
.intro .intro-heading h2{
	font-size: 54px;
	font-weight: 600;
    } 
    
.masthead-page {
	color: #003366;
	height: 50vh;
    } 
}


.first{
	background-color: #003366;
	background-image: url('../img/motif.png');
	background-attachment: fixed;
	background-position: center center;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
    }
    
.first p{
	color:#fff;
	}

.mission p {
	font-size: 22px;
	color: #003366;
	}

.content-icone {
	margin-bottom: 15px;
	width: 100%;
	}

.content-icone img {
	width: 130px;
	height: 130px;
	}


.team-member {
	margin-bottom: 50px;
	text-align: center; 
	width: 100%;
	}

.team-member img {
    width: 160px;
    height: 160px;
    }



.faqueu span{
	font-weight: 600;
	text-decoration: underline;
}


/* 	footer */

footer {
	margin-top: 200px;
	padding: 25px 0;
	text-align: center; 
	}
footer span.copyright {
	font-size: 90%;
	line-height: 1.5;
	text-transform: none;
	}
  
footer ul.quicklinks {
	font-size: 90%;
	line-height: 1.5;
	margin-bottom: 0;
	text-transform: none;
	}



/* 	DIVERS */


.social-buttons li{
	margin: 0;	
}

ul.social-buttons {
	margin-bottom: 0; 
	}
	
ul.social-buttons li a {
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: white;
	border-radius: 100%;
	outline: none;
	background-color: #003366; 
	}
	
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
	background-color: #cc0066; 
	}


.btn-secondary{
	background-color: transparent;
	border: 1px solid #fff;
	}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover{
	border: 1px solid #fff;
	background-color: rgba(255,255,255,.2);
	}

.btn-tertiary{
	background-color: #cc0066;
	border: 1px solid #cc0066;
	color: #fff;
	font-weight: 700;
	}

.btn-tertiary:active, .btn-tertiary:focus, .btn-tertiary:hover{
	background-color: rgba(204,05,102,.9);
	color: #fff !important;
	}

.intro-cta .btn {
	background-color: #fff;
	color: #cc0066;
	font-weight: 700;
	font-size: 90%;
	letter-spacing: 1px;
	}

.intro-cta .btn:active, intro-cta .btn:focus, .intro-cta .btn:hover {
    background-color: rgba(255, 255, 255, 0.9)!important;
    color: #cc0066; 
    }
    
.intro-cta .btn:active, .intro-cta .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important; 
    }
    
 .submitbtn{
	background-color: #fff;
	color: #cc0066;
	font-weight: 700;
	font-size: 90%;
	letter-spacing: 1px;
	padding: 0.75rem 1.75rem;
	margin-bottom: 30px;
	 }   

.submitbtn:active, .submitbtn:focus, .submitbtn:hover {
    background-color: rgba(255, 255, 255, 0.9)!important;
    color: #cc0066; 
}
    
.olicon{
	display: flex;
	clear: both;
}  
    
.olicon i{
	font-size: 24px;
	margin-right: 20px;
	line-height: 1.5;
	}    
	
.olicon p{
	width:100%;
	}    

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}	
	
    
@media (max-width: 768px) {
	
.partners{
	margin-bottom: 30px;
	}
	
footer {
	margin-top: 0;
	}
}

    