@import url("font-awesome.min.css");

.bd{
background-image: url("../img/martin-fond.jpg"), url("image2"); 
background-position: x y, x y;
background-repeat: no-repeat;


}
/* GLOBALS */
.main{ margin-top:-10%; PADDING-bottom:5%;}
div.cop
{
	position:relative;
	margin-top:0%;
	margin-left:5%;
	font-size:10pt;
	color:black;
	text-align:center;
}

.logo
{
 
    position:absolute;
    top:4%;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.form-2 {
    /* Size and position */
        width: 476px;
    height: 268px;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    top: 35px;    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}



@media screen and (max-width: 320px) {
	.form-2 {
    /* Size and position */
            width: 279px;
    height: 163px;
    margin: 49px auto 13px;
    padding: 2px;
    position: relative;
    bottom:798px;
    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

}


@media screen and (max-width: 375px) {
	.form-2 {
    /* Size and position */
            width: 279px;
    height: 163px;
    margin: 49px auto 13px;
    padding: 2px;
    position: relative;
    top:214px;
    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

}

@media screen and (min-width: 390px) and (max-width: 768px) {
	.form-2 {
    /* Size and position */
          width: 353px;
    height: 212px;
    margin: 49px auto 13px;
    padding: 2px;
    position: relative;
    top:146px;
    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

}


.form-2 h1 {
    font-size: 25px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
text-align:center;
    display: inline-block;
    text-transform: uppercase;
	font-weight:bold;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
	text-align:center;
	font-weight:bold;
}



.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-bottom:10px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 13px;
	
}

.form-2 label i {
    margin-right: 15px; /* Gap between icon and text */
    display: inline-block;
    width: 9px;
    padding-bottom:15px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



@media screen and (max-width: 320px) {


.form-2 h1 {
        font-size: 21px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 0px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
text-align:center;
    display: inline-block;
    text-transform: uppercase;
	font-weight:bold;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
	text-align:center;
	font-weight:bold;
}



.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-bottom:10px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	    font-size: 12px;
    display: block;
    margin-top: -20px;
	
}

.form-2 label i {
    margin-right: 15px; /* Gap between icon and text */
    display: inline-block;
    width: 9px;
    padding-bottom:15px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
}


@media screen and (max-width: 375px) {


.form-2 h1 {
        font-size: 21px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 0px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
text-align:center;
    display: inline-block;
    text-transform: uppercase;
	font-weight:bold;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
	text-align:center;
	font-weight:bold;
}



.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-bottom:10px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	    font-size: 9px;
    display: block;
    margin-top: -20px;
	
}

.form-2 label i {
    margin-right: 15px; /* Gap between icon and text */
    display: inline-block;
    width: 9px;
    padding-bottom:15px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 106%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

}

.form-2 input[type=text]:hover,
.form-2 input[type=password]:hover {
    border-color: #CCC;
}

.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 100%;
    height: 38px;
    float: left;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 60%;
    height: 36px;
    float: left;
    position: relative;
    bottom: 24px;
    left: 69px;
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}

}

@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px)  { 
.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 60%;
    height: 36px;
    float: left;
    position: relative;
    bottom: 24px;
    left: 69px;
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}

}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
  width: 55%;
    height: 36px;
    float: left;
    position: relative;
    bottom: 44px;
    left: 58px;
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}

}
@media screen and (max-width: 320px) {

.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 59%;
    height: 35px;
    float: left;
    position: relative;
    bottom: 35px;
    left: 52px;
    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}
}

.form-2 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-2 input[type=submit]:hover,
.form-2 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}




.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

.mp

{   
    font-size:16pt;
    font-weight:bolder;
    text-align:center;
    margin-left:15%;
    margin-right:15%;
    margin-top:19%;
    font-family: Times New Roman;
}


.pc_index #image{ display:block; width:550px;     margin: 60px auto 30px;
    padding: 15px;
    position: relative;
   top: 506px;}

   
@media screen and (min-width: 400px)  and (max-width: 667px) 
{

.pc_index #image{ display:block; width:327px;  margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    bottom:502px;
	}
}
	
	@media screen and (max-width: 1000px) {

.pc_index #image{ display:block; width:426px;  margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    bottom:502px;}
	}
	
	@media screen and (max-width: 350px) {

.pc_index #image{ display:block; width:327px;  margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    bottom:502px;
	    left: -14px;
	}
	}
	



	
.icon-user img { width:23px; position:absolute}
.icon-lock img { width:23px; position:absolute}

#logo_login{ width:30%;}

#container_frm {
     position: relative;
 }
 
.mask{}

#img_logo {
	text-align: center;
	height: 100px;  
}
#img_logo .mask a{
  position: relative;
  display: block;
  width:353px;
  height: 100px;
  margin: 20px auto;
  
  background-position: -340px 0;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,.6));
}

#img_logo .mask a:hover,
#img_logo .mask a:focus{
  background-position: 5px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
/*
#img_logo .mask a::after{
  content:'';
  position: absolute;
  pointer-events: none;
  top:0; left:0; right:0; bottom: 0;
  background: -webkit-radial-gradient(0 0,circle farthest-side, rgba(255,255,255,0) 90%,rgba(255,255,255,.9) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background: -moz-radial-gradient(0 0,circle farthest-side, rgba(255,255,255,0) 90%,rgba(255,255,255,.9) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background: radial-gradient(circle farthest-side at 0 0, rgba(255,255,255,0) 90%,rgba(255,255,255,.9) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background-position: inherit; 

}*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

html { 
}

body {
  font-family: Roboto Slab;
  background: white;
  color: <?=$color1?>;
  height: 100%;
  width: 100%;
}

/* NAVBAR */

/* HEADER DIV */
#header {
  text-align: center;
  
}

#welcome {

  
    position: absolute;
  top: 22%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  background-color: rgba(240,240,240,.75);
  box-shadow: 0 1em 2em -1em rgba(0,0,0,.5);
  padding: 1em 2em;
  line-height: 0.5;
  
  
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
#welcome {

  
    position: absolute;
  top: 22%;
  left: 22%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  background-color: rgba(240,240,240,.75);
  box-shadow: 0 1em 2em -1em rgba(0,0,0,.5);
  padding: 1em 2em;
  line-height: 0.5;
  
  
}
 }


#header a {
  font-size: 45px;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header a:hover {
  font-size: 50px;
}

/* SCROLL DOWN ARROW */
.fa-angle-double-down {
  vertical-align: 8%;
}

/* SECTION 1 WRAPPER */
#wrapper1 {
    font-family: Roboto Slab;
    padding: 0;
    margin: 0;
    color: black;
    position: center;
    background: url('../img/accueil_win-Immo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    
    
}


	@media screen and (max-width: 768px) {
#wrapper1 {
    font-family: Roboto Slab;
    padding: 0;
    margin: 0;
    color: black;
    position: center;
    background: url('../img/accueil_win-Immo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    
}
}
/* ABOUT ME WRAPPER */





#welcome h1, h4{
  font-family: Roboto Slab;
  margin-bottom: 14px;
}

#welcome h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  word-wrap: break-word;
}



#welcome h4 {
  font-size: 20px;
  line-height: 25px;
}



/* SCROLL DOWN BUTTON */
.btn-circle {
  width: 70px;
  height: 70px;
  border: 2px solid black;
  border-radius: 100%;
}

.btn-circle:hover {
  background: rgba(1,1,1,0.1);
}

/* SOCIAL ICONS */

#welcome a {
  color: #55606A;
}

#welcome a:hover {
  color: black;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
    #welcome h1{
        font-size:30px;
    }
}

