/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for oldepr browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
   BeTheOne
*/

@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");

html, body {
    width: 100%;
    height: 100%;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}

input {
    outline: none;
}

#container {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

/* HEADER */

.header {
    width: 100%;
    color: white;
    font-size: 15px;
}

.header a {
    color: white;
    text-decoration: none;
}

.header a:hover {
    text-decoration: underline;
}

.left {
    display: inline-block;
    position: fixed;
    left: 0;
    padding-top: 20px;
    padding-left: 20px;
	font-weight: bold;
}

.right {
    display: inline-block;
    position: fixed;
    right: 0;
    padding-top: 20px;
    padding-right: 20px;
	font-size: 10px;
}

@media (max-width: 800px) {
    #container {
        width: 100%;
        height: 1000px;
        background-size: 150% 100%;
    }
    
    .left {
        display: none;
    }

    .right {
        display: inline-block;
        position: absolute;
        left: 40px;
        padding-top: 50px;
        padding-left: 0px;
    }
}

/* MAIN */

.main {
    width: 100%;
    height: 100%;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    margin-left: -375px;
    height: 600px;
    margin-top: -300px;
}

.logo {
	background-image: url("../imgs/home/LogoD.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: -575px;
	width: 999px;
	height: 153px;
	z-index: 1;
}

.bandeau {
    background-image: url("../imgs/home/BonhommeB.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 215px;
    left: 50%;
    width: 100%;
    margin-left: -400px;
    height: 151px;
}

@media (max-width: 800px) {
    .main {
        width: 100%;
        height: auto;
    }

    .content {
        position: absolute;
        top: 100px;
        left: 0;
        width: 350px;
        margin-left: 0px;
        height: 50px;
        margin-top: 0px;
    }

    .logo {
        background-image: url("../imgs/home/LogoB.png");
        background-size: 100%;
        position:absolute;
        top: 0px;
        left: 0px;
        width: 274px;
        margin-left: 40px;
        height: 62px;
    }

    .bandeau {
        display: none;
    }
}

@media (max-width: 320px) {
    .logo {
        width: 244px;
    }
}

/* CHAPTER TITLES */

.chapters_title {
    position: absolute;
    top: 370px;
}

.chapter_title {
    background-repeat: no-repeat;
    display: inline-block;
    width: 400px;
    padding-top: 6px;
    height: 28px;
    color: white;
    text-indent: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


#member_title {
    background-image: url("../imgs/home/Picto01.png");
    margin-left: 30px;
    width: 210px;
}

#about_title {
    background-image: url("../imgs/home/Picto04.png");
    width: 165px;
}

#offer_title {
    background-image: url("../imgs/home/Picto03.png");
    min-width: 170px;
    width: auto;
    padding-right: 15px;
}

#employer_title {
    background-image: url("../imgs/home/Picto02.png");
    width: 160px;
}





@media (max-width: 800px) {
    .chapters_title {
        top: 100px;
    }
	
	#member_title {
        width: 200px;
		 margin-top: 0px;
        margin-left: 50px;
    }
	
	#about_title {
        width: 200px;
        margin-top: 220px;
        margin-left: 50px;
    }
	
	#offer_title {
        width: 200px;
        margin-top: 90px;
        margin-left: 50px;
    }

    #employer_title {
        width: 200px;
        margin-top: 135px;
        margin-left: 50px;
    }




}

/* CHAPTER CONTENT */


.chapters_content {
    position: absolute;
    top: 400px;
}

.chapter_content {
    position: absolute;
    background-repeat: no-repeat;
    vertical-align: top;
    display: inline-block;
    width: 180px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: bold;
    padding-left: 50px;
    font-size: 14px;
}

.chapter_content a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    font-weight: bold;
}

.chapter_content a:hover {
    color: rgba(255, 255, 255, 1);
}

.chapter_content div {
    margin-top: 14px;
}

.chapter_content div input {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.chapter_content div input[type=text], input[type=password] {
    width: 115px;
    height: 23px;
    margin-top: 5px;
    margin-left: 10px;
}

.chapter_textfield {
    width: 132px;
    height: 38px;
    margin-top: 2px !important;
    margin-left: -3px;
    background-image: url("../imgs/home/CartoucheLogin.png");
}

.chapter_textfield input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.75);
}
.chapter_textfieldinput[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.75);
}
.chapter_textfieldinput[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.75);
}
.chapter_textfieldinput[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.75);
}

.chapter_button {
    width: 126px;
    height: 32px;
    margin-top: 4px !important;
    margin-left: 0px;
    background-image: url("../imgs/home/BoutonEntrer.png");
    text-align: center;
}

.chapter_content div input[type=submit] {
    margin-top: 4px;
    cursor: pointer;
}

#member_content {
    margin-top: 8px;
    left: 30px;
}

#about_content {
    width: 130px;
    left: 245px;
}

#offer_content {
    left: 418px;
}

#employer_content {
    font-weight: bold;
    left: 600px;
}





@media (max-width: 800px) {
    .chapters_content {
        position: absolute;
        top: 110px;
    }

    .chapter_content {
        position: absolute;
        background-repeat: no-repeat;
        vertical-align: top;
        display: inline-block;
        width: 150px;
        color: rgba(255, 255, 255, 0.75);
        font-weight: bold;
        padding-left: 50px;
        font-size: 13px;
    }
    
	#member_content {
        margin-top: 8px;
        top: 20px;
        left: 50px;
    }
	
	 #about_content {
        width: 130px;
        top: 270px;
        left: 50px;
    }
	
	#offer_content {
        top: 400px;
        left: 50px;
    }
	
    #employer_content {
        font-weight: bold;
        top: 565px;
        left: 50px;
    }

   
}

.content_number {
    color: white;
}

.nowrap {
    white-space: nowrap;
}

/* FOOTER */

.footer {
    background-image: url("../imgs/home/Marques.png");
    position: fixed;
    bottom: 12px;
    width: 10000px;
    height: 41px;
    overflow-x: visible;
}

@-webkit-keyframes defile {
    from {background-position: 9504px 0px;}
    to {background-position: 0px 0px;}
}
@-moz-keyframes defile {
    from {background-position: 9504px 0px;}
    to {background-position: 0px 0px;}
}
@-o-keyframes defile {
    from {background-position: 9504px 0px;}
    to {background-position: 0px 0px;}
}
@keyframes defile {
    from {background-position: 9504px 0px;}
    to {background-position: 0px 0px;}
}

.footer {
  -webkit-animation: defile linear 120s infinite; /* Safari 4+ */
  -moz-animation:    defile linear 120s infinite; /* Fx 5+ */
  -o-animation:      defile linear 120s infinite; /* Opera 12+ */
  animation:         defile linear 120s infinite; /* IE 10+ */
}

@media (max-width: 800px) {
    .footer {
        display: none;
    }
}

#sign_text {
  top: 490px; 
  width: 240px;  
}
