/*   
Theme Name: MMDWC
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/


/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
    font-family: 'space_monobold';
    src: url('_/fonts/spacemono-bold-webfont.woff2') format('woff2'), url('_/fonts/spacemono-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'space_monoitalic';
    src: url('_/fonts/spacemono-italic-webfont.woff2') format('woff2'), url('_/fonts/spacemono-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'space_monoregular';
    src: url('_/fonts/spacemono-regular-webfont.woff2') format('woff2'), url('_/fonts/spacemono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------------------------------------*/


/* CSS
-------------------------------------------------------------------------------*/

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fe323f;
    font-size: 15px;
    line-height: 18px;
    font-family: 'HelveticaNeueLTPro-Roman';
}


/* body.modal-openned {
    overflow: hidden;
} */

.red {
    color: #fe323f;
}

.blue {
    color: #392e71;
}

.home #wrapper {
    padding-top: 0px;
}

#wrapper {
    width: 100%;
    height: 100%;
    padding-top: 79px;
}

* {
    -webkit-overflow-scrolling: touch;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: transparent!important;
    text-decoration: none!important;
    outline: 0;
}

:focus {
    outline: none;
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.flex-eq-eight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.navigation {
    display: none!important;
}

.loader {
    display: none;
    text-align: center;
    margin-bottom: 90px;
    font-family: 'space_monoregular';
}

.container-fluid,
.container {
    padding: 0px 30px;
}

.container {
    max-width: 1600px;
}


/* HEADER */

#header-home {
    padding: 30px 0px 30px 0px;
    display: none;
}

.home #header-home {
    display: block;
}

.home #header-pages {
    top: -90px;
    -webkit-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
}

.home #header-pages.fixed {
    top: 0;
}

.logo {
    width: auto;
    height: 190px;
}

#header-pages {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 101;
    padding: 19px 0px 18px 0px;
    border-bottom: 1px solid;
}

#header-pages li:last-child a {}

#header-pages .logo-text:hover {
    border-bottom: none;
}

header {
    font-size: 20px;
    line-height: 20px;
}

.header-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#header-pages .header-right-menu-container {
    position: unset;
    top: unset;
}

.header-right-menu-container {
    margin-top: auto;
    position: relative;
    top: 7px;
    list-style: none;
    justify-content: space-around;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header strong {
    font-weight: normal;
    font-family: 'HelveticaNeueLTPro-Bd';
}

.adress {
    text-align: right;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    line-height: 24px;
    position: relative;
    top: -8px;
}

header .menu-menu-header-container,
header .menu-menu-header-en-container {
    /*! height: 20px; */
    width: 100%;
}

header .menu {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header li {
    /*! margin-right: 40px; */
}

header a {
    color: #fe323f;
}

header a:hover,
header a:focus {
    border-bottom: 1px solid !important;
    color: #fe323f;
    text-decoration: none;
}

#wrapper .wpml-ls-current-language,
#wrapper .wpml-ls-display {
    display: none!important;
}

#wrapper .wpml-ls-legacy-list-horizontal {
    border: unset;
    padding: 0px;
    clear: unset;
}

#wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
}

#wrapper .wpml-ls-legacy-list-horizontal a {
    padding: 0;
    line-height: unset;
}

#wrapper .wpml-ls-legacy-list-horizontal a span {
    vertical-align: unset;
    text-transform: lowercase;
}

.wpml-ls-native {
    text-transform: lowercase;
}


/* MODAL MENU */

.modal-menu {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    font-size: 20px;
    line-height: 30px;
    font-family: 'space_monoregular';
    cursor: alias;
    right: -100vw;
    -webkit-transition: right .3s;
    -ms-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
}

.close-menu {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 30px;
    height: 30px;
    z-index: 10000;
    cursor: pointer;
}

.close-menu::before,
.close-menu::after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 1px;
    background-color: white;
}

.close-menu:before {
    transform: rotate(45deg);
}

.close-menu:after {
    transform: rotate(-45deg);
}

.modal-menu.openned {
    right: 0px;
}

.modal-menu .menu {
    width: calc(100vw * 7 /12);
    height: 100vh;
    background-color: #fe323f;
    padding: 25px 25px 25px 26px;
    margin-left: auto;
    cursor: initial;
}

.modal-menu li a {
    border-bottom: 1px solid;
    display: inline-block;
}

.modal-menu .sub-menu li a {
    border-bottom: none;
    display: inline-block;
    border-bottom: 1px solid #fe323f;
}

.modal-menu .sub-menu {
    margin-top: 24px;
    line-height: 27px;
}

.modal-menu .menu .current-menu-item {
    margin-left: 0px;
}

.modal-menu .sub-menu li {
    margin-left: 45px;
    margin-bottom: 3px;
}

.modal-menu .sub-menu li a:hover,
.modal-menu .sub-menu li a:focus {
    border-bottom: 1px solid white !important;
}

.modal-menu li {
    list-style: none;
}

.modal-menu li a,
.modal-menu li a:hover {
    color: white;
    text-decoration: none;
}

.tickercontainer {
    height: 30px;
    overflow: hidden;
    width: 155px;
    color: #fff;
    background-color: #fe323f;
    font-family: 'space_monoregular';
    font-size: 18px;
    height: 28px !important;
    /*! margin-right: 30px; */
    cursor: pointer;
    position: relative;
    bottom: 1px;
}

.tickercontainer a,
.tickercontainer a:hover {
    color: white;
    border-bottom: 0px!important;
    text-decoration: none!important;
}

.tickercontainer li {
    line-height: 20px;
}

.tickercontainer li,
.tickercontainer li:hover {
    color: white;
    font-family: "space_monoregular";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px !important;
    text-decoration: none;
}


/* BREADCRUMB */

#breadcrumbs {
    font-family: 'space_monoregular';
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 15px;
}

#breadcrumbs a,
#breadcrumbs a:hover {
    text-decoration: none;
    color: #392e71;
}


/* MENU FOOTER */

#menu-footer {
    margin-top: 90px;
}

#menu-footer .menu-container {
    width: 100%;
}

#menu-footer .menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#menu-footer .menu li {
    list-style: none;
    flex: 0 0 calc(33.333333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
    margin-bottom: 30px;
}

#menu-footer .menu li:hover {
    background-color: white;
}

#menu-footer .menu li:hover a {
    color: #fe323f;
    background-color: white;
}

#menu-footer .menu li a {
    color: white;
    display: block;
    font-size: 20px;
    line-height: 20px;
    min-height: 20px;
    padding: 40px 15px 40px 15px;
    font-family: 'HelveticaNeueLTPro-Bd';
    text-decoration: none;
    background-color: #fe323f;
}

#menu-footer .menu li a:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid;
    margin-bottom: 20px;
}

#menu-footer .menu li a:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid;
    margin-top: 40px;
}


/* HOME */

.slideshow-home {}

.slideshow-home .slide {
    background-color: #fe323f;
    width: 100%;
}

.slideshow-home .slide .bloc-event {
    /*! display: flex; */
    margin-bottom: 0px;
    /*! justify-content: flex-end; */
    /*! width: 100%; */
}

.slideshow-home .slide .bloc-event .footer {
    padding: 15px 15px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}

.slideshow-home .slide .image-container {
    width: calc(100% + 30px);
    height: auto;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.slideshow-home {
    width: 100%;
    margin-bottom: 60px;
}

.slideshow-home a:hover {
    text-decoration: none;
}

.mobile-slider {
    display: none;
}

.row-evenements .col-lg-2 .bloc-event .footer h1,
.row-evenements .col-lg-2 .bloc-event .footer h2,
#related .bloc-event .footer h1,
#related .bloc-event .footer h2 {
    font-size: 16px;
    line-height: 19px;
    min-height: 19px;
}

.third-row img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}


/* LEFT RIGHT FIXED */

.sticky {
    position: sticky;
    top: 86px;
}

#fixed-container {
    display: flex;
}

#left,
#right {
    width: 50%;
    padding: 0px 15px;
    height: calc(100vh - 90px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* PAGE */

.page-template-page-TEMPLATE_PRESENTATION #content p {
    font-size: 20px;
    line-height: 23px;
}

#content {
    margin-bottom: 30px;
    color: #392e71;
}

#content p:not(:last-child) {
    margin-bottom: 15px;
}

#content p a,
#content p a:hover,
.tab-content p a,
.tab-content p a:hover,
.text p a,
.text p a:hover {
    border-bottom: 1px solid;
    color: #392e71;
    text-decoration: none;
}

#content h1 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fe323f;
}

.page-template-page-2nd-Niveau #content p,
#accordeon p {
    color: #392e71;
    /*! font-size: 14px; */
    /*! line-height: 20px; */
    /*! font-family: 'space_monoregular'; */
}

#content p strong,
#accordeon p strong {
    font-weight: normal;
    font-family: 'HelveticaNeueLTPro-Bd';
}


/* SIDEBAR */

#sidebar .bloc {
    margin-bottom: 50px;
}

.bloc {
    margin-bottom: 30px;
    border-bottom: 1px solid;
}

.bloc.text-div a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.bloc.image-div {
    border-bottom: none;
}

.bloc h2,
.inscription-div {
    border-bottom: 1px solid;
    padding: 5px 0px;
    font-weight: normal;
    font-family: 'HelveticaNeueLTPro-Bd';
}

.inscription-div {
    border: none;
    padding: 0px;
}

.inscription-div a {
    border: 1px solid;
    padding: 10px 20px 7px 14px;
    line-height: 15px;
    display: block
}

.inscription-div a:hover {
    text-decoration: none;
    background-color: #fe323f;
    color: white;
}

.bloc p:not(:last-child) {
    margin-bottom: 15px;
}

.bloc .content {
    padding: 12px 0px 10px 10px;
    font-size: 14px;
    line-height: 17px;
}

.timeline-div {
    border-bottom: none;
}

.text-div .content {
    padding: 12px 0px 10px 0px;
}

.pdf-div,
.related-div {
    color: #fe323f;
}

.bloc a {
    color: #fe323f;
}

.tab-content .arrow-link,
.bloc .arrow-link {
    display: block;
    position: relative;
    margin-left: 10px;
}

.tab-content .arrow-link:hover,
.bloc .arrow-link:hover {
    padding-left: 10px;
    text-decoration: none;
}

.tab-content .arrow-link:before,
.bloc .arrow-link:before {
    content: "→";
    position: absolute;
    left: -20px;
}

.timeline-div strong,
.text-div strong {
    font-family: 'space_monoregular';
    font-weight: normal;
}

.timeline-div em,
.text-div em {
    font-family: 'space_monoitalic';
    font-style: normal;
}

.timeline-div strong {
    color: #fe323f;
    font-weight: normal;
}

.related-div {}

.bloc li {
    list-style: none;
    position: relative;
    padding-left: 11px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.bloc li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #392e71;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: 8px;
}

.bloc li::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #392e71;
    position: absolute;
    left: -8px;
    top: 18px;
}

.slideshow {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 2px;
}

.slideshow .slide {
    width: 100%;
    height: 100%;
}

.slideshow .slide img {
    max-height: 100%!important;
    max-width: 100%!important;
    display: block;
    height: auto!important;
    width: auto!important;
    position: absolute;
    left: 0;
    top: 0;
}

.slideshow-container {
    position: relative;
}

.slideshow-container .caption {
    font-family: 'space_monoregular';
    font-size: 12px;
    min-height: 36px;
}

.custom-pager {
    text-align: center;
}

.custom-pager span {
    color: grey;
    margin: 0px 5px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.custom-pager span.cycle-pager-active {
    color: #fe323f;
    cursor: initial;
}


/* PARTENAIRES */

.partenaires-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partenaires-container .img-container {
    flex: 0 0 calc(100% / 3);
    text-align: center;
    position: relative;
    display: block;
}

.partenaires-container .img-container img {
    width: 100%;
    height: auto;
    display: block;
}


/* ARCHIVES EVENEMENTS */

.bloc-event {
    margin-bottom: 60px;
    position: relative;
}

.grid .bloc-event.expired img {
    opacity: 0.3;
}

.bloc-event a:hover {
    text-decoration: none;
}

.bloc-event:not(.bloc-slideshow):hover .footer {
    background-color: white;
    color: #fe323f;
}

.bloc-event .footer {
    color: white;
    background-color: #fe323f;
    padding: 15px 30px;
    text-align: center;
}

.bloc-event .footer h1 {
    font-family: 'HelveticaNeueLTPro-Bd';
}

.bloc-event .footer h1,
.bloc-event .footer h2 {
    font-size: 20px;
    line-height: 24px;
    min-height: 24px;
}

.bloc-member .footer h1 {
    font-size: 16px;
    line-height: 19px;
    min-height: 60px;
}

.bloc-event .footer .cat,
.bloc-event .footer .date {
    font-family: 'space_monoregular';
}

.bloc-event .footer .date {
    border-top: 1px solid;
    margin-top: 8px;
    padding-top: 10px;
    margin-bottom: 60px;
    font-family: 'space_monoregular';
}

.bloc-event .footer .cat {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 9px;
}

.bloc-event .footer .date {
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
}

.bloc-member h1 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bloc-member a:hover>.hover {
    opacity: 0;
}

.bloc-member a:hover>.under {
    display: block;
}

.bloc-member .under {
    position: absolute;
    top: 0;
    z-index: -1
}


/* SINGLE EVENEMENTS */

.evenements .header {
    text-align: center;
}

.evenements h1 {
    font-family: 'HelveticaNeueLTPro-Bd';
}

.evenements h1,
.evenements h2 {
    font-size: 20px;
    line-height: 26px;
}

.evenements .cat,
.evenements .date {
    font-family: 'space_monoregular';
}

.evenements .date {
    border-top: 1px solid;
    margin-top: 4px;
    padding-top: 10px;
    margin-bottom: 46px;
    font-family: 'space_monoregular';
}

.evenements .excerpt {
    text-align: center;
    padding: 0px 60px;
    font-family: 'space_monoregular';
    margin-bottom: 15px;
}

.evenements .excerpt p {
    color: #fe323f;
}

.evenements .text {
    margin-bottom: 30px;
}

.evenements p {
    margin-bottom: 15px;
    color: #392e71;
}

.evenements .related {
    font-family: 'space_monoregular';
    margin-top: 90px;
    margin-bottom: 30px;
}

.tab {
    margin-bottom: 8px;
}

.tab .tab-header {
    cursor: pointer;
    font-family: 'space_monoregular';
}

.tab .tab-header div:before {
    content: "[+]";
    margin-right: 12px;
}

.tab .tab-content {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
}

.tab-content .arrow-link {
    color: #392e71;
    margin-left: 41px;
}

.tab .tab-content ul li {
    list-style: none;
    color: #392e71;
    display: flex;
}

.tab .tab-content ul li:before {
    content: "→";
    margin-right: 10px;
    display: block;
}

.tab .tab-content ul a {
    color: #392e71;
}

.tab .tab-content ul a:hover {}

.tab .tab-content img,
.tab .tab-content .video-wrapper {
    margin-top: 2px;
}

.tab .tab-content .row {
    margin-bottom: 30px;
}

.tab .tab-content p {
    margin-bottom: 10px;
    color: #392e71;
}

.tab.openned .tab-header {
    font-family: 'space_monobold';
}

.tab.openned .tab-header div:before {
    content: "[-]";
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    min-height: unset !important;
}

.gallery-vert {
    margin-top: 2px;
}

.gallery-vert .item {
    margin-bottom: 60px;
}

.gallery-vert .item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
    cursor: zoom-in;
}

.gallery-vert .item.left img,
.gallery-vert .item.right img {
    width: 75%;
}

.gallery-vert .item.right img {
    margin: 0 0 0 auto;
}

.gallery-vert .caption-vert strong {
    color: #fe323f;
    font-weight: normal;
    font-family: 'HelveticaNeueLTPro-Roman';
}

.gallery-vert .caption-vert p {
    font-size: 12px;
    line-height: 16px;
}

.gallery-vert .caption-vert:not(strong) {
    color: #392e71;
    font-family: 'space_monoregular';
}


/* INFRAMINCE */

.page-template-page-TEMPLATE_INFRAMINCE {}

.page-template-page-TEMPLATE_INFRAMINCE .image-div,
.page-template-page-TEMPLATE_LISTE_INFRAMINCE .bloc-member img {
    background-color: #f0f0f0;
    padding: 20px;
}

.page-template-page-TEMPLATE_LISTE_INFRAMINCE .bloc-member img {
    padding: 20px 20px 0px 20px;
}

.page-template-page-TEMPLATE_INFRAMINCE .gallery-vert .item {
    background-color: #f0f0f0;
    padding: 30px;
}

.page-template-page-TEMPLATE_INFRAMINCE .slideshow-full-screen .slide img {
    background-color: #f0f0f0;
    padding: 30px;
}


/* FULL SCREEN */

#full-screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 150;
    display: none;
    top: 0;
}

#full-screen.full-screen-oppened {
    display: block;
}

body.full-screen-oppened {
    overflow: hidden;
}

.slideshow-full-screen {
    width: calc(100% - 90px);
    height: calc(100% - 90px);
    display: block;
    margin: 30px 30px 0px 30px;
    cursor: pointer;
}

