/* @override http://www.marcotullio.lu/assets/components/marcotullio-luxembourg/css/main.css */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html { 
    margin:0;
    padding:0;
    background: black; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
    color: white;
    font-family: 'Open Sans', Arial, sans-serif;
}

html.page-1 {
    background: url('../img/images-galerie/bg1.jpg'); 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}

#groupe {position: absolute;top: 0;left: 10px; z-index: 500001;}

#titre-top-page h2{
    text-align: right;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 5px;
    padding-right: 25px;
}

.left {
    float: left;
}

.right {
    float: right;
}
/* MENU */

#navigation {
    background-color: #575756;
    text-align: center;
}

#navigation nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    color: #9D9D9C;
    letter-spacing: 1px;
    font-weight: bold;
}

#navigation nav ul li {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    margin-left: 2px;
    padding-left: 5px;
}

#navigation nav ul li a {
    color: #9D9D9C;
    text-decoration: none;
}

#navigation nav ul li a:hover {
    color: white;
}

/* Sous-listes */
#menu li ul {
    position: absolute;
    display: block;
    width: 110px; /* Largeur des sous-listes */
    text-align: left;
    left: -999em; /* Hop, on envoie loin du champ de vision */
}

#menu li ul li {
    width: 130px;
    background-color: rgba(0,0,0,0.5);
    padding: 2px;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;

}

/* Sous-listes lorsque la souris passe sur un element de liste ET sous-sous-listes lorsque la souris passe sur un element de sous-liste */
#menu li:hover ul,
#menu li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul {
    left: auto; /* Repositionnement normal */
    margin-left: -10px;
    min-height: 0; /* Corrige un bug sous IE */
}
/* GENERAL */
#logo {
    width: 415px;
    height: 264px;
    margin-top: 60px;
    margin-right: 150px;
    float: right;
}

#global-logo {
    width: 100%;
    text-align: right;
    padding-right: 30px;
}

.page-1 h1 {
    margin: 0;
    padding: 0;
    width: 350px;
    margin-top: 50px;
    margin-right: 50px;
    font-size: 15px;
    font-family: 'Open sans', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
}

h1 strong {
    color: #66B553;
    font-weight: normal;
}

/* FOOTER */

footer {
    width: 100%;
    display: table;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.cell {
    display: table-cell;
}

.grey-footer {
    width: 100%;
    background-color: #58585a;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}

#third-block-footer {
    width: 980px;
    margin: auto;
}

#third-block-footer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: black;
}

#third-block-footer ul li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    padding-left: 2px;
}

#third-block-footer ul li a {
    color: #9D9D9C;
    text-decoration: none;
}

#third-block-footer ul li a:hover {
    color: white;
}

.third-cell {
    padding-right: 80px;
}

#second-block-footer {
    width: 380px;
    margin: auto;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 10px;
}

#second-block-footer h2,
#second-block-footer h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

#second-block-footer h3 {
    margin-top: 10px;
}

#second-block-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#second-block-footer a {
    text-decoration: none;
    color: white;
}

.cadre {
    width: 100%;
    height: 100px;
    background-color: black;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
}

.second-cell {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #58585a;
}

.second-cell-spe {
    padding-right: 30px;
}
#second-block-footer .element-green,
#second-block-footer .element-green a {
    color: #66B553;
}

#first-block-footer {
    width: 995px;
    margin: auto;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #58585a;
    padding-left: 2px;
    padding-right: 5px;
    position: relative;
    z-index: 1;

}

#first-block-footer h2,
#first-block-footer h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

.commander {
    width: 117px;
    height: 20px;
    margin: auto;
    margin-top: -10px;
    position: relative;
    background-color: black;
    border: 1px solid #898b8e;
    font-size: 12px;
    padding-top: 5px;
    -moz-box-shadow: 0px 2px 4px 0px #000000;
    -webkit-box-shadow: 0px 2px 4px 0px #000000;
    -o-box-shadow: 0px 2px 4px 0px #000000;
    box-shadow: 0px 2px 4px 0px #000000;
}

.commander:hover{
    background-color: #66B553;
}

.first-footer-image {
    width: 325px;
    margin: auto;
    -moz-box-shadow: 0px 3px 8px 0px #000000;
    -webkit-box-shadow: 0px 3px 8px 0px #000000;
    -o-box-shadow: 0px 3px 8px 0px #000000;
    box-shadow: 0px 3px 8px 0px #000000;
}

#first-block-footer .spe-cell {
    padding-left: 12px;
}

.commander a {
    color: #898b8e;
    padding: 4px 18px 4px 20px;
}

#chevron {
    width: 40px;
    height: 15px;
    margin: auto;
    background-color: #58585a;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.page-1 #chevron {
    display: none;
}

