/* -*- coding: utf-8 -*- */

/*
 * (c) 2014, 2015, 2019 ArtCoreWeb
 *
 * Site réalisé par ArtCoreWeb
 * http://www.opimedia.be/CV/2015_ArtCoreWeb/ArtCoreWeb/
 */

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Thin.ttf);
}


@font-face {
    font-family: Roboto_logo;
    src: url(../fonts/Roboto-Light.ttf);
}



.clear { clear: both; }

.col-md-3,
.col-md-6,
.col-md-9,
.col-md-12 {
    padding: 0;
}

.container {
    padding: 0 30px;
    width: 100%;
}
body.reduce-mode .container { padding: 0 15px; }

.container .container { padding: 0; }
body.reduce-mode .container .container { padding: 0; }


.keep-ratio-container {
    position: relative;
    height: 0;  /* IE */
    padding-bottom: 56.25%;  /* Ratio par défaut : format 16/9 */
}

    .keep-ratio-container .keep-ratio {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }


.padding-left { padding-left: 30px !important; }
body.reduce-mode .padding-left { padding-left: 15px !important; }

.row { margin: 0; }

.surname { font-variant: small-caps; }



a { outline: none !important; }

iframe {
    border: 0 none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

img {
    border: 0;

    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}



body { background-color: #ebebeb; }

    body > footer.container { padding: 0 !important; }

        body > footer div.colophon {
            margin: 200px 0 1ex;
            padding-right: 30px;
            text-align: right;
        }
        body.reduce-mode > footer div.colophon {
            margin-top: 100px;
            padding-right: 15px;
        }

        body > footer div.colophon a { text-decoration: none; }

            body > footer div.colophon a img {
                border-bottom: 1px solid transparent;
                margin-bottom: -3px;
                padding-bottom: 1px;
                vertical-align: bottom;
            }
            body > footer div.colophon a:hover img {
                border-bottom: 1px solid black;
            }

        body > footer div.copyright {
            background-image: url(../img/metal_1x375.png);
            background-position: 0 -195px;

            border-bottom: 1px solid orange;
            box-shadow: 0 -1px 1px #9c9c9c;
            color: #545454;
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            margin: 0;
            text-align: center;
            text-shadow: 0 1px 1px white;
            width: 100%;
        }

            body > footer div.copyright a.go-top {
                float: right;
                left: -30px;
                position: relative;
                top: 2px;
            }

    body > div.deco-top {
        background-color: orange;
        box-shadow: 0 1px 10px white;
        height: 1px;
    }

    body > header { margin: 20px 0 20px; }
    body.reduce-mode > header { margin: 20px 0; }

        body > header h1 {
            font-family: Roboto_logo, sans-serif;
            font-size: 42px;
            font-weight: bold;

            color : #494949;
            margin: 0 auto;
            max-width: 1024px;
            text-shadow: 0 1px 1px white;
        }

            body > header h1 a {
                color: black !important;
                text-decoration: none !important;
            }

            body > header h1 > span {
                display: block;
                padding-bottom: 20px;
            }
            body.reduce-mode > header h1 > span {
                font-size: smaller;
                padding-bottom: 10px;
            }



main {
    margin: 0 auto;
    max-width: 1024px;
}

    main header {}

        main header .jumbotron {
            background-image: url(../img/metal_1x375.png);
            background-position: 0 -335px;
            background-size: 1px 710px;

            border-radius: 20px 20px 0 0 !important;
            box-shadow: -1px 1px 2px #999999;
            margin: 0;
            padding: 18px 0 !important;
            text-align: center;
        }

            main header .jumbotron h2 {
                color: #494949;

                font-family: Roboto, sans-serif;
                font-size: 52px;
                font-weight: normal;

                line-height: 60px;
                margin: 0;
                text-shadow: 1px 1px 1px white;
            }
            body.reduce-mode main header .jumbotron h2 {
                font-size: 46px;
                line-height: 46px;
            }

            main header .jumbotron h3 {
                color: #494949;

                font-size: 16px;
                font-weight: normal;

                margin: 2ex 0;
                text-shadow: 1px 1px 1px #e3e3e3;
            }


    main section {}

        main section article {
            margin: 40px 0;
            padding: 30px 0;
        }
        body.reduce-mode main section article { margin: 20px 0; }

            main section article h2 {
                border-bottom: 1px solid #dedede;

                font-size: 30px;
                font-weight: normal;

                margin: 20px 0 40px;
                padding: 10px 0;
                white-space: nowrap;
            }
            body.reduce-mode main section article h2 { margin-bottom: 20px; }

            main section article h3  { color: #494949; }
            body.reduce-mode main section article h3 { font-size: 20px; }

            main section article dl {
                font-size: 14px;
                line-height: 20px;
            }
            main section article dl:last-child { margin-bottom: 0; }

            main section article dl.dl-horizontal:first-of-type { margin-top: 6ex; }

                main section article dl.dl-horizontal dd {
                    margin-left: 340px;
                    text-indent: -2ex;
                }
                main section article dl.dl-horizontal dd:before {
                    content: '‣ ';
                    margin-bottom: -20px;
                }
                body.reduce-mode main section article dl.dl-horizontal dd {
                    clear: both;
                    margin-left: 3em;
                }

                main section article dl.dl-horizontal dt {
                    text-align: left;
                    width: 330px;
                }

        main section .video {
            background-color: black;
            box-shadow: -1px 1px 2px #999999;
            border-radius: 0 0 20px 20px;
            margin-top: -5px;
        }

            main section .video .keep-ratio-container { padding-bottom: 60.9375%; }  /* ratio 640/390 */

            main section .video .video-bottom {
                background-image: url(../img/metal_1x375.png);
                background-position: 0 -250px;
    	        background-size: 1px 400px;

                border-radius: 0 0 20px 20px;
                box-shadow: -1px 1px 2px #999999;
                height: 40px;
                margin-top: -5px;
            }



a.go-bottom {
    background-image: url(../img/boutons_sprites_t.png);
    background-position: 0 -51px;
    background-repeat: no-repeat;

    float: right;
    height: 34px;
    margin-right: 7px;
    width: 33px;
}
a.go-bottom:focus,
a.go-bottom:hover {
    background-position: -34px -51px;
}

a.go-top {
    background-image: url(../img/boutons_sprites_t.png);
    background-position: -68px -51px;
    background-repeat: no-repeat;

    float: right;
    height: 34px;
    width: 33px;
}
a.go-top:focus,
a.go-top:hover {
    background-position: -102px -51px;
}



nav#menu-reduce-mode { display: none; }


nav#menu-normal-mode.fixed {
    position: fixed;
    top: 80px;
}


nav.menu { display: none; }

    nav.menu ul {
        font-size: 18px;
        list-style-type: none;
        padding: 0;
    }

        nav.menu ul li { height: 65px; }
        nav.menu#menu-reduce-mode ul li {
            display: inline;
            height: 55px;
            margin-left: 10px;
        }
        nav.menu#menu-reduce-mode ul li:first-child { margin-left: 0; }

            nav.menu ul li a {
                color: black;
                display: inline-block;
                height: 50px;
                line-height: 50px;
                padding-left: 60px;
                position: relative;
                vertical-align: middle;
            }
            nav.menu#menu-reduce-mode ul li a { padding-left: 55px; }

                nav.menu ul li a div {
                    background-image: url(../img/boutons_sprites_t.png);
                    background-repeat: no-repeat;

                    height: 50px;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 50px;
                }
                nav.menu ul li a:focus div,
                nav.menu ul li a:hover div {
                    background-position: -51px 0;
                }



#map .keep-ratio-container { padding-bottom: 82.352941176%; }  /* ratio 425/350 */



div.OPi-tag {
    background-color: white;
    border-radius: 1ex;
    color: black;
    opacity: 0.9;
    padding: 1ex;
    position: fixed;
    right: 15px;
    text-align: center;
    top: 50px;
    transform: rotate(45deg);
    vertical-align: middle;
    z-index: 10001;
}

div.OPi-tag a {
    background-color: white;
    color: black;
}

div.OPi-tag a img {
    border: 0;
    vertical-align: middle;
}
