body, html {
    font-family: "greycliff-cf", sans-serif;
    width: 100vw;
    overflow-x: hidden;
    font-size: 16px;
}

#wrapper {
    padding-top: 80px;
}

.fond-rouge {
    background-color: #D5141B;
    color: white
}

.rouge {
    color: #D5141B;
}

.blanc {
    color: white
}

.sep {

}

.image {
    width: 100%;
}


/* TYPO
****************************************************************************************************/
h2 {
    margin-left: -.02em;
    overflow: hidden;
    font-size: 5vw;
    display: block;
    font-weight: 700;
    font-style: italic;
    padding: .2em 0;
}

h3 {
    font-size: 2vw;
    display: block;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 1em;

}

i {
    font-style: italic;
}

.home-item h3 {
    margin-top: 1em;
}

h6.categorie {
    flex: 0 0 100%;
    margin-top: 2em;
    font-size: 3vw;
}

.titre {
    font-size: 2vw;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1em;
}

.soustitre {
    font-size: 1.5vw;
    margin: 1.5em 0 .5em;
    font-weight: 500;
    font-style: normal;
    color: #D5141B;
}

b {
    font-weight: bold;
}

p {
    margin-bottom: .5em;
}

.link {
    margin-right: .5em;
    text-decoration: none;
    color: #D5141BFF;
}

strong {
    font-family: "greycliff-cf", sans-serif;
    font-weight: 700;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    h2 {
        font-size: 9vw;
    }

    h3 {
        font-size: 6vw;
    }

    .titre {
        font-size: 7vw;
    }

    .soustitre {
        font-size: 5vw;
    }

    h6.categorie {
        font-size: 8vw;
    }


}


/* STRUCTURE
****************************************************************************************************/
.cols {
    width: 80vw;
    margin: 5vh 10vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 120%;
    /*line-height: 1.9em;*/
}

.cols .gutter {
    line-height: 1.9em
}

.full-col {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4em;
}

.full-col .title {
    flex: 0 0 calc(70% - 20px);

}

.full-col .calendar {
    /*flex: 0 0 20%;*/

    /*border: 1px dotted red;*/
}

.full-col .calendar .calendar-widget {
    /*margin-top: 0;*/
}

.full-col .reservations {
    flex: 0 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.full-col .reservations .bouton {
    align-self: flex-end;
    padding: .5em 3em;
}

.main-col {
    flex: 0 0 60%;
    font-size: 120%;
    line-height: 1.3em;
}

.main-col a:not(.bouton), .secondary-col a:not(.bouton) {
    color: #D5141B;
    text-decoration: none;
}


#reservation_envoyee .main-col {
    min-height: 60vh;
}

.secondary-col {
    flex: 0 0 30%;
    font-size: 90%;
    line-height: 1.2em;
}


.secondary-col.evenement {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.secondary-col.evenement, .secondary-col.actualite a, .secondary-col.reservation a {
    text-decoration: none;

}

.secondary-col .visuel.rond {
    height: auto;
    margin-bottom: 2em;
}

.secondary-col .bouton {
    margin-bottom: 2em;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    .cols {
        margin: 5vh 4vw;
        width: auto;
        line-height: 1.3em;
    }

    .full-col {
        margin-bottom: 5vh;
        flex-wrap: wrap;
    }

    .full-col .title, .full-col .reservations {
        flex: 0 0 100%
    }

    .full-col .calendar {
        display: none;
    }

    .main-col {
        font-size: 100%;
    }


    .main-col, .secondary-col {
        flex: 0 0 100%
    }

    .secondary-col {
        margin-top: 2em;
    }

    #reservation .secondary-col {
        order: 0;

    }

    #reservation .main-col {
        order: 1
    }

}

/* BLOCS
***********************/
.home-item {
    padding-bottom: 2em;
}

.home-item.actualite {
    aspect-ratio: 16/8;
    display: block;
    display: flex;
    font-size: 1.5vw;
}

.home-item.actualite .left-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.home-item.actualite .left-col .txt-right {
    text-align: right;
}

.home-item.actualite .filter {
    /*-webkit-backdrop-filter: blur(3px);*/
    /*backdrop-filter: blur(3px);*/
    /*padding: .2em;*/
}

.home-item.flex {
    display: flex;
    flex-wrap: wrap;
}

.home-item.flex .col.bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-item .col {
    flex: 0 0 49%;

}

.home-item .col .gutter {
    padding: 2em;
}


.home-item a {
    color: white
}

#maison-du-concert.bistrot .home-item a:not(.bouton) {
    color: #D5141B;
    text-decoration: none;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .home-item .col {
        flex: 0 0 100%;
        padding: 2vw;
    }

    .home-item.actualite {
        aspect-ratio: unset;
        font-size: 18px;
    }

    .home-item .col .gutter {
        padding: 2vw;
    }

    .home-item.actualite .left-col {
        width: 94%;
        margin: 0 3%;
    }

    .home-item.actualite .left-col .txt-right {
        text-align: left;
    }

;
}

/* UI
****************************************************************************************************/
.bouton, #esp-form .btn {
    border-radius: 100px;
    text-align: center;
    border: 1px solid white;
    color: white;
    background-color: #D5141B;
    text-decoration: none;
    font-size: 80%;
    font-weight: 700;
    padding: .5em 3em;
    display: inline-block;
    margin-top: 2em;

}

.bouton.plus {

    height: 2.5em;
    width: 2.5em;
    padding: 1.5em;
    background-image: url(/img/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2em;
    border: 0
}


/* NAVIGATION
****************************************************************************************************/
#header {
    height: 80px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 200;

}


#logo h1 {
    display: none;
}

#logo img {
    width: auto;
    height: 40px;
    margin: 10px 0 0 10vw;
}

#nav {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

#nav .navitem {
    font-size: 1.2vw;
    text-decoration: none;
    align-self: center;
    margin: 0 1em;
    color: black;
    /*position: absolute;*/
}

#nav a:hover {

}

#nav .navitem.dropdown-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;

}


#nav .navitem.dropdown-wrapper > div {
    position: absolute;
    display: inline-block;
    /*flex-direction: column;*/
    z-index: 1000;
    margin: 1em 0 0 calc(-100% - 1em);
    padding: 1em 0;
    min-width: 12em;
    width: fit-content;
    background: white;
    visibility: hidden;


}

@media (hover: hover) and (pointer: fine) {
    #nav .navitem.dropdown-wrapper:hover > div {
        visibility: visible;
    }
}


#nav .navitem.dropdown-wrapper > div.visible {
    visibility: visible;
}

#nav .navitem.dropdown-wrapper > div a {
    padding: 1em;

    width: 100%;
    display: inline-block;
    color: black;
    text-decoration: none;

}

#nav .navitem.selected, #nav .navitem.dropdown-wrapper > div a.selected {
    font-weight: 500;
    color: #D5141B;
    font-style: italic;
}


#btn-mobile-menu {
    display: none;
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {

    #logo img {
        width: 70vw;
    }

    #btn-mobile-menu {
        position: absolute;
        font-size: 4vw;
        margin: 0;
        width: 60px;
        height: 60px;
        top: 24px;
        right: 10px;
        z-index: 99900000;
        display: block;
        cursor: pointer;
        color: black;
        text-align: right;
        /*background-color: #B4252D;*/
    }

    .nav-on {
        overflow: hidden;
    }

    #btn-mobile-menu:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f0c9';
        margin-right: .5em;
        width: 1em;
        font-size: 30px;
        display: inline-block;
        color: #D5141B;
    }

    .nav-on #btn-mobile-menu:before {
        font: normal normal normal 14px/1 FontAwesome;

        content: '\f00d';
        margin-right: .5em;
        width: 1em;
        font-size: 30px;
        display: inline-block;
        color: white;

    }

    #header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 20vh;
        margin: 0 0;

    }

    #header nav > div {
        display: block;
        margin: 0;
        padding: 10vh;
        width: 100%;
    }

    #header nav > div > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    #header #nav .navitem {
        font-size: 20px;
        text-align: center;
        padding: 1em 0 .5em 0;
        background: transparent;
        display: block;
        color: white;
        /*width:      100%;*/


    }


    #header nav a.active {
        background: transparent;
        font-weight: 900;
    }


    #nav .navitem.dropdown-wrapper > div {
        visibility: visible;
        background: transparent;
        position: inherit;
        display: block;
        width: 100%;
        color: white;
        margin: 0;
        padding: 0;
        font-size: 80%;
    }

    #nav .navitem.dropdown-wrapper > div a {
        padding: .8em 0;
        display: block;
        color: white
    }

    #nav .navitem.selected span, #nav .navitem.dropdown-wrapper > div a.selected {
        color: white;
        font-weight: 900;
    }

    #nav .navitem.dropdown-wrapper {
        cursor: unset;
    }

    #accueil #header nav a {
        color: white;
    }

    .nav-on #header nav {
        display: flex;
        z-index: 10000;
        background: #D5141B;
        top: 0;
    }

    .nav-on #btn-mobile-menu {
        color: white
    }

}

/* CONTENUS
****************************************************************************************************/
.menu_semaine {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.menu_semaine h5 {
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 120%;
}

.menu_semaine h6 {
    /*width: 15em;*/
    font-size: 125%;
    line-height: 1.2em;

}

.menu_semaine > div {
    flex: 0 0 45%;
    padding: 1em 1em;
}

#map {
    width: 100%;
    aspect-ratio: 2/1;
    z-index: -10;
}

.gutter #map {
    z-index: 0;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    .menu_semaine {
        flex-direction: row;
    }

    .menu_semaine > div {
        flex: 0 0 100%;
        padding: 2vw;
    }

    .menu_semaine h6 {
        width: auto;
    }
}


/* SPLASH
****************************************************************************************************/
.splash-wrapper {
    position: fixed;
    z-index: -100;
    width: 100%;
    overflow-x: hidden;
}

.splash {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
    aspect-ratio: 16/9;
    overflow: hidden;

}

#parallax-wrapper {


}

#parallax-wrapper .spacer {
    width: 100%;
    aspect-ratio: 16/9;

}

#parallax-wrapper > .gutter {
    background-color: white;
}

.splash .gutter {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}


.splash video, .splash img {
    width: 100%;

}

.splash video {
    pointer-events: none;
}

.splash_red {
    color: #D5141B;;
}

.splash_white {
    color: white
}

.splash_black {
    color: black
}

.filigrane {
    position: absolute;
    width: 100vw;
    aspect-ratio: 16/9;
    margin-top: calc(-100vw / 1.777);
}


#fleche-bas {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 85vh;
    left: calc(50% - 50px);
    background: url(/img/fleche.svg) no-repeat;
    background-size: cover;
    background-position: top center;
}

/* OUTILS
****************************************************************************************************/
.tools {
    height: 10vh;
    margin-top: -5vh;
    display: flex;
    justify-content: space-between;
}

.tools > div {
    display: flex;
    flex: 0 0 33%

}

.tools > div:nth-child(2) {
    justify-content: center;
}

.tools > div:last-child {
    justify-content: flex-end;
}

.pastille {
    width: 7vw;
    height: 7vw;
    color: white;
    background-color: #D5141B;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    margin: 0 2px;
    font-size: 90%;
    line-height: 1.2em;

}

.pastille.rotation {
    transform: rotateZ(15deg);
    font-size: 1vw;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .tools {
        height: 5vh;
        margin-top: -2.55vh;
    }

    .pastille {
        width: 7.5vh;
        height: 7.5vh;
    }

    .pastille.rotation {
        font-size: 45%;
    }
}

/* PICTOS
****************************************************************************************************/
.picto {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 160%;
    color: black
}

.picto img {
    width: 8vw;
}

.home-item .picto {
    flex: 0 0 100%;
}

.home-item.actualite .picto {
    flex: 1 1 10%;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .home-item .picto img {
        width: 20vw;
    }

    .picto {
        font-size: 80%;

    }
}

/* EVENEMENTS
****************************************************************************************************/
.list-item {
    display: flex;
    justify-content: space-between;
    margin: 8vh 0;
}

.list-item .picto {
    position: absolute;
}

h4.dates {
    font-weight: 700;
    margin-bottom: .5em;
}

h5.compagnie a {
    color: #D5141B;
    text-decoration: none;
}

h5.compagnie {
    margin-bottom: .5em;
}

.visuels {
    display: flex;
    justify-content: space-between;
}

.visuels .visuel.rond {
    overflow: hidden;
}

.visuel.rond {
    flex: 0 0 49%;
    height: 100%;

}

.visuel.rond .image {
    border-radius: 100%;
    width: 30vw;
    height: 30vw;
    overflow: hidden;
    aspect-ratio: 1;
    align-self: center;
    margin: 5vh auto;
}

.visuel.rond.big {
    flex: 0 0 60%
}

.visuel.rond.big .image {
    width: 60vw;
    height: 60vw;
    margin-left: -4vw;
    align-self: center;
}

.visuel.rond.small {
    flex: 0 0 40%
}

.visuel.rond.small .image {
    width: 40vw;
    height: 40vw;
    margin-top: 10vw;
    margin-left: 4vw;
    align-self: center;
}

.visuel.rond.xsmall .image {
    width: 20vw;
    height: 20vw;
    margin: 0vw;
    align-self: center;
}

.credits {
    font-size: 70%;
    font-style: italic;
    text-align: center;
    padding: .2em 1em 0 0;
}


.list-item .infos {
    flex: 0 0 49%;
    padding-right: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.list-item .infos a, .bloc-item .infos a {
    color: black;
    text-decoration: none;
}

.has-date-status {
    color: grey;
    text-decoration: line-through;
}

.date-status {
    background-color: rgba(213, 20, 27, 0.85);
    color: white;
    font-weight: 900;
    font-size: 90%;
    position: absolute;
    margin: 0em 0 0 .5em;
    transform: rotateZ(-10deg);
    padding: 0 1em;
}

.bloc-item {
    display: flex;
    margin-bottom: 5vh;
}

.bloc-item .infos {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#programme .splash, #compagnies .splash, #actualites .splash {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#programme .splash h2, #compagnies .splash h2, #actualites .splash h2 {
    position: absolute;

    text-indent: -.2em;
    margin: 0;
    width: 10em;
    font-size: 10vw;
}

.list-item .actions {
    display: flex;
    justify-content: space-between;
    padding-right: 20vw;
}

.list-item .actions .bouton {
    align-self: flex-end;
    margin-bottom: 5vh;
    color: white
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {

    .list-item {
        flex-wrap: wrap;
        padding: 2vw;
    }

    .list-item .visuel.rond {
        flex: 0 0 100%
    }

    .list-item .infos {
        flex: 0 0 100%;
        padding: 0;
    }

    .list-item .calendar-widget {
        display: none;
    }

    .list-item .actions {
        justify-content: flex-end;
        padding: 0;
    }

    .list-item .visuel.rond .image {
        width: 70vw;
        height: 70vw;
    }

    .list-item.compagnie .titre {
        text-align: center;
    }

}

/* CONTACT
****************************************************************************************************/
#contact #map {
    height: 40vh;
}

/* FILTRES
********************************/

#filtres {
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
}

#filtres > div {
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-end;

}

.filtres-item {
    align-self: center;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #D5141B;
    color: #D5141B;;
    text-decoration: none;
    font-size: 80%;
    font-weight: 700;
    padding: 1em 3em;
    display: inline-block;
    cursor: hand;
    background: white;
    z-index: 20;
    width: fit-content;
    text-wrap: avoid;

}

.filtres-item.active {
    background-color: #D5141B;;
    color: white;;
}

.saison {
    display: inline-block;
    align-self: center;
    flex: 0 50%
}

.saison a {
    display: inline-block;
    width: 200px;
}

@media (hover: hover) and (pointer: fine) {
    .saison:hover .saison-dropdown {
        display: flex;
        flex-direction: column;
    }
}

.saison-dropdown.visible {
    display: flex;
    flex-direction: column;
}

.saison-dropdown {
    position: absolute;
    display: none;
}

.saison-dropdown a {
    display: inline;
}

.saison .filtres-item {

    margin-bottom: 4px;

}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    #filtres {
        flex-wrap: wrap;
    }

    #filtres h2, #filtres > div {
        margin-top: 20px;
        flex: 0 0 100%
    }
}

/* EQUIPE */


.equipe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.equipe h2 {
    flex: 0 0 100%
}

.equipe .list-item h3 {
    margin: 0;
}

.equipe .list-item {
    width: 25%;
    margin: 4vh 0;
}

.equipe .visuel.rond.xsmall .image {
    width: 11vw;
    height: 11vw;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .credits {
        font-size: 2vw;
    }

    .equipe .list-item {
        width: 100%;
        margin: 0vh 0;
    }

    .equipe .list-item .visuel {
        flex: 0 0 20%;
    }

    .equipe .visuel.rond.xsmall .image {
        width: 21vw;
        height: 21vw;
    }


    .equipe .list-item .infos {
        flex: 0 0 70%;
        margin: 0vh 0;
    }

}


/* SOUTIENS
****************************************************************************************************/
.soutiens-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 2vh 0;
}

.soutiens-item {
    width: 12vw;
    height: 12vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 20px 20px 0;
}

.soutiens-item img {
    width: 90%;
}

/* WIDGET CALENDRIER
****************************************************************************************************/
.calendar-widget {
    display: flex;
    margin: 20px 0 20px -35px;
    font-weight: 500;
    align-self: flex-start;
}

.saison-en-cours .calendar-widget {
    margin: 20px 0 20px 0px;
}

.calendar-wrapper {
    width: 12vw;
    height: 12vw;
    overflow: hidden;
    align-self: flex-start;
}

.calendar-container {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.calendar-item {
    flex: 0 0 auto;
    width: 12vw;
    height: 12vw;
    font-size: 12px;
}

.calendar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10px;
    overflow: hidden;
    cursor: pointer;
}

.calendar-nav.inactive {
    color: silver;
}

.calendar-wrapper .mois {
    text-align: left;
    font-weight: 900;
    padding: 0;
}

.oCalendar {
    width: 100%;
    height: 100%;
}

.oCalendar td {
    text-align: left;

    padding: 0;

}

.oCalendar .busy {
    color: #D5141B;
}

/* BUSY ROND */
.calendar-day span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 1.2em;
    width: 1.2em;


}

.calendar-day.busy span {
    /*
    color:       white;
    font-weight: 900;
    background:  #D5141B;;

     */
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

}

/* FORMULAIRE
****************************************************************************************************/
#esp-form label span {
    display: block;
    font-weight: bold;
    margin-top: 2em;
}

#esp-form label::first-child span {
    margin-top: 0;
}

#esp-form input {
    font-family: "greycliff-cf", sans-serif;
    font-size: 100%;
    border-style: none;
    border-bottom: #D5141B 2px dotted;
    width: 100%;
}

#esp-form select {
    font-family: "greycliff-cf", sans-serif;
    font-size: 150%;
}

#esp-form .error {
    display: none;
}

.back.head {
    display: none;
}

#esp-form .quarter {
    flex: 0 0 20%
}

#esp-form .three-quarters {
    flex: 0 0 70%
}

/* GALERIES
****************************************************************************************************/
.gallery-wrapper {
    margin: 5vh 0;
    display: flex;
    flex-wrap: wrap;
}

.gallery-wrapper a {
    flex: 0 0 48%;
    margin: 2% 2% 0 0;
    aspect-ratio: 4/2.5;
    overflow: hidden;
}

.theatre .gallery-wrapper, .bistrot .gallery-wrapper {
    padding: 2vw;
    justify-content: center;
}

.theatre .gallery-wrapper a, .bistrot .gallery-wrapper a {
    flex: 0 0 22%;
}

.gallery-wrapper img {
    width: 100%;
    margin: auto;
}

.sl-overlay {
    background-color: #D5141B;
}

.sl-wrapper .sl-close {
    color: white
}

.btn-carte {
    align-self: flex-start;
}

/* PIED DE PAGE
****************************************************************************************************/
#logo-footer {
    background-color: white;
}

#footer {
    background: black;
    min-height: 20vh;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 5vw;
}

#footer .col {
    padding: 1em;
    flex: 0 0 22%;
}

#footer h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 120%;
    margin-bottom: 1em;
}

#footer a {
    color: #D5141B;
    text-decoration: none;
}

#logo_footer {
    width: 20vw;
    height: 20vw;
}

#footer #site-credits {
    flex: 0 0 96%;
    font-size: 70%;
    padding: 3em 0;
    text-align: right;
}

#footer #site-credits a {
    color: white;
    text-decoration: none;
}

#footer i {
    font-size: 150%;
    display: inline-block;
}

#lettre-info {
    margin-top: 2em;
}

#lettre-info .inf-rgpd {
    font-size: 80%;
    color: silver
}

.inf-input-text input {
    width: 15em;
    padding: .5em;
    font-size: 100%;
    margin-bottom: .5em;
}

.inf-submit input {
    border: 0;
    border-radius: 100px;
    background-color: #575757;
    font-size: 100%;
    margin: 1em 0 0 0;
    padding: .2em 2em;
    font-family: "greycliff-cf", sans-serif;
    color: white
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    #footer {
        max-width: 100vw;
        display: block;
    }

    #logo_footer {
        width: 50vw;
        height: 50vw;
    }

    #footer .col {
        padding: 1em 0 1em 1em;
        flex: 0 0 100%;
    }

}


#fld_main_email {
    display: none;
}