/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * Definition of fonts
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/
@font-face {
    font-family: eurofurence;
    src: url('fonts/eurof55.ttf');
}

@font-face {
    font-family: eurofurence;
    src: url('fonts/eurof56.ttf');
    font-style: italic;
}

@font-face {
    font-family: eurofurence;
    src: url('fonts/eurof75.ttf');
    font-weight: bold;
}

@font-face {
    font-family: eurofurence;
    src: url('/fonts/eurof76.ttf');
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: OpenSans;
    src: url('fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: OpenSans;
    src: url('fonts/OpenSans-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: OpenSans;
    src: url('fonts/OpenSans-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: OpenSans;
    src: url('fonts/OpenSans-BoldItalic.ttf');
    font-style: italic;
    font-weight: bold;
}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * Break points
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/

/*
 XS (initialization)
 */
@media only screen and (min-width:0px) {
    .vis-xs2xs,
    .vis-xs2sm,
    .vis-xs2md {
        display: inherit;
    }

    .vis-sm2sm,
    .vis-md2md,
    .vis-md2lg,
    .vis-lg2lg {
        display: none
    }

}

/*
 SM
 */
@media only screen and (min-width:800px) {
    .vis-sm2sm {
        display: inherit
    }

    .vis-xs2xs {
        display: none;
    }

}

/*
 MD
 */
@media only screen and (min-width:1024px) {
    .vis-md2md,
    .vis-md2lg {
        display: inherit
    }

    .vis-xs2sm,
    .vis-sm2sm {
        display: none;
    }

}

/*
 LG
 */
@media only screen and (min-width:1500px) {
    .vis-lg2lg {
        display: inherit
    }

    .vis-md2md,
    .vis-xs2md {
        display: none;
    }

}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * General settings
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/
* {
    box-sizing: border-box;
}

body {
    font-family: OpenSans;
    padding: 0;
    margin: 0;
    color: #222222;
    overflow: scroll;
}

div {
    padding: 0;
    margin: 0;
}

.wrap {
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1000;
    transition: transform 0.5s;
}

@media only screen and (max-width:1024px) {
    body.xs_main_menu_active .wrap,
    body.xs_youare_menu_active .wrap {
        transform: translateX(-250px);
    }

}

.central-box {    /*max-width: 1530px*/ ;
    margin: 0 auto 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width:1281px) {
    .central-box {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media only screen and (min-width:1800px) {
    .central-box {
        padding-left: 125px;
        padding-right: 125px;
    }

}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * Header
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/
header {
    background-color: #ffffff;
    padding-top: 10px;
    z-index:1001 !important;
}

/***********************************************************************************************************************
 *
 * Header Front Page
 *
 **********************************************************************************************************************/
@media only screen and (min-width:528px) {
    #home-slider {
        padding-top: 25px !important;
    }

}

@media only screen and (min-width:768px) {
    #home-slider {
        padding-top: 50px !important;
    }

    #home-slider #catchline {
        padding-top: 100px;
    }

}

@media only screen and (min-width:1024px) {
    #home-slider #catchline {
        padding-top: 200px;
    }

}

@media only screen and (min-width:1024px) {

  
    .header-on #header_main_menu {
        padding-bottom: 10px;
    }

  
}

@media only screen and (min-width:1920px) {
    .reduceMenuSize #header_main_menu {
        margin-left: 10% !important;
    }

    .reduceMenuSize #header_top {
        margin-left: 30%;
    }

}

@media only screen and (min-width:2560px) {
    .reduceMenuSize #header_main_menu {
        margin-left: 20% !important;
    }

    .reduceMenuSize #header_top {
        margin-left: 35%;
    }

}

/***********************************************************************************************************************
 *
 * Header Top
 *
 **********************************************************************************************************************/
#header_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
    color: #ffffff;
    padding-bottom: 5px;
}

/*
 Logo + Name for S screen
 */
#header_logo_small {
    width: 272px;
    max-width: 45%;
    color: #777777;
    margin: 0;
    padding: 0 0 0 0;
    font-family: eurofurence;
    font-size: 2em;
}

#header_logo_small .custom-logo-link {
    display: inherit;
}

#header_logo_small .custom-logo-link img {
    height: 50px;
    width: auto;
}

/*
#header_logo_small a:before {
display:block;
height:40px;
width:40px;
float:left;
background-size: contain;
background-repeat: no-repeat;
margin-top:-10px;
margin-right:10px;

content:'';
}
*/
#header_logo_small {
    display: none;
}

@media(max-width:1023px) {
    #header_logo_small {
        display: block;
        position: absolute;
        right: 3%;
        top: 4px;
        text-align:right;
    }

    .header-on {
        height: 60px;
    }

}

#header_logo_small a {
    text-decoration: none;
    color: #777777;
}

/*
 Short menu (you are, search and main menu for XS screen)
 */
#header_menu_short {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
}

#header_menu_short > li {
    position: relative;
    flex: 0 0 auto;
    height: 45px;
    width: 45px;
    margin-left: 3px;
}

#header_menu_short > li:before {

    /*content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;*/
}