.slideshow-full-screen .slide {
    width: 100%;
    height: 100%;
}

.slideshow-full-screen .slide img {
    max-height: 100%!important;
    max-width: 100%!important;
    display: block;
    height: auto!important;
    width: auto!important;
    position: absolute;
    left: 0;
    top: 0;
    /*! cursor: pointer; */
}

#full-screen .caption {
    position: absolute;
    bottom: 0px;
    padding: 15px 30px;
    font-size: 12px;
}

#full-screen .caption strong {
    color: #fe323f;
    font-weight: normal;
    font-family: 'HelveticaNeueLTPro-Roman';
}

#full-screen .caption p {
    font-size: 12px;
    line-height: 16px;
}

#full-screen .caption:not(strong) {
    color: #392e71;
    font-family: 'space_monoregular';
}

.see-more-gallery {
    font-family: 'space_monoregular';
    cursor: pointer;
    margin-top: -18px;
}

.close-full-screen {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 30px;
    height: 30px;
    z-index: 10000;
    cursor: pointer;
}

.close-full-screen:before,
.close-full-screen:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 1px;
    background-color: #fe323f;
}

.close-full-screen:before {
    transform: rotate(45deg);
}

.close-full-screen:after {
    transform: rotate(-45deg);
}


/* FOOTER */

footer {
    font-family: 'space_monoregular';
    font-size: 14px;
    line-height: 17px;
    padding-top: 90px;
    padding-bottom: 20px;
}

footer h2 {
    padding: 5px 0px;
    font-weight: normal;
    font-family: 'HelveticaNeueLTPro-Bd';
    margin-bottom: 15px;
    font-size: 15px;
}

footer [class^="col-sm"]:not(:last-child) {
    border-right: 1px solid;
}

footer strong {
    font-family: 'HelveticaNeueLTPro-Bd';
    font-weight: normal;
}

footer li {
    list-style: none;
}

footer p {}

footer img {
    max-width: 75%;
    max-width: 150px;
}

footer a,
footer a:hover {
    color: #fe323f;
}

footer .border-footer {
    border-top: 1px solid;
    margin: 20px 0px;
}


/* NEWSLETTER */

footer .mailjet_widget_front_container {
    margin-bottom: 0px;
}

footer #mailjet-widget-title-wrap {
    display: none;
}

footer #mailjetSubscriptionForm {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}

footer .mailjet-widget-form-group {
    margin-bottom: 0px;
    width: 100%;
    max-width: 300px;
}

footer #mailjet_widget_email {
    background-color: #fe323f;
    border: none !important;
    color: white!important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px;
    opacity: 1;
    filter: none !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    width: 100%;
}

footer input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid;
    color: #fe323f;
    cursor: pointer;
}

footer .mailjet_widget_form_message {
    margin-bottom: 10px;
    display: block;
}

::placeholder {
    opacity: 1;
    color: white!important;
}

.mobile {
    display: none;
}

#menu_mobile,
#menu_open {
    display: none;
}

@media(max-width: 1024px) {
    header {
        font-size: 17px;
        line-height: 17px;
    }
    header .menu-menu-header-container,
    header .menu-menu-header-en-container {
        height: 25px;
    }
    .tickercontainer li,
    .tickercontainer li:hover {
        font-size: 15px;
        line-height: 25px !important;
    }
    .tickercontainer {
        height: 26px !important;
    }
}

@media(max-width:768px) {
    .container-fluid,
    .container {
        padding: 0px 15px;
    }
    .sticky {
        position: unset;
        top: unset;
    }
    #menu-footer .menu li {
        list-style: none;
        flex: 0 0 calc(50% - 30px);
    }
    .desktop {
        display: none;
    }
    .ipad {
        display: block;
    }
    #menu_open {
        display: block;
    }
    /* body.menu_opened #wrapper {
        overflow: hidden;
    } */
    /* HEADER */
    #header-home {
        padding: 15px 0px 15px 0px;
        position: relative;
    }
    .logo {}
    .header-right,
    .header-right-menu-container {
        display: none;
    }
    .logo {
        width: 90px;
        height: auto;
    }
    header {
        font-size: 20px;
        line-height: 20px;
    }
    #header-pages {
        padding: 19px 0px 14px 0px;
    }
    #header-pages .toggle_menu {
        position: absolute;
        top: 25px;
        right: 15px;
    }
    /* MENU ICON */
    .toggle_menu {
        /*! width: 30px; */
        /*! height: 24px; */
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .toggle_menu span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #fe323f;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .toggle_menu span:nth-child(1) {
        top: 0px;
    }
    .toggle_menu span:nth-child(2),
    .toggle_menu span:nth-child(3) {
        top: 10px;
    }
    .toggle_menu span:nth-child(4) {
        top: 20px;
    }
    .toggle_menu {
        position: absolute;
        top: 25px;
        right: 15px;
    }
    .toggle_menu img {
        width: 30px;
        height: auto;
    }
    #header-home .toggle_menu {
        bottom: 13px;
        top: unset;
    }
    .logo-text {
        max-width: 280px;
        display: block;
    }
    /* MENU */
    .modal-menu .menu {
        width: 100%;
    }
    #menu_mobile {
        position: fixed;
        top: 0;
        right: -100vw;
        height: 100vh;
        width: 50vw;
        background-color: #fe323f;
        z-index: 1001;
        padding: 26px 30px;
        font-size: 20px;
        line-height: 26px;
        font-family: 'space_monoregular';
        display: block;
        -webkit-transition: right .3s;
        -ms-transition: right .3s;
        -o-transition: right .3s;
        transition: right .3s;
        overflow: Auto;
    }
    #menu_mobile.menu_opened {
        right: 0;
    }
    #menu_mobile li {
        /*! margin-bottom: 5px; */
    }
    #menu_mobile a {
        color: white;
        /*! border-bottom: 1px solid; */
        font-size: 20px;
        font-family: 'space_monobold';
    }
    #menu_mobile .sub-menu {
        margin-bottom: 15px;
        /* display: none; */
    }
    #menu_mobile .sub-menu a {
        font-family: 'space_monoregular';
        /*! border-bottom: 1px solid; */
        font-size: 19px;
    }
    #menu_close {}
    .switch {
        margin-bottom: 60px;
    }
    #wrapper .wpml-ls-legacy-list-horizontal a {
        display: inline-block;
    }
    #breadcrumbs {
        font-size: 15px;
        line-height: 20px;
    }
    /* HOME */
    .bloc-event {
        margin-bottom: 30px;
    }
    .home .container .row {}
    .home .container .row:not(:last-child):after {
        content: "";
        display: block;
        border-bottom: 1px solid;
        width: calc(100% - 90px);
        position: relative;
        left: 45px;
        margin-bottom: 60px;
        margin-top: 30px;
    }
    /* EVENEMENTS */
    .gallery-vert {
        margin-top: 30px;
    }
    .tab .tab-content img,
    .tab .tab-content .video-wrapper {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    /* FULL SCREEN SLIDESHOW */
    .slideshow-full-screen {
        width: calc(100% - 60px);
        height: calc(100% - 150px);
        margin: 30px 30px 0px 30px;
    }
    .close-full-screen {
        right: 15px;
        top: 15px;
        /*! width: 20px; */
        /*! height: 20px; */
    }
    .close-full-screen::before,
    .close-full-screen::after {}
    #full-screen .caption {
        padding: 30px;
    }
    /* PAGES */
    .slideshow-container,
    .partenaires-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .partenaires-container .img-container {
        flex: 0 0 calc(100% / 2);
    }
}

@media(max-width:576px) {
    .mobile {
        display: block;
    }
    #menu_mobile {
        width: 100vw;
    }
    #menu-footer .menu {
        display: block;
        flex-wrap: unset;
    }
    .slideshow-home .slide {
        background-color: transparent;
    }
    .slideshow-home .slide .bloc-event .footer {
        width: 100%;
        left: unset;
        background-color: white;
        color: #fe323f;
    }
    .slideshow-home .slide .image-container {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .mobile-slider {
        display: block;
    }
    .desktop-slider {
        display: none;
    }
    #menu-footer {
        margin-top: 0px;
    }
    #related {
        display: none;
    }
    #sidebar {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    /* FOOTER */
    footer {
        padding-top: 30px;
    }
    footer [class^="col-sm"]:not(:last-child) {
        border-right: none;
        margin-bottom: 30px;
    }
    footer img {
        max-width: 50%;
        margin-top: 46px;
        margin-left: auto;
    }
    .bloc.image-div {
        display: none;
    }
    .mobile .bloc.image-div {
        display: block;
    }
    .slideshow-container,
    .partenaires-container {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    #breadcrumbs {
        margin-bottom: 15px;
    }
}