@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@400;600&family=Nunito&display=swap');


/*@font-face {
    font-family: 'hyrgot';
	src: url('hyrgothicstd-medium.eot');
	src: url('hyrgothicstd-medium.otf') format('truetype'),
    url('../fonts/hyrgothicstd-medium.woff') format('woff');
}*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.showmobile {
  display: none;
}

/********************hexa blanc texte accueil*********/

.hexa-blanc-text {
  position: relative;
  padding: 90px 40px 70px;
  width: 330px;
  height: 385px;
  background: url(/images/contact/hexa-blanc.png) center center no-repeat;
  background-size: 100% auto;
     margin-left: 696px;
    margin-bottom: -101px;
  font-size: 14px;
}
.hexa-blanc-text.taille2 {
   width: 380px;
  height: 443px;
      padding: 105px 40px 85px;
      margin-left: 98px;
    margin-top: -64px;
  margin-bottom: 0;
  font-size: 14px;
}

/*********logo en texte accueil*************/

#mod-custom111 img {
  max-width: 119px; 
     -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mod-custom111 h1 {
  font-size: 53px;
  line-height: 30px;
  padding-top: 10px;
  transform: translateX(-10px);
     -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mod-custom111 h1 .ecrase {
  display: inline-block;
 -moz-transform: scaleY(0.75);
  -webkit-transform: scaleY(0.75);
  transform: scaleY(0.75);
}
#mod-custom111 h1 .small {
font-size: 0.55em;
}

#header.scroll #mod-custom111 img {
  max-width: 70px; 
}

#header.scroll #mod-custom111 h1 {
  font-size: 31px;
  line-height: 15px;
  transform: translateX(-5px);
}
  


/*******************portfolio hexa*************/

.category-desc a {
  color: #1d1d1d;
}
.category-desc a:hover {
  color: #a92f2e;
}

.hex-grid {

  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
  padding-left: 12%;
}


.hex-grid__item {
  float: left;
  width: 300px;
  height: 350px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin: 0 1.5%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
   overflow: hidden;
   -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
   filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.hex-grid__item:nth-child(4), .hex-grid__item:nth-child(10), .hex-grid__item:nth-child(16), .hex-grid__item:nth-child(22), .hex-grid__item:nth-child(28) {
  margin-left: -14.75%;
}
.hex-grid__item:nth-child(n+4) {
  margin-top: -60px;
}

.hex-grid__item p {
  margin: 0;
}


.hex-grid__item:hover {
  filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}

.item-content img {
  position: relative;
  display: block;
  height: 350px;
  width: auto;
  /*left: 50%;
  transform: translateX(-50%);*/
  transform: translateX(-80px);
  max-width: inherit;
}


/*******************************************************/





/********bloc contact******/

.bloc-contact {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bloc-contact a {
color: #1d1d1d;
}

/******************Google map perso***************/

#gmap #fp_googleMap {
  float: none;
}
#fp_googleMapSidebar {
  display: none;
}

#gmap #fp_googleMap .infoboxlink {
  display: none;
}

/**********slider***************/

#sliderck95 .swiper-caption {
  background: none;
color: #fff;
height: auto;
width: 100%;
top: 50%;
  bottom: auto;
  text-align: center;
  opacity:0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
-moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sliderck95 .swiper-slide:hover .swiper-caption {
  opacity: 1;
}

#sliderck95 .swiper-img-cont {
  position: relative;
}
#sliderck95 .swiper-img-cont::after {
content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
}
#sliderck95 .swiper-slide:hover .swiper-img-cont::after {
background: rgba(169,47,46,0.2);
}

#sliderck95 .swiper-title {
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 600;
}

#sliderck95 .swiper-desc {
  font-size: 1.5em;
}

#sliderck95 .swiper-pagination-bullet {
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}
#sliderck95 .swiper-pagination-bullet-active {
  background: #a92f2e;
}

/***********boutons hexagones*********/


.bouton-hexa {
  position: relative;
  width: 245px;
  margin: 0 auto;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
  cursor: pointer;
}

.bouton-hexa .img-hexa {
  position: relative;
  width: 245px;
  height: 286px;
-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
   filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}