/* CONTENT */
#content h1 {
    letter-spacing: normal;
}

#middle-page {
    min-height: 126px;
}

#content {
    display:block;
    position:relative;
    margin:0 auto;
    width:100%;
    top: 400px;
    z-index: 1;
}

#content #contentSlider div.columns p.color-grey {
    font-style: italic;
    color: #B2B2B2;
}

#content #contentSlider div.columns p a {
    color: white;
}

#content #contentSlider {
    overflow:hidden;
    position:absolute;
    z-index:15000;
    bottom:50%;
    left:0;
    height:auto;
}

#content #contentSliderMiddle {
    display:block;
    float:left;
    height:auto;
    background:url('../img/texte-slider.png') repeat-y ;
    background-color: black;
}

#content #contentSliderBottom {
    display:block;
    float:left;
    height:9px;
    background:url('../img/texte-slider-bottom.png') no-repeat;
}

#content #contentSlider.contentSliderSpecial .columns {
    display: block;
    width: 632px;
    padding-bottom: 5px;
}


#content #contentSlider .columns {
    display: block;
    width: 432px;
}

#content #contentSlider div.columns p {
    width:190px; /*170*/
    display: table-cell;
    padding-right: 15px;
    padding-bottom: 10px;
    font-family: 'Open Sans', Arial, sans-serif;
}

#content #contentSlider h1 {
    text-transform:uppercase;
    font-size:10px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin:10px 0 6px 29px;
    color: #66B553;
    
}

#content #contentSlider p {
    font-size:11px;
    color:#fff;
}

#content #contentSlider .contentColumns {
    float:left;
    height:auto;
    margin-left:29px;
}

#content #contentpage{position:absolute;z-index:15000;top:-380px;left:30%;height:auto;padding: 15px; text-align: center; background-color: #000;width: 700px;}

#contentpage img{padding: 0 10px;}

#content #contentpage h3 {color: #fff; padding: 15px;}

#contentpage p {color: #fff;
	font-size: 12px;
}

#contentpage .column-form .field {
    margin-bottom: 0.5em;
}

#contentpage .column-form  label {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 1em;
    margin-left: -20px;
    color: #fff;
    font-size: 12px;
}

#contentpage .column-form input[type=text] {
    border:0;
    color: #ebebeb;
    border-bottom: 1px dashed white;
    width: 291px;
	background-color: black;
	font-size: 13px;
}
#contentpage .column-form textarea {
    width: 291px;
	background-color: black;
	border: thin dashed white;
	color: #ebebeb;
	font-size: 13px;
}
#controls-wrapper { 
    position:absolute;
    bottom:35px;
    left:0;
    text-align: center;
    width:17px;
    z-index:20000;
    display:block;
}

#controls { 
    overflow:hidden;
    height:100%;
    position:relative;
    text-align:left;
    z-index:5;
}
ul#slide-list {
    margin: 0;
    padding: 0;

}

ul#slide-list li {
    text-align:center;
    cursor:pointer;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

ul#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover {
    background-position:0 -8px;
}

ul#slide-list li a { 
    display:inline-block;
    width:7px;
    height:8px;
    background:url('../img/bullets.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}

ul#slide-list li a:hover {
    background-position:0 -8px;
}

#content .close,
#content .closeContentImg,
#content .closeContentImgLong {
    position:absolute;
    bottom:15px;
    left:0;
    text-decoration:none;
    text-align: center;
    width:17px;
    color:#fff;
    z-index:20000;
    font-size: 11px;
}

/*slider*/
#supersized-loader { 
    position:absolute;
    top:50%;
    left:50%;
    z-index:0;
    width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    text-indent:-999em;
    background:url('../img/progress.gif') no-repeat center center;
}

#supersized {
    display:block;
    position:fixed;
    left:0;
    top:0;
    overflow:hidden;
    z-index:-999;
    height:100%;
    width:100%;
}

#supersized img {
    width:auto;
    height:auto;
    position:relative;
    display:none;
    outline:none;
    border:none;
}

#supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
}   /*Speed*/

#supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
}/*Quality*/

#supersized li {
    display:block;
    list-style:none;
    z-index:-30;
    position:fixed;
    overflow:hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#111;
}

#supersized a { 
    width:100%;
    height:100%;
    display:block;
}

#supersized li.prevslide { 
    z-index:-20;
}

#supersized li.activeslide { 
    z-index:-10;
}

#supersized li.image-loading { 
    background:#111 url('../img/progress.gif') no-repeat center center;
    width:100%;
    height:100%;
}

#supersized li.image-loading img { 
    visibility:hidden;
}

#supersized li.prevslide img, 
#supersized li.activeslide img { 
    display:inline;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
