/*
 * 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;
    font-family: 'Open Sans', sans-serif;
    background-image: url(/img/bg-light.jpg);
}

h1, h2, h3, h4, h5 {font-family: 'Quicksand', sans-serif;}
p, textarea, li {font-family: 'Open Sans', sans-serif; font-size: 16px;line-height: 24px;}
.contactBox p {font-size: 14px; line-height: 22px;}

h1 { color: white; font-size: 24px; font-weight: 400; line-height: 22px; margin-bottom: 10px;} 


h3 { color: white; font-size: 16px; font-weight: 400;line-height: 34px; margin-bottom: 0px;}
h4 {text-transform: uppercase; color: #ffa64b; margin-bottom: 10px;}
.btn {font-weight: 700; text-transform:uppercase;}


.black {color: #000;}
.orange {color: #ffa64b;}

/*
 * 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;
}
hr.space {clear:both;float:none;width:100%;height:1px;margin:0 0 17px;border:none;background:#fff;color:#fff;visibility:hidden;}
footer hr.relief {
	clear:both;float:none;width:100%;height:1px;
	margin: 40px 0 20px 0;
	color: #ccc;
	border: none;
	border-bottom: 0px solid #fff;
	border-top: 1px solid #c4c4c4;	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}
/*
 * 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
   ========================================================================== */

header.contentBg {position: fixed; z-index: 702; max-height: 60px; width: 100%; top:0px;}
header .logoPic { margin-left: 32px; }

.hdRight {float: right; width: 30px; height: 30px;}

.baseline {position: absolute; z-index: 701; margin-top: 272px; font-size:30px; letter-spacing: -1px; color: white;  margin-left: 70px; opacity: .8; }
.baseline h1 {background: #000; padding: 5px 10px 5px 5px; float: left;  border-radius: 8px; font-size:26px; line-height: 26px; color: #ffa64b;}

#slideshow { width: 100%; height: 300px; margin-top: 50px;}
#slideshow article { width: 100%; height: 100%; background-size:cover; margin: 0 auto; background-position: center center;}

.contactBox { padding-top: 18px;}

.contentBg {background-image: url(/img/bg-dark.jpg);}
.contentCont { padding-top: 20px;}
.textBox {padding: 45px 0 45px 40px;}
.textBox p {line-height: 26px;}
.textBox p {margin-bottom: 10px;}
.textBox p strong{color:#ffa64b;}

.slideShowFooter {padding: 15px 0 15px 0;}
.slideShowFooter .callToAction {padding-top: 0px; color: white}

figure.picIntro {background-image: url(/img/tournage-1.jpg); width: 200px; height:200px; display: inline-block; float: right;}

.btnSocial {text-indent: -999px; font-size: 13px; margin-right: 5px;}
.btnlinkedPic, .btnImbdPic {background: transparent url(/img/reper-sprite.png); width: 24px; height: 24px; display: inline-block; margin-right: 5px; }
.btnlinkedPic {background-position: -66px 0px;}

.box {
	background-color: #f8F8F8;
	position: relative;
	border-color: #fff;
	margin: 0px 0 20px 0;
	padding: 28px;
	font-size: 16px;
	line-height: 1.5em;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}
.boxPic {
	background-color: #f8F8F8;
	position: relative;
	border-color: #fff;
	margin: 0px 0 20px 20px;
	padding: 5px;
	line-height: 1.5em;
	border-width: 5px;
	border-style: solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
}
footer {font-size: 13px; text-align: center;}

/*newsletter*/
.notify-msg {
	display: none;
	padding: 0px 0 0 0px;
	margin-top: 15px;
}

/*
	#notify-success { background: url(../img/ico-check.png) no-repeat; }
	#notify-warning { background: url(../img/ico-notice.png) no-repeat; }
	#notify-failed,
	#notify-error { background: url(../img/ico-cross.png) no-repeat; }
*/

#no-notify {display: block;margin-top: 15px;}

/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/
/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { margin: 0px auto; padding: 0; position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    position: absolute; top: 50px; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}
.cycle-overlayHp { position: absolute; top: 0px; width: 100%; z-index: 600; color: white; padding: 15px; }
.cycle-overlayHp .safeZone { border:1px solid #838488; min-height: 300px; width: 90%; margin: auto auto; position: absolute;}
.cycle-overlayHp .container { position: relative;}
.cycle-overlayHp .moviePic {width: 145px; height: 200px; float:right; margin-right: 10px;}
.cycle-overlayHp .overlayBg { background: #000; opacity: .5; height: 220px; position: absolute; width: 340px; right:30px; z-index: 601; margin-top: 50px; border-radius: 8px;}
.cycle-overlayHp .filmDetail { height: 200px; width: 330px; right:30px; position: absolute; z-index: 602; padding-top: 10px; margin-top: 50px; font-weight: 400; }
.cycle-overlayHp .filmDetail span { letter-spacing: -1px; font-size: 13px; line-height: 10px;}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}





#scroll-div-container{
	position: absolute;
	margin-top:0px;
	
}

#scroll-div{
	height:auto;
}

.content-scroll{
	position: absolute;
	top:0px;
}
.content-stay{
	position: fixed;
	top:90px;
}



/* 
    media queries 
    some style overrides to make things more pleasant on mobild devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow 									{ width: 200px;}
    .cycle-overlay, .cycle-overlayHp	{ padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}








/* ==========================================================================
   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;
    }
}
