@media only screen and (max-width: 956px) {
  body #container #bigform form[class^=step] #mapid,
  body #container #bigform form[class^=step] #mapidevent {
    height: 250px;
  }
  body #container #bigform form[class^=step] h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body #container #bigform form[class^=step] p {
    padding-left: 15px;
    padding-right: 15px;
  }
  body #container #bigform form[class^=step] img:not([class^="leaflet"]) {
    padding: 15px 16px;
  }
  body #container #bigform form[class^=step] div[class^=i-],
  body #container #bigform form[class^=step] input:not([type=checkbox]),
  body #container #bigform form[class^=step] label,
  body #container #bigform form[class^=step] textarea {
    width: 90% !important;
    margin-left: 0;
    font-size: 18px;
  }
  body #container #bigform form[class^=step] div[class^=i-] label,
  body #container #bigform form[class^=step] input:not([type=checkbox]) label,
  body #container #bigform form[class^=step] label label,
  body #container #bigform form[class^=step] textarea label,
  body #container #bigform form[class^=step] div[class^=i-] input,
  body #container #bigform form[class^=step] input:not([type=checkbox]) input,
  body #container #bigform form[class^=step] label input,
  body #container #bigform form[class^=step] textarea input {
    width: 100% !important;
  }
  body #container #header {
    height: 56vh;
  }
  body #container #header .background {
    height: 56vh;
  }
  body #container #header.type {
    height: 40vh;
  }
  body #container #header.type .slogan {
    /*transform: translate(-50%, 50%);*/
    font-size: 30px;
  }
  body #container #header .logo {
    padding-left: 15px;
  }
  body #container #header .logo img {
    width: 150px;
  }
  body #container #header .cartouche-mobile {
    position: absolute;
    color: white;
    bottom: 0;
    width: 100%;
    z-index: 9;
    left: 0;
  }
  body #container #header .cartouche-mobile i {
    font-size: 45px;
  }
  body #container #header .cartouche-mobile i.icon-sphere {
    font-size: 70px;
  }
  body #container #header .cartouche-mobile .cartback {
    width: 100%;
    height: 100%;
    background-color: #0191a3;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
  }
  body #container #header .cartouche-mobile .title {
    text-align: center;
    padding: 20px 15px;
    cursor: pointer;
  }
  body #container #header .cartouche-mobile .title h1 {
    display: inline;
    text-transform: uppercase;
    font-family: "Oswald Regular";
    font-size: 18px;
  }
  body #container #header .cartouche-mobile .title .arrow {
    padding-top: 0;
  }
  body #container #header .cartouche-mobile .title .arrow i {
    font-size: 10px;
  }
  body #container #header .cartouche-mobile .content {
    text-align: center;
    font-family: "Titillium Web Regular";
    padding: 0 30px 20px 30px;
    display: none;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 20px;
  }
  body #container #header .cartouche-mobile .content button {
    border: none;
    background-color: #0191a3;
    color: white;
    padding: 10px 80px;
    margin-top: 15px;
    font-family: "Oswald Medium";
    font-size: 16px;
    cursor: pointer;
  }
  body #container #header .slogan {
    font-size: 36px;
    transform: translateY(30%);
    top: auto;
    bottom: 11vh;
    left: 15px;
    width: 90vw;
    height: auto;
  }
  body #container #header .menu .logo {
    background-color: black;
    z-index: 9;
  }
  body #container #header .menu .right #avenger-menu-1 {
    overflow-y: auto;
    height: 100vh;
  }
  body #container #header .menu .right .medium-2 {
    margin-bottom: 25px;
  }
  body #container #header .menu .right .sub-menu {
    margin-top: 0;
    min-height: 100px;
    display: none;
    margin-bottom: 0;
  }
  body #container #header .menu .right > div.row {
    margin-top: 185px;
    padding-left: 38px;
  }
  body #container #header .menu .right div.row {
    padding-left: 0px;
    margin-top: 180px;
  }
  body #container #header .menu .right div.row div.columns {
    text-align: center;
    display: block;
  }
  body #container #header .control .hamburger {
    right: 15px;
  }
  body #container #content.type .text {
    padding-bottom: 0px;
  }
  body #container #content.type .text .image img {
    float: none;
    margin-left: 0;
  }
  body #container #content.type .text .image .image-about {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
  }
  body #container #content.type .text h2 {
    font-size: 20px;
  }
  body #container #content.type-second .text:not(.image) {
    padding-left: 15px;
    padding-bottom: 25px;
    padding-top: 20px;
  }
  body #container #content.type-second .text.image img {
    width: 40%;
    margin-top: 0px;
  }
  body #container #content.type-second .text h2 {
    font-size: 20px;
  }
  body #container #content .text {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  body #container #content .text #boxes {
    padding: 50px 0;
  }
  body #container #content .text #carousel {
    margin-top: 50px;
    margin-bottom: -15px;
  }
  body #container #content .text #carousel .item .white h1 {
    padding-top: 0;
  }
  body #container #content .text #carousel .red p {
    font-size: 17px !important;
  }
  body #container #content .text .carousel-event {
    margin-top: -55px;
  }
  body #container #content .text .carousel-event i[class^="icon-arrow-"] {
    font-size: 50px;
  }
  body #container #content .text .carousel-event #carousel-event {
    padding-left: 50px;
    padding-right: 50px;
  }
  body #container #content .text .carousel-event #carousel-event .item .content h1 {
    padding-top: 0;
    font-size: 20px;
  }
  body #container #content .text .carousel-event #carousel-event .item .dates {
    width: 60px;
  }
  body #container #content .text .carousel-event #carousel-event .item .dates h1 {
    font-size: 30px;
  }
  body #container #content .text .carousel-event #carousel-event .item .dates p {
    font-size: 16px;
  }
  body #container #content .text #carousel-footer .item .content h1 {
    font-size: 24px;
    border-bottom: none;
  }
  body #container #content .text.company .boxlink span {
    font-size: 25px;
  }
  body #container #content .text.company .boxlink select {
    margin-left: 0;
    font-size: 18px;
    padding-right: 60px;
    width: 100%;
    margin-top: 15px;
  }
  body #container #content .text.company-details h1 {
    padding-bottom: 0;
    margin-top: 50px;
  }
  body #container #content .text.company-details a.return {
    margin-bottom: 30px;
    font-size: 12px;
    position: absolute;
    right: 0;
  }
  body #container #content .text.company-details a.return i {
    font-size: 14px;
  }
  body #container #content .text.company-details p {
    padding-top: 10px;
  }
  body #container #content .text.company-details .large-8 {
    margin-bottom: 50px;
  }
  body #container #content .text.second h1 {
    padding-top: 60px;
    margin-bottom: -70px;
  }
  body #container #content .text .company {
    display: table;
    height: auto;
  }
  body #container #content .text.breadcrump {
    padding-bottom: 50px;
    padding-top: 25px;
  }
  body #container #content .text h1 {
    font-size: 30px;
    padding-top: 0px;
    margin-top: 50px;
    padding-bottom: 0px;
  }
  body #container #content .text h2 {
    padding-top: 10px !important;
  }
  body #container #content .text p,
  body #container #content .text ul {
    font-size: 20px;
  }
  body #container #content .text .button {
    line-height: initial;
    text-align: center;
    display: block;
  }
  body #container #content .news {
    padding-top: 40px;
  }
  body #container #content .news .big {
    position: relative;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body #container #content .news .big .backred {
    width: 80%;
    height: 100%;
  }
  body #container #content .news .big .content {
    width: 100%;
  }
  body #container #content .news .big .content span.label {
    position: absolute;
    color: white;
    font-size: 18px;
    background: #0191a3;
    padding: 5px 30px;
    text-transform: uppercase;
    font-family: "Oswald Regular";
    right: 0;
  }
  body #container #content .news .big .content img {
    width: 100%;
    height: auto;
  }
  body #container #content .news .big .content > div {
    position: relative;
  }
  body #container #content .news .big .content > div div.blacktext {
    background: black;
    width: 100%;
  }
  body #container #content .news .loadmore {
    margin-left: 0 !important;
    width: 333px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-left: 26px !important;
  }
  body #container #content .news .small {
    background-color: #0191a3;
    color: white;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body #container #content .news .small span.label {
    top: 0;
    right: 0;
    bottom: auto !important;
    left: auto !important;
  }
  body #container #content .news .small div {
    background: black;
    padding-bottom: 15px;
  }
  body #container #content .news .small div h1 {
    border-bottom: 3px dotted white;
    margin-left: 15px;
    margin-right: 35px;
    margin-top: 0px;
    padding-top: 20px;
  }
  body #container #content .news .small div p {
    border-bottom: 3px dotted white;
    padding-left: 15px;
    margin-right: 35px;
  }
  body #container #content .news .small div span {
    padding-left: 15px;
    margin-right: 35px;
  }
  body #container #content .news .left > div,
  body #container #content .news .right > div {
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
  }
  body #container #content .news .left > div.small,
  body #container #content .news .right > div.small {
    padding-right: 0;
  }
  body #container #content .news .left > div:first-child,
  body #container #content .news .right > div:first-child {
    margin-top: 30px;
  }
  body #container #content .news .right > div {
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  body #container #content .news .right > div.big {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  body #container #content .news .right > div.big .backred {
    right: 0;
    left: auto;
  }
  body #container #content .news .right > div.small {
    padding-right: 40px;
  }
  body #container #content .news .right .small {
    margin-right: 20px;
  }
  body #container #content .carousel {
    height: auto;
    padding-bottom: 25px;
    background: #0191a3;
  }
  body #container #content .carousel .mea {
    position: relative;
    background-color: black;
    padding: 35px 15px 35px 15px;
    height: auto;
    float: none;
  }
  body #container #content .carousel .mea h1 {
    font-size: 35px;
    margin: 0;
  }
  body #container #content .carousel .mea p {
    font-size: 25px;
    margin: 0;
  }
  body #container #footer {
    text-align: center;
    height: 770px;
  }
  body #container #footer .row .columns {
    margin-bottom: 0;
  }
  body #container #footer .row .columns.center {
    margin-top: 30px;
  }
  body #container #footer .background {
    height: 770px;
  }
  body #container #footer .cover {
    height: 770px;
  }
}
@media only screen and (max-width: 1200px) {
  body #container #content .text .carousel-event #carousel-event .item .image {
    height: auto;
    overflow: hidden;
  }
}
/*# sourceMappingURL=small.css.map */