.bouton-hexa:hover .img-hexa {
  filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.bouton-hexa p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
color: #fff;
  padding: 0 5px;
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bouton-hexa a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bouton-hexa .img-hexa.projets {
   filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  background: url(../images/fond-rouge.jpg) center center no-repeat;
  background-size: cover;
}
  .bouton-hexa .img-hexa.habitat {
  background: url(../images/HABITAT-VIGNETTE2-sombre.jpg) center center no-repeat;
  background-size: cover;
}  
 .bouton-hexa .img-hexa.tertiaire {
  background: url(../images/TERTIAIRE-VIGNETTE2-sombre.jpg) center center no-repeat;
  background-size: cover;
}  
 .bouton-hexa .img-hexa.public {
  background: url(../images/EQUIPEMENTS-PUBLIC-VIGNETTE2-sombre.jpg) center center no-repeat;
  background-size: cover;
}  




/*********************/

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
   -mox-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2); 
    padding: 10px 20px;
  z-index: 99;
    -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .inter {
  padding: 0;
}

.itemid-101 #header {
box-shadow: none;
}
.itemid-101 #header.scroll {
 -mox-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#logo {
  position: relative;
  width: 350px;
    -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header.scroll #logo {
  width: 200px;
}
#menu {
  position: absolute;
  right: 110px;
top: 40px;  
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header.scroll #menu {
  top: 20px;
}
#reseaux {
   position: absolute;
  right: 10px;
top: 30px;  
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header.scroll #reseaux {
  top: 10px;
}

@keyframes bgd {
  0%   { background-position: center bottom 200px;opacity:0; }
  100% { background-position: center bottom;opacity:1; }
}

#top {
position: relative;
  width: 100%;
  padding : 140px 20px;
  z-index: 1;
}
#top::before {
  content: " ";
  position: absolute;
  top: 0; 
  left: 0;
  right:0;
  bottom:0;
  opacity: 1; 
  z-index: -1;
   background: url(../images/fond-top-accueil3.jpg) center bottom no-repeat;
  background-size: cover;
  animation: bgd 1s ease;
}



#top h1 {
  font-size: 5em;
  line-height: 1;
}
#contenu {
position: relative;
  width: 100%;
}

.itemid-119 #contenu {
 background: url(../images/fond-top-accueil3.jpg) no-repeat;
  background-size: 100% auto;
  background-position : center bottom 450px;
}

#galerie {
position: relative;
  width: 100%;
}
#bloc-rouge, #bloc-rouge2 {
position: relative;
  width: 100%;
  background: #a92f2e;
color: #fff;
}

#gmap {
position: relative;
  width: 100%;
}

#bloc-blanc, #bloc-blanc2 {
position: relative;
  width: 100%;
}                     

#footer {
 position: relative;
  width: 100%;
  background: #fff;
  -mox-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.inter {
 position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 25px;
}
#footer .inter {
 padding: 25px;
}

/*********menu************/

div#maximenuck90 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck90 ul.maximenuck li.maximenuck.level1 > span.separator {
  color: #1d1d1d;
  padding: 0 15px;
  border-right: 1px solid #1d1d1d;
  font-size: 16px;
  line-height: 1;
}
div#maximenuck90 ul.maximenuck li.maximenuck.level1.item119 > a, div#maximenuck90 ul.maximenuck li.maximenuck.level1.item119 > span.separator {
  border-right: 0;
}

div#maximenuck90 ul.maximenuck li.maximenuck.level1:hover > a, div#maximenuck90 ul.maximenuck li.maximenuck.level1.active > a {
  color: #a92f2e;
}


/************************************contact********************/


#contenu #form1 .wdform_page .wdform_row[wdid="6"], #contenu #form1 .wdform_page .wdform_row[wdid="7"], #contenu #form1 .wdform_page .wdform_row[wdid="2"], #contenu #form1 .wdform_page .wdform_row[wdid="8"] {
  float: left;
  width: 49%;
}
#contenu #form1 .wdform_page .wdform_row[wdid="2"], #contenu #form1 .wdform_page .wdform_row[wdid="8"] {
  margin-left: 2%;
}

