* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayitalic';
    src: url('fonts/raleway-italic-webfont.woff2') format('woff2'),
         url('fonts/raleway-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-light-webfont.woff2') format('woff2'),
         url('fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1{
color:white;
position:relative;
text-align:left;
 width: 550px;
height: 165px;
line-height: 45px;
 display: inline-block;
 font-family:ralewaybold;
 font-weight: 700;
 font-size: 40px;
 letter-spacing: 0.2em;
}
h2{

 font-family:ralewaybold;
 text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: normal;
}

#titre-page {
 margin-top: 123px;
}

body {
    min-width: 980px;
    background: #fff;
	width:100%;
	overflow-x: hidden;
}
body>header.home {
   height: 652px;
    background-image: url(img/bandeau_accueil.png);
}
body>header.presentation {
   height: 652px;
    background-image: url(img/presentation_head.png);
}

body>header.partenaires {
   height: 652px;
    background-image: url(img/partenaires_head.png);
}

body>header {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
	z-index: 10;
}

.width940 {
    margin: auto;
    width: 940px;
    position: relative;
    z-index: 5;
	 padding-left: 10px;
    padding-right: 10px;
}

body>header>nav.width940 {
    height: 106px;
    line-height: 106px;
    position: relative;
    z-index: 10;
}

body > header > nav > * {
    display: inline-block;
    height: 106px;
    line-height: 117px;
    vertical-align: middle;
}


#menu {
    width: 740px;
    text-align: right;
}


#menu>li {
    display: inline-block;
   
    position: relative;
    vertical-align: middle;
}

#menu>li>a{
    display: inline-block;
    /* padding: 0 12px; */
     height: 16px;
    background: none;
    font: 15px oswald;
    line-height: 35px;
    vertical-align: middle;
    color: #f5f0f0;
	text-decoration: none;
    
    border: none;
	font-family: ralewaysemibold;
	font-size: 13px;
}
#menu>li+li{
  padding-left: 20px;
}



#logo {
    float: left;
  
}

#logo > a {
    line-height: 203px;
    vertical-align: middle;
}


.petit_hexa{
background-image: url(img/polygone-1.png);
width: 60px;
height: 69px;
}



.flex_container2 > p {
    font-family: ralewayitalic;
}


#titre-page > a {
       left: 0;
    position: absolute;
    top: 268px;
}


#petit_logo {
    height: 234px;
}

#gros_hexa{

background-image: url(img/polygone-1-copie.png);
width: 380px;
height: 438px;
float: right;
 position: absolute;
    right: 0;
    top: 165px;
	
	align-items: center;
display: flex;
}


#gros_hexa_pres{

background-image: url('img/hexa_pres.png');
background-repeat:no-repeat;
width: 450px;
height: 519px;
float: right;
 position: absolute;
   right: -70px;
        top: 280px;
	
	align-items: center;
display:block;
padding-top:540px;
font:14px 'ralewayitalic';
text-align:center;
}


#2part_home{
position:relative;

}
.width50 {
 overflow: hidden;
    position: absolute;
    right: 0;
   top: 564px;
    width: 40%;
    z-index: 1;
 
}


.texte_contain {
    width: 473px;
}

.texte_contain  > h2{
    color: #262b36;
	font-size: 23px;
}
.texte_contain > p {
    margin-top: 30px;
	font-family:ralewaymedium;
	font-size:14px;
	line-height: 26px;
}

#bloc_gris{
    width: 100%;
 
    z-index: 5;
   position:relative;
    background-color: #eeeff0;
 min-height: 755px;
display:block;

background-position: bottom;
background-repeat: no-repeat;
}
#bloc_gris:after {
    content: " ";
    display: block;
   background-image: url(img/bottom-gris.png);
   height:201px;
    width: 100%;
background-repeat: no-repeat;
    position: absolute;
    bottom: -200px;
}


#main-content > section {
   min-height: 461px;
}

#savoir_plus{

 align-items: center;
    background-color: #262b36;
    display: flex;
    height: 145px;
    position: absolute;
    top: -70px;
    width: 940px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}



.width940_special{
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    width: 940px;
    z-index: 5;
	
	
}



.flex_container1 {
    margin-left: 55px;
}

.flex_container2 {
  
	font-family:ralewayitalic;
	color:white;
	font-size:16px;
	margin-left: 33px;
}




