* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
html, body, ul, li, h1, h2, h3, h4, h5, h6, p, figure, section, footer, em {
    margin: 0;
    padding: 0;
    }
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
    }  
.clearfix:after {  
    clear: both;  
    }
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1em;
}
a img {
      border: none;
    }
.img-rel {
  width: 100%;
  height: auto;
}
li {
      list-style: none;
    }
.center {
  text-align: center;
}
.nav-plus {
    margin: 5%;
    border: 1px solid #ececec;
}
#nav-contact, #nav-language {
        width: 100%;
        float: left;
        text-align: center;
    }
#nav-contact ul {
        text-align: center;
    }
#nav-contact li  {
    display: inline-block;
    background-color: #009FE3;
    height: 50px;
    width: 50px;
    padding: 10px;
    margin: 30px 3px 30px 3px;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
#nav-contact li:hover  {
    background-color: #009FE3;
}
#nav-contact img {
    width: 31px;
    height: auto;
}
#nav-language {
background: #ececec;
color:#002554;
line-height: 120px;
font-size: 1.3em;
}
#nav-language a {
    text-decoration: none;
    color: #002554;
}
#nav-language a:hover {
    font-weight: bold;
}

.swiper-container {
  overflow: hidden;
}
p.slider-txt {
  position: relative;
  color: #FFF;
}
p.title-slider {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.9em;
  margin-bottom: 25px;
  line-height: 1.1em;
  color: #FFF;
}
p.base-slider {
  font-size: 0.9em;
  line-height: 1.1em;
  color: #FFF;
}
.slider {
  position: relative;
}
.slider div.content {
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 100%;
  padding: 0 15%;
  text-align: center;
}
.slider img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.slider .content {
  text-align: center;
  padding: 3em 5em;
  font-size: 1em;
}

.btn, .btn-gg input {
  display: inline-block;
  background: transparent;
  font-size: 0.85em;
  font-weight: 900;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 12px 20px;
  -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 25px 0;
  -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    text-align: center;
}
.btn-bor-txt-blue {
  border: 2px solid #009FE3;
  color: #009FE3;
  margin: 5vw 0 0 0;
}
a.btn-bor-txt-blue:hover {
  background-color: #009FE3;
  color: #FFF;
}
.btn-gg input {
  background: url(bullet-btn-light.svg) 10px center no-repeat #002554;
  color: #FFF;
  background-size: 30px;
  border: none;
}
.btn:hover, .btn-gg input:hover {
  background-color: #FFF;
  color: #009FE3;
}
.btn-light {
  display: inline-block;
  background: url(bullet-btn-light.svg) 10px center no-repeat;
  background-size: 30px;
  border: 1px solid #FFF;
  font-size: 0.7em;
  color: #FFF;
  padding: 15px 15px 15px 50px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 30px 0;
  -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.btn-light:hover {
  padding-left: 60px;
}
.bloc-pad {
  padding: 2em;
}
.bloc-pad-no-tb {
  padding: 0 2em;
}
.bloc-pad-no-b {
  padding: 2em 2em 0 2em;
}
.banner {
  z-index: 2;
}
.top-page {
  background: #009FE3;
  width: 80%;
  margin-top: -240px!important;
  padding: 40px 25px;
  z-index: 10;
  position: relative;
  -webkit-border-top-right-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomright: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.wrapper-top-page {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2em;
  align-items: center;
}
.wrapper-services {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.wrapper-1-2 {
  display: grid;
  column-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
.wrapper-head-txt {
  display: grid;
  column-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2em;
}
.wrapper-1-2-no-gap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.wrapper-1-2 img {
  width: 100%;
  height: auto;
}
.wrapper-1-4 {
  display: grid;
  column-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2em;
}
.wrapper-1-2 {
  display: grid;
  column-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
}
.wrapper-1-3 {
  display: grid;
  column-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
}
.wrapper-about {
  display: grid;
  column-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
}
.wrapper-about img {
  width: 100%;
  height: auto;
}
.color-bl {
  color: #009FE3;
}
h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 20px;
}
h2 {
  color: #526068;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1em;
}
h3 {
  color: #009FE3;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1em;
}
h4 {
  color: #526068;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.compta-txt h2, .fisca-txt h2 {
  color: #FFF;
}
.services h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1em;
text-align: left;
}
.compta-txt p, .fisca-txt p {
  color: #FFF;
  margin: 0;
}
p + h2 {
  margin-top: 1.5em;
    }
.top-page h2 {
  background: none;
  padding-bottom: 0;
  text-align: left;
}
p, ul {
  font-size: 1em;
  margin-bottom: 30px;
  color: #526068;
}
p a, ul a {
  color: #009FE3;
  text-decoration: none;
}
p a:hover, ul a:hover {
  text-decoration: underline;
}
.link {
  display: block;
  height: 150px;
  position: relative;
}
.services picture {
  overflow: hidden;
  display: block;
}
.services img {
transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}
.services img:hover {
    transform: scale(1.1);
}
.services a {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #002554;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  padding: 40px 10px 40px 95px;
  background: url(bullet-btn.svg) 20px center no-repeat;
  background-size: 55px;
  -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.services a:hover {
  color: #009FE3;
  padding-left: 105px;
}
.bg-d {
  background-color: #002554;
}
.bg-d h2 {
  color: #FFF;
}

.tips div {
  padding: 80px 20px 80px 20px;
}
.tips img {
  max-width: 100px!important;
  height: auto;
}
.grey {
  background-color: #526068;
  -webkit-border-top-left-radius: 350px;
-webkit-border-top-right-radius: 350px;
-moz-border-radius-topleft: 350px;
-moz-border-radius-topright: 350px;
border-top-left-radius: 350px;
border-top-right-radius: 350px;
}
.blue {
  background-color: #009FE3;
  -webkit-border-bottom-right-radius: 350px;
-webkit-border-bottom-left-radius: 350px;
-moz-border-radius-bottomright: 350px;
-moz-border-radius-bottomleft: 350px;
border-bottom-right-radius: 350px;
border-bottom-left-radius: 350px;
}
.col-blue {
  color: #009FE3;
}
.capacity div {
  text-align: center;
  color: #FFF;
}
.capacity p {
  color: #FFF;
  margin: 0;
}
.capacity p.title {
  color: #FFF;
  margin: 0.7em 0;
  font-weight: 900;
  font-size: 1.0em;
}
.capacity p.volume {
  background-color: #009FE3;
  display: inline-block;
  color: #FFF;
  padding: 0.25em;
  margin-top: 0.5em;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.big li {
  text-align: center;
  padding: 2em;
  background-color: #f5f5f5;
}
.big p.title {
  color: #009FE3;
  font-size: 4.5em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.big p.txt {
  color: #002554;
  text-transform: uppercase;
  font-size: 1.5em;
}
.big li:nth-child(4), .big li:nth-child(2) {
  background-color: #ececec;
}
.review ul {
  margin-bottom: 0!important;
}
.review li {
  margin-bottom: 4em;
}
.review li:nth-child(3) {
  margin-bottom: 0;
}
.review p {
  text-align: center;
}
.review p.txt {
  color: #FFF;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.3em;
}
.review p.name {
  color: #009FE3;
  padding-top: 10px;
  font-size: 0.9em;
}
footer {
  background-color: #526068;
  padding: 3em 3em 2em 3em;
  margin-top: 2em;
}
footer div div {
  margin: 0;
  margin-bottom: 25px;
}
footer div div:last-child {
  margin-bottom: 0;
}
footer img {
  max-width: 200px;
  height: auto;
}
footer address {
  font-style: normal;
}
footer span {
  color: #FFF;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
footer p {
  color: #FFF;
}
footer ul {
  margin-bottom: 15px;
}

footer li {
  font-size: 0.9em;
  padding-bottom: 5px;
  color: #FFF;
}
footer a {
  text-decoration: none;
  color: #FFF;
}
footer a:hover {
  color: #009FE3;
}
ul.social li {
  display: inline-block;
  padding-right: 20px;
}
ul.social img {
  max-width: 35px;
  height: auto;
}
.address {
  background: url(address.svg) left top no-repeat;
  background-size: 35px;
  padding-left: 40px;
}
.agreation {
  background: url(agreation.svg) left top no-repeat;
  background-size: 35px;
  padding-left: 40px;
}
ul.address a:hover li {
  color: #009FE3;
}
.tel {
  background: url(phone.svg) left top no-repeat;
  background-size: 20px;
}
.fax {
  background: url(fax.svg) left top no-repeat;
  background-size: 20px;
}
.email {
  background: url(ico-mail-b.svg) left top no-repeat;
  background-size: 20px;
}
.copy {
  text-align: center;
  font-size: 0.7em; 
  padding: 2em;
  background-color: #445259;
}
.copy p {
  margin: 0;
  color: #FFF;
}
.copy p a {
  color: #FFF;
  padding-left: 7px;

}
.copy p a:hover {
  text-decoration: underline;
}
.bx-wrapper {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
  margin: 0;
}
.bx-wrapper .bx-pager {
  display: none;
}
.page-title {
  background-color: #002554;
}
.page-title h1 {
  color: #FFF;
  text-align: center;
  margin: 0;
}
.txt-usu h1 {
  margin-bottom: 1em;
}
#services section {
  border-bottom: 1px solid #ececec;
}
#services section:last-child {
  border-bottom: none;
}
#services h2 {
  text-align: left;
  background: none;
  margin-bottom: 1.2em;
  padding-bottom: 0;
}
.txt li {
  display: block;
  margin-bottom: 1em;
  padding-left: 20px;
  background: url(bullet-li.svg) left 8px no-repeat;
  background-size: 6px;
}

#services img {
  width: 100%;
  height: auto;
}
#services .wrapper-services-1-2-img-l img {
  margin-bottom: 2em;
}
.top-contact h2, .top-contact h3, .top-contact p {
  text-align: center;
}
.bloc-contact {
  margin: 2em 0;
}
.bloc-contact > div, .form {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 2em;
  margin-bottom: 1em;
  text-align: center;
}
.bloc-contact h3 {
  color: #002554;
  margin-top: 15px!important;
}
.contact-mail, .contact-phone, .contact-address {
  padding-top: 90px!important;
}
.contact-mail {
  background: url(ico-mail-b.svg) center 30px no-repeat;
  background-size: 50px;
}
.contact-phone {
  background: url(phone.svg) center 30px no-repeat;
  background-size: 50px;
}
.contact-address {
  background: url(address.svg) center 30px no-repeat;
  background-size: 50px;
}
.form {
  margin-bottom: 2em;
}
.form p {
  font-size: 0.85em;
}
.form-col {
  text-align: left;
}
.form-col label, .form-col input, .form-col textarea {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
}
.form-col label {
  margin-bottom: 0.5em;
  color: #3c3c3b;
  font-size: 0.9em;
}
.form-col input {
 border: none;
 border-bottom: 1px solid rgba(0, 0, 0, 0.25);
 height: 35px;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.margin-bot-none {
  margin-bottom: 0!important;
}
.form-col textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
 }
 .form-col h3 {
  margin-top: 0!important;
 }
p.txt-form {
margin-bottom: 2.5em;
}
.notice p {
  margin: 0;
  padding: 2em 0;
  font-size: 0.8em;
}
.required {
  color: red;
}
.contact-pers {
  text-align: center;
}
.contact-pers li {
  margin-bottom: 2em;
}
iframe {
  vertical-align: bottom;
}
#about img {
  margin-bottom: 2em;
}
.compta {
  background: url(tenue-comptabilite.svg) center 70px no-repeat #009FE3;
  background-size: 90px;
  position: relative;
  padding: 190px 3em 2em 2em;
  z-index: 5;
 -webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-topright: 50px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
.fisca {
  background: url(optimisation-fiscale.svg) center 70px no-repeat #526068;
  background-size: 100px;
  position: relative;
  padding: 190px 2em 2em 3em;
  z-index: 5;
  -webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-topright: 50px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
.compta a.btn, .fisca a.btn {
}
.compta-bg {
  background: url(compta.jpg) right bottom no-repeat;
  background-size: 100%;
  padding: 0 0 170px 0;
}
.fisca-bg {
  background: url(fisca.jpg) left bottom no-repeat;
  background-size: 100%;
  padding: 0 0 170px 0;
}
.evidence {
  background: rgba(0, 92, 161, 0.05);
  padding: 15px;
}
.evidence ul {
  margin: 0;
}
.evidence ul li {
  background: url(bullet-check.svg) left 8px no-repeat;
  background-size: 15px;
  padding: 0 0 10px 28px;
}
.evidence ul li:last-child {
  padding-bottom: 0;
}
.evidence a {
  margin: 10px 0!important;
}
.crea {
  background: url(bg-crea-min.svg) center top no-repeat rgba(0, 92, 161, 0.05);
  background-size: 160px;
  padding-top: 220px;
}
.cont {
  background: url(bg-contact-min.svg) center top no-repeat rgba(82, 96, 104, 0.05);
  background-size: 160px;
  padding-top: 220px;
}
.cont p {
  margin: 0!important;
}
h3 + p {
  margin-top: 15px;
}
.bg-blue {
  background: #009FE3!important;
  font-size: 1.1em;
  border: none!important;
}
a.bg-blue:hover {
  color: #FFF;
  background: #0089d0!important;
}
.wrapper-services .col-1 {
  background: #e8F6fc;
  padding: 15px;
  margin-top: 50px;
}
.wrapper-services .col-2 {
  background: #EFF1F1;
  padding: 15px;
  margin-top: 50px;
}
.about .col-2, .about .col-1 {
  background: #FFF;
  }
.wrapper-services h3 {
  padding: 15px 15px 15px 50px;
  -webkit-border-top-right-radius: 100px;
-webkit-border-bottom-right-radius: 100px;
-moz-border-radius-topright: 100px;
-moz-border-radius-bottomright: 100px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
margin: -50px 0 0 -15px;
color: #FFF;
font-size: 1.1em;
font-weight: 700;
}
.wrapper-services .col-1 h3 {
  background: url(bullet-title.svg) 7px center no-repeat #009FE3;
  background-size: 30px;
}
.wrapper-services .col-2 h3 {
  background: url(bullet-title.svg) 7px center no-repeat #526068;
  background-size: 30px;
}
.wrapper-services ul {
  margin: 0;
}
.wrapper-services li {
  background: url(bullet-check.svg) left 6px no-repeat;
  background-size: 15px;
  padding: 0 0 15px 20px;
}
.wrapper-services li:last-child {
  padding-bottom: 0;
}
.img-w {
  width: 100%;
  height: auto;
}
#cookieChoiceInfo {
  padding: 40px 20px !important;
  border-top: 1px solid #ccc;
  font-size: 0.8em;
  }
#cookieChoiceInfo span {
    display: block;
    }
#cookieChoiceInfo a {
      padding: 0.7em;
      margin-top: 1.25em;
      text-decoration: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      text-transform: uppercase;
      display: inline-block;
      background: #009FE3;
      color: #fff!important;
      display: inline-block;
      }
.page h1 {
  color: #009FE3;
  text-align: left;
  margin: 0 0 25px 0;
}
.page h4 {
  font-weight: 700;
  font-size: 1.1em;
}
.page h3 + h4 {
  margin-top: 12px;
}
.img-prof img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.rounded .img-1 {
-webkit-border-top-left-radius: 300px;
-webkit-border-top-right-radius: 300px;
-moz-border-radius-topleft: 300px;
-moz-border-radius-topright: 300px;
border-top-left-radius: 300px;
border-top-right-radius: 300px;
margin-bottom: 20px;
}
.rounded .img-2 {
-webkit-border-bottom-right-radius: 300px;
-webkit-border-bottom-left-radius: 300px;
-moz-border-radius-bottomright: 300px;
-moz-border-radius-bottomleft: 300px;
border-bottom-right-radius: 300px;
border-bottom-left-radius: 300px;
margin-bottom: 20px;
}
.about h2 + p {
  margin-top: -15px!important;
}
.about .col-1, .about .col-2 {
  margin-top: 0;
}




@media only screen and (min-width: 425px) {
body {
  font-size: 1.2em;
}
#nav-contact li  {
  margin: 30px 10px 30px 10px;
  width: 60px;
  height: 60px;
}
#nav-contact img {
  width: 40px;
}
.wrapper-1-4 {
  grid-template-columns: repeat(2, 1fr);
}
}

@media only screen and (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,80%)!important;
  }
.bloc-pad {
    padding: 3em;
  }
  .bloc-pad-no-tb {
    padding: 0 3em;
  }
  footer {
    margin-top: 3em;
  }
  .bloc-pad-no-b {
    padding: 3em 3em 0 3em;
  }
.slider div.content {
  top: 5em;
  font-size: 1.25em;
}
.wrapper-top-page {
  grid-template-columns: repeat(2, 1fr);
}

.wrapper-1-4 {
  grid-template-columns: repeat(2, 1fr);
}
.wrapper-about {
  column-gap: 2em;
  grid-template-columns: 30fr 70fr;
}
h1 {
  margin-bottom: 0;
}
h2 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
h3 {
  font-size: 1.4em;
}
.big li:nth-child(3), .big li:nth-child(2) {
  background-color: #ececec;
}
.big li:nth-child(4) {
  background-color: #f5f5f5;
}
footer div div {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
footer .wrapper-1-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wrapper-services-1-2-img-l, .wrapper-services-1-2-img-r {
  display: grid;
  column-gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2em;
}
#about h2 {
  text-align: left;
}
.top-page {
  width: 90%;
  margin-top: -130px!important;
  -webkit-border-top-right-radius: 300px;
-webkit-border-bottom-right-radius: 300px;
-moz-border-radius-topright: 300px;
-moz-border-radius-bottomright: 300px;
border-top-right-radius: 300px;
border-bottom-right-radius: 300px;
}
h1 {
  text-align: right;
}
.wrapper-top-page {
  column-gap: 80px;
}
.wrapper-1-4 {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1em;
}
.capacity p.title {
  font-size: 1em;
}
.compta {
  background: url(tenue-comptabilite.svg) 50px center no-repeat #009FE3;
  background-size: 80px;
  padding: 2em 3em 2em 170px;
  margin-right: 10%;
  -webkit-border-top-right-radius: 1000px;
-webkit-border-bottom-right-radius: 1000px;
-moz-border-radius-topright: 1000px;
-moz-border-radius-bottomright: 1000px;
border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;

-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-bottomleft: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.fisca {
  background: url(optimisation-fiscale.svg) calc(100% - 10%) center no-repeat #526068;
  background-size: 95px;
  padding: 2em 170px 2em 5em;
  margin-left: 10%;
  -webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;

-webkit-border-top-left-radius: 1000px;
-webkit-border-bottom-left-radius: 1000px;
-moz-border-radius-topleft: 1000px;
-moz-border-radius-bottomleft: 1000px;
border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
}
.compta a.btn, .fisca a.btn {
  margin-bottom: 0;
}
.compta-bg {
  background: url(compta.jpg) right center no-repeat;
  background-size: auto;
  padding: 80px 0 80px 0;
}
.fisca-bg {
  background: url(fisca.jpg) left center no-repeat;
  background-size: auto;
  padding: 80px 0 80px 0;
}
.crea {
  background: url(bg-crea.svg) left center no-repeat rgba(0, 92, 161, 0.05);
  background-size: 190px;
  padding: 30px 30px 30px 220px;
}
.cont {
  background: url(bg-cont.svg) right center no-repeat rgba(82, 96, 104, 0.05);
  background-size: 190px;
  padding: 30px 220px 30px 30px;
}
.ml {
  margin: 0 40px;
}
.wrapper-services h3 {
  padding: 30px 30px 30px 85px;
  width: 75%;
margin: -85px 0 0 -30px;
color: #FFF;
font-size: 1.3em;
}

.wrapper-services p {
  margin-top: 50px;
}
.wrapper-services .col-1, .wrapper-services .col-2 {
  padding: 30px;
  margin-top: 90px;
}
.about {
  text-align: center;
}
.about .col-1, .about .col-2 {
  margin-top: 50px;
}
.wrapper-services .col-1 h3 {
  background: url(bullet-title.svg) 15px center no-repeat #009FE3;
  background-size: 40px;
}
.wrapper-services .col-2 h3 {
  background: url(bullet-title.svg) 15px center no-repeat #526068;
  background-size: 40px;
}
.wrapper-services li {
  background: url(bullet-check.svg) left 6px no-repeat;
  background-size: 18px;
  padding: 0 0 15px 30px;
}
}



@media only screen and (min-width: 1024px) {
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,42%)!important;
  }
.nav-plus {
    margin: 0;
    border: none;
}
#nav-contact, #nav-language {
        width: 110px;
        
    }
#nav-language {
        line-height: 105px; /* hauteur-nav */
        font-size: 0.85em;
    }
#nav-contact li  {
        height: 40px;
        width: 40px;
        margin: 30px 5px 0 0;
        padding: 10px;
    }
 #nav-contact img {
        width: 20px;
    }
.slider div.content {
  font-size: 1em;
      top: 3em;
      width: 70%;
      padding: 0 10%;
      text-align: left;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 2em;
  margin-bottom: 1em;
  }
  h3 {
    font-size: 1.55em;
  }
  .wrapper-services {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapper-top-page {
    column-gap: 100px;
  }
  .wrapper-1-2 {
    column-gap: 2em;
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapper-head-txt {
    column-gap: 100px;
    grid-template-columns: 30% 60%;
    align-items: center;
  }
  .wrapper-1-3 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3em;
  }
  
  .wrapper-about {
    column-gap: 2em;
    grid-template-columns: 30fr 70fr;
  }
  footer div div {
    font-size: 1em;
  }
  .wrapper-services-1-2-img-l {
    column-gap: 3em;
    grid-template-columns: 40% 60%;
  }
  .wrapper-services-1-2-img-r {
    column-gap: 3em;
    grid-template-columns: 60% 40%;
  }
  p.txt-form {
    margin-bottom: 4em;
}
.top-page {
  margin-top: -160px!important;
  padding: 80px 40px;
}
.compta {
  background: url(tenue-comptabilite.svg) 50px center no-repeat #009FE3;
  background-size: 100px;
  padding: 3em 5em 3em 200px;
  margin-right: 35%;
}
.fisca {
  background: url(optimisation-fiscale.svg) calc(100% - 10%) center no-repeat #526068;
  background-size: 135px;
  padding: 3em 200px 3em 5em;
  margin-left: 35%;
  background-origin: padding-box;
}
.crea {
  background: url(bg-crea.svg) -50px center no-repeat rgba(0, 92, 161, 0.05);
  background-size: 340px;
  padding: 30px 30px 30px 380px;
}
.cont {
  background: url(bg-cont.svg) calc(100% + 50px) center no-repeat rgba(0, 92, 161, 0.05);
  background-size: 340px;
  padding: 30px 380px 30px 30px;
}
.ml {
  margin: 0 100px;
}
.wrapper-services h3 {
  width: 85%;
}
}

@media only screen and (min-width: 1250px) {
  .slider div.content {
    font-size: 1.2em;
    padding: 0 7%;
}
.wrapper-services h3 {
  width: 75%;
}
}


@media only screen and (min-width: 1440px) {

.slider div.content {
    top: 3em;
    font-size: 1.4em;
    padding: 0 7%;
}
.bloc-pad {
  padding: 4em;
}
.bloc-pad-no-tb {
  padding: 0 4em;
}
footer {
  margin-top: 4em;
}
.bloc-pad-no-b {
  padding: 4em 4em 0 4em;
}
.capacity img {
  max-width: 250px;
  height: auto;
}
.big p.title {
  font-size: 7em;
  margin-bottom: 0.2em;
}
.big li {
  padding: 4em;
}
h1 {
  font-size: 2.4em;
}
h2 {
  font-size: 2.4em;
}
h3 {
  font-size: 1.85em;
}
.top-page {
  margin-top: -200px!important;
  padding: 90px 40px;
}
.btn {
  font-size: 1.4em;
  padding: 15px 50px;
}
.wrapper-1-4 {
  column-gap: 75px;
}
.capacity p.title {
  font-size: 1.3em;
}
.compta {
  background: url(tenue-comptabilite.svg) 70px center no-repeat #009FE3;
  background-size: 120px;
  padding: 4em 5em 4em 250px;
  margin-right: 40%;
}
.fisca {
  background: url(optimisation-fiscale.svg) calc(100% - 10%) center no-repeat #526068;
  background-size: 140px;
  padding: 4em 250px 4em 6em;
  margin-left: 40%;
}
h4 {
  font-size: 1.5em;
}
.crea {
  background: url(bg-crea.svg) left center no-repeat rgba(0, 92, 161, 0.05);
  background-size: 380px;
  padding: 50px 50px 50px 450px;
}
.cont {
  background: url(bg-cont.svg) calc(100% + 50px) center no-repeat rgba(0, 92, 161, 0.05);
  background-size: 380px;
  padding: 50px 450px 50px 50px;
}
.wrapper-services h3 {
  width: 75%;
  padding-right: 85px;
}
.wrapper-services .col-1, .wrapper-services .col-2 {
  padding: 60px;
}
.wrapper-services h3 {
  margin: -115px 0 0 -60px;
}

}



@media only screen and (min-width: 1600px) {
.wrapper-top-page {
  column-gap: 4em;
}
.wrapper-1-3 {
  column-gap: 5em;
}
.wrapper-services-1-2-img-l, .wrapper-services-1-2-img-r {
  column-gap: 4em;
}
.bloc-pad {
  padding: 5em;
}
.bloc-pad-no-tb {
  padding: 0 5em;
}
footer {
  margin-top: 5em;
}
.bloc-pad-no-b {
  padding: 5em 5em 0 5em;
}
.bloc-contact h3 {
  margin-bottom: 1em;
}
.services a {
  font-size: 1.3em;
}
.mid {
  width: 1440px;
  margin: 0 auto;
}
.mid img {
  width: 100%;
  height: auto;
}
footer {
  padding-top: 4em;
}
}


@media only screen and (min-width: 2560px) {
  .slider div.content {
    top: 2em;
    font-size: 2.7em;
}
}

    /* menu */

.site-header {
    background: #FFF;
    width: 100%;
  }
  .site-branding {
    width: 85%;
    float: left;
  }
  .site-branding img {
    max-width: 70%;
    height: auto;
    margin: 30px 0 30px 30px;
  }
  .main-navigation .menu .menu-item a {
    color: #526068;
    font-size: 0.8em;
    text-transform: uppercase;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .main-navigation .menu .menu-item a:hover,
  .main-navigation .menu .menu-item a:focus {
    color: #009FE3;
  }
  
  .main-navigation .menu .menu-item a:active {
    background: transparent;
    color: #009FE3;
  }
  .main-navigation .sub-menu {
    background: #ececec;
  }
  .main-navigation ul {
  }
  .site-header > .top-nav-label .open-close-menu {
    background: #000;
  }
  
  .site-header > .top-nav-label .open-close-menu::before,
  .site-header > .top-nav-label .open-close-menu::after {
    background: #000;
  }
  .site-header > .top-nav-label:hover .open-close-menu,
  .site-header > .top-nav-label:hover .open-close-menu::after,
  .site-header > .top-nav-label:hover .open-close-menu::before,
  .site-header > input[type="checkbox"]:focus ~ .top-nav-label .open-close-menu,
  .site-header
    > input[type="checkbox"]:focus
    ~ .top-nav-label
    .open-close-menu::before,
  .site-header
    > input[type="checkbox"]:focus
    ~ .top-nav-label
    .open-close-menu::after,
  .site-header > input[type="checkbox"]:hover ~ .top-nav-label .open-close-menu,
  .site-header
    > input[type="checkbox"]:hover
    ~ .top-nav-label
    .open-close-menu::before,
  .site-header
    > input[type="checkbox"]:hover
    ~ .top-nav-label
    .open-close-menu::after {
    background: #000;
  }
  .main-navigation
    .menu-item-has-children
    > .top-nav-label
    .open-close-menu::after,
  .main-navigation
    .menu-item-has-children
    > .top-nav-label
    .open-close-menu::before {
    background: #000;
  }
  .main-navigation .menu-item-has-children > .top-nav-label:hover {
    
  }
  
  .main-navigation
    .menu-item-has-children
    input[type="checkbox"]:focus
    ~ .top-nav-label {
    
  }
  
  .main-navigation
    .menu-item-has-children
    > .top-nav-label:hover
    .open-close-menu::after,
  .main-navigation
    .menu-item-has-children
    > .top-nav-label:hover
    .open-close-menu::before,
  .main-navigation
    .menu-item-has-children
    input[type="checkbox"]:focus
    ~ .top-nav-label
    .open-close-menu::before,
  .main-navigation
    .menu-item-has-children
    input[type="checkbox"]:focus
    ~ .top-nav-label
    .open-close-menu::after {
    background: #002554;
  }
  .main-navigation .menu-item-has-children a:hover ~ .top-nav-label,
  .main-navigation .menu-item-has-children a:focus ~ .top-nav-label,
  .main-navigation .menu-item-has-children a:active ~ .top-nav-label,
  .main-navigation .menu-item-has-children:focus-within a ~ .top-nav-label {
    background: #FFF;  /*menu-smart bg sous menu*/
  }
  
  .main-navigation .menu .menu-item {
    border-bottom: 1px solid #ececec;
  }
  a.navplus {
    background: #3C5548!important;
    color: #FFF!important;
  }
  a:hover.navplus {
    
  }
#HG {
    font-weight: 900!important;
    color: #009FE3!important;
}
  
  @media only screen and (min-width: 1024px) {
    .menu-item-has-children {
        background: url(nav-arrow-bottom.svg) right 45px no-repeat; /* hauteur-nav */
        background-size: 15px;
        padding-right: 20px;
      }
    .main-navigation ul {
      background: transparent;
  }
  .main-navigation .menu .menu-item a {
      background: transparent;
    }
  .main-navigation .menu .menu-item a:hover {
      background: transparent;
      color: #009FE3;
    }
  .main-navigation .menu .menu-item a:active {
      color: #FFF;
    }
  .main-navigation .menu .menu-item {
      border-bottom: none;
  }
  .main-navigation .menu .menu-item {
    margin-left: 20px;
  }
  .main-navigation .menu .sub-menu .menu-item {
    margin-left: 0;
    padding: 20px 25px 20px 30px;
    background: url(bullet.svg) 12px center no-repeat;
    background-size: 5px;
  }
  a.navplus {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  ul.menu li a {
  }
  ul.menu li:last-child {
    
    
  }
  ul.menu li:hover:last-child {
    background: #FFF;
  }
  ul.menu li:hover:last-child a {
    
  }
  .main-navigation .menu li.menu-item:last-child a:hover::after {
    width: 0;
  }

.main-navigation .sub-menu li.menu-item {
    background: url(bullet.svg) 5px center no-repeat;
    background-size: 5px;

  }
  
  }
  
  
  
  .site-header > .top-nav-label {
    flex: 0 0 auto;
  }
  
  .main-navigation {
    display: none;
    margin-top: 50px;
  }
  
  .main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  
  .main-navigation .menu {
    position: relative;
    width: 90%;
    margin: 5%;
    border: 1px solid #ececec;
  }
  
  
  
  .main-navigation .menu .menu-item {
    position: relative;
  }
  .main-navigation .menu li:last-child {
    border-bottom: none;
  }
  .main-navigation .menu .menu-item a {
    display: block;
    padding: 25px 20px;
    text-decoration: none;
  }
  .main-navigation .sub-menu li.menu-item {
    border-bottom: 1px solid #FFF;
    background: url(bullet.svg) 40px center no-repeat;
    background-size: 6px;
    padding-left: 20px;
  }
  .main-navigation .sub-menu li.menu-item:last-child {
    border-bottom: none;
  }
  .main-navigation .sub-menu li.menu-item a {
    padding-left: 40px;
    font-size: 0.75em;
  }
  .main-navigation .sub-menu {
    display: none;
  }
  
  .menu .menu-item-has-children,
  .sub-menu .menu-item-has-children {
    position: relative;
  }
  
  .main-navigation .menu .menu-item-has-children a {
  
  }
  
  /* Hide/Show Main Menu if checkbox unchecked/checked */
  .site-header > [type="checkbox"]:checked ~ .main-navigation {
    display: block;
  }
  
  /* Hide/Show Sub-Menu if checkbox unchecked/checked */
  .main-navigation [type="checkbox"]:checked ~ ul {
    display: block;
  }
  
  /* Toggle buttons */
  .top-nav-label {
    cursor: pointer;
    display: block;
    font-size: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  
  .top-nav-label .open-close-menu {
    display: block;
    position: absolute;
    z-index: 99999;
  }
  
  .top-nav-label .open-close-menu::before,
  .top-nav-label .open-close-menu::after {
    border-radius: 0.1875rem;
    content: "";
    display: block;
    position: absolute;
  }
  
  /* Hamburger button */
  .site-header > .top-nav-label {
    position: relative;
    right: 0;
    top: 32px;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.1875rem;
  }
  
  .site-header > .top-nav-label .open-close-menu {
    border-radius: 0.1875rem;
    height: 0.25rem;
    left: 0.1875rem;
    right: 0.1875rem;
    top: 1.125rem;
    transition: 0.25s ease-in-out 0s;
  }
  
  .site-header > .top-nav-label .open-close-menu::before,
  .site-header > .top-nav-label .open-close-menu::after {
    height: 0.25rem;
    left: 0;
    transition-duration: 0.3s, 0.3s;
    width: 100%;
  }
  
  .site-header > .top-nav-label .open-close-menu::before {
    top: -0.6875rem;
    transform-origin: top;
  }
  
  .site-header > .top-nav-label .open-close-menu::after {
    bottom: -0.6875rem;
    transform-origin: bottom;
  }
  
  /* Hamburger animation */
  .site-header > [type="checkbox"]:checked ~ .top-nav-label .open-close-menu {
    background: none;
    transition-delay: 0s, 0.3s;
  }
  
  .site-header
    > [type="checkbox"]:checked
    ~ .top-nav-label
    .open-close-menu::before,
  .site-header
    > [type="checkbox"]:checked
    ~ .top-nav-label
    .open-close-menu::after {
    left: 0.125rem;
    transition-delay: 0s, 0.3s;
  }
  
  .site-header
    > [type="checkbox"]:checked
    ~ .top-nav-label
    .open-close-menu::before {
    top: 0;
    transform: rotate(45deg);
  }
  
  .site-header
    > [type="checkbox"]:checked
    ~ .top-nav-label
    .open-close-menu::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  
  /* Hamburger button hover/focus/active */
  
  
  
  
  .site-header
    > input[type="checkbox"]:checked
    ~ .top-nav-label:hover
    .open-close-menu,
  .site-header
    > input[type="checkbox"]:checked:focus
    ~ .top-nav-label
    .open-close-menu,
  .site-header
    > input[type="checkbox"]:checked:hover
    ~ .top-nav-label
    .open-close-menu {
    background: none;
  }
  
  /* Plus/Minus button */
  .main-navigation .menu-item-has-children > .top-nav-label {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 40px;
    width: 40px;
  }
  
  .main-navigation .menu-item-has-children > .top-nav-label .open-close-menu {
    height: 100%;
    width: 100%;
  }
  
  .main-navigation
    .menu-item-has-children
    > .top-nav-label
    .open-close-menu::after,
  .main-navigation
    .menu-item-has-children
    > .top-nav-label
    .open-close-menu::before {
    transition: transform 0.25s ease-out;
  }
  
  .main-navigation
    .menu-item-has-children
    > .top-nav-label
    .open-close-menu::before {
    height: 50%;
    left: calc(50% - 0.1875rem / 2);
    top: 25%;
    width: 0.1875rem;
  }
  
  .main-navigation
    .menu-item-has-children
    > .top-nav-label
    .open-close-menu::after {
    height: 0.1875rem;
    left: 25%;
    top: calc(50% - 0.1875rem / 2);
    width: 50%;
  }
  
  /* Plus/Minus button animation */
  .main-navigation
    [type="checkbox"]:checked
    ~ .top-nav-label
    .open-close-menu::before {
    transform: rotate(90deg);
  }
  
  .main-navigation
    [type="checkbox"]:checked
    ~ .top-nav-label
    .open-close-menu::after {
    transform: rotate(180deg);
  }
  
  /* Plus/Minus button hover/focus/active */
  
  
  /* Hide and place checkbox over the toggle buttons */
  .site-header input[type="checkbox"] {
    cursor: pointer;
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 2;
  }
  
  .site-header > input[type="checkbox"] {
    right: 0.5rem;
    top: 2.75rem;
  }
  
  .site-header .menu-item-has-children input[type="checkbox"] {
    right: 1rem;
    top: 1rem;
  }
  
  /* Display the right label if checkbox checked */
  .site-header input[type="checkbox"] + .top-nav-label .close-menu,
  .site-header input[type="checkbox"]:checked + .top-nav-label .open-menu {
    display: none;
  }
  
  .site-header input[type="checkbox"]:checked + .top-nav-label .close-menu,
  .site-header input[type="checkbox"] + .top-nav-label .open-menu {
    display: block;
  }
  
  @media only screen and (min-width: 37.5em) {
    .site-title {
      font-size: 1.5rem;
    }
  }
  
  @media only screen and (min-width: 1024px) {
  
  .site-title {
      font-size: 1.8rem;
    }
  
    .site-header input[type="checkbox"],
    .site-header .top-nav-label {
      display: none;
    }
  
    .main-navigation {
      display: block;
      float: left;
      width: 70%;
      text-align: right;
      margin-top: 0;
    }
  
    .main-navigation .menu {
      border: none;
      display: flex;
      justify-content: flex-end;
      padding-right: 1em;
    }
  .main-navigation .menu {
    line-height: 100px; /* hauteur-nav */
  }
  .main-navigation .sub-menu {
    line-height: normal;
  }
    .main-navigation .menu::before,
    .main-navigation .menu::after {
      display: none;
    }
  
    .main-navigation .menu > .menu-item {
    }
  .main-navigation .menu .menu-item ul {
    overflow: hidden;
  }
    .main-navigation .menu .menu-item a {
      border: none;
      padding: 0!important;
      font-size: 0.8em;
      font-weight: normal;
  
    }

    .main-navigation .menu a.contact {
        border: none;
        color: #FFF;
        background: #009FE3;
        line-height: 50px;
        padding: 0 25px!important;
        margin-top: 25px; /* hauteur-nav */
        font-weight: normal;
        -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
      }
      .main-navigation .menu a:hover.contact {
        background: #002554;
        color: #FFF;
      }
    
  .main-navigation .menu .menu-item a:hover {
    }
    .main-navigation .menu .menu-item a:active {
      text-decoration: none;
    }
  
    .main-navigation .menu-item-has-children > .top-nav-label {
      position: absolute;
      right: 0;
      top: 0;
      height: 2.5625rem;
      width: 2.5625rem;
    }
  
    .main-navigation .menu-item-has-children a:hover ~ .top-nav-label,
    .main-navigation .menu-item-has-children a:focus ~ .top-nav-label,
    .main-navigation .menu-item-has-children a:active ~ .top-nav-label,
    .main-navigation .menu-item-has-children:focus-within a ~ .top-nav-label {
      background: #fff;
    }
  
    .main-navigation .menu .menu-item-has-children a {
      padding: 0.4045rem 0.809rem;
    }
  
    /* Show submenu on hover/focus */
    .main-navigation .menu-item-has-children > a:hover ~ ul,
    .main-navigation .menu-item-has-children:hover > a ~ ul,
    .main-navigation .menu-item-has-children > a ~ ul:hover,
    .main-navigation .menu-item-has-children > a:focus ~ ul {
      display: block;
      z-index: 999;
      pointer-events: auto;
    }
  
    /* Same rules - Focus-within not supported by Edge/IE. Unsupported selectors cause the entire block to be ignored, so we must repeat all styles separately. */
    .main-navigation .menu-item-has-children:focus-within > a ~ ul {
      display: block;
      z-index: 999;
    }
  
    .main-navigation .sub-menu {
      min-width: 260px;
      position: absolute;
    }
  
    
    .main-navigation .sub-menu .sub-menu::before,
    .main-navigation .sub-menu .sub-menu::after {
      display: none;
    }
  
    .main-navigation .sub-menu .menu-item-has-children > a::after {
      content: "\25C4";
      vertical-align: top;
    }
  
    .main-navigation .sub-menu ul {
      left: -100%;
      top: 0;
      max-width: 100%;
    }
    .main-navigation .sub-menu li.menu-item a {
    padding: 10px;
    font-size: 0.85em;
  }
  .main-navigation .menu {
    width: calc(100% - 110px);
    margin: 0!important;
    border: none;
    float: left;
  }
  
  }
  
  @media only screen and (min-width: 1024px) and (any-pointer: coarse) {
    .main-navigation .menu .menu-item-has-children a {
      padding-right: 3rem;
    }
  
    .site-header .menu-item-has-children .top-nav-label {
      display: block;
    }
  
    .site-header .menu-item-has-children input[type="checkbox"] {
      display: block;
      right: 0.625rem;
      top: 0.625rem;
    }
  
    .main-navigation .menu-item-has-children > a:focus ~ ul,
    .main-navigation
      .menu-item-has-children
      > input[type="checkbox"]:not(:checked):focus
      ~ ul {
      display: none;
    }
  
    .main-navigation .menu .menu-item-has-children > a::after,
    .main-navigation .sub-menu .menu-item-has-children > a::after {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) {
  .site-header > .top-nav-label {
    top: 36px;
  }
 .main-navigation {
    margin-top: 70px;
}
  }

@media only screen and (min-width: 1024px) {
.main-navigation {
    margin-top: 15px;
}
.main-navigation .menu .menu-item a {
    font-size: 0.7em;
}
.main-navigation .menu .menu-item {
    margin-left: 20px;
}
.site-branding {
    width: 30%!important;
    height: 120px;
    display: flex;
    align-items: center;
}
.site-branding img {
  margin: 5px 0 0 30px;
  width: 200px;
  height: auto;
  }


}
@media only screen and (min-width: 1440px) {
    .main-navigation .menu .menu-item a {
        font-size: 0.9em;
    }
.main-navigation .menu .menu-item {
        margin-left: 30px;
    }
  }



@media only screen and (min-width: 2560px) {
  .site-branding {
    width: 30%!important;
    height: 170px;
}
.site-branding img {
  margin: 0 0 0 30px;
  width: 100%;
  height: auto;
  max-width: 400px;
}
.main-navigation .menu a.contact {
  line-height: 70px;
  padding: 0 40px!important;
  margin-top: 45px;
  font-weight: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.main-navigation .menu {
  line-height: 165px;
}
.main-navigation {
  width: 70%;
}
    .main-navigation .menu .menu-item a {
        font-size: 1.4em;
    }
    .main-navigation .menu .menu-item {
        margin-left: 50px;
    }
    #nav-contact, #nav-language {
      width: 180px;
  }
  .main-navigation .menu {
    width: calc(100% - 360px);
}
#nav-language {
  line-height: 170px;
  font-size: 1.3em;
}
#nav-contact li {
  height: 60px;
  width: 60px;
  margin: 50px 5px 0 0;
}
#nav-contact img {
  width: 38px;
}
      }