#contenu #form1 .wdform-field, #contenu #form1 .wdform_section {
  display: block !important;
}
#contenu #form1 .wdform_column {
  float: none !important;
}
#contenu #form1 .wdform-field, #contenu #form1 .wdform-element-section {
  width: 100% !important;
  min-width: 75px !important;
  max-width: 100% !important;
}


#contenu #form1 .wdform-label, #contenu #form1 .wdform-required {
  display: none !important;
}

#contenu #form1 input[type="text"], #contenu #form1 select {
  padding: 10px 15px !important;
  border: 0 !important;
  height: auto !important;
   
}
#contenu #form1 input[type="text"], #contenu #form1 textarea, #contenu #form1 select {
background-color: #f1f1f1;
	font-size: 16px;
  position: relative;
  color: #1d1d1d;
   /*font-family: 'YuGotR', sans-serif;
  font-weight: normal;*/
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 400;
}
#contenu #form1 select {
  color: #1d1d1d !important;
    font-style: italic !important;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  padding: 11px 15px !important;
  background-image: url(../images/arrow-down-sign-to-navigate.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
#contenu #form1 select option {
  font: 400 12px 'Encode Sans Condensed' !important;
  color: #1d1d1d !important;
    font-style: italic !important;
  padding: 0 !important;
}


#contenu #form1 .wdform_page .wdform_row[wdid="4"] {
clear: both;
}
/*#contenu #form1 .wdform_page .wdform_row[wdid="9"] {
  max-width: 304px;
  margin: 0 auto;
}
#contenu #form1 .wdform_page .wdform_row[wdid="5"] {
  float: right;
}*/

#contenu #form1 .wdform_page {
  padding : 0 !important;
}


#contenu #form1 textarea {
  border: 0 !important;
  padding: 10px 15px !important;
}

#contenu #form1 .button-submit {
    position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  color: #fff !important;
  background: #a92f2e;
  line-height: 1.2 !important;
  height: auto !important;
font-size: 16px !important;
  text-transform: uppercase;
   -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#contenu #form1 .button-submit:hover {
color: #fff !important;
  box-shadow: none !important;
  background: #e98282;
}


/********************/

p {
  margin: 10px 0px;
}
#header p {
  margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.itemid-119 img {
  max-width: 100% !important;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input, select {
	line-height: normal;
}

body {
	margin: 0;
	/*font-family: 'YuGotR', sans-serif;
  font-weight: normal;*/
	font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 400;
 font-size: 16px;
  line-height: 1.2;
  padding-top: 120px;
	color: #1d1d1d;
	background-color: #fff;
  overflow: hidden auto;
}
a {
	color: #a92f2e;
	text-decoration: none;
}

.white a {
  color: #fff;
}

a:focus, a:hover {
	color: #e98282;
	text-decoration: none;
}

.small {
	font-size: 0.8em;
  line-height: 1.2;
}
.bigger {
  font-size: 2em;
  line-height: 1.1;
}
.bold {
/*font-family: 'YuGotB', sans-serif;
  font-weight: normal;*/
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
}

.img-ronde {
  border-radius: 50%;
}

.padding-td {
  padding: 40px 50px;
}

b, strong {
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
font-family: 'Nunito', sans-serif;
  font-weight: 400;
  line-height: 30px;
	color: #1d1d1b;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}

h1 {
	font-size: 75px;
  line-height: 85px;
}


h2 {
	font-size: 60px;
   line-height: 70px;
}
h3 {
	font-size: 50px;
   line-height: 60px;
}
h4 {
	font-size: 38px;
  line-height: 42px;
}
h5 {
	font-size: 30px;
}
h6 {
	font-size: 25px;
}


ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 5px solid #1d1d1b;
}


table {
  border-collapse: collapse;
}

.texte-rouge {
  color: #a92f2e;
}


.bouton-rouge, a.bouton-rouge {
 position: relative;
  display: inline-block;
  padding: 13px 30px 15px;
  background: #a92f2e;
  border-radius: 30px;
  color: #fff;
 /*font-family: 'YuGotR', sans-serif;
  font-weight: normal;*/
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  z-index: 1;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.bouton-rouge:hover {
  background: #e98282;
  color: #fff !important;
}
.bouton-noir, a.bouton-noir {
 position: relative;
  display: inline-block;
  padding: 6px 10px 8px;
  background: #1d1d1d;
  border-radius: 30px;
  color: #fff;
 /*font-family: 'YuGotR', sans-serif;
  font-weight: normal;*/
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  z-index: 1;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.bouton-noir:hover, .bouton-noir.texte-rouge {
  background: #a92f2e;
  color: #fff !important;
}



::selection {
 color: #333;
 background: #a92f2e;
 }

::-moz-selection {
 color: #333;
 background: #a92f2e;
 }


.itemid-119 #system-message {
  display: none;
}


@media (max-width: 1200px) {
  
  /******portfolio hexa******/

.hex-grid {
  max-width: 810px;
margin: 0 auto;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}

.hex-grid__item:nth-child(n+4) {
  margin-top: -40px;
}

.hex-grid__item {
  float: left;
  width: 200px;
  height: 233px;
}

.item-content img {
  height: 233px;
  transform: translateX(-52px);
}


/************************/
  
}


@media (max-width: 1024px) {
  
  .itemid-101 #contenu table {
    max-width: 580px;
  }
  
  .itemid-101 #contenu table td {
    display: inline-block;
    width: 49.5% !important;
  }
  
  .hexa-blanc-text {
  margin-left: auto;
    margin-right: auto;
}
  .hexa-blanc-text.taille2 {
margin-left: auto;
    margin-right: auto;
}
 
  
}


