html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}



/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    .normal-design {
	display: block;
	}
	
	.resp-design {
	display: none;
	}
	
	#toogle-menu {
	display: none;
	}
	
	.logo-responsive {
		display: none;
	}
	
	.menu-responsive {
		display: none;
	}
	
	
	

@media only screen and (max-width: 1100px) {
	
	
	.logo img {
	width: 100px !important;
	}
	
	
	.logo {
	float: none !important;
	padding-top: 15px;
	text-align: center;
	}

	
	.normal-design {
	display: none;
	}
	
	.resp-design {
	display: block;
	}
	
	#toogle-menu {
		display: block;
		position: absolute;
		top: 5px;
		right: 100px;
		text-align: left;
		color: #0d6146;
	}
		
	
	.menu-responsive {
		display: none;
		position: absolute;
		left: 0;
		top: 40px;
		z-index: 10000000000000;
		background-color: #eeeeee;
		width: 100%;
		border-top: 1px solid #0d6146;
		padding-top: 25px; 
		border-bottom: 1px solid #0d6146;
	}
	
	
	.menu-responsive ul {
	list-style: none;
	width: 100%;
	text-align: center !important;
	}
	
	.menu-responsive ul li {
		text-align: center !important;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		
		font-weight: normal;
		color: #255085;
		text-transform: uppercase;
		
		margin-bottom: 25px !important;
		width: 100%;
		
	}
	
	.menu-responsive ul li.current_page_item a, .menu-responsive ul li.current_page_item {
	background:#cccccc;
	padding: 15px !important;
	}
	
	.menu-responsive ul li ul {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.menu-responsive ul li ul li {
		
		margin-bottom: 15px !important;
	}
	
	
	.menu-responsive ul li ul li a:link, .menu-responsive ul li ul li a:visited {
		font-family: 'Open Sans', sans-serif;
		font-size: 15px !important;
		font-weight: normal;
		color: #255085;
		text-transform: none !important;
		text-align: left;
	}
	
	.menu-responsive ul li ul li a:hover {
		font-family: 'Open Sans', sans-serif;
		font-size: 15px !important;
		font-weight: normal;
		color: #255085;
		text-transform: none !important;
		text-align: left;
		text-decoration: underline;
		
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease; 
		-o-transition: all 0.3s ease;	
		transition: all 0.3s ease; 
	}
	
	
	.item-actif::before {
		content: '';
	    position: absolute;
	    border-color: #255085;
	    border-style: solid;
	    border-width: 0px !important;
	    background-color: #255085;
	    height: 3px;
	    
	    left: -10px;
	    margin-top: 5px;
	   
	    width: 0px !important;
	}
	
	.thumb-equipe img {
		width:100%;
	    height:auto !important;
	    margin:0%;
	}
	
	
	
}	
	



body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	color: #2e2e2e;
	line-height: 1em !important;
}


ol, ul {
	list-style-type:square;
	list-style-position:inside;
}

iframe {
    display: block;  
    margin: 0 auto;
    border: 0;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	corps-content: '';
	corps-content: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}


select {
height: 30px;
margin-top: 3px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
input[type="url"],
input[type="number"] {
height: 42px;
width: 100%;
	background: #f9f9f9;
	border: 1px solid #cecece;
	margin-bottom: 20px !important;
	padding-left: 10px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

textarea {
height: 200px;
width: 100%;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
margin-bottom: 15px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

input[type=submit] {	
margin: 0 auto 15px auto;
font-weight: bold;
text-align: center;
background-color: #dedddd;
width: 155px;
height: 40px;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
color: #555555;
font-family: 'Montserrat', sans-serif;
font-size:14px;
}

input[type=submit]:hover {
background-color: #255085;
color: #ffffff;
}



hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}


ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}

cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}



/* A adapter en fonction du site */

strong {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}

p {
	font-weight: normal;
	font-size: 14px !important;
	text-align: left;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif !important;
	color: #7a7a7a;
}

ul {
	font-weight: normal;
	text-align: left;
	/*margin-top: 10px; */
	margin-bottom: 10px;
	
}

li {
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	color: #7a7a7a;
}

a:link {
	color: #0d6146;
	text-decoration: none;
}
a:visited {
	color: #0d6146;
	text-decoration: none;
}
a:active,
a:hover {
	color: #f0941d;
	text-decoration: none !important;
	
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;	
	transition: all 0.3s ease; 
}

a:focus 
{ 
outline:0 !important; 
}

input:focus {outline: 0 !important;}

.produits:focus {
	border: none !important;
	outline:0 !important;
}

/* Header
-------------------------------------------------------------- */
#header {
background-color: #ffffff;
height: 185px;
color: #136046;
position: relative;
}

.zone-drapeaux {
	position: absolute;
	top: 0;
	right: 30px;
}

.zone-drapeaux ul {
	list-style: none;
}

