.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .grecaptcha-badge {
    display: none;
  }
  
  /****** GENERAL ******/

@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

body,
html {
  overflow-x: hidden;
}
  
  body {
    font-family: "ars-maquette-web", Arial, sans-serif;
    color: #404B5B;
    font-size: 16px;
  }
  
  h2 {
    font-size: 60px;
    font-weight: 700;
    padding-top: 0px;
    margin-top: 0;
  }
  
  h3 {
    padding-top: 20px;
    font-size: 24px;
    margin: 0;
  }
  
  h1,
  h2,
  h3{
    color: #fff;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  #contact .input-field label,
  p {
    font-family: "ars-maquette-web", Arial, sans-serif;
  }
  
  #quoi h2,
  #quoi h3,
  #contact h2,
  #contact h3 {
    color: inherit;
  }
  
  h2 span {
    font-size: 40px;
    display: block;
    padding-bottom: 60px;
    padding-top: 10px;
  }
  
  a.button, input.powermail_submit.button, #landing a.button, #load-more.button {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    padding: 20px 60px;
    margin-top: 80px;
    transition: 0.3s ease;
    border-radius: 0;
  }
  
  a.button:hover, input.powermail_submit.button:hover, #landing a.button:hover, #load-more.button:hover {
    background-color: #252c32;
    color: #fff;
    opacity: 1;
  }
  
  a.button {
    background-color: #fff;
    color: #e9004c;
    text-decoration: none;
  }
  
  input.powermail_submit.button,
  #load-more.button {
    background-color:#E9004C;
    color:#fff;
    border: 0;
  }
  
  ul {
    padding: 0;
  }
  
  a.button:focus {
    color: #E9004C;
    text-decoration: none;
    outline-style:none;
  }
  
  #contact .powermail_submit:focus {
    color: #fff;
    text-decoration: none;
    outline-style:none;
  }
  
  /****** HEADER ******/
  
  header {
    position: relative;
    z-index: 4;
  }
  
  nav {
    height: 100px;
    width: 100%;
    position: fixed;
    background-color: rgba(85, 29, 221, 0);
    /*border-bottom: solid 1px rgba(255,255,255,0);*/
    -moz-box-shadow: 0 1px 15px 0 rgba(101,101,101,0);
    -webkit-box-shadow: 0 1px 15px 0 rgba(101,101,101,0);
    -o-box-shadow: 0 1px 15px 0 rgba(101,101,101,0);
    box-shadow: 0 1px 15px 0 rgba(101,101,101,0);
    -moz-transition: background 1s ease;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
    overflow: hidden;
  }
  
  nav.scroll {
    background-color: rgba(233, 0, 76, 1);
    /*border-bottom: solid 1px rgba(255,255,255,.6);*/
    -moz-box-shadow: 0 1px 15px 0 rgba(101,101,101,.3);
    -webkit-box-shadow: 0 1px 15px 0 rgba(101,101,101,.3);
    -o-box-shadow: 0 1px 15px 0 rgba(101,101,101,.3);
    box-shadow: 0 1px 15px 0 rgba(101,101,101,.6);
  }
  
  #logo,
  #menu {
    line-height: 100px;
  }
  
  #logo {
    float: left;
    z-index: 3;
  }
  
  #logo img {
    height: 70px;
  }
  
  #menu {
    float: right;
  }
  
  #menu ul li {
    display: inline-block;
    line-height: 1;
  }
  
  #menu ul li a {
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px 20px;
    margin-right: 20px;
  }
  #menu ul li:last-of-type a {
    margin-right: 0px;
  }
  /*#menu ul li a::after{
    content: '';
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1)
  }
  
  #menu ul li a:hover::after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  */
  
  #menu ul li a{
    border: solid 2px rgba(255,255,255,0);
    transition: all .5s ease;
  }
  
  #menu ul li a:hover{
    border: solid 2px rgba(255,255,255,1);
  }
  
  #menu ul li a.focus{
    border: solid 2px rgba(255,255,255,1);
  }
  
  
  .burger {
    display: none;
    cursor: pointer;
    width: 40px;
  }
  
  
  
  /****** SECTION ******/
  
  section {
    text-align: center;
    padding: 100px 0;
  }
  
  section#landing,
  section#contact {
    text-align: inherit;
  }
  
  
  
  /****** LANDING ******/
  
  #landing {
    background: url(../../Images/first-step.ch/backgrounds/banner-firststeps-new.jpg) no-repeat center bottom;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top;
  }
  
  #landing:after{
    content: "";
    background-image: url(../../Images/first-step.ch/backgrounds/exclamation.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    height: 60vh;
    width: 30%;
    bottom:0;
    right: 10%;
    opacity: 0.5;
  }

  #landing .container {
    z-index: 1;
  }

  #landing:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(233, 0, 76);
    background: -moz-linear-gradient(90deg, rgba(233, 0, 76, 0.95) 25%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(90deg, rgba(233, 0, 76, 0.95) 25%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(90deg, rgba(233, 0, 76, 0.95) 25%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 0;
    top: 0;
    left: 0;
  }
  
  #landing h1 {
    font-size:72px;
    font-weight:700;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-top: 0;
  }
  
  #landing h1 span {
    padding-bottom: 0;
    display: block;
  }
  
  #landing h3 {
    color: #fff;
    font-weight: 300;
  }
  
  #landing p{
    font-size:20px;
    color: #fff;
  }
  
  #landing a{
    color: #fff;
  
    text-shadow: none;
    transition: all .5s ease;
    font-weight:bold;
  }
  
  #landing a:hover, #par a:hover, input.powermail_submit.button:hover{
    opacity:.9;
    text-decoration:none;
  }
  
  #landing a.button{
    color: #E9004C;
    text-decoration: none;
  }
  
  .ce-textpic{
    overflow: inherit !important;
  }
  
  
  
  /****** QUOI ******/
  
  .tool {
    padding-bottom: 60px;
  }
  .tool:nth-child(3n + 1) {
    clear: left;
  }
  
  .picto {
    height: 80px;
  }
  
  #quoi p {
    padding-top: 10px;
    margin-bottom: 0;
  }
  
  
  
  /****** POUR ******/
  
    #pour {
        background-color: #efefef;
    }

    #pour .category-title .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #pour > .container {
        
    }

    .category-all.container {
        padding: 0;
    }
  

    #pour h2 {
        font-size: 40px;
        color: inherit;
    }

    #pour h2 span {
        font-size: 60px;
    }
  
  /****** CATEGORIE ******/
  
  #pour div.active {
    top: 15px;
  }
  
  .category {
    display: inline-block;
    padding: 1%;
    position: relative;
    top: 40px;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    transition: top .5s;
    width:19%;
    color: #fff;
  }
  
  div.category h5 {
    margin-top: 15px;
    text-align: center;
  }
  
  #pour div.active
   {
    background-color: #fff;
    border: solid 4px #fff;
    top: 15px;
    cursor: pointer;
  }
  
  .category:hover,
  .tout:hover,
  .business:hover,
  .institution:hover,
  .culture:hover,
  .horeca:hover{
   top: 15px;
   cursor: pointer;
   border: solid 4px #fff;
  }
  
  .tout {
    background-color: #404B5B;
    border: 4px solid #fff;
  }
  
  div.tout.active{
    background-color: #404B5B;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #404b5b;
  }
  
  .business {
    background-color: #00A2FF;
    border: 4px solid #fff;
    color: #fff;
  }
  
  div.business.active{
    background-color: #fff;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #00A2FF;;
  }
  
  .institution {
    background-color: #934192;
    border: 4px solid #fff;
    color: #fff;
  }
  
  div.institution.active{
    background-color: #fff;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color:#934192;
  }
  
  .culture {
    background-color: #FF6F44;
    border: 4px solid #fff;
    color: #fff;
  }
  
  div.culture.active{
    background-color: #fff;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #FF6F44;
  }
  
  .horeca {
    background-color: #00CFA4;
    border: 4px solid #fff;
    color: #fff;
  }
  
  div.horeca.active{
    background-color: #fff;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #00CFA4;
  }
  
  .icon-font {
    font-size: 40px;
    display: block;
  }
  
  
  
  /****** SLIDER ******/
  
  /** ARROW **/
  
  .slick-prev {
    background: url(../../Images/first-step.ch/icon/back.svg) no-repeat center center;
    background-size: cover;
    height: 80px;
    width: 46px;
    left: -8%;
    z-index: 2;
  }
  
  .slick-prev:hover,
  .slick-prev:focus {
    background: url(../../Images/first-step.ch/icon/back.svg) no-repeat center center;
  }
  
  .slick-prev:before {
    content: '';
  }
  
  .slick-next {
    background: url(../../Images/first-step.ch/icon/next.svg) no-repeat center center;
    background-size: cover;
    height: 80px;
    width: 46px;
    right: -8%;
    z-index: 2;
  }
  
  .slick-next:hover,
  .slick-next:focus {
    background: url(../../Images/first-step.ch/icon/next.svg) no-repeat center center;
  }
  
  .slick-next:before {
    content: '';
  }
  
  
  /** Slide **/
  
  #pour .category-title {
    position: relative;
    z-index: 0;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  
  #pour .category-name {
    display: none;
  }
  
  .slick-initialized .slick-slide {
    padding: 40px 0;
  }
  
  .slider {
    padding: 0;
    height: 100%;
    margin: 0px -10px;
  }
  
  .slider img {
    max-width: 100%;
    height: auto;
  }
  
  .slick-list,
  .slick-track {
    height: 100%;
  }
  
  .slick-prev, .slick-next{
    top:45%;
  }

  .ref-card {
    position: relative;
    margin-bottom: 40px;
  }

  .ref-card a {
    position: relative;
  }
  
  .ref-card a img{
    text-decoration: none;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.3s ease;
  }

  .ref-card a .card-img-wrap {
    overflow: hidden;
    position: relative;
  }

  .ref-card a .card-img-wrap:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    transition: 0.3s ease;
    z-index: 2;
    background-color: rgba(229, 6, 75, 0);
    position: absolute;
  }
  
  .ref-card a:hover .card-img-wrap:after {
    background-color: rgba(229, 6, 75, 0.5);
  }

  .ref-card a:hover img {
    text-decoration: none;
    transform: scale(1.05);
    filter: grayscale(100%);
  }
  
  .ref-card a {
    display:block;
    color: #252c32;
    transition: 0.3s ease;
  }

  .ref-card a:hover {
    text-decoration:none;
  }
  
  .ref-card a:hover h5 {
    color: #e0004d;
  }

  .ref-card h5 {
    font-size: 26px;
    text-align: left;
    margin-top: 15px;
  }

  .ref-card-hidden {
		display: none;
		
	}

  .ref-card {
    animation: fadeIn 0.3s forwards;
  }
	
	@keyframes fadeIn {
		0% {
			opacity: 0;
			transform: scale(0.5);
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
  
  /** Dots **/
  
  .slick-dots{
    padding: 0 0 20px;
  }
  
  .slick-dots li button:before, .slick-dots li button, .slick-dots li{
    width: 15px;
    height: 15px;
    font-size: 8px;
  }
  

  
  /****** PAR ******/
  
  #par {
    background-color: #E9004C;
  }

  #par h2 {
    font-size: 40px;
  }
  
  #par h2 span {
    padding-bottom: 0;
    font-size: 60px;
  }
  
  #par a.button {
    margin: 60px auto 0;
  }
  
  /****** CONTACT ******/
  
  #contact {
    background: url(../../Images/first-step.ch/backgrounds/background-form.svg) no-repeat right;
    background-size: cover;
    background-color: #E9004C;
  }

  #contact h2 {
    font-size: 40px;
  }

  #contact h2 span {
    font-size: 60px;
  }
  
  #contact .tx-powermail .container-fluid {
    padding: 0px;
    margin: 0px -15px;
  }
  
  
  #contact .tx-powermail h3, #contact .tx-powermail legend {
    display: none;
  }
  #contact .powermail_fieldset .layout1, #contact .powermail_fieldset .layout2 {
    clear: none;
    float: left;
    width: 50%;
  }
  #contact .powermail_fieldset .input-field { position: relative; }
  #contact .input-field label {
    left: 0px;
  }
  #contact .powermail_fieldset .input-field:after {
    background: #404B5B;
    bottom: 12px;
    content: "";
    height: 3px;
    top: 45px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  #contact .powermail_fieldwrap_type_textarea .input-field:after {
    bottom: 4px;
  }
  .powermail_fieldwrap_type_check {
    margin-top: 30px;
    display:inline-block;
  }
  .powermail_fieldwrap [type="checkbox"] + span {
    font-size: 16px;
  }
  [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    left: 20px;
  }
  .nolabel .powermail_label {
    display:none;
  }
  /* IE 10 et + */
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #contact .powermail_fieldwrap_type_textarea .input-field:after {
      bottom: -1px;
    }
  }
  
  /* firefox */
  @supports (-moz-appearance:none) {
    #contact .powermail_fieldwrap_type_textarea .input-field:after {
      bottom: 0px;
    }
  }
  
  #contact .powermail_fieldset .input-field.active:after { width: 100%; }
  #contact .powermail_fieldwrap_type_input:nth-child(2n), #contact .tx-powermail .powermail_fieldwrap_type_input:nth-child(2n) {
    padding: 0px 0px 0px 0px;
  }
  #contact .powermail_fieldset .layout3 { padding: 0px 40px 0px 0px !important; margin-right: 50%; }
  
  #contact .powermail_fieldwrap_type_textarea, #contact .tx-powermail .powermail_fieldwrap_type_textarea {
    padding: 0px;
    float: left;
    width: 100%;
  }
  #contact .powermail_fieldwrap_type_textarea textarea {
    margin-bottom: 0px;
  }
  
  #contact .powermail_fieldwrap_type_input, #contact .tx-powermail .powermail_fieldwrap_type_input {
    padding: 0px 40px 0px 0px;
    margin-bottom: 25px;
  }
  
  #contact .powermail_submit {
    display: inline-block;
    margin-top: 50px;
  }
  
  #contact .powermail_create {
    margin-bottom: 100px;
  }
  
  /* //////////////////  FOOTER STYLES  ////////////////// */
  footer {
    background: #eaeaea;
    position: relative;
    z-index: 3;
  }
  footer ul {
    margin:0 auto;}
    /*text-align:justify;
    width:100%;
    max-width: 360px;*/
  
  /*footer ul:after{
    display: inline-block;
    width: 100%;
    content:'';
  }*/
  
  footer ul li { font-size: 20px; font-weight: 300; padding: 10px 10px; display: inline-block; text-align:center;}
  footer ul li a { color: #e5064b; }
  footer ul li a:hover { color: #ba0f40; }
  
  
  footer .container-fluid { max-width: 1170px; }
  footer .section-content { color: #585756; padding: 20px 0px; }
  
  footer .productsWng {
    background: #252c32;;
    padding: 55px 0px 30px 0px;
  }
  
  footer .productsWng .productsWngImg {
   display: block;
   height: 45px;
   width: auto;
   -webkit-transition: inherit;
   -moz-transition: inherit;
   transition: inherit;
  }
  footer .productsWng .productsWngImg.firstStep { background: url(../Images/first-step.ch/logos/first-step.svg) no-repeat center; }
  footer .productsWng .productsWngImg.mailtoo { background: url(../Images/first-step.ch/emailing-white-grey.svg) no-repeat center; }
  footer .productsWng .productsWngImg.webcommune { background: url(../Images/first-step.ch/webcommunes.svg) no-repeat center; }
  footer .productsWng .productsWngImg.rapportAnnuel { background: url(../Images/first-step.ch/rapport-annuel.svg) no-repeat center; }
  footer .productsWng .productsWngImg.firstStep:hover { background: url(../Images/first-step.ch/logos/first-step_hover.svg) no-repeat center; }
  footer .productsWng .productsWngImg.mailtoo:hover { background: url(../Images/first-step.ch/emailing-white-green.svg) no-repeat center; }
  footer .productsWng .productsWngImg.webcommune:hover { background: url(../Images/first-step.ch/webcommunes_hover.svg) no-repeat center; }
  footer .productsWng .productsWngImg.rapportAnnuel:hover { background: url(../Images/first-step.ch/rapport-annuel_hover.svg) no-repeat center; }
  
  footer .wngInfo { background: #252c32; padding: 40px 0px; }
  footer .wngInfo h3 {
    background: none;
    display: block;
    text-transform: none;
    font-size: 28px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    margin-top: -37px !important;
    text-align: center;
    padding-top: 0;
    line-height: 1;
  }
  .wngLogoZone {
    position: relative;
    display: block;
  }
  footer .wngInfo .wngLogo {
    display: block;
    margin: 0;
    max-width: 435px;
    opacity: 0.2;
    transition: 0.5s;
  }

  footer .wngInfo .wngLogo.color {
    opacity: 0;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 1;
  }

  .wngLogoZone:hover .wngLogo.color {
    opacity: 1;
  }

  footer .wngInfo ul { background: none; max-width: 370px; margin:auto; }
  footer .wngInfo ul li {
    list-style-type: none;
    padding: 0;
  }

  footer .wngInfo ul.row li{
    height:50px;
  }
  
  footer .wngInfo ul li:last-of-type { margin-right: 0px; }
  footer .wngInfo ul li a {
    display: block;
  }
  
  footer ul li:nth-child(2) a.images-container img, footer ul li:nth-child(2) a.images-container:nth-child(2) img  {margin:auto;}
  footer ul li:nth-child(3) a.images-container {float:right;}
  
  #powermail_fieldwrap_113 .powermail_label{
    visibility: hidden;
    margin-bottom: 30px;
  }
  
  /* transition image*/
  
  div.productsWng{
     position: relative;
     height: auto;
  }
  
  div.product{
    text-align: center;
  }
  
  div.productsWng a.images-container > img, div.wngInfo a.images-container > img{
    display: block;
    height: auto;
    position: relative;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
  }
  .firstStep {
    margin-top: 37px;
  }
  .mailtoo {
    margin-top: 21px;
  }
  .rapportAnnuel {
    margin-top: 10px;
  }
  div.wngInfo a.images-container > img{
    height:50px;
  }
  
  div.productsWng a.images-container > img{
    width: 90%;
    max-width: 100%;
    margin: auto;
  }
  
  a.images-container{
    display: inline-block;
    position: relative;
  }
  .product .images-container{
    display: block;
  }
  
  div.wngInfo{
     position: relative;
  }
  
  .wngInfo a.images-container > img{
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    /*margin:auto;*/
  }
  
  div.productsWng a.images-container > img:nth-child(1), div.wngInfo a.images-container > img:nth-child(1){ /* first <img> child of <div> */
      opacity: 0.3;
  }
  div.productsWng a.images-container > img:nth-child(2), div.wngInfo a.images-container > img:nth-child(2){ /* second <img> child of <div> */
    opacity: 0;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  div.wngInfo li:nth-child(2) a.images-container > img:nth-child(2){
      position: relative;
      top:-50px;
  }
  
  /* hover */
  div.productsWng a.images-container:hover > img:nth-child(1), div.wngInfo a.images-container:hover > img:nth-child(1) {
      opacity: 0;
      z-index: 1;
  
  }
  div.productsWng a.images-container:hover > img:nth-child(2), div.wngInfo a.images-container:hover > img:nth-child(2) {
      opacity: 1;
      height: inherit;
      z-index: 2;
  }
  .fab {
    font-family: "Font Awesome 5 Brands";
  }
  .fa-facebook::before {
    content: "\f09a";
  }
  footer .wngContact {
    background: #252c32;
    padding-bottom: 35px;
  }
  footer .wngContact .section-content { color: #fff; padding: 0px; }
  .box-footer-info {
    width: 80%!important;
    margin-left: 10%;
    display: inline-block;
    margin-bottom: 45px;
    line-height: 35px;
    font-size: 22px;
    font-weight: 300;
  }
  footer .wngContact {
    background: #252c32;
    padding-bottom: 35px;
  }
  
  footer .wngContact .section-content {
    color: #fff;
    padding: 0px;
  }
  
  footer .wngContact ul li {
    padding: 0 20px;
    line-height: normal;
    list-style-type: none;
    display: inline-block;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 300;
    height: 32px;
  }
  
  footer .wngContact a {/*color: #e5064b;*/
    color: rgba(255,255,255,.55);
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  footer .wngContact a:hover {/*color: #ba0f40;*/
    color: rgba(255,255,255,1);
    text-decoration: none;
  }
  footer .social-links a {
    font-size: 32px;
  }
  .wng-data {
    text-align: center;
    position: relative;
    padding-top: 20px;
  }
  .wng-data::before {
  
    position: absolute;
    content: "";
    top: 0;
    width: 100px;
    height: 1px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.28);
    background: rgba(255, 255, 255, 0.12);
    left: 50%;
    transform: translateX(-50%);
  
  }
  
  .w-toplink {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    opacity: 0;
    display: block;
    position: fixed;
    right: 30px;
    text-align:center;
    line-height:50px;
    height:50px;
    width:50px;
    /*border-radius:5px;*/
    bottom: 30px;
    z-index:100;
    -webkit-transition:background-color .3s,bottom,.3s;
    -moz-transition:background-color .3s,bottom,.3s;
    transition:background-color .3s,bottom,.3s;
    background-color:red, color:#fff;
  }
  .w-toplink:hover {
    background-color: rgba(0,0,0,.75);
    color: #fff;
    text-decoration: none;
  }
  .w-toplink.active{ opacity: 1; }
  .icon-up:before{ background-image: url(../../Images/first-step.ch/icon/top.svg); background-size:cover; width: 16px; height: 16px; display:block; margin:17px;}
  
  
  /* tarteaucitron */
  #tarteaucitronRoot * {
    font-family: "ars-maquette-web", Arial, sans-serif !important;
  }
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font: 14px "ars-maquette-web", Arial, sans-serif !important;
  }
  #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
    font-size: 14px !important;
    text-transform: uppercase;
  }
  #tarteaucitronAlertBig {
    background: #585756;
    padding: 10px 5% !important;
  }
  #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: #e5064b !important;
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover,
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel {
    background: #e5064b !important;
  
  }
  
  #tarteaucitron .tarteaucitronBorder,
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-color: #e5064b !important;
  }
  
  /******** RESPONSIVE ********/
  
  @media(max-width: 1530px) {
    #pour .category-title{
      padding:30px 0 0px;
    }
  }
  
  @media(max-width: 1330px) {
    .category{
      width:17%;
    }
  }
  @media(min-width: 1200px) {
    footer .wngContact .col-md-8 ul {
      text-align:right;
    }
    footer .wngContact ul li:first-child {
      padding-left: 0;
    }
    footer .wngContact ul li:last-child {
      padding-right: 0;
    }
  }
  @media(max-width: 1199px) {
    .wng-data {
      text-align:center;
      margin-bottom: 10px;
      padding-bottom: 5px !important;
    }

    #menu ul li a {
      font-size: 20px;
    }

    .ref-card h5 {
      font-size: 22px;
    }

    .ref-card a img {
      
      height: 250px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wngContact .section-content > .row > div {
      width: 100%;
      text-align: center;
    }
  }
  
  @media (min-width: 992px) {
    footer .wngContact .col-md-8 ul li {
      float:none;
      width: auto;
    }
  }
  @media(max-width: 1080px) {
  
    /* BORDURE */
    #left,
    #right {
      width: 10px;
    }
  
    #top,
    #bottom {
      height: 10px;
    }
  
  
    /* GENERAL */
    .container {
      width: 90%;
    }
  
  
    /* HEADER */
    nav .container {
      width: 100%;
      padding: 0;
    }
  
    nav {
      z-index: 2;
      background-color: rgba(85, 29, 221, 0);
      -webkit-transition: background .6s ease;
      -moz-transition: background .6s ease;
      transition: background .6s ease;
    }
  
    .top-nav {
      background-color: rgba(85, 29, 221, 0);
      z-index: 3;
      width: 100%;
      height: 100px;
      padding: 0px 5%;
      position: relative;
      display: table;
       -webkit-transition: background .5s ease;
      -moz-transition: background .5s ease;
      transition: background .5s ease;
      -moz-transition-delay: 0.7s;
      -webkit-transition-delay: 0.7s;
      transition-delay: 0.7s;
    }
    .top-nav.open {
      background-color: rgba(233, 0, 76, 1);
      -moz-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }
  
    #menu {
      float: none;
      width: 100%;
      position: absolute;
      line-height: inherit;
      margin: 0 auto;
      display: block;
      left: 0px;
      right: 0px;
      height: 0px;
    }
    #menu.open {
      height: auto;
    }
    #menu ul li a {
      border-bottom: 1px solid #fff;
      display: block;
      background-color: #E9004C;
      border-radius:0;
      padding: 20px 0;
      position: relative;
      -webkit-transition: all 150ms ease-out;
      transition: all 150ms ease-out;
      -moz-transform: translateZ(1px);
      -webkit-transform: translateZ(1px);
              transform: translateZ(1px);
      width: 100%;
      z-index: 1;
    }
  
    #menu ul li a.focus{
      border: solid 2px rgba(255,255,255,0);
      background-color: #fff;
      color: #E9004C;
    }
  
    #menu ul li:first-of-type a {
      border-top: 1px solid #fff;
    }
    #menu ul li a:hover {
      background-color: #fff;
      color: #E9004C;
      width: 100%;
      border-radius: 0;
    }
    #menu ul {
      -webkit-transition: visibility 0ms ease-out 600ms;
      transition: visibility 0ms ease-out 600ms;
      visibility: hidden;
      position: relative;
      width: 100%;
      z-index: 1;
    }
    #menu ul li {
      opacity: 0;
      width: 100%;
      -moz-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -moz-box-shadow: 0 1px 15px 0 rgba(101,101,101,.3);
      -webkit-box-shadow: 0 1px 15px 0 rgba(101,101,101,.3);
      -o-box-shadow: 0 1px 15px 0 rgba(101,101,101,.3);
      box-shadow: 0 1px 15px 0 rgba(101,101,101,.6);
    }
    #menu ul li:nth-child(1) {
      -webkit-transition: opacity 100ms ease-out 500ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms;
      transition: opacity 100ms ease-out 500ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms, opacity 100ms ease-out 500ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms, opacity 100ms ease-out 500ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms;
    }
    #menu ul li:nth-child(2) {
      -webkit-transition: opacity 100ms ease-out 400ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms;
      transition: opacity 100ms ease-out 400ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms, opacity 100ms ease-out 400ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms, opacity 100ms ease-out 400ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms;
    }
    #menu ul li:nth-child(3) {
      -webkit-transition: opacity 100ms ease-out 300ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms;
      transition: opacity 100ms ease-out 300ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms, opacity 100ms ease-out 300ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms, opacity 100ms ease-out 300ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms;
    }
    #menu ul li:nth-child(4) {
      -webkit-transition: opacity 100ms ease-out 200ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms;
      transition: opacity 100ms ease-out 200ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms, opacity 100ms ease-out 200ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms, opacity 100ms ease-out 200ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms;
    }
    #menu ul li:nth-child(5) {
      -webkit-transition: opacity 100ms ease-out 100ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms;
      transition: opacity 100ms ease-out 100ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms;
    }
    #menu.open ul {
      visibility: visible;
      -webkit-transition: visibility 0ms ease-out 0ms;
      transition: visibility 0ms ease-out 0ms;
    }
    #menu.open ul li {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
    }
    #menu.open ul li:nth-child(1) {
      -webkit-transition: opacity 100ms ease-out 100ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms;
      transition: opacity 100ms ease-out 100ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms;
    }
    #menu.open ul li:nth-child(2) {
      -webkit-transition: opacity 100ms ease-out 200ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms;
      transition: opacity 100ms ease-out 200ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms, opacity 100ms ease-out 200ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms, opacity 100ms ease-out 200ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 200ms;
    }
    #menu.open ul li:nth-child(3) {
      -webkit-transition: opacity 100ms ease-out 300ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms;
      transition: opacity 100ms ease-out 300ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms, opacity 100ms ease-out 300ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms, opacity 100ms ease-out 300ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 300ms;
    }
    #menu.open ul li:nth-child(4) {
      -webkit-transition: opacity 100ms ease-out 400ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms;
      transition: opacity 100ms ease-out 400ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms, opacity 100ms ease-out 400ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms, opacity 100ms ease-out 400ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 400ms;
    }
    #menu.open ul li:nth-child(5) {
      -webkit-transition: opacity 100ms ease-out 500ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms;
      transition: opacity 100ms ease-out 500ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms, opacity 100ms ease-out 500ms;
      transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms, opacity 100ms ease-out 500ms, -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 500ms;
    }
  
    #logo img{
      margin-left:0;
    }
  
    .burger {
      z-index: 3;
      display: block;
      display: table-cell;
      vertical-align: middle;
    }
  
    .burger span {
      background-color: #fff;
      height: 4px;
      width: 40px;
      margin-bottom: 10px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s;
      float: right;
      clear: right;
    }
  
    .burger span:nth-child(3) {
      margin-bottom: 0;
    }
  
    span.open-top {
      width: 20px;
      position: relative;
    }
  
    span.open-middle {
      width: 30px;
      position: relative;
    }
  
  
    /* LANDING */
  
    /* QUOI */
    #quoi p {
      max-width: 400px;
      margin: auto;
    }
  
    /* POUR */
    .slick-prev,
    .slick-next {
      height: 40px;
      width: 23px;
      position: absolute;
      z-index: 1;
    }
  
    .category-name {
      color: #fff;
      padding: 10px;
      transition: all 1s ease;
    }
  
    #pour .category-name#title-tout {
      background-color: #404B5B;
    }
  
    #pour .category-name#title-business {
      background-color: #00A2FF;
    }
  
    #pour .category-name#title-institution {
      background-color: #934192;
    }
  
    #pour .category-name#title-culture {
      background-color: #FF6F44;
    }
  
    #pour .category-name#title-horeca {
      background-color: #00CFA4;
    }
  
    .w-toplink {
      right:20px;
      bottom:20px;
    }
  
    .slick-initialized .slick-slide {
      padding: 20px 0;
    }
  
    /* Contact */
    #contact {
     background-position: left;
  }
  }
  
  /*  Media Queries - Screen under 992px  */
  @media (max-width: 992px) {
    /* FOOTER */
    footer .productsWng .productsWngImg.mailtoo { background-size: auto; }
    footer .productsWng .productsWngImg.mailtoo:hover  { background-size: auto; }
    .category{top: 40px;}
  
    .col-md-3.col-xs-12.product{
      padding-bottom: 30px;
    }
  
    .col-md-3.col-xs-12.product:nth-child(4){
      padding-bottom:0;
    }
  
    .tool:nth-child(3n + 1) {
      clear: none;
    }
    .tool:nth-child(2n + 1) {
      clear: left;
    }
    #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
      margin-top: 10px;
    }

    div.productsWng a.images-container > img {
      width: 40%;
      max-width: 100%;
      margin: auto;
    }

    .wngLogoZone {
      display: flex;
      justify-content: center;
    }

    footer .wngInfo .wngLogo {
        width: 80%;
    }
    footer .wngInfo h3 {
        margin-top: 0px !important;
    }
    .social-links {
        margin-top: 30px;
    }

    #landing h1 {
      font-size: 62px;
    }
  
    a.button, input.powermail_submit.button, #landing a.button {
      font-size: 18px;
      padding: 15px 30px;
      margin-top: 60px;
    }
  }
  
  /*** IPAD ***/
  
  @media (max-width: 767px) {
  
  
    /* GENERAL */
    #landing h1{
      font-size: 48px;
    }
    #landing h1 span{
      font-size: 32px;
    }

    .ref-card a img {
      height: 350px;
    }
  
    h2 {
      font-size: 40px;
  
    }
    h2 span {
      font-size: 30px;
      padding-bottom: 40px;
    }
  
    h3 {
      font-size: 18px;
      padding-top: 20px;
    }
  
    .button, input.powermail_submit.button {
      font-size: 18px;
      width: 270px;
      margin-top: 80px;
    }
  
    p {
      font-size: 16px;
    }
  
    section {
      padding-bottom: 40px;
      padding-top: 50px;
    }
  
    .container {
      width: 90%;
    }
  
    /* QUOI */
    .tool {
      padding-bottom: 40px;
    }
  
  
    /* POUR */
    #pour {
      padding-bottom: 10px;
    }
  
  #pour .category-title{
    padding:30px 0 0px;
  }
  
    #pour h2 span {
      padding-bottom: 20px;
    }
  
    .slider {
      padding: 55px 0 0;
    }
  
    #pour .category-name {
      background-color: #404B5B;
      display: block;
      position: absolute;
      margin: 0 auto;
      left: 0px;
      right: 0px;
      top: 28px;
    }
  
    .category-all h5 {
      visibility: hidden;
    }
  
    .slick-prev, .slick-next{
      top:55%;
    }
  
  
    /* PAR */
    #par a.button {
      margin-top: 40px;
    }
  
    /* CONTACT */
    #contact h2 span {
      padding-bottom: 50px;
    }
    #contact .powermail_fieldset .layout1, #contact .powermail_fieldset .layout2 {
      padding: 0px;
      width: 100%;
    }
    #contact .powermail_fieldset .layout3 { margin-right: 0px; padding: 0px !important; }
  
    #contact .input-field label{
      font-size:18px;
    }
  
    /* FOOTER */
    footer .productsWng .col-sm-3 { float: left; width: 25%; }
    footer .wngInfo h3 {
      font-size: 22px;
    }
    .box-footer-info,
    footer .wngContact ul li{
      font-size: 14px;
    }
    footer .wngInfo .wngLogo {
      max-width: 80%;
    }
  }
  
  /*  Media Queries - Screen under 635px  */
  @media screen and (max-width: 635px) {
    footer .productsWng .col-sm-3 {
      float: none;
      margin-bottom: 40px;
      width: 100%;
    }
    footer .productsWng .col-sm-3:last-of-type { margin-bottom: 0px; }
    footer .productsWng .productsWngImg.mailtoo { background-size: auto; }
    footer .productsWng .productsWngImg.webcommune { background-size: auto; }
    footer .productsWng .productsWngImg.rapportAnnuel { background-size: auto; }
    footer .productsWng .productsWngImg.mailtoo:hover { background-size: auto; }
    footer .productsWng .productsWngImg.webcommune:hover { background-size: auto; }
    footer .productsWng .productsWngImg.rapportAnnuel:hover { background-size: auto; }
  }
  
  
  /*** SMARTPHONE ***/
  
  @media(max-width: 495px) {
  
  
    /* GENERAL */
    nav{
      height:80px;
    }
  
    #logo {
      line-height: 78px;
    }
  
    .top-nav {
      height: 80px;
    }
  
    #landing{
      padding-top: 30vh;
    }
  
    #landing:after{
    height: 30vh;
    width: 10%;
    right: 5%;
    margin-bottom:6vh;
    }
  
    #landing h1{
      font-size:34px;
    }
  
    #landing h1 span{
      font-size:22px;
    }
  
    h2 {
      font-size: 28px;
    }
  
    h2 span {
      font-size: 22px;
      padding-bottom: 40px;
    }
  
    h3 {
      font-size: 18px;
    }
  
    a.button, input.powermail_submit.button, #landing a.button {
      font-size: 16px;
      width: 170px;
      margin-top: 40px;
    }
  
    p {
      font-size: 16px;
    }
  
    .container {
      width: 90%;
    }
  
    section {
      padding-bottom: 40px;
      padding-top: 50px;
    }
  
    section#quoi {
    margin-bottom: 0;
    }
  
  
    /* POUR */
    .icon-font {
      font-size: 30px;
      margin-bottom: 20px
    }
  
    .category {
      width: 18%;
    }
  
    .category-name {
      color: #fff;
      padding: 4px;
    }
  
    .slick-initialized .slick-slide {
      padding: 0;
    }
  
    /*#pour {
      padding-bottom: 30px;
    }*/
  
    .slick-prev{
      left:-10%;
    }
  
    .slick-next{
      right:-10%;
    }
  
    #pour h4{
      padding:8px;
    }
  
    /* PAR */
    #par a.button {
    margin-top: 40px;
    }
  
  }
  
  /*  Media Queries - Screen under 400px  */
  @media screen and (max-width: 400px) {
    footer ul li { font-size: 20px; }
  }
  