<style type="text/css">

.reset {
	
}
/*-------------------------------------------------------------------------- Structure ---------------------------------------------------------------------------*/
body {
background-color:#FFFFFF;
}

/* ----------------- Header --------------*/

.bande_orange {
	width:100%;
	height:8px;
	background-color:#BA1C18;
	
}
.rs{
	width:70px;
	height:20px;
	position:absolute;
	top:10px;
	right:100px;
}
.drapeau {
width:30px;
height:20px;
position:absolute;
top:10px;
right:10px;
/*
transition: all 0.5s ease; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
*/
}
.drapeau_open {
height:60px;
}

.drapeau a {
background-repeat:no-repeat;
background-position:center center;
width:30px;
/* height:0px; 
visibility:hidden;*/
clear:both;
/*height:0px;

transition: all 0.5s ease; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease;
*/
}

.drapeau a.select, .drapeau a.affiche {
display:block;
height:20px;
visibility:visible;
}



.drapeau a:hover {
opacity:0.7;
}


.drapeau a.fr {
background-image:url(../images/interface/lang_en.png);
    height: 30px;
    display: block;
}
.drapeau a.en {
background-image:url(../images/interface/lang_fr.png);
    height: 30px;
    display: block;
}
.drapeau a.es {
background-image:url(../images/interface/lang_es.png);
}

.remonter {
position:fixed;
bottom:105px;
right:50px;
background-color:#368a67;
color:#FFFFFF;
z-index:999999999;
visibility:visible;
opacity:0.5;
-webkit-transition: all 0.9s ease; 
-moz-transition: all 0.9s ease; 
-o-transition: all 0.9s ease; 
border-radius:7px;
font-family:'icone';
font-size:2.5rem;
padding:7px 10px;
text-decoration:none;
}

.remonter:hover {
opacity:1;
}

.invisible_scroll {
right:-100px;
visibility:hidden;
}


.logo {
	display:block;
	margin:0;
	height:150px;
	width:311px;
	font-size:0px;
	letter-spacing: -100px;
	text-indent:-9999px;
	position:relative;
	background: url(../images/interface/logo.png) no-repeat left top ;
	background-size:contain;
}

.logo:hover {
	opacity:0.7;
}



header, .contenu, footer  {
width:100%;
clear:both;
padding:0 20px;
}

header  {
background:#FFFFFF;
position:relative;
}

header section  {
height:auto;
padding:25px 20px 40px 20px;
}

p {
	font-family: 'light', Arial, sans-serif;
    color:#474747;
    font-size: 18px;
	line-height:25px;
	margin:0;
}

.no_site {
display:none;	
}

/*-------------------------- Navigation de base --------------------------*/
a.picto {
    color: #368a67;
    text-decoration: none;
    font-size: 3rem;
    font-family: 'icone';
    display: block;
    width: auto;
    float: left;
    margin-right: 15px;
}

a.picto:hover {
    color: #FFFFFF;
}


nav {
position:absolute;
clear:both;
background-color:#FFFFFF;
text-align:center;
right:0;
bottom:50px;
}

nav ul {
    margin: auto;
    position: relative;
	text-align:right;
	display:block;
}

nav span {
float:left;
color:#BA1C18;
line-height:20px;
font-size:20px;
}

nav li {
float:left;
list-style:none;
text-align:center;
text-decoration:none;
color:#474747;
position:relative;
}

nav li a {
text-decoration:none;
color:#368a67;
display:block;
padding:0 12px;
font-size:15px;
text-transform:uppercase;
font-family: 'regular', Arial, sans-serif;
padding-bottom:20px;
}

/*
nav li a:hover {
	background: linear-gradient(to bottom, #BA1C18, #BA1C18);
    background-position: bottom;
    background-size: 40px 5px;
    background-repeat: no-repeat;
	padding-bottom:30px;
	color:#474747;
}
*/
nav li a:hover, .nav_select {
	color:#BA1C18;
	background: linear-gradient(to bottom, #BA1C18, #BA1C18);
    background-position: bottom;
    background-size: 40px 5px;
    background-repeat: no-repeat;
}

nav li a.sous_m:hover {
background:none;
}

nav li a.sous_m:hover {
background:none;
}


.bt_nav {
display:none;
}


#sub_nav1 {
left:-80px;
width:390px;
}



.subnav {
    visibility:hidden;
	opacity:0;
    width: auto;
    height: auto;
    position: absolute;
    top: 30px;
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	height:auto;
	z-index:1000000;
	overflow:hidden;
	border:1px solid #e4e4e6;
	background-color:#FFFFFF;
}
nav ul li:hover .subnav {
    visibility:visible;
	opacity:1;
	height:auto;
}

.subnav li {
width:100%;
background:#FFFFFF;
}

.subnav li:first-child {
padding:10px 0 0 0;
}

ul.subnav li a {
line-height:40px;
height:40px;
background:none;
}

ul.subnav li a:hover {


}




/*-------------------------- Navigation coté --------------------------*/
.rubrique {
height:100%;
}

.alpha_sous_menu {
width:100%;
height:100%;
background:#FFFFFF;
opacity:0;
z-index:100;
position:fixed;
visibility:hidden;
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
transition: all 0.5s ease; 
}

.alpha_sous_menu_visible {
visibility:visible;
opacity:0.7;
}

.rubrique img.logo_menu {
display:block;
margin:10px auto 30px auto;
}

.rubrique h2 {
color:#368a67;
margin:0;
font-size:1.2rem;
color:#f3f3f3;
text-indent:15px;
text-transform:uppercase;
}

.sous_menu {
width:300px;
height:100%;
z-index:99999;
position:fixed;
background:#e4e4e6;
opacity:0;
visibility:hidden;
left:-300px;
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
transition: all 0.5s ease; 
}

.sous_menu_visible {
visibility:visible;
opacity:1;
left:0;
}

.sous_menu .rubrique_invisible {
visibility:hidden;
opacity:0;
height:0;
}


.sous_menu .scrolling {
width:100%;
position:relative;
height:95%;
overflow:auto;
}

.sous_menu .scrolling li a {
text-decoration:none;
font-size:1rem;
color:#f3f3f3;
padding:5px 0;
text-indent:15px;
width:100%;
display:block;
}

.sous_menu .scrolling li {
margin-top:30px;
background:none;
}

.sous_menu .scrolling li.sous_nav {
margin-top:0;
background:none;
margin-top: 8px;
    list-style-image: url(../images/interface/puce.png);
    list-style-position: inside;
}

.sous_menu .scrolling li a:hover, .sous_menu .scrolling li.sous_nav a:hover {
color:#368a67;
text-decoration:underline;
}


.sous_menu .scrolling li.sous_nav a {
color:#f3f3f3;
text-indent:30px;
}

.sous_navigation li a {
text-decoration:none;
font-size:1.1rem;
color:#f3f3f3;
padding:0;
text-indent:0;
width:100%;
display:block;
}

.sous_navigation li {
margin-top:20px;
background:none;
}

.sous_navigation li.sous_nav {
background:none;
    margin-top: 8px;
    list-style-image: url(../images/interface/puce.png);
    list-style-position: inside;
}

.sous_navigation li a:hover, .sous_navigation li.sous_nav a:hover {
color:#368a67;
text-decoration:underline;
}


.sous_navigation li.sous_nav a {

}


.sous_navigation li a.class_select {
color:#368a67;
}




/* ----------------- Footer --------------*/
footer  {
background:#f3f3f3;
}

footer section  {
padding:20px 0;
text-align:center;
}

footer section img {
margin-right:10px;
}

footer section ul {
text-align:center;
padding:20px 0 10px 0;
float:right;
}

footer section ul.menu-full {
	float: none;
}

footer section li {
display:inline-block;
color:#368a67;
}

footer section li a {
color:#368a67;
text-transform:uppercase;
text-decoration:none;
font-size:10px;
padding:0 3px;
}

footer section ul span {
color:#BA1C18;
font-size:11px;
}

h2 {
font-size:28px;
font-family:'bold', arial;
text-transform:uppercase;
color:#368a67;
font-weight:inherit;
}

h2 span {
font-size:28px;
font-family:'light', arial;
text-transform:uppercase;
color:#368a67;
font-weight:inherit;
}


h3 {
font-size:1.8rem;
font-family:'light', arial;
color:#368a67;
font-weight:inherit;
}

#map {
height:250px;
display:block;
}






/*-------------------------- BLOC SLIDE ACTU --------------------------*/
.colonne2 .bloc_article {
background:#e4e4e6;
position:relative;
z-index:99999;
width:300px;
height:500px;
}


.bloc_article a.bt_actu {
color:#FFFFFF;
background-color:#368a67;
position:absolute;
bottom:50px;
right:20px;
font-size:2.2rem;
}
.bloc_article .bt_actu:hover {
color:#BA1C18;
}






.bloc_slide  {
overflow:hidden;
padding:0;
}


.bloc_slide ul {
height:450px;
position:relative;
}

.bloc_slide ul li {
float:left;
padding:20px;
height:500px;
position:relative;
}

.bloc_article .bloc_image {
height:200px;
width:calc(100% - 30px);
margin-bottom:20px;
}


.bloc_article h2 {
color:#368a67;
text-transform:uppercase;
margin:0 0 20px 0;
font-size:1.3rem;
}

.bloc_article p {
color:#BA1C18;
text-align:justify;
}

/*-------------------------- FIN BLOC SLIDE ACTU --------------------------*/

/*-------------------------- ROND, BANDE et TRAIT SPECIAUX --------------------------*/
.bande {
float:left;
width:49.25%;
}

.bande_gauche {
background-color:#e4e4e6;
}

.bande_droite {
background-color:#368a67;
float:right;
min-height:625px;
}

.bande .bloc {
background-color:#368a67;
width:550px;
min-height:100px;
}

.bande_gauche .bloc {
float:right;
background-color:#e4e4e6;
padding-top:60px;
}

/*-------------------------- Bloc SLIDE HOME --------------------------*/
.slide_home {
background-color:#e4e4e6;
background-position:center center;
background-repeat:no-repeat;
background-size: cover;
position:relative;
}

.slide_home section {
background-color:none;
min-height:100px;
background-color:#e4e4e6;
}

.slide_home .colonne1 {
padding:0;
}

.slide_home .colonne1 .bloc_slide  {
margin:0;
width:100%;
}

.slide_home .colonne1 .bloc_slide ul  {
height:650px;
}

.slide_home .colonne1 .bloc_slide ul li  {

}