.zone-drapeaux ul li {
	color: #ffffff !important;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	background-color: #2a6e55;
	cursor: pointer;
	margin-right: 5px;
	color: #FFF;
	text-transform: capitalize;
}

.zone-drapeaux ul li a span, .zone-drapeaux ul li a span {
	color: #fff;
} 


.zone-drapeaux ul li:hover {
	background-color: #a77a52;
}

#header a:link {
	color: #136046;
	text-decoration: none;
}
#header a:visited {
	color: #136046;
	text-decoration: none;
}
#header a:active,
#header a:hover {
	color: #ffffff;
	text-decoration: none;
	
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;	
	transition: all 0.3s ease; 
}

.logo {
	margin-top: 20px;
	width: 264px;
	height: 138px;
	float: left;
}


#nav-bar {
	position: relative;
	top: 129px;
	float: left;
	z-index: 1000;
	
}


#nav-bar ul {
	float: right; 
	list-style: none;
}

#nav-bar li {
	float: left; 
	list-style: none;	
	margin-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px; 
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	
}

#nav-bar li a:link, #nav-bar li a:visited {
	color: #136046;	
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 8px;
}

#nav-bar li a:hover {
	color: #ffffff;	
	text-decoration: none;
	background-color: #f0941d;
	
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#nav-bar li.current_page_item a {
	color: #ffffff;	
	text-decoration: none;
	background-color: #f0941d;
	
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}



#nav-bar ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0
	z-index: 1000000;
}

#nav-bar ul ul a
{
	height: 30px;
	margin-top: 10px;

}

#nav-bar ul ul li
{
	float:none;
	width:250px;
	height: 30px;

}

#nav-bar ul ul a
{
	padding-top: 7px;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 8px;

	color: #ffffff !important;
	font-weight: normal !important;
	background-color: rgba(19, 96, 70, 0.5);
		
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#nav-bar ul ul a:hover
{
	padding-top: 7px;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 8px;
	
	color: #ffffff !important;
	background-color: rgba(240, 148, 29, 0.5);
	
}


#nav-bar ul li:hover > ul
{
	display:block;
}


/* =corps-content
-------------------------------------------------------------- */
#corps{
min-height: 400px;
}


.content {
	
	}

.content ul {
	font-weight: normal;
	text-align: left;
	margin-top: 10px; 
	margin-bottom: 10px;
}

.content p {
	font-weight: normal;
	font-size: 14px !important;
	text-align: justify;
	line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #7a7a7a;
}

.content h1 {
	font-weight: bold;
	font-size: 18px !important;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #a3c62c;
	margin-bottom: 15px;
}

.content h2 {
	font-weight: bold;
	font-size: 16px !important;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #f0941d;
	margin-bottom: 15px;
	
}

.content h3 {
	font-weight: bold;
	font-size: 16px !important;
	text-align: left;
	text-transform: normal;
	line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #136046;
	margin-bottom: 5px;
}

.content h4, .content h5, .content h6 {
	font-weight: normal;
	font-size: 14px !important;
	text-align: left;
	text-transform: normal;
	line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #136046;
	margin-bottom: 5px;
}


.content ul {
	list-style: none;
	list-style-position: inside;
}

.content li:before {
    content: "• ";
    
    color: #394b97;
    margin-right: 6px;
}

p a:link {
	color: #0d6146;
	text-decoration: none;
}
p a:visited {
	color: #0d6146;
	text-decoration: none;
}
p a:active,
p a:hover {
	color: #172983;
	text-decoration: none !important;
	
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;	
	transition: all 0.3s ease; 
}