#header_menu_short > li:first-child:before {
    left: 0;
    border-right: solid 10px;
    border-top: solid 10px;
}

#header_menu_short > li:last-child:before {
    right: 0;
    border-top: solid 10px;
    border-left: solid 10px;
}

/*
 * Link for the menus XS ans SM screens
 */
@media only screen and (max-width:1023px) {
    #header_youare_menu {
        display: none;
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        padding: 10px 10px 10px 20px;
        transition: right 0.5s;
    }

    body.xs_main_menu_active #header_youare_menu {
        right: -500px;
    }

    body.xs_youare_menu_active #header_youare_menu {
        right: -250px;
    }
    #header_menu_short{
        position:fixed;
        left:1%;
        top:7px;
        flex-flow: row-reverse;
    }

    #header_menu_short > li > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 5px;
        background-repeat: no-repeat;
        background-position: center;
    }

    #header_menu_short_youare > a {
        background-image: url('img/xs_youare.png');
    }

    #header_menu_short_searchbar > a {
        background-image: url('img/xs_search.png');
    }

    #header_menu_short_mainmenu > a {
        background-image: url('img/xs_menu.png');
        cursor: pointer;
    }

    #header_youare_menu a {
        text-decoration: none;
        color: #ffffff;
    }

    #header_youare_menu ul {
        margin: 10px 0 0 0;
        padding-left: 50px;
        list-style: none;
    }

    #header_youare_menu li {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        background-repeat: no-repeat;
        margin-bottom: 10px;
    }

    #header_youare_menu li:before {
        flex: 0 0 30px;
        content: '';
        display: inline-block;
        height: 20px;
        margin-right: 10px;
        background-position: center right;
        background-repeat: no-repeat;
    }

    #header_youare_menu li a {
        flex: 1 0 0px;
        display: inline-block;
        color: red;
        font-style: italic;
    }

}

@media only screen and (min-width:1024px) {
    #header_menu_short > li {
        width: 250px;
    }

    /*
     * You are menu
     */
    #header_menu_short_youare span.main-picto {
        padding: 10px 10px 10px 40px;
        margin-left: 10px;
        background-image: url('img/xs_youare.png');
        background-repeat: no-repeat;
        background-position: left center;
    }

    #header_youare_menu {
        display: none;
        position: absolute;
        z-index: 1000;
        top: 45px;
        width: 493px;
        border-top: 5px solid #ffffff;
        background-color: #1e64b4;
    }

    #header_menu_short_youare:hover #header_youare_menu {
        display: block;
    }

    #header_youare_menu:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -10px;
        height: 138px;
        border-bottom: solid 10px transparent;
        border-left: solid 10px #1e64b4;
    }

    #header_youare_menu {
        padding: 10px;
    }

    #header_youare_menu  ul {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        padding: 0;
        list-style: none;
        height: 128px;

        font-size: 15px;
    }

    #header_youare_menu  ul li {
        flex: 0 0 auto;
        width: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        background-repeat: no-repeat;
        margin-bottom: 4px;
    }

    #header_youare_menu ul li span.picto {
        flex: 0 0 35px;
        margin-right: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    #header_youare_menu ul li span.picto img {
        display: block;
        height: 18px;
        width: auto;
    }

    #header_youare_menu  ul li a {
        color: #ffffff;
        text-decoration: none;
    }

    #header_youare_menu  ul li a:hover {
        text-decoration: underline;
    }

    

}

/*
 * Search bar
 */
#header_menu_short > li#header_menu_short_searchbar {
    background-color: transparent;
    color: #000000;
}

#header_menu_short_searchbar form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

#header_menu_short_searchbar label {
    flex: 1 0 0;
    display: inline-block;
    margin-right: 3px;
}

#header_menu_short_searchbar input[type=search] {
    background-color: #eff0ef;
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    font-family: OpenSans;
    font-weight: normal;
}

#header_menu_short_searchbar input[type=submit] {
    flex: 0 0 45px;
    display: inline-block;
    border: none;
    height: 45px;
    width: 45px;
    padding: 0;
    background-image: url('img/xs_search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1e64b4;
}

#header_menu_short_searchbar span {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
}

#header_menu_short_searchbar span:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 33px;
    top: 0;
    right: 0;
    border-left: 10px solid;
    border-left-color: #1e64b4;
    border-top: 10px solid #ffffff;
}

@media only screen and (max-width: 1023px){
    #header_menu_short > li#header_menu_short_searchbar{
        background-color: #1e64b4;
        color:#FFFFFF;
    }
    #header_menu_short > li#header_menu_short_searchbar.active{
        display:inline-block;
        background-image:none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        margin: 0;
        height: 57px;
        width: 57px;
        line-height: 57px;

    }
    #header_menu_short > li#header_menu_short_searchbar.active a{
        background-image:none;
        text-decoration:none;
    }
    #header_menu_short > li#header_menu_short_searchbar.active a:after{
        content:'X';
        color:#FFFFFF;
        font-size: 30px;
        line-height: 52px;
        text-align:center;
        width: 100%;
        height: 100%;
        display:block;
        font-family: revert;
        cursor:pointer;
    }
    #header_menu_short > li#header_menu_short_searchbar > .form{
    
       background-color: #1e64b4;
        position: fixed;
        top: 0px;
        right: 0;
        height: 57px;
        width: calc(100vw - 50px);
        display: none;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #header_menu_short > li#header_menu_short_searchbar > .form input[type=text]{
        text-align:center;
    }

    #header_menu_short > li#header_menu_short_searchbar.active > .form{
        display:block;
    }
    #header_menu_short > li#header_menu_short_searchbar.active > .form form span:after{
        display:none;
    }
    #header_menu_short > li#header_menu_short_searchbar.active > .form form .search-submit{
        height: 57px;
        margin-left: 7px;
    }

}


/***********************************************************************************************************************
 *
 * Main menu
 *
 **********************************************************************************************************************/
#header_main_menu {
    display: none;
    justify-content: space-between;
}

@media only screen and (min-width:1024px) {
    #header_main_menu {

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        padding-bottom: 20px;
    }

}

@media only screen and (min-width:1024px) {
    #header_main_menu {
        padding-bottom: 20px;
        margin-top: -55px;
    }

}

/*
 Logo + Name for L screen
 */
header .custom-logo-link {
    display: none;
}

@media only screen and (min-width:1024px) {
    header .custom-logo-link {
        display: inherit;
        margin: 0;
    }

    header .custom-logo {
        width: 250px;
        height: 94px;
    }

}

/*
 Main menu
 */
#header_main_menu .custom-logo-link img {
    width: 180px;
    height: auto;
}

#header_main_menu > ul {
    width: calc(100vw - 2 * 10px - 250px);
    max-width: 1200px;
    height: 32px;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin: 55px 0 0;
    padding: 0;

 
}

   
@media(min-width:1280px) {
    #header_main_menu > ul {
        width: calc(100vw - 2 * 50px - 250px);
        height:  130px;
        justify-content: flex-end;
    }
    #header_main_menu .custom-logo-link {

    }
    #header_main_menu .custom-logo-link img{
        width: 230px;
    }
    #header_main_menu > ul li {
    }
    #header_main_menu > ul li a{
        font-size:  16pt;
        position: relative;
        padding:  0; 
    }
    #header_main_menu > ul li a:before{
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height:  90px;
        z-index: 3;
    }
  /*  #header_main_menu > ul li a:after{
         position: absolute;
         content: "";
        top: 0;
        left: 0;
        width: 100%;
        height:  90px;
        z-index: 2;
        background-color: #FFF;
    }*/

    #header_main_menu .custom-logo-link {
        top: -36px;
        display: block;
        position: relative;
    }

    .header-on {
        height: 200px;
    }
    .catchline{
        padding-top: 300px;
    }

    #home-slider{
        background-position-y: -90% !important;
    }
}

@media(min-width: 1420px){
    #home-slider{
        background-position-y: 0 !important;
    }
}

#header_main_menu li {
    font-family: eurofurence;
    font-size: 1.2em;
    margin: 0;
    margin-left: 10px;
}

#header_main_menu li a {
    position: relative;
    width: 150px;
    white-space: nowrap;
    line-height: 32px;
    font-size: 12pt;
    padding: 0 5px 0 37px;
    display: block;
    text-align: center;
    margin-left: 0 !important;
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (min-width:1024px) and (max-width:1319px) {
    #header_main_menu li a {
        font-size: 10pt;
        width: 125px;
    }

}

#header_main_menu li a:before {
    content: "";
    display: block;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0px;
    width: 32px;
    padding-left: 0 !important;
    height: 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#header_main_menu li a:hover:after {
    // content: '';
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 25px solid #ffffff;
    border-left: 25px solid transparent;
}

@media (min-width:1800px) {
    #header_main_menu > ul {
        width: calc(100vw - 2 * 125px - 250px);
    }

    #header_main_menu li a {
        font-size: 1.15em;
    }

    #header_main_menu li a {
        width: 180px;
        padding-left: 50px;
        line-height: 40px;
    }

    #header_main_menu li a:before {
        height: 40px;
        width: 40px;
    }

}

/* 
#header_main_menu li a {
display: block;
text-align:center;
color: #ffffff;
text-decoration: none;

} */
#header_main_menu li:nth-of-type(1) a:before {
    background-image: url('img/menu_1.png');
}

#header_main_menu li:nth-of-type(2) a:before {
    background-image: url('img/menu_2.png');
}

#header_main_menu li:nth-of-type(3) a:before {
    background-image: url('img/menu_3.png');
}

#header_main_menu li:nth-of-type(4) a:before {
    background-image: url('img/menu_4.png');
}

#header_main_menu li:nth-of-type(5) a:before {
    background-image: url('img/menu_5.png');
}

#header_main_menu li:nth-of-type(6) a:before {
    background-image: url('img/menu_6.png');
}

#header_main_menu li:nth-of-type(1) a:hover:before {
    background-image: url('img/menu_1_hover.png');
}

#header_main_menu li:nth-of-type(2) a:hover:before {
    background-image: url('img/menu_2_hover.png');
}

#header_main_menu li:nth-of-type(3) a:hover:before {
    background-image: url('img/menu_3_hover.png');
}

#header_main_menu li:nth-of-type(4) a:hover:before {
    background-image: url('img/menu_4_hover.png');
}

#header_main_menu li:nth-of-type(5) a:hover:before {
    background-image: url('img/menu_5_hover.png');
}

#header_main_menu li:nth-of-type(6) a:hover:before {
    background-image: url('img/menu_6_hover.png');
}

#header_main_menu > ul  ul {
    display: none;
}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * Submenu
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/

/*
 * Submenu container
 */

#submenu-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top:42px;
}

@media only screen and (min-width:1024px) {
    #submenu-wrap {
        min-height: 170px;
        margin-top:0;
    }

}

@media only screen and (min-width:1500px) {
    #submenu-wrap {
        min-height: 200px;
    }

}

/*
 * Submenu container - color mask
 */
#submenu-wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.85;
}

/*
 * Submenu global settings
 */
#submenu {
    flex: 1 0 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}

@media only screen and (min-width:800px) {
    #submenu {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

@media only screen and (min-width:1500px) {
    #submenu {
        padding-top: 60px;
        padding-bottom: 20px;
    }

}

#submenu a {
    color: #ffffff;
}

/*
 * Section title - text
 */
#submenu > div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: eurofurence;
    font-size: 40px;
    color: #ffffff;
    margin: 0;
    z-index: 1;
}

@media only screen and (min-width:800px) {
    #submenu > div:first-child {
        font-size: 50px;
    }

}

@media only screen and (min-width:1024px) {
    #submenu > div:first-child {
        font-size: 70px;
    }

}

@media only screen and (min-width:1500px) {
    #submenu > div:first-child {
    }

}

/*
 * Section title - image
 */
#submenu > div:first-child img {
    height: 40px;
    margin-left: 10px;
}

@media only screen and (min-width:800px) {
    #submenu > div:first-child img {
        height: 50px;
        margin-left: 20px;
    }

}

@media only screen and (min-width:1024px) {
    #submenu > div:first-child img {
        height: 70px;
        margin-left: 40px;
    }

}

@media only screen and (min-width:1500px) {
    #submenu > div:first-child img {
        height: 70px;
        margin-left: 40px;
    }

}

/*
 * Section submenu
 */
#submenu > ul {
    margin: 0;
    padding: 0;
}

#submenu > ul > li {
    margin-top: 15px;
}

@media only screen and (min-width:800px) {
    #submenu > ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0;
        z-index: 1;
        text-transform: uppercase;
        font-family: OpenSans;
        font-weight: bold;
        font-size: 18px;
    }

}

@media only screen and (min-width:1024px) {
    #submenu > ul {
        margin-top: 20px;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width:1500px) {
    #submenu > ul {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

}

#submenu > ul > li a {
    text-decoration: none;
}

#submenu > ul > li a:hover {
    border-bottom: solid 2px #ffffff;
}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * Main content
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/
#main {
    position: relative;
    background-color: #ffffff;
}

/***********************************************************************************************************************
*
* Right side links
*
***********************************************************************************************************************/
#right-side-links {
    position: fixed;
    right: 0;
    top: 245px !important;
    z-index: 200;
    font-family: eurofurence;
    font-size: 1.2em;
}

@media only screen and (min-width:1500px) {
    #right-side-links {
        top: 500px;
    }

}

#right-side-links ul {
    list-style: none;
    position: relative;
    width: 70px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

#right-side-links ul li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 0;
    transition: margin-left 0.5s;
    padding-left: 10px;
}

#right-side-links ul a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    width: 400px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#right-side-links ul li:hover {
    margin-left: -190px;
}

#right-side-links ul li a:before {
    content: '';
    display: inline-block;
    margin: 0 15px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

#right-side-links ul li.right-side-links-facebook a {
    padding-left: 9px;
}

#right-side-links ul li.right-side-links-instagram a {
    padding-left: 9px;
}

#right-side-links ul li.right-side-links-donation a {
    padding-left: 8px;
}

#right-side-links ul li.right-side-links-contact a {
    padding-left: 5px;
}

#right-side-links ul li.right-side-links-facebook a:before {
    width: 40px;
    height: 30px;
    background-image: url('img/fb_naked_button.png');
}

#right-side-links ul li.right-side-links-instagram a:before {
    width: 40px;
    height: 30px;
    background-image: url('img/insta_naked_button.png');
}

#right-side-links ul li.right-side-links-donation a:before {
    width: 40px;
    height: 30px;
    background-image: url('img/donation_naked_button.png');
}

#right-side-links ul li.right-side-links-contact a:before {
    width: 40px;
    height: 30px;
    background-image: url('img/contact_naked_button.png');
}

#right-side-links ul li:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
}

#right-side-links ul li.right-side-links-facebook:before {
    height: 50px;
    border-top: 10px solid transparent;
}

#right-side-links ul li.right-side-links-contact:before {
    height: 50px;
    border-bottom: 10px solid transparent;
}

/***********************************************************************************************************************
*
* Content
*
***********************************************************************************************************************/
#main .central-box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

@media only screen and (min-width:800px) {
    #main .central-box {
        background-image: url('img/bikeline.png');
        background-position: left -30px;
        background-repeat: repeat-y;
        padding-left: 105px;
    }

}

@media only screen and (min-width:1800px) {
    #main .central-box {
        padding-left: 125px;
    }

}

#content {
    flex: 1 0 100%;
    padding: 0;
    width: 100%;
}

@media only screen and (min-width:1024px) {
    #content {
        flex: 1 0 0;
        padding: 0 32px 0 0;
    }

}

#content h1 {
    font-family: 'eurofurence', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

@media only screen and (min-width:800px) {
    #content h1 {
        font-size: 40px;
    }

}

@media only screen and (min-width:1024px) {
    #content h1 {
        font-size: 45px;
    }

}

#content .featured_image {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#content .featured_image img {
    max-width: 100%;
    height: auto;
}

#content h2 {
    font-size: 25px;
    font-family: 'eurofurence', sans-serif;
    border-bottom: solid 1px #cccccc;
}

@media only screen and (min-width:800px) {
    #content h2 {
        font-size: 30px;
    }

}

@media only screen and (min-width:1024px) {
    #content h2 {
        font-size: 30px;
    }

}

#content h3 {
    font-size: 22px;
    font-family: 'eurofurence', sans-serif;
    color: #555555;
    margin-bottom: 5px;
}

@media only screen and (min-width:800px) {
    #content h3 {
        font-size: 20px;
    }

}

@media only screen and (min-width:1024px) {
    #content h3 {
        font-size: 25px;
    }

}

#content h3 + p {
    margin-top: 0;
}

/***********************************************************************************************************************
*
* Specific types
*
***********************************************************************************************************************/

/* Travelers */


#content .featured_image .link-prev,
#content .featured_image .link-next {
    background-color: #555555;
    position: relative;
    display: block;
    width: 25px;
    height: 50px;
    transition: background-color, 0.5s ease;
}

#content .featured_image .link-prev {
    margin-right: 20px;
}

#content .featured_image .link-next {
    margin-left: 20px;
}

#content .featured_image .link-prev:hover,
#content .featured_image .link-next:hover {
    background-color: #ee7065;
}

#content .featured_image .link-prev:before,
#content .featured_image .link-next:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 50px;
    background-size: cover;
    background-image: url('img/next-white.png');
}

#content .featured_image .link-prev:before {
    background-image: url('img/previous-white.png');
}

#content .featured_image .link-next:before {
    background-image: url('img/next-white.png');
}

#content .traveler-link {
    list-style: none;
    padding-left: 10px;
}

#content .traveler-link li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 5px;
}

#content .traveler-link li:before {
    content: url('img/weblink.png');
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#content .traveler-link a {
    color: #000000;
    text-decoration: none;
    transition: color 0.4s;
}

#content .traveler-dates {
    font-weight: bold;
    font-size: 25px;
    font-family: eurofurence;
}

/* News */
#content .news-date {
    font-weight: bold;
    font-size: 25px;
    font-family: eurofurence;
}

.new_featured_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Press */
#content .press {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #cccccc;
}

#content .press p {
    margin: 0;
    padding: 0;
}

#content .press .source {
    color: #000000;
}

#content .press .date {
    margin-left: 10px;
    color: #aaaaaa;
}

#content .press h2 {
    margin: 5px 0 5px 0;
    font-family: eurofurence;
    font-size: 2em;
    border-bottom: none;
}

#content .press h2 a {
    color: #f9cd18;
    text-decoration: none;
}

#content .press .readmore a {
    text-decoration: none;
    color: #3068AF;
}

#content .press .readmore a:hover {
    text-decoration: underline;
}

/* Distinctions */
#content .distinction {
    margin-left: 20px;
}

@media only screen and (min-width:800px) {
    #content .distinction {
        margin-left: 40px;
    }

}

#content .distinction p {
    margin: 0;
}

/* Convictions */
#content .convictions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
}

#content .conviction {
    flex: 1 0 80%;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
}

#content .conviction h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
}

@media only screen and (min-width:800px) {
    #content .conviction {
        flex: 0 0 45%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

}

#content .conviction img {
    width: 100%;
    height: auto;
    max-width: 150px;
}

/* Newsletter */
#content #last_letter h2 span {
    color: #666666;
    font-family: OpenSans;
    font-size: 22px;
}

#content #last_letter:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    clear: both;
}

#content #last_letter .featured_image {
    margin-left: calc(50% - 105px);
    margin-right: calc(50% - 105px);
}

@media only screen and (min-width:800px) {
    #content #last_letter .featured_image {
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }

}

/* Partners */
#content .partners {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#content .partners li {
    margin-bottom: 40px;
    flex: 1 0 100%;
    text-align: center;
}

@media only screen and (min-width:800px) {
    #content .partners li {
        flex: 0 0 48%;
    }

}

@media only screen and (min-width:1000px) {
    #content .partners li {
        flex: 0 0 30%;
    }

}

#content .partners img {
    max-width: 100%;
    height: auto;
}

/* Donators */
#donation-button {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
}

#donation-button a {
    flex: 0 0 80%;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    color: #ffffff;
    background-color: #F49600;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#donation-button a:before {
    display: inline-block;
    content: '';
    background-image: url('img/donation_naked_button.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    transition: margin-right 0.3s ease;
}

#donation-button a:hover:before {
    margin-right: 40px;
}

@media only screen and (min-width:800px) {
    #donation-button a {
        flex: 0 0 50%;
        font-size: 25px;
        padding: 15px;
    }

    #donation-button a:before {
        height: 25px;
        width: 25px;
    }

}

@media only screen and (min-width:1024px) {
    #donation-button a {
        font-size: 30px;
        padding: 15px;
    }

    #donation-button a:before {
        height: 30px;
        width: 30px;
    }

}

@media only screen and (min-width:1500px) {
    #donation-button {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #donation-button a {
        font-size: 35px;
        padding: 20px 40px 20px 40px;
    }

    #donation-button a:before {
        height: 40px;
        width: 40px;
        margin-right: 20px;
    }

    #donation-button a:hover:before {
        margin-right: 40px;
    }

}

/***********************************************************************************************************************
*
* Preview
*
***********************************************************************************************************************/
#content .preview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media only screen and (min-width:800px) {
    #content .preview {
    }

}

@media only screen and (min-width:1024px) {
    #content .preview {
        justify-content: space-between;
    }

    .display_sidebar #content .preview {
        justify-content: center;
    }

}

@media only screen and (min-width:1300px) {
    #content .preview {
    }

    .display_sidebar #content .preview {
        justify-content: space-between;
    }

}

#content .preview-img {
    flex: 0 1 auto;
    height: auto;
    margin-bottom: 20px;
}

@media only screen and (min-width:800px) {
    #content .preview-img {
        max-width: 40%;
        margin-bottom: 0;
        margin-right: 20px;
    }

}

@media only screen and (min-width:1024px) {
    #content .preview-img {
        max-width: 400px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .display_sidebar #content .preview-img {
        margin-bottom: 20px;
        margin-right: 0;
    }

}

@media only screen and (min-width:1300px) {
    #content .preview-img {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .display_sidebar #content .preview-img {
        max-width: 40%;
        margin-bottom: 0;
        margin-right: 20px;
    }

}

#content .preview-img .img-wrap-1 {
    position: relative;
}

#content .preview-img .img-wrap-1:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-top: solid 41px #ffffff;
    border-right: solid 41px transparent;
    z-index: 20;
}

#content .preview-img .img-wrap-1:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom: solid 41px #ffffff;
    border-left: solid 41px transparent;
    z-index: 20;
}

#content .preview-img .img-wrap-2 {
    position: relative;
    border: solid 4px;
    overflow: hidden;
}

#content .preview-img .img-wrap-2:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-top: solid 40px;
    border-right: solid 40px transparent;
    z-index: 10;
}

#content .preview-img .img-wrap-2:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom: solid 40px;
    border-left: solid 40px transparent;
    z-index: 10;
}

#content .preview-img a .mask {
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#content .preview-img a:hover .mask {
    opacity: 0.6;
}

#content .preview-img img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
}

#content .preview-text {
    flex: 1 0 100%;
    color: #888888;
}

@media only screen and (min-width:800px) {
    #content .preview-text {
        flex: 1 0 0;
    }

}

@media only screen and (min-width:1024px) {
    #content .preview-text {
        flex: 1 0 0;
    }

    .display_sidebar #content .preview-text {
        flex: 1 0 100%;
    }

}

@media only screen and (min-width:1300px) {
    #content .preview-text {
        flex: 1 0 0;
    }

    .display_sidebar #content .preview-text {
        flex: 1 0 0;
    }

}

#content .preview-text p {
    margin: 0;
}

#content .preview-text h2 {
    font-family: eurofurence;
    font-size: 25px;
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #cccccc;
    text-align: center;
}

@media only screen and (min-width:800px) {
    #content .preview-text h2 {
        text-align: left;
    }

}

@media only screen and (min-width:1024px) {
    .display_sidebar #content .preview-text h2 {
        text-align: center;
    }

}

@media only screen and (min-width:1300px) {
    #content .preview-text h2 {
        font-size: 30px;
    }

    .display_sidebar #content .preview-text h2 {
        text-align: left;
    }

}

@media only screen and (min-width:1500px) {
    #content .preview-text h2 {
        font-size: 40px;
    }

}

#content .preview-text h2 a {
    text-decoration: none;
}

#content .preview-text .readmore {
    margin-top: 10px;
}

#content .preview-text .readmore a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

#content .preview-text .readmore a:hover {
    text-decoration: underline;
}

/***********************************************************************************************************************
*
* Pagination
*
***********************************************************************************************************************/
.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

@media only screen and (min-width:1024px) {
    .pagination {
        font-size: 17px;
    }

}

