/*///////////// RESET /////////////*/

#lp-confirm{
	display: none !important;
}
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

script,
style {
    display: none !important;
}


/*///////////// FONTS /////////////*/

@font-face {
    font-family: 'montserrat-light';
    font-weight: 300;
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#amaranthregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    font-weight: 500;
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-medium-webfont.woff') format('woff'), url('../fonts/montserrat-medium-webfont.ttf') format('truetype'), url('../fonts/montserrat-medium-webfont.svg#amaranthregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'montserrat-light', 'sans-serif';
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
a {
    font-family: 'montserrat-medium', 'sans-serif';
    font-weight: 500;
}

::-moz-selection {
    background-color: #F1471C;
    color: #fff;
}

::selection {
    background-color: #F1471C;
    color: #fff;
}


/*///////////// COLORS ////////////*/

.dark {
    background: #24140d;
    color: #fff;
}


/*///////////// LAYOUT ////////////*/

header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(4rem + 8vmin);
    padding: 0 calc(1rem + 4vmin);
    color: #FFF;
    transition: all 0.33s;
}

header.small {
    height: calc(3rem + 6vmin);
}

body {
    padding-top: calc(3rem + 6vmin);
}

.struct-wrapper {
    background: #FFF;
    padding: 0;
    margin-bottom: calc(1rem + 4vmin);
    padding: 0;
    position: relative;
    z-index: 0;
}

footer {
    padding: calc(1rem + 4vmin);
}

.struct-wrapper>*:not(.wide) {
    padding: 0 calc(50vw - 550px);
}

.struct-wrapper>*:not(:last-child) {
    margin-bottom: calc(1rem + 4vmin);
}

@media only screen and (max-width:1180px) {
    .articlecontent,
    .textcontent {
        padding-left: calc(1rem + 4vmin) !important;
        padding-right: calc(1rem + 4vmin) !important;
    }
}


/*////////////////// VISU //////////////////*/

.headercover {
    background-position: center;
}

body.home {
    padding-top: 0 !important;
}

body.home .headercover,
body.home .headerlogo {
    transition: all 0.33s;
}

.home .struct-wrapper {
    margin-top: calc(4rem + 8vmin + 3em);
}

.visu-wrapper {
    background-position: center bottom;
    margin: 0;
    margin-bottom: calc(-16vw);
    height: calc(3rem + 41vmin + 16vw);
    position: relative;
    z-index: 1;
}

.visu-wrapper div {
    height: 100%;
    width: 100%;
    background-image: url(../img/visu.svg);
    background-size: calc(80vw + 2rem);
    background-position: center calc(3rem + 10vmin);
    background-repeat: no-repeat;
}


/*////////// TEXT CONTENT /////////*/

h1,
.h1 {
    text-align: center;
    font-size: 3.5rem;
}

.widetitle {
    padding: calc(2.5rem + 10vmin) 2rem;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.widetitle h1 {
    display: inline-block;
    padding: 1ex 2ex;
    ;
    color: #FFF;
    margin: 0;
}

h1,
h2,
h3,
h4,
p,
ul {
    margin-bottom: 0.75em;
}

p,
ul {
    line-height: 1.4em;
}

@media only screen and (max-width:880px) {
    body {
        font-size: calc(9.4px + 0.75vw);
    }
    h1,
    .h1 {
        font-size: calc(32.5px + 2.6vw);
    }
}

@media only screen and (max-width:440px) {
    h1,
    .h1 {
        font-size: calc(10vw);
    }
    .widetitle {
        padding: calc(2.5rem + 10vmin) 0.5rem;
    }
}

.struct-wrapper li {
    list-style-type: initial;
    list-style-position: inside;
}

.textcontent img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 1em 0;
}

.textcontent img.alignleft {
    margin: 0.5em 1em 0.5em 0;
    float: left;
}

.textcontent img.alignright {
    margin: 0.5em 0 0.5em 1em;
    float: right;
}

.textcontent img:not([class*="size-"]) {
    width: initial;
    height: initial;
}

.textcontent hr {
    display: block;
    width: 100% !important;
    margin: 0.5em 0;
    opacity: 0;
    overflow: auto;
}

ul.contactlist li {
    display: block;
    list-style-type: none;
    margin-bottom: 3em;
}

ul.contactlist li i {
    margin-right: 1ex;
}


/*///////////////// HEADER /////////////////*/

.header-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-wrapper>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.logoheader {
    padding: calc(0.1rem + 1vmin) 0;
}

.logoheader img {
    height: 100%;
}

.logoheader:after {
    display: none !important;
}


/*////////////// MENU //////////////*/

header nav * {
    text-transform: uppercase;
    font-size: 0.9rem;
}

header nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header nav>div,
header nav>div>ul {
    display: block;
    height: 100%;
}

header nav>div>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header nav>div>ul>li {
    display: block;
    padding: 1rem;
    position: relative;
    white-space: nowrap;
}

@media only screen and (max-width:1100px) {
    header nav>div>ul>li {
        padding: 1rem calc(4.4vw - 2rem);
    }
}

header nav>div>ul>li.social-item {
    display: none;
}

header nav>div>ul a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    line-height: 1em;
    height: 1em;
}

header nav>div>ul>li>ul {
    transition: all 0.2s;
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: calc(100% + 6rem);
    left: -3rem;
    background-color: #FFF;
    color: #000;
    opacity: 0;
}

header nav>div>ul>li>ul>li {
    margin: 1.5rem 0;
    text-align: center;
}

header nav>div>ul>li:hover>ul {
    opacity: 1;
    max-height: 25rem;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
}

#menu-social {
    font-size: 1.2em;
}

#menuchk,
#menuchk~label {
    display: none
}

@media only screen and (max-width:880px) {
    #menuchk~label {
        font-size: calc(0.25rem + 0.2vmin);
        color: #FFF;
        z-index: 130;
        position: fixed;
        width: 0;
        height: 0;
        right: calc(1rem + 4vmin);
        top: calc(2rem + 4vmin - 5em);
        display: block;
        padding: 5em;
        border-radius: 100%;
        border: 0.5em solid currentColor;
        cursor: pointer;
        transition: all 0.33s;
    }
    header.small #menuchk~label {
        top: calc(1.5rem + 3vmin - 5em);
    }
    #menuchk~label>div,
    #menuchk~label>div:after,
    #menuchk~label>div:before {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0.25em 3em;
        border-radius: 0.4em;
        background: currentColor;
        transition: all 0.33s;
    }
    #menuchk~label>div {
        left: calc(50% - 3em);
        top: calc(50% - 0.25em);
        background: rgba(0, 0, 0, 0);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #menuchk~label>div:after,
    #menuchk~label>div:before {
        content: '';
        display: block;
        left: 0;
        top: 0;
    }
    #menuchk:checked~label>div:before {
        -webkit-transform: translateY(-2em) rotate(0deg);
        transform: translateY(-2em) rotate(0deg);
    }
    #menuchk:checked~label>div:after {
        -webkit-transform: translateY(2em) rotate(0deg);
        transform: translateY(2em) rotate(0deg);
    }
    #menuchk~label>div:before {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    #menuchk~label>div:after {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    #menuchk:checked~label>div {
        background: currentColor;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .menucontainer {
        transition: all 0.33s;
        position: fixed;
        top: calc(4rem + 8vmin);
        right: 0;
        height: calc(100vh - 4rem - 8vmin);
        padding: 10vh 0;
        width: 75vw;
        background-color: #F1471C;
        color: #fff;
        z-index: 0;
    }
    header.small .menucontainer {
        top: calc(3rem + 6vmin);
        height: calc(100vh - 3rem - 6vmin);
    }
    #menuchk:checked~label~.menucontainer {
        -webkit-transform: translateX(75vw);
        transform: translateX(75vw);
    }
    header nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    header nav>div>ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #menu-header li {
        width: 100%;
        text-align: center;
        padding: 0;
        line-height: 10vh;
        height: 10vh;
    }
    header nav>div>ul>li {
        padding: 0 1rem;
    }
    header nav>div>ul>li ul {
        display: none;
    }
    header .menu-social-container {
        height: 10vh;
    }
}


/*///////////////// FOOTER /////////////////*/

.footer-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
}

footer * {
    color: #FFF;
}

footer nav {
    min-width: 10em;
}

footer nav * {
    line-height: 1.8em;
    text-align: right;
}

footer .menu-social-container ul li {
    display: inline-block;
    margin-left: 1.5em;
}

footer .footerlogo {
    width: 700px;
    background-image: url(../img/logo-footer.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin: 2em 0;
}

footer .footerinfos {
    display: block;
    text-align: center;
    font-size: 0.75em;
    width: 100%;
    padding-top: 2em;
}

footer .footerinfos * {
    display: inline-block;
}

footer .footerinfos ul li,
footer .footerinfos>a {
    margin-left: 2ex;
}


/*////////////// CONTENT //////////////*/

article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width:881px) {
    article:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    article div {
        width: calc(50% - 1.5rem);
    }
}

article:not(:last-child) div {
    margin-bottom: calc(1rem + 4vmin);
}

article div.articleimg {
    background-position: center;
    background-size: cover;
}

article div.articlecontent {
    padding: 1rem 0;
}

@media only screen and (max-width:880px) {
    article {
        flex-direction: column-reverse;
    }
    article div {
        width: 100%;
    }
    article div.articleimg {
        height: 50vh;
    }
    article:last-child div.articleimg {
        margin-bottom: calc(1rem + 4vmin);
    }
}

.sitemap ul>li {
    margin-bottom: 0.5em;
}

.sitemap ul.children {
    padding-left: 0.5em;
    margin-left: 0.1em;
    margin-top: 0.5em;
    border-left: 2px dotted #000;
    font-style: italic;
}


/*///////////// VIDEOS /////////////*/

div.video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 2em 0;
    position: relative;
}

div.video iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}


/*///////////// FORM /////////////*/

form textarea,
form input,
form select {
    display: block;
    width: 100%;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    padding: 0.25rem;
    background: #F1F1F1;
    border-left: 0.4rem solid #434cb2;
    color: #333333;
    margin-bottom: 1em;
    resize: none;
}

form textarea {
    height: 12em;
}

form input,
form select {
    height: 2.5em;
}

form label {
    color: #666;
    font-size: 0.9em;
}

form input[type=submit] {
    width: 10em;
    margin-top: 2em;
}


/*//////////////// SLIDERS /////////////////*/

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes revslide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.controls {
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.controls div {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    pointer-events: initial;
    line-height: 0;
    transition: all 0.25s;
    font-size: 1.5rem;
    color: #FFF;
    -webkit-filter: drop-shadow(0 0 15px #000);
    filter: drop-shadow(0 0 15px #000);
}

.controls .prev,
.controls .next {
    top: calc(50% - 1rem);
    width: 1em;
    height: 1em;
    border-left: 0.25em solid currentColor;
    border-bottom: 0.25em solid currentColor;
}

.controls .prev {
    left: 1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.controls .next {
    right: 1rem;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}


/*
.controls .counter {
	left:calc(50% - 1.5em);
  bottom:calc(2rem - 0.25em);
}

.controls .counter span {
	display:inline-block;
	width:0;
	height:0;
	padding:0.17em;
	margin:0 0.25em;
	border-radius:100%;
	background:transparent;
	border:0.08em solid currentColor;
}

.controls .counter span.active {
	background:currentColor;
}
*/

.controls .play {
    box-sizing: content-box;
    bottom: calc(2rem - 0.5em);
    left: calc(50%);
}

.controls .play.stopped {
    border: 0.5em solid transparent;
    border-left: 0.71em solid currentColor;
    border-right: 0 solid transparent;
    width: 0.333em;
    height: 0;
    -webkit-transform: translateX(0.2em);
    transform: translateX(0.2em);
}

.controls .play.playing {
    border: 0 solid transparent;
    border-left: 0.33em solid currentColor;
    border-right: 0.33em solid currentColor;
    height: 1em;
    width: 0.333em;
    -webkit-transform: initial;
    transform: initial;
}


/*PROG*/

#prog {
    position: relative;
    margin-top: calc(3rem + 6vmin);
}

#prog {
    width: 100%;
    overflow: hidden;
}

#prog>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 9999999px;
    margin: 0;
}

#prog>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    min-height: 40vh;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10vmin;
    background-position: top center;
    background-size: cover;
}

#prog>ul>li>div {
    z-index: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 1.5rem;
}

#prog a.button {
    margin-top: 0.5rem;
}

@media only screen and (max-width:880px) and (orientation:portrait) {
    #prog>ul>li {
        width: 100vw;
        min-height: calc(60vh - 3rem - 6vmin);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .controls .prev,
    .controls .next {
        top: calc(52.5% - 1rem);
    }
}


/*ACTUS*/

#actu,
#actu>ul {
    position: relative;
    overflow: hidden;
}

#actu>ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#actu>ul>li {
    display: block;
    width: 25%;
    height: 16rem;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width:880px) {
    #actu>ul>li {
        height: 14rem;
        width: 50%;
    }
}

@media only screen and (max-width:440px) {
    #actu>ul>li {
        height: 12rem;
        width: 100%;
    }
}

#actu>ul>li .actu-thumb {
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#actu>ul>li .actu-content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(1rem + 4vmin);
    margin-bottom: 1rem;
}

#actu>ul>li .actu-content .title span {
    font-size: 1.1rem;
    line-height: 1.3rem;
}

#actu>ul>li .actu-content p {
    font-size: 0.85em;
    line-height: 1.25em;
}

#actu>ul>li .actu-content .button {
    margin-top: 0.5em;
}