.pave-produit {
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.int-pave-produit {
	text-align: center !important;
	color: #ffffff;
	width: 100%;
	height: 210px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	background: #f6a800; /* Old browsers */
background: -moz-linear-gradient(top, #f6a800 0%, #eb6a0b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f6a800 0%,#eb6a0b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f6a800 0%,#eb6a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a800', endColorstr='#eb6a0b',GradientType=0 ); /* IE6-9 */
}

.int-pave-produit:hover {
text-decoration: none !important;	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#136046+0,25ba68+100 */
background: #136046; /* Old browsers */
background: -moz-linear-gradient(top,  #136046 0%, #25ba68 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #136046 0%,#25ba68 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #136046 0%,#25ba68 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#136046', endColorstr='#25ba68',GradientType=0 ); /* IE6-9 */
}

.int-pave-produit h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center !important;
	position: absolute;
	bottom: 35px;
	left: 50%;
	width: 130px;
	margin-left: -65px;
	display: table;	
}

.pave-actu {
	border: 1px solid #cccccc;
	min-height: 250px;
	min-width: 340px;
	margin-bottom: 30px;
	position: relative;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.thumb-actu {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.thumb-actu img {
	width: 100%;
	max-width: 150px;	
}

.texte-actu {
	float: left;

}

.texte-actu h2 {
	color: #172983;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	}
	
.savoir-plus a:link, .savoir-plus a:visited {
	color: #2a6e55;
}

.savoir-plus a:hover {
	color: #172983;
}



/* =Pages intérieures
-------------------------------------------------------------- */

.content-haut{
	margin-top: 65px;
	margin-bottom: 30px;
}

.content-haut h2 {
	font-weight: normal;
	font-size: 30px !important;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #f0941d;
	margin-top: 0px !important;
	margin-bottom: 70px;
}

.thumb-pages {
	margin-top: 45px;
}



.thumb-equipe {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #cccccc;
		margin-bottom: 5px;
		position: relative;
}

.thumb-equipe img {
	width:100%;
    height:auto;
    margin:0%;
}

.descri-equipe {
	width: 100%;
	height: 110px;
	float: left;
	padding: 5px;
	background-color: #eeeeee;
			margin-bottom: 15px;
		position: relative;
		font-weight: normal;
	font-size: 14px !important;
	text-align: left;
	text-transform: normal;
	line-height: 1.5em !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #00b1e6;
}



/* =Liste des actualités
-------------------------------------------------------------- */

.item-actu {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}

.thumb-actu-liste {
max-width: 100%;
}

.thumb-actu-liste img {
max-width: 100%;
height: auto !important;
}

.texte-actu h3 {
	margin-top: 0 !important;
}

.texte-actu {
	position: relative;
	margin-bottom: 30px;
}

/* =Page contact
-------------------------------------------------------------- */

.wpcf7 label{
font-weight: normal !important;
	font-size: 16px !important;
	text-align: left;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif !important;
	color: #273582;
	margin-bottom: 5px !important;
}

.wpcf7-list-item-label  {
margin-right: 20px;
}

.wpcf7-form br {
	display: none;
}

.wpcf7 p {
	text-align: left !important;
}

/* =Footer
-------------------------------------------------------------- */

.sur-footer {
text-align: center;
}

.sur-footer img {
	float: left;
	max-width: 50px;
	margin-right: 15px;
	margin-top: 35px;
}

.element-reassurance {
	display: table;
	text-align: center;
	margin: 0 auto 0 auto;
}

.terme-reassurance {
	float: left;
	height: 75px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.sur-footer h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px; 
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #0d6146;
}

.footer {
	background-color: #0d6146;
	height: 300px;
	position: relative;
	padding-top: 20px;
}

.footer h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #ffffff;
	margin-top: 0 !important;
}

.footer p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px; 
	font-weight: normal;
	text-transform: none;
	text-align: right;
	color: #ffffff;

}

.footer a:link, .footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #eeeeee;
	text-decoration: none;
}

.menu-footer-container  {
	height: 250px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin-right: 30px;
}

.menu-footer-container ul {
	list-style: none;
}

.menu-footer-container li {
	font-weight: bold;
	margin-bottom: 20px ;
}

.menu-footer-container li ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

.menu-footer-container li ul li {
	font-weight: normal !important;
	margin-top: 5px !important;
	padding-left: 25px;
	margin-bottom: 15px !important;
}

.reseaux-sociaux {
	float: right;
	margin-top: 120px;
}

.reseaux-sociaux a:link, .reseaux-sociaux a:visited {
	color: #ffffff;
}

.reseaux-sociaux a:hover {
	color: #cccccc;
}

.position-piedpage {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}

.portail  {
	text-align: center
}

.fond-kerrfrance {
	background-image: url('images/fond-kerrfrance.jpg');
	height: 100vh;
	width: 100%;
	margin:0;
  padding:0;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  background-position: center;
  position: relative;
}

.fond-grainsolutions {
	background-image: url('images/fond-grainsolutions.jpg');
	height: 100vh;
	width: 100%;
	margin:0;
  padding:0;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  background-position: center;
  position: relative;
}

.portail .logo-portail {
	width: 100%;
	height: auto;
	margin-top: 55px;
}

.portail img {
	max-width: 100%;
	
}


.portail .lien i {
	margin-right: 10px;
}

.portail .lien {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 55px;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}

.portail a:link, .portail a:visited {
	
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.portail a .lien.black {
	
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.portail a:hover {
	
	font-size: 36px;
	text-transform: uppercase;
	color: #ccc;
	text-align: center;
}

.portail a:hover .lien.black {
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease; 
		-o-transition: all 0.3s ease;	
		transition: all 0.3s ease; 
	color: #ccc;
}

@media only screen and (max-width: 968px) {
	.portail .logo-portail {
		width: 60%;
		margin: 55px auto 0 auto !important;
	}
	
	.portail .lien {
	
	font-size: 22px !important;
	}
	.portail .lien a:link, .portail .lien a:visited {
	
		font-size: 22px !important;
	}

}


#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  background: #FFF;
}

/*
#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
*/

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }
