.logo-mada img
{
    height: 80px;
    margin: -30px 0 10px 20px;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.logo-mada:hover img
{
    height: 84px;
    margin: -32px 0 8px 16px;
}

header
{
    width: 100%;
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
}

header .small-top-gray-menu
{
    background-color: #38495e;
}

footer .small-top-gray-menu
{
    height: auto;
    background-color: #000000 !important;
    display: block;
    padding: 15px;
}

header .small-top-gray-menu > div > div > div,
footer .small-top-gray-menu > div > div > div
{
    display: inline-block;
    padding: 0 0 0 5px;
}

footer .small-top-gray-menu > div > div > div
{
    display: block;
    text-align: center;
    clear: both;
    float: none;
}

header .small-top-gray-menu a,
footer .small-top-gray-menu a
{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
    transition: all 0.3s ease;
}

footer .small-top-gray-menu a
{
    font-size: 18px;
}

header .small-top-gray-menu svg,
footer .small-top-gray-menu svg
{
    color: #999999;
    vertical-align: middle;
    margin: 0 5px 0 0;
    transition: all 0.3s ease;
}

footer .small-top-gray-menu svg
{
    margin: 0 5px 0 5px;
}

header .small-top-gray-menu > div > div > div a svg,
footer .small-top-gray-menu > div > div > div a svg
{
    color: #999999;
    margin: -3px 5px 0 0;
}

header .small-top-gray-menu > div > div > div:hover a
{
    color: #cccccc;
    text-decoration: none;
}

header .small-top-gray-menu > div > div > div:hover svg
{
    color: #ffffff;
}

header .top-menu-bar,
header .top-menu-bar *
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .top-menu-bar table td:nth-of-type(1)
{
    padding: 10px;
    width: 100px;
}

header .top-menu-bar table td:nth-of-type(2)
{
    text-align: center;
}

header .top-menu-bar table td:nth-of-type(2) li
{
    text-align: left;
}

header .top-menu-bar table td:nth-of-type(2) > ul > li > a
{
    border-top: 2px solid transparent;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);*/
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    padding: 6px 11px 4px 11px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header .top-menu-bar table td:nth-of-type(2) > ul > li > a:hover
{
    color: #ffffff;
}

header .top-menu-bar table td:nth-of-type(2) > ul
{
    float: none;
    display: inline-block;
}

header .top-menu-bar table td:nth-of-type(2) > ul > li .submenu
{
    border-top: 6px solid transparent;
    width: 280px;
    background-color: #ececec;
    color: #333333;
    font-size: 14px;
    top: 43px;
    padding: 20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

header .top-menu-bar table td:nth-of-type(2) > ul > li .submenu li
{
    width: 100%;
}

header .top-menu-bar table td:nth-of-type(2) > ul > li .submenu li a
{
    width: 100%;
    padding: 2px 10px 2px 10px;
    margin: 2px 0 2px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #333333;
}

header .top-menu-bar table td:nth-of-type(2) > ul > li .submenu li a:hover
{
    color: #ffffff;
}

header .top-menu-bar table td:nth-of-type(3)
{
    text-align: right;
    width: 100px;
}

header .top-menu-bar table td:nth-of-type(2) > ul > li .submenu { border-image: url(https://d3sujk2wfr0cly.cloudfront.net/site/www.munhonfleur.net/includes/images/gold-back-02.jpg?v=14) 1 stretch; }
header .top-menu-bar table td:nth-of-type(2) > ul > li .submenu a:hover { background-color: #888888; }
header .top-menu-bar table td:nth-of-type(2) > ul > li > a:hover { border-image: url(https://d3sujk2wfr0cly.cloudfront.net/site/www.munhonfleur.net/includes/images/gold-back-02.jpg?v=14) 1 stretch; }
header .top-menu-bar table td:nth-of-type(2) > ul > li:first-of-type > a:hover { border-image: none; }

header.scrolled .top-menu-bar
{
    /*background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(179,179,179,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(179,179,179,1);
    box-shadow: 0px 3px 5px 0px rgba(179,179,179,1);*/
}

header.scrolled .top-menu-bar table td:nth-of-type(2) li a
{
    /*text-shadow: none;*/
    /*color: #333333;*/
}

header.scrolled .top-menu-bar table td:nth-of-type(2) li a:hover
{
    /*color: #000000;*/
}

.top-right-menu-button
{
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-family: arial;
    width: 130px;
    height: 90px;
    border: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-right-menu-button:hover
{
    background-color: #6e9e31;
}

.top-right-menu-button img
{
    margin-bottom: 8px;
}

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

h2.section
{
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: normal;
    padding: 7px 22px 7px 22px;
    display: inline-block;
    margin: 10px 0 30px 0;
}

footer
{
    background-color: #333333;
    font-size: 16px;
}

footer > div:nth-of-type(2)
{
    padding-top: 50px;
    padding-bottom: 50px;
}

footer > div:last-of-type
{
    background-color: #111111;
}

footer .copyright
{
    padding: 20px 0;
    font-size: 13px;
    color: #cccccc;
}

footer h2
{
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 20px 0;
    color: #ffffff;
    text-transform: uppercase;
}

footer .menu,
footer .menu li,
footer .menu li a
{
    padding: 0;
    margin: 0;
    display: block;
    float: none;
    clear: both;
}

footer address
{
    color: #aaaaaa;
    line-height: 28px;
}

footer address svg
{
    height: 13px;
    margin: 1px 8px -1px 0;
    color: #aaaaaaa;
    fill: #aaaaaa;
}

footer .menu a
{
    color: #aaaaaa;
    background-position: 0 3px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-image: url(https://d3sujk2wfr0cly.cloudfront.net/site/www.munhonfleur.net/includes/images/icon-bullet.png?v=14);
    padding-left: 20px !important;
}

footer .menu a:hover
{
    color: #eeeeee;
}

.uts-newsletter-control
{
    display: inline-block;
}

.uts-newsletter-control input
{
    border: 1px solid #aaa;
    height: 40px;
    width: 380px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.uts-newsletter input[type=submit]
{
    display: inline-block;
    border: 0;
    padding: 5px;
    height: 40px;
    width: 150px;
    margin-top: -5px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

form.uts-newsletter
{
    margin: 0;
}

.control-title
{
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
}

.blog-post .blog-post-title
{
    font-size: 26px;
}

.blog-post p
{
    font-size: 18px;
    margin-top: 10px;
    color: #666666;
}

.highlighted-section-01
{
    background-color: #38495e;
}

.highlighted-section-01 p
{
    color: #ffffff;
    font-size: 28px;
}

.highlighted-section-02
{
    background-color: #eeeeee;
}

.highlighted-section-02 p
{
    font-size: 18px;
    text-align: center;
}

.menu-pop-over
{
    background-image: url(https://d3sujk2wfr0cly.cloudfront.net/site/www.munhonfleur.net/includes/back-main-menu-94.png?v=14);
    width: 100%;
    min-height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
    position: fixed;
    overflow-y: scroll;
}

.menu-pop-over .top-right-menu-button
{
    font-size: 40px;
}

.menu-pop-over ul.menu
{
    width: 100%;
    margin-bottom: 20px;
}

.menu-pop-over ul.menu li a
{
    width: 100% !important;
    min-width: 300px !important;
}

.menu-pop-over ul.menu li
{
    width: 100% !important;
    position: static !important;
    float: none;
}

.menu-pop-over ul.menu > li
{
    width: 33% !important;
    min-width: 300px !important;
    max-width: 600px !important;
    display: inline-block !important;
    float: none;
}

.menu-pop-over ul.menu > li > a
{
    float: none;
    /*font-size: 32px;
    font-weight: bold;*/
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: normal;
    padding: 7px 22px 7px 22px;
    display: inline-block;
    margin: 20px 0 30px 0;
    cursor: text !important;
}

.menu-pop-over ul.submenu
{
    display: block !important;
    position: static !important;
    float: none;
}

.menu-pop-over ul.submenu a
{
    font-size: 22px;
    color: #555555;
    padding: 3px 2px 4px 5px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-pop-over ul.submenu a:hover
{
    color: #38495e;
}

.alerte-top
{
    background-color: #fdc10c;
    display: none;
    transition: all ease 0.3s;
    clear: both;
}

.alerte-top .container
{
    padding: 20px 0 20px 0;
}

.alerte-top td
{
    text-align: left;
    vertical-align: top;
}

.recherche-top
{
    background-color: #888888;
    display: none;
    transition: all ease 0.3s;
    clear: both;
}

.recherche-top .container
{
    padding: 20px 0 20px 0;
}

.recherche-top td
{
    text-align: center;
    vertical-align: middle;
}

.alerte-underbar
{
    height: 8px;
    background-color: #f74831;
    z-index: 10000;
}

.alerte-underbar .container
{
    position: relative;
    z-index: 10000;
}

.alerte-underbar .container a
{
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    background-color: #f74831;
    color: #ffffff;
    float: right;
    display: inline;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn
{
    background: transparent;
    border: 2px solid #38495e;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    color: #38495e;
    transition: all ease 0.4s;
}

.btn:hover
{
    background-color: #c5b257;
    border: 2px solid #c5b257;
    color: #ffffff;
}

.btn-inverse
{
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn
{
    color: #ffffff;
    background-color: #38495e;
}

.btn-inverse
{
    background-color: #ffffff;
    color: #333333;
}

.carousel-credits:empty
{
    display: none;
}

.carousel-bullets
{
    margin: 0 20px -2px 0;
}

.carousel-bullets span
{
    width: 20px;
    height: 31px;
    z-index: 999;
    background-image: url(https://d3sujk2wfr0cly.cloudfront.net/site/www.munhonfleur.net/includes/bullet.png?v=14);
    background-repeat: no-repeat;
    display: inline-block;
    font-family: "";
    content: "";
}

.carousel-bullets span:hover
{
    background-image: url(https://d3sujk2wfr0cly.cloudfront.net/site/www.munhonfleur.net/includes/bullet-hover.png?v=14);
}

.carousel-bullets span.active,
.carousel-bullets span.active:hover
{
    background-image: url(https://d3sujk2wfr0cly.cloudfront.net/site/www.munhonfleur.net/includes/bullet-selected.png?v=14);
}

#splash,
#splash-main
{
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-position: center center;
    display: block;
    text-align: left;
}

#splash
{
    height: 400px;
    margin-top: 110px;
}

#splash > .bottom,
#splash-main > .bottom
{
    width: 100%;
    height: 200px;
    margin-top: 50px;
    display: inline-block;
    position: relative;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=')
}

#splash-main > div:first-of-type
{
    padding-top: 150px;
}

#splash > .bottom
{
    height: 200px;
    margin-top: 200px;
    padding-top: 50px;
}

#splash > .bottom h1,
#splash-main > .bottom h1
{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    padding-left: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

#splash-main h2.section
{
    font-size: 28px;
    padding: 15px 25px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.search-result
{
    vertical-align: top;
}

.search-result > .badge
{
    font-size: 10px;
    padding: 4px 9px 4px 9px;
    margin: 2px 5px 5px 0;
    height: 17px;
    display: inline-block;
    vertical-align: top;
}

.search-result > div
{
    float: right;
    text-align: right;
    font-size: 10px;
}

.search-result > div table
{
    width: 50px;
    background-color: #eeeeee;
    height: 13px;
    margin-left: 10px;
}

.search-result > div table td
{
    background-color: #eeeeee;
}

.search-result > a
{
    font-weight: bold;
    height: 17px;
    display: inline-block;
    vertical-align: top;
}

.search-box
{
    text-align: center;
    width: 100%;
    padding: 0;
}

.top-menu-mobile ul.menu,
.top-menu-mobile ul.submenu
{
    display: none;
    background-color: #ffffff;
}

.top-menu-mobile ul.menu li a
{
    text-align: left;
}

.top-menu-mobile.loaded,
.top-menu-mobile.loaded ul.menu,
.top-menu-mobile.loaded ul.menu li,
.top-menu-mobile.loaded ul.menu li a
{
    display: block;
    position: static;
    width: 100%;
    background-color: #555555;
    color: #ffffff;
}

.top-menu-mobile.loaded ul.menu li a
{
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.top-menu-mobile.loaded ul.submenu,
.top-menu-mobile.loaded ul.submenu li,
.top-menu-mobile.loaded ul.submenu li a
{
    position: static;
    width: 100% !important;
    color: #dddddd;
}

.top-menu-mobile.loaded ul.submenu li a
{
    font-weight: normal;
    text-decoration: none;
    padding: 0 0 0 5px;
}

.do-not-display-on-desktop
{
    display: none !important;
}

.btn-large
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #38495e;
    color: #ffffff;
    padding: 30px 100px;
    font-size: 26px;
    font-weight: bold;
}

.btn-square
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*background-color: #000000;
    color: #ffffff;*/
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.square
{
    background-color: #ffffff;
    padding: 20px 30px;
    height: 350px;
    border: 4px solid #c5b257;
    border-image: url(https://d3sujk2wfr0cly.cloudfront.net/site/www.munhonfleur.net/includes/images/gold-back-02.jpg?v=14) 1 round;
}

.square-high
{
    height: 415px;
}

.square svg
{
    height: 60px;
    width: 60px;
    fill: #ffffff;
    color: #ffffff;
}

.square .svg
{
    height: 120px;
    width: 120px;
    line-height: 120px;
    background-color: #38495e;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 25px;
    display: inline-block;
}

.square h2
{
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}

.square p
{
    color: #888888;
    font-size: 16px;
    margin-top: 20px;
}

.square a
{
    font-size: 16px;
    font-weight: bold;
    background-color: #fafafa;
    padding: 5px 30px 7px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

/*.square a
{
    font-size: 16px;
    font-weight: bold;
    background-color: #fafafa;
    padding: 12px 0 12px 0;
    width: calc(100% + 60px);
    display: block;
    margin-left: -30px;
}*/

.btn-bigger
{
    padding: 5px 15px;
    font-size: 20px;
}

.dark
{
    color: #eee;
}

.bigger
{
    font-size: 20px !important;
    line-height: 26px !important;
}

.nom-mun
{
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 0 0;
    text-align: right;
}