.pagination > p,
.pagination > div {
    flex: 1 0 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

.pagination > p:first-child,
.pagination > div:first-child {
    text-align: left;
}

.pagination > p:last-child,
.pagination > div:last-child {
    text-align: right;
}

.pagination > p:first-child a:before,
.pagination > div:first-child a:before {
    content: '«';
    margin-right: 5px;
}

.pagination > p:last-child a:after,
.pagination > div:last-child a:after {
    content: '»';
    margin-left: 5px;
}

.pagination a {
    color: #000000;
    text-decoration: none;
    transition: ease color .5s;
}

/***********************************************************************************************************************
*
* Accordion
*
***********************************************************************************************************************/
#content .accordion h2 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-family: eurofurence;
    font-size: 20px;
    text-transform: uppercase;
    height: 65px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 80px;
}

@media only screen and (min-width:800px) {
    #content .accordion h2 {
        font-size: 28px;
    }

}

@media only screen and (min-width:1024px) {
    #content .accordion h2 {
        font-size: 28px;
    }

}

@media only screen and (min-width:1500px) {
    #content .accordion h2 {
        font-size: 35px;
    }

}

#content .accordion h2:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 63px;
    width: 65px;
    content: url('img/accordion-close.png');
}

#content .accordion h2.open:before {
    content: url('img/accordion-open.png');
}

#content .accordion h3 {
    font-family: eurofurence;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media only screen and (min-width:550px) {
    #content .accordion h3 {
        text-align: left;
    }

}

#content .accordion h3:first-child {
    margin-top: 0;
}

/***********************************************************************************************************************
*
* Forms
*
***********************************************************************************************************************/
#content form {
    width: 100%;
}

#content form p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width:800px) {
    #content form p {
        flex-wrap: nowrap;
    }

}

#content form p label {
    flex: 0 0 100%;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (min-width:800px) {
    #content form p label {
        flex: 0 0 20%;
        text-align: right;
        margin-bottom: 0;
    }

}

#content form p span {
    flex: 1 0 0;
    text-align: left;
}

#content form p span input {
    width: 100%;
    font-size: 18px;
}

#content form p span textarea {
    width: 100%;
    min-height: 300px;
    font-size: 18px;
}

#content form p span textarea[name="your-postal-address"] {
    width: 100%;
    min-height: 80px;
    font-size: 18px;
}

#content form #captcha {
    margin-left: 0;
    padding-left: 0;
}

@media only screen and (min-width:800px) {
    #content form #captcha {
        margin-left: 20%;
        padding-left: 40px;
    }

}

#content form p input[type="submit"] {
    flex: 0 0 150px;
    width: 150px;
    height: 40px;
    color: #ffffff;
    border: none;
    font-family: eurofurence;
    font-size: 24px;
    font-weight: bold;
}

#content form p input[type="submit"] + span {
    flex: 0 0 15px;
    width: 15px;
}

/***********************************************************************************************************************
*
* Side bar
*
***********************************************************************************************************************/
#sidebar {
    flex: 1 0 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 16px 5px 16px 5px;
    z-index: -10;
}

@media only screen and (min-width:800px) {
    #sidebar {
        padding: 16px;
    }

}

@media only screen and (min-width:1024px) {
    #sidebar {
        flex: 0 0 290px;
        justify-content: flex-start;
    }

}

@media only screen and (min-width:1500px) {
    #sidebar {
        flex: 0 0 340px;
    }

}

#sidebar section {
    flex: 1 0 0;
    margin-bottom: 30px;
    width: 100%;
}

/*
 * Hack for FB plugin on narrow phone
 */
@media only screen and (max-width:320px) {
    #sidebar section {
        max-width: 290px;
    }

}

@media only screen and (min-width:1024px) {
    #sidebar section {
        flex: 0 0 100%;
    }

}

#sidebar .widget-title {
    font-size: 25px;
    font-family: "eurofurence";
    color: #444444;
    margin: 0 0 20px 0;
}

@media only screen and (min-width:1500px) {
    #sidebar .widget-title {
        font-size: 30px;
        font-family: "eurofurence";
        color: #444444;
        margin: 0 0 20px 0;
    }

}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * Footer
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/
footer {
    position: relative;
    background-image: url('img/footerline.png');
    background-position: left top;
    background-repeat: repeat-x;
    color: #ffffff;
}

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

footer .central-box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 50px;
}

footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

/***********************************************************************************************************************
 *
 * Footer - info
 *
 **********************************************************************************************************************/
#footer_info {
    flex: 0 0 100%;
}

@media only screen and (min-width:800px) {
    #footer_info {
        flex: 0 0 48%;
    }

}

@media only screen and (min-width:1024px) {
    #footer_info {
        flex: 0 0 32%;
    }

}

/*
 * Info (address)
 */
#footer_info .textwidget p:first-line {
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (min-width:1024px)and (max-width:1500px) {
    #footer_info .textwidget p:first-line {
        font-size: 15px;
    }

}

#footer_info .widget-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 0 0.5em 0;
    width: 100%;
}

