/* Polices custom */
/* Myriad PRO */
@font-face {
    font-family: "Myriad Pro";
	src: url('includes/myriad_pro/MyriadPro-Regular.otf');
}
@font-face {
    font-family: "Myriad Pro";
    font-style: italic;
    src: url('includes/myriad_pro/MyriadPro-It.otf');
}
@font-face {
    font-family: "Myriad Pro";
    font-weight: bold;
    src: url('includes/myriad_pro/MyriadPro-Bold.otf');
}
/* * */
.btn-quick{
	text-align:center;
	margin-top:10px;
}
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

#social_complete{
	display:none;
	font-size:16px;
	color:#fff;
	text-align: center;
}

.customBtn {
      display: inline-block;
      background: white;
      color: #444;
      width: 93px;
      border-radius: 5px;
      border: thin solid #888;
      box-shadow: 1px 1px 1px grey;
      white-space: nowrap;
	  vertical-align:super;
    }
    .customBtn:hover {
      cursor: pointer;
    }
    .customBtn span.label {
      font-family: serif;
      font-weight: normal;
    }
    .customBtn span.icon {
      background: url('./includes/images/g-normal.png') transparent 5px 50% no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 35px;
      height: 25px;
    }
    .customBtn span.buttonText {
      display: inline-block;
      vertical-align: middle;
      padding-left: 4px;
      padding-right: 42px;
      font-size: 14px;
      font-weight: bold;
      /* Use the Roboto font that is loaded in the <head> */
      font-family: 'Roboto', sans-serif;
    }



#props{
	display:none;
}

/*#props, #props-country {
    width: 320px;
    height: 150px;
    overflow-y: scroll;
    background-color: #ffffff;
    border-right: 1px solid #c8414c;
    border-bottom: 1px solid #c8414c;
    position: absolute;
    top: 33px;
    left: 0px;
    z-index: 5;
}*/
#props a, #props-country a {
    display: block;
    /*font-size: 15px;    
    color: #12406e;
    padding: 8px 15px;*/
}
/*#props a:hover, #props-country a:hover {
    background: #eaeaea;
}*/


div.popunder {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 40px #000000;
    display: none;
    padding: 20px;
    position: absolute;
    z-index: 52;
}

#shadow {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 51;
}
.close {
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    z-index: 9999;
}
.error {
	color: #FF0000;
}
#amail {
    color: #1AABCF;
    font-weight: bold;  
    cursor: pointer;
}
.female {
    background: url(./13/i/femaleIco.png) 0px 1px no-repeat;
    padding-left: 10px;
    color: #45b6fa;
    text-decoration: none;
    margin-left: 2px;
    font-size: 12px !important;
}
.male {
    background: url(./13/i/maleIco.png) 0px 1px no-repeat;
    padding-left: 10px;
    color: #45b6fa;
    text-decoration: none;
    margin-left: 2px;
}
.couple {
    background: url(./13/i/coupleIco.png) 0px 1px no-repeat;
    padding-left: 10px;
    color: #45b6fa;
    text-decoration: none;
    margin-left: 2px;
}

.alert_erreur_loggin {
	display: none;
	position: fixed;
	top: 100px;
	right: 100px;
	z-index: 99999;
}
.alert_erreur_loggin .close {
	text-decoration: inherit;
}



.cookie_banniere {
	width: 350px;
	height: auto;
	background-color: white;
	opacity: 0.7;
	position: fixed;
	//top: 0px;
	right: 10px;
	z-index: 999;
	text-align: left;
	//font-weight: bold;
	//border-bottom: 1px solid gray;
	padding-top: 5px;
	font: 12px Verdana, Geneva, sans-serif;
	color: black;
}
.cookie_banniere_txt {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.cookie_banniere .x {
	right: 10px;
	//font-weight: bold;
	position: fixed;
	cursor: pointer;
}


/* start editing from here */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}

/*---left-icons------*/

.fa-google-plus:before {
    content: "\f0d5";
}
.left-icons{
	float: left;
	width:46%;
}
.right-icons{
	float:right;
	width:46%;
}
.icons-section {
padding: 30px 20px;
background: #fff;
}
.inner-content {
	width:430px; height:50px; display:block;
	margin:0 auto ;
	position: relative;text-align:center;
}
.inner-content h1{
	font-size: 2em;
	color: #fff;
	background: url(//preview.w3layouts.com/demos/flat-social-media-icons/web/images/bg-top.png) no-repeat 0px 0px;
	padding: 1.1em 0em;
}
.fb,.google {
	transition: all 0.5s ease-out;
	-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;
}
/*-----fb-----*/
.fb{
	background: #3c66c4;
	border:none;
	outline:none;
	//margin: 0px 0 30px 0;
	//float:right;
}
.fb:hover {
background:#315997;
}
.fb a span {
	background: url('../public/img/fb.png') no-repeat center 40%;
	background-size: 20px;
	height: 45px;
    width: 45px;
	display: inline-block;
	float: left;
	margin: 3px 0px 0px 2px;
}
.fb lable{
	color: #fff;
	padding: 11px 0px;
	float: left;
	font-size: 12px;
	width: 61%;
	border-left: 1px solid rgba(39, 74, 153, 0.29);
}
.fb:hover{
	background:#335FA4;
}
.box{
	width: 150px;
	display: inline-block;
	margin-right: 15px;
	text-align: center;
}
/*--google-------*/
.google lable{
border-left: 1px solid rgba(155, 38, 23, 0.46);
color: #fff;
	padding: 11px 0px;
	float: left;
	font-size: 12px;
	width: 67%;
}
.google{
	background: #cf4332;
	//float:left;
}
.google a span{
	background: url('../public/img/g-plus.png') no-repeat center 40%;
	background-size: 20px;
	height: 45px;
    width: 45px;
	display: inline-block;
	float: left;
	margin: 3px 0px 0px 2px;
}

.google:hover{
	background: #bb3828;
}


/*-----start-responsive-design------*/
@media (max-width:1440px){

}
@media (max-width:1366px){

}

@media (max-width:768px){
	.inner-content {
	width: 86%;
	margin: 5% auto;
	}
	.fb lable,.google lable{
		font-size: 16px;
	}
}
@media (max-width:640px){
	.left-icons,.right-icons  {
	float: none;
	width: 73%;
	margin: 0 auto;
	}
	.inner-content h1 {
	padding: 0.9em 0em;
	}
}
@media (max-width:480px){
	.left-icons, .right-icons {
	float: none;
	width: 81%;
	margin: 0 auto;
	}
	.fb,.space,.linkedin,.tumblr,.delicious,.email,.google,.twitter,.flicker,.github {
		margin: 10px 0;
	}
	.copy-right p {
	font-size: 1em;
	line-height: 1.4em;
	}
}
@media (max-width:320px){
	.left-icons, .right-icons {
	float: none;
	width: 81%;
	margin: 0 auto;
	}
	.inner-content h1 {
		font-size: 1.3em;
	padding: 1em 0em;
	}
	.fb lable,.google lable {
	padding: 14px 10px;
	font-size: 15px;
	}
	.inner-content {
	width: 97%;
	margin: 5% auto;
	}
	.left-icons, .right-icons {
	float: none;
	width: 97%;
	margin: 0 auto;
	}
	.icons-section {
	padding: 10px 12px;
	}
}