.flex_container1 > h2 {
    color: #e11f35;
    font-size: 20px;
}



.flex_container1 > h2 > span {
    color: white;
}

.hr{

width: 1px;
height: 70px;
opacity: 0.2;
background-color: white;
 margin-left: 40px;

}


.flex_container3 {
font-family:ralewaylight;
width: 50px;
height: 11px;
color: white;
text-align:center;
font-size: 24px;
font-weight: 300;

}

#actu{

 color: white;
    padding-left: 68px;
    padding-right: 78px;
}

#actu > h2 {

padding-bottom: 21px;
color:white
}


#actu > p {
    font-family: ralewayregular;
	font-size:15px;
}








.active_subtitle {
    color: #e11f35;
    font-size: 18px;
	padding-top: 22px;
}


.pasive_subtitle {
    color: black;
    font-size: 18px;
	padding-top: 22px;
}
.ligne_rouge{

width: 85px;
height: 1px;
background-color: #e11f35;
 margin: 27px auto 0;
    padding-top: 0;
}

.template_exa {
    text-decoration: none;
}



.left> p {
    font-family: ralewaymedium;
    font-size: 14px;
	color:#262b36;
	padding-left: 25px;
    padding-right: 25px;
	padding-top:28px;
	line-height: 26px;
	 text-align: center;
}

.right> p {
    font-family: ralewaymedium;
    font-size: 14px;
	color:#262b36;
	padding-left: 25px;
    padding-right: 25px;
	padding-top:28px;
	line-height: 26px;
	 text-align: center;
}
.center> p {
    font-family: ralewaymedium;
    font-size: 14px;
	color:#262b36;
	padding-left: 25px;
    padding-right: 25px;
	padding-top:28px;
	line-height: 26px;
	 text-align: center;
}
.coupure {
    position: relative;
	top: 360px;
}

.coupure > img {
    max-width: 100%;
}


.wrap{
    text-align:center;
	 min-height: 600px;
}
.left{
  float: left;
    margin-right: 1px;
    width: 300px;
   
}
.right{
     float: right;
    margin-right: -9px;
    width: 300px;
    
}
.center{
text-align:left;
    text-align: center;
    margin:0 auto !important; 
   display:inline-block;
  width: 300px;
  
}




.picto1 {
    position: absolute;
	 left: 42px;
    top: 0;
	z-index: 45;
}

.picto2 {
    position: absolute;
	 right: 347px;
    top: 239px;
	z-index: 45;
}
.picto3 {
    position: absolute;
	 left: 822px;
    right: 0;
    top: 16px;
	z-index: 45;
}




.push {
    display: block;
    height: 155px;
}

.bg_bleu{

width:300px;
 background-image: url(img/exa_fond_bleu.png);
 background-repeat: no-repeat;
}


.bg_bleu > img {
    opacity: 0.12;
}


.caption {  
     background-image: url(img/exa_fond_bleu.png);
	background-repeat: no-repeat;
    position: absolute;  
  height: 348px;
   width: 304px;
    left: 324px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 4px 20px 4px 15px; 
   opacity: 0; 
   
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
	 display: flex;
	 align-items: center;
	
}  






.caption2 {  
     background-image: url(img/exa_fond_bleu.png);
	background-repeat: no-repeat;
    position: absolute;  
  height: 348px;
   width: 304px;
   left: 638px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 4px 20px 4px 15px; 
   opacity: 0; 
   
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
	 display: flex;
	 align-items: center;
	
}  


.caption_gauche_pres {  
     background-image: url(img/exa_fond_bleu.png);
	background-repeat: no-repeat;
    position: absolute;  
  height: 348px;
   width: 304px;
   left: 9px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 4px 20px 4px 15px; 
   opacity: 0; 
   
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
	 display: flex;
	 align-items: center;
	
}  


.caption_gauche_pres> img {
    margin: 0 auto;
    position: absolute;
}

.template_exa:hover .caption_gauche_pres {  
    opacity: 0.9; 
}  

.template_exa:hover .caption {  
    opacity: 0.9; 
}  
.template_exa:hover .caption1 {  
    opacity: 0.9; 
}  
.template_exa:hover .caption1_pres{  
    opacity: 0.9; 
}  

.template_exa:hover .caption2 {  
    opacity: 0.9; 
}  

.left:hover .p1{  
    color:#e11f35;
}  

.center:hover .p2{  
    color:#e11f35;
}  


.right:hover .p3{  
    color:#e11f35!important;
} 


.right:hover .p3_bis{  
    color:#e11f35!important;
} 

.left:hover  .p2{
 color:#e11f35!important;

}


.center:hover  .p3_bis{
 color:#e11f35!important;

}


.pop {
    color: white;
    font-family: ralewaybold;
    font-size: 20px;
    margin: 0 auto;
	
}


.caption > img {
    margin: 0 auto;
    position: absolute;
}

.caption1> img {
    margin: 0 auto;
    position: absolute;
}

.caption2> img {
    margin: 0 auto;
    position: absolute;
}


body>footer nav {
    height: 110px;
    border-bottom: solid 1px #d4d5d7;
    display: table;
    width: 100%;
    position: relative;
}

body>footer nav>a {
    padding-right: 20px;
    
    
    height: 120px;
    line-height: 90px;
}

body>footer nav>.tel {
   
    line-height: 90px;
}


.tel{
float:right;
font-size:20px;
font-family:ralewayregular;

}


#main-content {
    padding-bottom: 145px;
}

footer{
min-height:372px;

}
.foot{
height: 71px;
padding-left: 0;
    padding-right: 0;
}


.foot > a {
    text-decoration: none!important;
	font-family:ralewaybold;
	font-size:13px;
	color:#262b36;
	padding-right: 45px;
}



#menu>.active > a {
    color: #e11f35;
}

.foot > .active {
    color: #e11f35;
}

.gauche_foot,.mid_foot,.droite_foot {
   display: inline-block;
    font-family: ralewaymedium;
    font-size: 13px;
    margin-top: 87px;
    vertical-align: bottom;
	letter-spacing: 0.04em;
    
}

.gauche_foot  {
width: 240px;
	
}

.mid_foot {
   
    width: 311px;
}


.droite_foot {
float:right;

}

.gauche_foot > span {
    font-family: ralewaybold;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
	
}

.mid_foot > span {
    font-family: ralewaybold;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
	
}


.mid_foot > a {
    color: black;
    text-decoration: none;
}


 .meltin:hover {  
    color:#e11f35;
}  

.foot > a:hover{

color:#e11f35;
}

#menu >li> a:hover{

color:#e11f35;
}

.presentation > #titre-page {
    margin-top: 160px;
}


#titre-page > .myhex {
        left: 0;
    position: absolute;
    top: 232px;
}



#bloc_gris_pres:before {
    content: " ";
    display: block;
    background-image: url(img/top-gris.png);
    height: 201px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -201px;
}
#bloc_gris_pres{
    width: 100%;
 
    z-index: 5;
   position:relative;
    background-color: #eeeff0;
 min-height: 620px;
display:block;

background-position: bottom;
background-repeat: no-repeat;
}

#bloc_gris_pres:after {
    content: " ";
    display: block;
    background-image: url(img/bottom-gris.png);
    height: 201px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -200px;
}


#main-content_pres > section {
  min-height: 593px;
  padding-bottom: 200px;
}
.button_rouge {
margin-top: 5px;
width: 180px;
height: 50px;
border: 1px solid #e11f35;

}

.button_rouge > a {
    color: black;
    text-decoration: none;
	font-family: ralewaybold;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.button_rouge p {
    line-height: 50px;
    text-align: center;
}

.button_rouge>a:hover {
background-color:#e11f35;
color:white;

}

.button_rouge:hover {
background-color:#e11f35;


}



#main-content_pres {
    padding-bottom: 145px;
}



.push_pres {
    display: block;
    height: 8px;
}




.caption1_pres {

 background-image: url(img/exa_fond_bleu.png);
    align-items: center;
    background-repeat: no-repeat;
    bottom: 0;
    display: flex;
    height: 348px;
    padding: 4px 20px 4px 15px;
    position: absolute;
    right: 0;
    top: 0;
	left: 638px;
	opacity:0;
    transition: all 300ms ease-out 0s;
    width: 304px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}


.caption1_pres > img {
    margin: 0 auto;
    position: absolute;
}


.picto1_pres {
    
    left: 206px;
    position: absolute;
    top: 234px;
    z-index: 45;
}

.picto2_pres{
    position: absolute;
    right: 339px;
    top: 22px;
    z-index: 45;
}



.picto3_pres {
    right: 29px;
    
    position: absolute;
    top: 234px;
    z-index: 45;
}


