@charset "utf-8";
/* CSS Document */

	/* Popup */
	.popup  {
		width: 100%;
		height: 100%;
		background-color: rgba(214,207,201,0.9);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1024;
		overflow-y: scroll;
	}
	#Popup_Cadastro_Pro {
		background-image: url("../img/BG_CadastroPro.png");
		background-repeat: no-repeat;
		background-position: 64px 64px;
	}


	#CadastroOftaInser {
		position: relative;
        width:320px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 64px;
		padding: 16px;
		background-color: rgba(255,255,255,0.80)
	}	

	#CadastroOftaInser p {
        line-height: 0.9em;
		margin: 0px;
		height: 20px;
	}	
	
	#CadastroOftaInser li {
		margin-bottom: 16px;
		list-style: none;
	}	
	
	#CadastroOftaInser label {
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-size: 0.9em;
        font-style: normal;
        font-weight: 500;
		text-align: left;
        color: #48535d;
	}

	#CadastroOftaInser .input {
		border-bottom: solid 1px #48535d;
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-size: 1em;
        font-style: normal;
        font-weight: 300;
		text-align: left;
        color: #48535d;

	}
	#CadastroOftaInser input {
		width: 100%;
		background-color: transparent;
		border:  none;
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-size: 1em;
        font-style: normal;
        font-weight: 300;
		text-align: left;
        color: #48535d;
		padding: 0px;
}
	#CadastroOftaInser .Selection {
		width: 100%;
		height: 20px;
		position: relative;
		background-color:transparent;
		background-image: url("../img/select.png");
		background-position: right top;
		background-repeat: no-repeat;
		overflow-x: hidden;
		display: block;
		border-bottom: solid 1px #48535d;

	}
	#CadastroOftaInser select {
		width: calc(100% + 32px);
		background-color: transparent;
		border:  none;
		background-repeat: none;
		color: #48535d;
	}

	header {
		position: relative;
        width: 100%;
        height: 128px;
        margin: 0px;
		background-color: white;
	}
    #Logo {
		position: fixed;
		left: 256px;
		top: 32px;
        width: 289px;
        height: 64px;
	}

	#Main {
		position: relative;
		width: 100%;
        height: 512px;
        margin: 0px;
		background-image: url("../img/BG_01.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
    #PanelAcesso {
		display: none;
		position: absolute;
		right: 32px;
		top: 32px;
        width: 320px;
        height: 448px;
		background-color: rgba(255,255,255,0.32);
    }
    #PanelAcesso .grid {
		position: relative;
		margin: 16px;
    }
    #PanelAcesso h2 {
		width: 100%;
		position: relative;
		padding-top: 16px;
		padding-bottom: 16px;
		margin: 0px;
		display: block;
        font-family: "Roboto", sans-serif;
		color: #b09c94;
		text-align: center;
        font-size: 1.2em;
        font-weight: 300;
		opacity: 1;
    }
    #PanelAcesso h3 {
		text-align: center;
    }
    #PanelAcesso input {
        width: 224px;
        height: 32px;
        display: block;
		margin-bottom: 12px;
        padding-left: 8px;
        padding-right: 8px;
        background-color: white;
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-size: 1em;
        font-style: normal;
        font-weight: 300;
		text-align: left;
        color: #48535d;
        border: none;
}
    #PanelAcesso .Ico {
        width: 32px;
        height: 32px;
		margin: 0px;
		padding: 0px;
		float: right;
}
    #PanelAcesso .Nota {
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-size: 0.9em;
        font-style: normal;
        font-weight: 300;
        color: #48535d;
		text-align: center;
		margin: 0px;
	}

#PanelAcesso .BG_Titre {
		position: absolute;
		left: -64px;
		top: 0px;
	}

.Bouton {
		display: block;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top: 16px;
		margin-bottom: 32px;
		margin-left: auto;
		margin-right: auto;
		background-color: #d6cfc9;
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-size: 1em;
        font-style: normal;
        font-weight: 300;
        color: white;
		border-radius: 16px;
		text-align: center;
	}
.Bouton:hover {
	cursor: pointer;
}
.Btn {
	position: absolute;
	right: 64px;
	top: 64px;
	opacity: 0.64;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.Btn:hover {
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.Sticker {
        width:256px;
        position: absolute;
        left: 32px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-optical-sizing: auto;
        font-size: 1.7em;
        font-style: normal;
        color:#48535d;
        line-height: 1;
        text-align: left;
		background-image: url("../img/ICO_Oeil.png");
		background-position: center bottom;
		background-repeat: no-repeat;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }
	.Sticker:hover {
		background-image: url("../img/ICO_Oeilh.png");
		background-position: right bottom;
		cursor: pointer;
        -webkit-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out;

	}
    .Sticker span {
        font-family: "Roboto Condensed", sans-serif;
        font-optical-sizing: auto;
        font-size: 0.8em;
        font-style: normal;
        color: #48535d;
        font-weight: 100;
        margin: 0px;
        padding: 0px;
	}
#Descriptif {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		max-width: 920px;
		margin-top: 64px;
	    font-size: 1em;
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-size: 1em;
        font-style: normal;
        font-weight: 300;
        color: #48535d;
}
#Descriptif h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.8em;
        font-style: normal;
        color: #b09c94;
        font-weight: 500;
		padding-left: 0px;
		margin-bottom: 32px;

}
#Descriptif h3 {
        font-family: "Roboto Condensed", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.2em;
        font-style: normal;
        color: #48535d;
        font-weight: 500;
		padding-left: 0px;
		margin-bottom: 16px;
}
#Descriptif li {
		padding-left: 32px;
		padding-bottom: 16px;
		list-style-type: square;
		text-align: justify;
}
.Icone {
	background-repeat: no-repeat;
	background-position: center center;
}
.Icnone img {
		opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
}
.Icone img:hover {
		opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
		cursor: pointer;
}
h2 {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-optical-sizing: auto;
      font-weight: 1.5em;
      font-style: normal;
      margin-bottom: 16px;
}
h3 {
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-optical-sizing: auto;
      font-weight: 1.1em;
      font-style: normal;
      color:#48535d;
}
h4 {
      font-family: "Roboto Condensed", sans-serif;
      font-optical-sizing: auto;
      font-weight: 1.3em;
      font-style: normal;
      color:#48535d;
      font-weight: 100;
}
h5 {
	
}