@media (max-width: 800px) {
  
  /******portfolio hexa******/

.hex-grid {
  max-width: 520px;
  filter: drop-shadow(0 0 3px rgba(0,0,0,0.2));
  padding-left: 14%;
}
.hex-grid__item:nth-child(4), .hex-grid__item:nth-child(10), .hex-grid__item:nth-child(16), .hex-grid__item:nth-child(22), .hex-grid__item:nth-child(28) {
  margin-left: 1.5%;
}
.hex-grid__item:nth-child(3), .hex-grid__item:nth-child(7), .hex-grid__item:nth-child(11), .hex-grid__item:nth-child(15), .hex-grid__item:nth-child(19), .hex-grid__item:nth-child(23), .hex-grid__item:nth-child(27) {
  margin-left: -23%;
}
.hex-grid__item:nth-child(n+3) {
  margin-top: -45px;
}


/************************/
  
}

@media (max-width: 768px) {
  
  #menu {
  top: 29px;  
  }
  
  #header.scroll #reseaux {
    display: none;
  }
  
  #header.scroll #menu {
  top: 10px;
    right: 0;
}
  
  .itemid-119 #contenu {
    background-position: center top;
    background-size: auto 45%;

}

/**************menu mobile****************/

 #menu .mobilemenuck-bar-title {
    background: none;
   padding-right: 60px;
   color: #ffffff;
   text-align: right;
   font-weight: normal;
  }
  #menu .mobilemenuck-bar-button {
   background: #a92f2e;
font-size: 2.2em;
padding-top: 5px;
  color:  #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    height: 40px;
width: 40px;
}

#maximenuck90-mobile {
  background: #a92f2e;
  height: 250px !important;
}
#maximenuck90-mobile .mobilemenuck-title {
  background : #a92f2e;
  /*font-family: 'YuGotR', sans-serif;
  font-weight: normal;*/
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
}
#maximenuck90-mobile .mobilemenuck-item > .level1 {
  background: none;
  padding: 0;
text-align: center;
  /*font-family: 'YuGotR', sans-serif;
  font-weight: normal;*/
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 400;
}
#maximenuck90-mobile .mobilemenuck-item > .level1 a {
  color: #fff;
  font-weight: normal;
}

#maximenuck90-mobile .mobilemenuck-togglericon:after {
  border-radius: 0;
}
/*******************/