.caption1{
 background-image: url(img/exa_fond_bleu.png);
    align-items: center;
    background-repeat: no-repeat;
    bottom: 0;
    display: flex;
    height: 348px;
    padding: 4px 20px 4px 15px;
    position: absolute;
   left:10;
    top: 0;
	opacity:0;
    transition: all 300ms ease-out 0s;
    width: 304px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}



body > header.expertise{
    background-image: url("img/expertise_head.png");
    height: 652px;
}


body > header.contact {
    background-image: url("img/contact_head.png");
    height: 652px;
}


.expertise > #titre-page {
    margin-top: 160px;
}



#main-content_expert {
    margin-top: -171px;
   padding-bottom: 145px;
}


#main-content_expert > section {
    background-color: #eeeff0;
    min-height: 459px;
    padding-bottom: 16px;
    position: relative;
}



.texte_contain_expert {
    padding-top: 140px;
    width: 473px;
}



.texte_contain_expert2 {
    
    width: 473px;
}


.texte_contain_expert2 > p {
    font-family: ralewaymedium;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}

.texte_contain_expert2 span {
    color: #e11f35;
    font-family: ralewaybold;
    font-size: 50px;
}


.texte_contain_expert2 > h2 {
    color: #262b36;
    font-size: 23px;
}

.texte_contain_expert > p {
    font-family: ralewaymedium;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}


.texte_contain_expert > h2 {
    color: #262b36;
    font-size: 23px;
}


.biais_bas:after{

    background-image: url("img/bottom-gris.png");
    background-position: center 16px;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 279px;
    position: absolute;
    width: 100%;
}
.biais_haut:before {
    background-image: url("img/top-gris.png");
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 203px;
    position: absolute;
    top: -160px;
    width: 100%;
} 



.bottom_gris {
    top: 586px;
    max-width: 100%;
    position: absolute;
}



.texte_contain_expert span {
    color: #e11f35;
    font-family: ralewaybold;
    font-size: 50px;
}


#gros_hexa_expert {
    align-items: center;
    background-image: url("img/courtage_financement.png");
    display: flex;
    float: right;
    height: 519px;
    position: absolute;
    right: -70px;
    top: 280px;
    width: 450px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#gros_hexa_accompagnement {
    align-items: center;
    background-image: url("img/accompagnement.png");
    display: flex;
    float: right;
    height: 519px;
    position: absolute;
    right: -70px;
     top: -97px;
    width: 450px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}




#main-content_expert > #bloc_blanc {
    min-height: 777px;
    padding-top: 85px;
	padding-bottom: 100px;
	overflow: hidden;
}


.texte_contain_expert3 {
    width: 473px;
	float:right;
	 padding-top: 142px;
}


.texte_contain_expert3> p {
    font-family: ralewaymedium;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}

.texte_contain_expert3 span {
    color: #e11f35;
    font-family: ralewaybold;
    font-size: 50px;
}


.texte_contain_expert3 > h2 {
    color: #262b36;
    font-size: 23px;
}


#gros_hexa_conseil {
      align-items: center;
    background-image: url("img/conseil.png");
    display: flex;
    float: left;
    height: 519px;
    left: -72px;
    position: absolute;
    top: 105px;
    width: 450px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}


body > header.valeurs{
    background-image: url("img/valeurs_head.png");
    height: 652px;
}



#titre-page > .myhex_valeurs {
    left: 0;
    position: absolute;
    top: 267px;
}
.myhex_expert{

 left: 0;
    position: absolute;
    top: 230px!important;
}

#titre-page > .myhex_contact {
    left: 0;
    position: absolute;
    top: 267px;
}

#gros_hexa_valeurs {
    align-items: center;
    background-image: url("img/reactivite.png");
    display: flex;
    float: right;
    height: 519px;
    position: absolute;
    right: -70px;
    top: 280px;
    width: 450px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}


#gros_hexa_proxi {
      align-items: center;
    background-image: url("img/proximite.png");
    display: flex;
    float: left;
    height: 519px;
    left: -72px;
    position: absolute;
    top: 105px;
    width: 450px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}


#gros_hexa_transparence {
    align-items: center;
    background-image: url("img/tranparence.png");
    display: flex;
    float: right;
    height: 519px;
    position: absolute;
    right: -70px;
     top: -97px;
    width: 450px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}