.slide_home .bloc_slide ul li h2 {
	color:#368a67;
    padding: 20px 0;
    font-size: 2.7rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slide_home .colonne1 p {
color:#FFFFFF;
}


.slide_home a.fleche_slide { 
font-size:7rem;
color:#474747;
position:absolute;
top:0%;
text-decoration:none;
height:100%;
line-height:650px;
padding:0 10px;
left:0%;
}

.slide_home a.fleche_slide_droite { 
right:0;
left:inherit;
}

.slide_home a.fleche_slide:hover { 
background-color:#FFFFFF;
opacity:0.7;
color:#000;
}



/*-------------------------- Bloc Contenu par defaut --------------------------*/
.contenu {
background-color:#FFFFFF;
}


.contenu h2 {
padding-top:20px;
}

.contenu .bloc h2 {
padding-top:0px;
}

.bloc_flex {
    display: inline-flex;
}

/*-------------------------- Home --------------------------*/


.contenu_home1 {
	background-color:#368a67;
}
.contenu_home1 .colonne2 .bloc, .contenu_home1 .colonne2 {
	padding:0;
	margin:0;
}

.contenu_home1 .colonne2 .bloc:first-child {
	width:75%;
	height:400px;
	background-image:url(../images/photos/photo_home1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.contenu_home1 .colonne2 .bloc:last-child {
	width:25%;
	height:400px;
}

.contenu_home1 .colonne2 .bloc:last-child h2 {
	background: linear-gradient(to bottom, #FFFFFF, #FFFFFF), linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    background-position: top, bottom;
    background-size: 40px 5px, 40px 5px;
    background-repeat: no-repeat;
    margin: auto;
    padding:40px 0;
    text-align: center;
	color:#FFFFFF;
}

.contenu_home1 .colonne2 .bloc:last-child h2 span {
		color:#FFFFFF;
}











.contenu_home2 .colonne4 {
	padding:0;
}

.contenu_home2 .colonne4 a {
	text-decoration:none;
}

.contenu_home2 .colonne4 .bloc img {
	display:block;
	text-align:center;
	margin:auto;
	width:240px;
	height:70px;
}

.contenu_home2 .colonne4 .bloc {
	padding:0;
	margin:0;
	background-color:#e4e4e6;
	cursor:pointer;
	width:25%;
}


.contenu_home2 .colonne4 .bloc:hover .photo .photo_hover {
opacity:1;
}

.contenu_home2 .colonne4 .bloc:hover p {
color:#BA1C18;
}

.contenu_home2 .colonne4 .bloc:hover .picto_header_1 {
background-image:url(../images/picto/picto_entreposage_hover.png);
}

.contenu_home2 .colonne4 .bloc:hover .picto_header_2 {
background-image:url(../images/picto/picto_analyse_hover.png);
}

.contenu_home2 .colonne4 .bloc:hover .picto_header_3 {
background-image:url(../images/picto/picto_decoupe_hover.png);
}

.contenu_home2 .colonne4 .bloc:hover .picto_header_4 {
background-image:url(../images/picto/picto_transport_hover.png);
}

.contenu_home2 .colonne4 .bloc_gris {
	background-color:#f3f3f3;
}

.contenu_home2 .colonne4 .bloc .photo {
height:350px;
background-position:center center;
background-size:cover;
}


.contenu_home2 .colonne4 .bloc .picto_header {
background-repeat:no-repeat;
background-position:center center;
background-size:coutain;
height:109px;
}

.contenu_home2 .colonne4 .bloc .picto_header_1 {
background-image:url(../images/picto/picto_entreposage.png);
}

.contenu_home2 .colonne4 .bloc .picto_header_2 {
background-image:url(../images/picto/picto_analyse.png);
}

.contenu_home2 .colonne4 .bloc .picto_header_3 {
background-image:url(../images/picto/picto_decoupe.png);
}

.contenu_home2 .colonne4 .bloc .picto_header_4 {
background-image:url(../images/picto/picto_transport.png);
}


.contenu_home2 .colonne4 .bloc .photo .photo_hover {
background-image:url(../images/interface/bg_blanc.png);
width:100%;
height:100%;
opacity:0;
transition: all 0.5s ease; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
display:inline-flex;
}


.contenu_home2 p {
    padding:0px 0 20px 0;
    text-transform: uppercase;
	text-align:center;
	color:#368a67;
	font-family:'regular', arial;
	font-size:16px;
	height:60px;
}

.contenu_home2 p:hover {
	color:#BA1C18;
}

















.contenu_home3 {
	background-color:#FFFFFF;
	overflow: hidden;
	padding-top:20px;
	margin-bottom:20px;
}

.contenu_home3 .bloc_flex {
	flex-direction: column;
	background-color:#e4e4e6;
	margin:0;
	width:calc(62.5% - 20px);
	height:520px;
}

.contenu_home3 .bloc_flex p {
	background: linear-gradient(to bottom, #BA1C18, #BA1C18);
    background-position: top;
    background-size: 40px 5px;
    background-repeat: no-repeat;
    margin:auto;
    padding:25px 0;
    text-align: center;
	font-size:15px;
}

.contenu_home3 .bloc_flex p.sans_trait {
background:none;
}

.contenu_home3 p span {
	font-family: 'bold', Arial, sans-serif;
	font-size: 15px;
    text-transform: uppercase;
	line-height:25px;
	margin:0;
}





.contenu_home3 .bloc_actu {
background-color:#368a67;
margin-right:0;
height:520px;
}

.contenu_home3 .bloc_actu h2 {
color:#FFFFFF;
font-size:18px;
margin-bottom:20px;
background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
background-position: left bottom;
background-size: 40px 5px;
background-repeat:no-repeat;
padding-bottom:20px;
}

.contenu_home3 .bloc_actu h3 {
color:#FFFFFF;
text-transform:uppercase;
font-size:20px;
margin-bottom:10px;
}

.contenu_home3 .bloc_actu p {
color:#FFFFFF;
font-size:16px;
margin-bottom:20px;
}

.contenu_home3 .bloc_actu .photo {
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
height:240px;
margin-bottom:20px;
}

.contenu_home3 .bloc_actu a {
color:#FFFFFF;
text-align:right;
font-size:16px;
display:block;
}





/*-------------------------- Animation --------------------------*/
.bande_animation {
width:100%;
background-color:#f3f3f3;
margin-bottom: 20px;
}

.bande_animation section {
padding:0 20px;
padding-bottom: 20px;
}

.bande_animation section img {
background: linear-gradient(to bottom, #BA1C18, #BA1C18);
background-position: center bottom;
background-size: 40px 5px;
background-repeat:no-repeat;
padding-bottom:40px;
margin-bottom:30px;
display:block;
width:100%;
}

/*-------------------------- Contenu --------------------------*/
.bg_contenu section {
min-height:600px;

background-repeat:no-repeat;
background-position:top center;
background-size:contain;
padding:390px 80px 20px 80px;
}


.section-accueil {

background-image:url(../images/photos/bg_contenu.jpg);

}

.section-efbs1 {

background-image:url(../images/photos/bg_efbs1.jpg);

}

.section-efbs2 {

background-image:url(../images/photos/bg_efbs2.jpg);

}

.section-packgel {

background-image:url(../images/photos/bg_packgel.jpg);

}

/* section.section-packgel {
padding:0;

} */

.section-maex {

background-image:url(../images/photos/bg_maex.jpg);

}



.bg_contenu section .bloc {
padding:0;
margin-bottom:30px;
}

.bg_contenu section .bloc h2 {
color:#474747;
font-size:20px;
margin-bottom:10px;
}

.bg_contenu section .bloc h3 {
text-transform:uppercase;
font-size:16px;
color:#BA1C18;
}

.bg_contenu section .bloc p {
font-size:16px;
}

.bg_contenu section .bloc p span {
color:#BA1C18;
font-size:16px;
}

.bloc_rond{
	display:block;
	float:right;
}
#bloc_rond_packgel{
	margin-left: 200px;
}
.rond_orange {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    background-color: #BA1C18;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    /* padding-top: 30px; */
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}


.rond_orange p {
font-size:16px;
color:#FFFFFF;
text-align:center;
margin:auto;
font-family:'bold', arial;
text-transform:uppercase;
line-height:20px;
background: linear-gradient(to bottom, #FFFFFF, #FFFFFF), linear-gradient(to bottom, #FFFFFF, #FFFFFF);
background-position: top, bottom;
background-size: 15px 2px, 15px 2px;
background-repeat: no-repeat;
padding: 15px 0;
}

.bg_contenu section .bloc_gris {
background-color:#e4e4e6;
padding:30px 50px;
width:calc(35% - 20px);
margin-right:20px;
height:330px;
}

.entreposage section .bloc_gris {
height:400px;
}

/*.packgel section .bloc_gris {
height:270px;
}
*/
.bg_contenu section .bloc_grand {
width:calc(65% - 20px);
margin-right:0;
margin-left:0;
}


.bg_contenu section .bloc_petit {
width:calc(35% - 20px);
}

.bg_contenu section .bloc_maex:last-child {
width:100%;
height:auto;
}

.bande_photo section img {
display:block;
width:100%;
margin-bottom:20px;
}


/*-------------------------- Contact --------------------------*/

.contact{
	overflow: hidden;
	margin-bottom: 20px;
}

.contact .bloc_team {
    flex-direction: column;
    padding: 30px;
    background-color: #e4e4e6;
    margin: 0;
    width: calc(50% - 20px);
   
}

.contact .bloc_team h2,
.bloc .encart h2,
.contact .bloc_team .encart h2 {
color:#474747;
font-size:14px;
text-align:center;
padding-bottom: 10px;
margin-bottom: 5px;
}

.contact .bloc_team .ligne1 {
width:33%;
}

.contact .bloc_team .ligne2 {
width:50%;
padding:20px;
}



.contact .bloc_team .encart {
	float:left;
    margin-bottom: 0px;
    width: 100%;
}


.contact .bloc_team .encart h3 {
font-size:14px;
text-align:center;
color:#474747;
margin-bottom:10px;
}

.contact .bloc_team .encart a {
	text-align: center;
    display: inherit;
    margin-bottom: 20px;
    color: #368a67;
    font-size: 18px;
}

.contact .bloc_map {
    background-color: #368a67;
    width: calc(50% - 20px);
    padding:30px, 30px, 0px, 30px;
    margin-right: 0;
    /* height: 474px; */
}

.contact .bloc_map h2 {
color:#FFFFFF;
padding-top:15px;
font-size:18px;
text-align: center;
}

.contact .bloc_map p {
color:#FFFFFF;
}

/* .bt_mail {   
 text-align: center;
    display: inherit;
    margin-bottom: 20px;
color:#368a67;
font-size:18px;
} */


/*-------------- RSE --------------*/

.rse-title{
	background-color: #f3f3f3;
}

.rse-presentation{
	padding: 25px;
	/* height: 380px; */
}
.rse-presentation-p{
	text-indent: 5rem;
	padding-top: 1rem;
	text-align: justify;
}
.rse-presentation h2,
.titre-rse-h3{
	font-size: 2rem;
	font-weight: bold;
	font-family: 'bold', arial;
    text-transform: uppercase;
    color: #368a67;
}

.rse-present-right{
	float: right;
	font-family: 'light', Arial, sans-serif;
    color: #474747;
    font-size: 18px;
    line-height: 25px;
}
.ancrage-territorial ul li,
.femme-homme ul li,
.environnement ul li,
.innovation ul li{
	font-family: 'light', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
}

.ancrage-territorial ul li#list-rse1,
.femme-homme ul li#list-rse1,
.environnement ul li#list-rse1,
.innovation ul li#list-rse1{
	margin-top: 10px;
}
.liste-rse{
	margin-left: 20px;
}
/* .circuits-courts{
	display: flex;
    align-items: center;
    background-color: #f3f3f3;
    padding: 20px;
	margin-bottom: 20px;
}
.circuits-courts img{
	margin-right: 20px;
}
.emploi-territoire{
	display: flex;
    align-items: center;
    background-color: #f3f3f3;
    padding: 20px;
}
.emploi-terrtitoire img{
	margin-right: 20px;
} */

.femme-homme,
.environnement,
.innovation{
	color: #FFFFFF;
}
.femme-homme .favorisation,
.femme-homme .dialogue-attractive,
.ancrage-territorial{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 15px;
}
/* .securite,
.egalite,
.dialogue,
.attractive{
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	width: 40%;
} */
.dialogue,
.attractive{
	height: 370px;
}
.securite{
	background-color: #006ea1;
}
.egalite{
	background-color: #00163f;
}
.attractive{
	background-color: #ff3922;
}
.dialogue{
	background-color: #3aa9de;
}
.biodiversite{
	background-color: #3e7d44;
}
.transition{
	background-color: #78b800;
}
.competitivite{
	background-color: #fe4819;
}
.innovant{
	background-color: #ffb20a;
}
.circuits-courts{
	background-color: #389237;
}
.territoire{
	background-color: #cd8b10;
}

.environnement .bio{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 15px;
}


.innovation{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.flex {
    display: flex;
}
.flex-width-1-3 {
width:32%;
}
.flex-width-1-2 {
width:40%;
}
.flex-width-1-1 {
width:100%;
}
.flex-bloc {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 15px;
}
.biodiversite,
.transition,
.competitivite{
	height: 750px;
	padding: 10px;
	width: 32%;
}
.innovant{
	height: auto;
	padding: 10px;
	width: 50%;
}

.encart-contact-multiple {
	width: 100%!important;
	padding-top: 0!important;
}

.encart-contact-multiple a {
	text-align: center;
    display: inherit;
    margin-bottom: 5px;
    color: #368a67;
    font-size: 18px;
}

.bloc .encart a,
.bt_mail {
	text-align: center;
    display: inherit;
    margin-bottom: 20px;
    color: #368a67;
    font-size: 18px;
	background: linear-gradient(to bottom, #BA1C18, #BA1C18);
    background-position: center bottom;
    background-size: 40px 5px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 5px;
}
.tel{
	width: 100%;
}
.tel p{
	color: #BA1C18;
	font-family: 'bold', arial;
	text-align: center;
}
@media (max-width: 1150px) {
    .flex-width-1-3, .flex-width-1-2, .innovant {
        width: 100%;
    }
    .flex-column {
        flex-direction: column;
    }
	.flex{
		flex-direction: column;
	}
}
</style>