@media (max-width: 640px) {
  
  table td {
    display: inline-block;
    width: 100% !important;
  }
  table.nomobile td {
    display: table-cell;
    width: auto !important
  }
  
  .showmobile {
  display: block;
}
  .hidemobile {
  display: none;
}
  
  h1 {
	font-size: 60px;
  line-height: 70px;
}


h2 {
	font-size: 45px;
   line-height: 55px;
}
h3 {
	font-size: 38px;
   line-height: 42px;
}
h4 {
	font-size: 32px;
  line-height: 40px;
}
  
}

@media (max-width: 540px) {
  
  /******portfolio hexa******/

.hex-grid {
   max-width: 100%;  
  filter: drop-shadow(0 0 3px rgba(0,0,0,0.2));
  padding-left: 0;
}
  .hex-grid__item, .hex-grid__item:nth-child(odd) {
  float: none;
  margin-left: auto;
}
/*.hex-grid__item:nth-child(4), .hex-grid__item:nth-child(10), .hex-grid__item:nth-child(16), .hex-grid__item:nth-child(22), .hex-grid__item:nth-child(28) {
  margin-left: 1.5%;
}
.hex-grid__item:nth-child(3), .hex-grid__item:nth-child(7), .hex-grid__item:nth-child(11), .hex-grid__item:nth-child(15), .hex-grid__item:nth-child(19), .hex-grid__item:nth-child(23), .hex-grid__item:nth-child(27) {
  margin-left: 1.5%;
}*/

  .hex-grid__item:nth-child(even) {
    margin-left: 0;
  float: none;
  }
.hex-grid__item:nth-child(n+2) {
  margin-top: -45px;
}



/************************/
  
  #header {
    padding: 10px 0;
  }
  
  body {
    padding-top: 105px;
  }
  
  /*********logo en texte accueil*************/

#mod-custom111 img {
  max-width: 100px; 
}
#mod-custom111 h1 {
  font-size: 43px;
line-height: 20px;
}

  
  #logo {
    width: 287px;
  }
  
#header.scroll #mod-custom111 img {
  max-width: 70px; 
}

#header.scroll #mod-custom111 h1 {
  font-size: 31px;
  line-height: 15px;
  transform: translateX(-5px);
}
  
    #menu {
  top: 22px;  
  }
  
  #reseaux {
    top: 25px;
  }
  
    #header.scroll #menu {
    right: 10px;
}
  
  
  #top {
    padding: 60px 20px;
  }
  
   h1 {
	font-size: 50px;
  line-height: 70px;
}


h2 {
	font-size: 38px;
   line-height: 40px;
}
h3 {
	font-size: 32px;
   line-height: 36px;
}
  h4 {
    font-size: 28px;
   line-height: 30px;
  }
  h5 {
    font-size: 24px;
   line-height: 28px;
  }
  h6 {
    font-size: 20px;
   line-height: 25px;
  }
  .bouton-rouge, a.bouton-rouge {
    font-size: 16px;
    line-height: 16px;
  }

  .itemid-101 #contenu .inter {
    padding-left: 0;
    padding-right: 0;
  }
  
  .bouton-hexa {
    width: 170px;
  }
  .bouton-hexa .img-hexa {
    width: 170px;
    height: 198px;
  }
  
  .bouton-hexa p {
    font-size: 24px;
  }
  
  .hexa-blanc-text {
    margin-bottom: -70px;
  }
  .hexa-blanc-text.taille2 {
    margin-top: -40px;
	margin-bottom: 0;
  }
  
  
}
  
  @media (max-width: 480px) {
   #logo {
    width: 245px;
  }
    #mod-custom111 img {
  max-width: 85px;
}
    #mod-custom111 h1 {
  font-size: 30px;
  line-height: 20px;
}
    body {
  padding-top: 90px;
}
  }
  
  
  @media (max-width: 420px) {
    
    .bouton-hexa {
    width: 100%;
  }
    
    .bouton-hexa .img-hexa {
    width: 100%;
      max-width:145px;
    height: 160px;
      margin:0 auto;
}
    
    .bouton-hexa p {
    font-size: 20px;
  }
    
    .hexa-blanc-text {
  position: relative;
  padding: 90px 30px 70px;
  width: 315px;
  height: 385px;
  }
    .hexa-blanc-text.taille2 {
  width: 320px;
  height: 400px;
  padding: 77px 35px 80px;
    }

  }