#menu-pied-de-page-gauche-1 a:hover {
    text-decoration: underline;
}

/*
 * Menu 2 (social networks)
 */
#menu-pied-de-page-gauche-2 li {
    display: inline-block;
}

#menu-pied-de-page-gauche-2 a {
    position: relative;
    display: block;
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px;
    background-size: contain;
    text-indent: 100px;
    overflow: hidden;
}

#menu-pied-de-page-gauche-2 li.footer-menu-2-facebook a {
    background-image: url('img/fb_button_reverse.png');
}

#menu-pied-de-page-gauche-2 li.footer-menu-2-instagram a {
    background-image: url('img/insta_button_reverse.png');
}

#menu-pied-de-page-gauche-2 li.footer-menu-2-twitter a {
    background-image: url('img/tw_button_reverse.png');
}

#menu-pied-de-page-gauche-2 li a:first-line {
    visibility: hidden;
}

#menu-pied-de-page-gauche-2 li.footer-menu-2-facebook a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-right: 0.8em solid transparent;
}

#menu-pied-de-page-gauche-2 li.footer-menu-2-twitter a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    border-left: 0.8em solid transparent;
}

/*
 * Menu 3 (donation)
 */
#menu-pied-de-page-gauche-3 {
    margin-top: 0;
    margin-bottom: 40px;
}

#menu-pied-de-page-gauche-3 a {
    position: relative;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px 0 10px;
    transition: padding 0.5s;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#menu-pied-de-page-gauche-3 a:hover {
    padding: 0 10px 0 30px;
}

#menu-pied-de-page-gauche-3 a:after {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: .5em 0 .5em 1em;
    background-image: url('img/donation_naked_button.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#menu-pied-de-page-gauche-3 a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 0.8em solid transparent;
    width: 0;
}

/***********************************************************************************************************************
 *
 * Footer - main menu
 *
 **********************************************************************************************************************/
#footer_main_menu {
    flex: 1 0 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width:800px) {
    #footer_main_menu {
        flex: 0 0 48%;
    }

}

@media only screen and (min-width:1024px) {
    #footer_main_menu {
        flex: 0 0 65%;
        height: 28em;
    }

}

#footer_main_menu > li {
    flex: 1 0 auto;
    width: 100%;
    display: block;
    margin: 0 0 2em 0;
}

@media only screen and (min-width:1024px) {
    #footer_main_menu > li {
        width: 46%;
    }

}

#footer_main_menu > li > a {
    display: block;
    width: 100%;
    margin: 0 10% 1em 0;
    padding: 0 0 0.5em 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    transition: color 0.4s;
}

#footer_main_menu > li > a:hover {
    color: #ffffff;
}

#footer_main_menu > li > ul > li > a:hover {
    text-decoration: underline;
}

#solebar {
    flex-basis: 100%;
    font-size: 0.9em;
    text-align: center;
}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * Forms
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/
#content .visual-form-builder fieldset {
    background-color: #dbeefc;
    border-color: #1e64b4;
}

#content .visual-form-builder fieldset .vfb-legend {
    border-bottom-color: #1e64b4;
}

#content .visual-form-builder fieldset h3 {
    color: #1e64b4;
}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * Off canvas
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/
#canvas-mobile-main-menu,
#canvas-mobile-youare-menu {
    z-index: 1000;
    padding: 55px 20px 20px 20px;
}

.mobile-off-canvas-close {
    display: block;
    font-family: eurofurence;
    font-size: 25px;
    padding: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
}

[off-canvas] a {
    text-decoration: none;
    color: #ffffff;
}

[off-canvas] ul {
    margin: 10px 0 0 0;
    list-style: none;
}

[off-canvas] li {
    margin-bottom: 10px;
}

[off-canvas] > ul {
    padding-left: 0;
}

[off-canvas] > ul > li > ul {
    padding-left: 30px;
}

[off-canvas] > ul > li > a {
    font-weight: bold;
}

#canvas-mobile-youare-menu ul {
    padding-left: 0;
}

#canvas-mobile-youare-menu  ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#canvas-mobile-youare-menu ul li span.picto {
    flex: 0 0 35px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#canvas-mobile-youare-menu ul li span.picto img {
    display: block;
    height: 20px;
    width: auto;
}

#canvas-mobile-youare-menu  ul li a {
    color: #ffffff;
    text-decoration: none;
}

#canvas-mobile-youare-menu  ul li a:hover {
    text-decoration: underline;
}

/***********************************************************************************************************************
 ***********************************************************************************************************************
 *
 * SUBMENU STYLE
 *
 ***********************************************************************************************************************
 **********************************************************************************************************************/

/* 

ul#submenu-content .menu-item {
background-color: #88c1e8;
-webkit-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.75);
box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.75);
-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 27%, 87% 0);
clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 27%, 87% 0);
transition: all 0.5s ease;
}
ul#submenu-content .menu-item:hover {
background-color: #ee7064;
transform: scale(1.1);
transition: all 0.5s ease;
}
ul#submenu-content .menu-item a {
display: block;
padding: 20px 15px;
} */