.biais_bas_valeurs::after {
    background-image: url("img/bottom-gris.png");
    background-position: center 79px;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 300px;
    position: absolute;
    width: 100%;
}

.top_gris_valeurs {
    min-height: 386px !important;
}



#titre-page > .myhex_partenaires{
    left: 0;
    position: absolute;
    top: 267px;
}


#gros_hexa_partenaires {
    align-items: center;
    background-image: url("img/partenariats.png");
    display: flex;
    float: right;
    height: 519px;
    position: absolute;
    right: -70px;
    top: 280px;
    width: 450px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}


#main-content_partenaires > section {
    min-height: 739px;
    padding-bottom: 200px;
    padding-top: 188px;
}




#main-content_partenaires {
    margin-top: -171px;
    padding-bottom: 145px;
}



.grid_logo1,.grid_logo2,.grid_logo3 > img {
 filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
}





.grid_logo1 > img {
    padding-bottom: 42px;
    padding-right: 97px;
}


.grid_logo3 > img {
    padding-right: 80px;
    padding-top: 43px;
}



.grid_logo2 > img {
    padding-right: 75px;
}

.grid_logo2:first-child{
margin-left: -8px;


}


.gris_partenaires {
    min-height: 400px !important;
}

.wrap.width940.part_wrap {
    min-height: 389px;
	top: -38px;
}

.texte_contain_expert.contact_txt {
    padding-top: 180px;
}

#gros_hexa_contact {
    align-items: center;
    background-image: url("img/polygone-1-copie.png");
    display: flex;
    float: right;
    height: 438px;
    position: absolute;
    right: 0;
    top: 239px;
    width: 380px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}


#contact_hexa > h2 {
    color: white;
    padding-bottom: 21px;
	letter-spacing: 0.1em;
	font-size:24px;
}

.format_text  > h2 {
   
    text-transform: inherit!important;
	font-size:21px;
}


.format_text {

color: white;
    padding-left: 60px!important;
    padding-right: 50px!important;
}

#actu span {
    font-family: ralewayregular;
    font-size: 18px;
	letter-spacing: 0;
}


.width940 > #formulaire {
    height: 472px;
    margin: 0 auto;
    padding-top: 98px;
    text-align: center;
}



input {
    border: 1px solid #c8c8c8;
    font-family: ralewayregular;
    font-size: 14px;
    height: 50px;
    margin-bottom: 2px;
    padding-left: 19px;
    width: 387px;
}

li{
list-style-type:none;

}

#formulaire ul {
    float: left;
	/*padding-left: 6px;*/
	
	
}
#formulaire ul  > li {
padding-bottom:5px;
}


#formulaire > h2 {
    padding-bottom: 59px;
}

.first{
padding-left: 80px;
padding-right:6px

}


textarea {
   border: 1px solid #c8c8c8;
    height: 164px;
    padding-left: 20px;
    padding-top: 20px;
    resize: none;
    width: 387px;
	 font-family: ralewayregular;
    font-size: 14px;
}


.button_form {
   background-color: #e11f35;
   
   
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    border:inherit;
    height: 50px;
    font-size:13px;
	font-family:ralewaybold;
    margin-right: 60px;
    margin-top: -2px;
   
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 180px;
}


.extra_form {
    min-height: 552px !important;
    padding-bottom: 0 !important;
}


.biais_haut_blanc::before {
    background-image: url("img/blanc_bottom.png");
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 203px;
    position: absolute;
    top: 0px;
    width: 100%;
}


.top_gris.contact_style {
    padding-bottom: 0 !important;
	overflow: hidden;
}


.top_gris.contact_style > img {
    position: absolute;
	top: 576px;
}



.top_gris.contact_style > #map {
    margin: 0 auto;
    max-width: 1940px;
    overflow: hidden;
	margin-top: 0;
    padding-bottom: 0;
     padding-top: 2px;
}


.main_contact{

padding-bottom: 0!important;
}

.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background-image: url(data:img/arrow.svg);
  background-size: contain;
}

.petit_hexa > img {
    padding-left: 23px;
    padding-top: 27px;
	padding-bottom: 29px;
    padding-right: 26px;
}


@keyframes bounce {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
.hover_bounce>.petit_hexa > img:hover  {
	animation: bounce 2s;
}


.flex_container3 > a {
    position: absolute;
    right: 40px;
}


