@font-face {
    font-family: 'catregular';
    src: url('../../static/fonts/smiling_cat.woff2') format('woff2'),
         url('../../static/fonts/smiling_cat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
  min-height: 100%;
  font-family: Arial, sans-serif;
}

html {
    background:url(../../static/backgroundPics/main.png) repeat 0 0;
}


body {
    margin: 0;
    padding: 0;
    background: url(../../static/backgroundPics/bg.jpg) no-repeat 0 100%, linear-gradient(to bottom, rgba(185,204,233,0) 0%,rgba(185,204,233,1) 50%);
    background-size: contain;
    padding-bottom: 350px;
}
section {
    padding: 0 10px 100px;
    width: 660px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 5px 5px #000,0 0 50px #1e5799;
    background: url(../../static/backgroundPics/bgSection.png) repeat;
    max-width: 990px;
}
address {
    border: 1px solid #000;
    padding: 20px;
    font-style: normal;
    margin: 40px 0 0;
    font-size: 18px;
}
address a{
    text-decoration: underline;
}
address, address a{
    color: #ccc;
}

.panorama.hide,
.hide {
    display: none;
}

.block{
background: #fff;
color: #5f453b;
float: left;
padding: 10px;
margin:3px 20%;
border-radius: 10px;
}

.mentionsMobile{
    display: none;
}

.papillon {
    position: absolute;
    top: 10px;
    right: calc(50% - 370px);
}

footer .partners {
    display: flex;
}

footer .partners a {
    width: 30%;
    align-self: center;
    margin: 1%;
}

footer .partners a:first-child{
    width: 45%;
}

footer .partners a:last-child{
    width: 19%;
}

footer .partners a img{
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 4px solid #888;
}

@media screen and (max-width: 660px) {
  .papillon{display: none;}
  section{
      width: 100%;
      box-sizing: border-box;
  }
  .mentionsMobile{
      float: right;
      margin: 20px 20px 0 0;
      display: block;
      color: #fff;
  }
  body{
      padding-bottom: 0;
  }

  footer .partners {
      display: block;
  }

    footer .partners a,
    footer .partners a:first-child,
    footer .partners a:last-child{
        display:block;
        width: calc(100% - ( 8px + 2% ));
    }

    footer .partners a img{
        
    }

}