#actu>ul>li .actu-content {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 1rem;
    -webkit-transform: translateY(calc(-2.75rem - 4vmin));
    transform: translateY(calc(-2.75rem - 4vmin));
    transition: all 0.33s;
    background: rgba(255, 255, 255, 0.75)
}

#actu>ul>li:hover .actu-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.categories {
    margin-bottom: 3em;
}

.tags {
    margin-bottom: 0.5em;
}

.tags .tag,
.categories a {
    display: inline-block;
    margin: -0.5em 1ex 0.5em 0;
    border: 1px solid;
    padding: 0 0.3em;
    font-size: 0.9em;
}


/*////////////// PARTENAIRES ///////////////*/

.partners-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partners-container a:after {
    display: none!important;
}

.partners-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 6em;
    height: 4em;
    margin: 0.5em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.partners-container a strong {
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
}

.partners-container a strong:hover {
    opacity: 1;
}


/*/////////////// ANIMATIONS ///////////////*/

input.button {
    /* Fallback because some browsers don't support pseudo-elements for inputs */
    font-size: 1.2em;
    cursor: pointer;
    background: #000;
}

input.button:hover {
    background: #FFF;
}

.button {
    transition: color 0.5s;
    position: relative;
    display: inline-block;
    padding: 0.5em 1.25em;
    text-decoration: none;
    margin: 1.5em 0 0;
    border: 0.25em solid #F1471C;
    color: #FFF;
}

.button:before {
    transition: width 0.5s;
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    background: #F1471C;
    z-index: -1;
}

.button:hover {
    color: #F1471C;
}

.button:hover:before {
    left: initial;
    right: 0;
    width: 0;
}

a:not(.button) {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

a:not(.button):after {
    transition: width 0.5s;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 2px solid currentColor;
}

header a:not(.button):after {
    bottom: -0.4em;
}

a:not(.button):hover:after {
    right: initial;
    left: 0;
    width: 100%;
}

.cli-tab-header a:not(.button):hover:after,
.cli-tab-header a:not(.button):hover:before,
.cli-tab-header a:not(.button):after,
.cli-tab-header a:not(.button):before {
    border-bottom: 0px;
}


/*//////////////// GALERIE /////////////////*/

.gallery {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 2rem);
    margin: -1rem;
    margin-bottom: 1rem;
}

.gallery-item {
    position: relative;
    margin: 1rem;
    width: calc(20% - 2rem);
}

@media only screen and (max-width:880px) {
    .gallery-item {
        width: calc(25% - 2rem);
    }
}

@media only screen and (max-width:660px) {
    .gallery-item {
        width: calc(33.33% - 2rem);
    }
}

@media only screen and (max-width:440px) {
    .gallery-item {
        width: calc(50% - 2rem);
    }
}

@media only screen and (max-width:330px) {
    .gallery-item {
        width: calc(100% - 2rem);
    }
}

.gallery-item * {
    width: 100%;
}

.gallery-item a:before {
    display: none !important;
}

.gallery-item:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.gallery-item:before {
    display: block;
    cursor: pointer;
    pointer-events: none;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #FFF;
    position: absolute;
    font-size: 4rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
}

.gallery-item:hover:before {
    font-size: 5rem;
    opacity: 1;
}


/*//////////////// GALERIE /////////////////*/

.gallery {
    -webkit-transition: all 0.5s;
    transition: all 0.5s !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 2rem);
    margin: -0.25rem !important;
    width: 100%;
}

.gallery dt,
.gallery dl {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.gallery * {
    line-height: 0;
}

.gallery br {
    display: none !important;
}

.gallery-item {
    position: relative;
    margin: 0.25rem !important;
    width: calc(20% - 0.5rem) !important;
}

@media only screen and (max-width:880px) {
    .gallery-item {
        width: calc(25% - 0.5rem) !important;
    }
}

@media only screen and (max-width:660px) {
    .gallery-item {
        width: calc(33.33% - 0.5rem) !important;
    }
}

@media only screen and (max-width:440px) {
    .gallery-item {
        width: calc(50% - 0.5rem) !important;
    }
}

@media only screen and (max-width:330px) {
    .gallery-item {
        width: calc(100% - 0.5rem) !important;
    }
}

.gallery-item * {
    width: 100%;
    border: none !important;
}

.gallery-item a:after,
.gallery-item a:before {
    display: none !important;
}

.gallery-item:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.gallery-item:before {
    display: block;
    cursor: pointer;
    pointer-events: none;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #FFF;
    position: absolute;
    font-size: 4rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
}

.gallery-item:hover:before {
    font-size: 5rem;
    opacity: 1;
}