@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

body
{
    font-size: 1.2em;
    font-family: 'Playfair Display', serif;
    color:black; 
}

body,html
{
   overflow-x: hidden;
   position: relative;
}

html
{
   overflow-x: hidden;
}

body.body_cosmopoly
{
  /*  padding-bottom: 12%; */
}

html:before
{
  content: '';
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url('../img/accueil/cosmopoly_hero.svg');
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: top right;
z-index: -1;
position: fixed;
right: -30vw;
top: 0;
}


 

body.body_cosmopoly:after
{
    content: '';
    display: block;
    width: 562px;
    height: 275px;
    overflow: hidden;
    position: absolute;
    left: -286px;
    bottom: 0;
    background: url('../img/accueil/rond_bas_gauche.svg');
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: -1;
    background-repeat: no-repeat;
}



body.body_cosmopoly:before
{
    content: '';
    display: block;
    width: 168px;
    height: 194px;
    overflow: hidden;
    position: absolute;
    left: 13px;
    top: 13px;
    background: url('../img/accueil/1.svg');
}

div.indexstereopoly 
{
    display: block;
    height: auto;
    overflow: hidden;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;

}

div.indexfrancopoly {
    background: url("../img/accueil/bgAccueil2_francopoly.jpg") no-repeat scroll center top;
}

div.indexmicropolia {
    background: url("../img/accueil/bgAccueil2_micropolia.jpg") no-repeat scroll center top;
}


div.indexmegalopoly {
    background: url("../img/accueil/bgAccueil2_megalopoly.jpg") no-repeat scroll center top;
}


div.accueil
{ 
    margin: 0 auto; 
    /* position: relative; */
    height: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}

/*
div.stereopoly {
    background: url("../img/accueil/bgClean_stereopoly.jpg") no-repeat scroll center top #000000;
}

div.francopoly {
    background: url("../img/accueil/bgClean_francopoly.jpg") no-repeat scroll center top #000000;
}

div.micropolia {
    background: url("../img/accueil/bgClean_micropolia.jpg") no-repeat scroll center top #000000;
}
*/


div.footer_stereopoly {
    background: url("../img/inside/bgFooter_stereopoly.jpg") no-repeat scroll center bottom;
    height: 30px;
}

div.footer_francopoly {
    background: url("../img/inside/bgFooter_francopoly.jpg") no-repeat scroll center bottom;
    height: 30px;
}

div.footer_micropolia {
    background: url("../img/inside/bgFooter_micropolia.jpg") no-repeat scroll center bottom;
    height: 30px;
}

div.footer_megalopoly {
    background: url("../img/inside/bgFooter_megalopoly.jpg") no-repeat scroll center bottom;
    height: 30px;
}


#siteContent
{
   /* border:1px solid #ff0000;*/
    min-height: 200px;
    max-height: 900px;
    overflow: auto;
    width: 800px;
    margin: 120px auto;
    padding-top: 30px;
}

h1 {
    display: none;
}

code
 {
    line-height: 1.4em;
    border:0;
    background: rgba(255,255,255,.75);
}

body header.public ul.ul-logo {
    display: block;
    margin-left: 0px;
    position: relative;
    /* left: -400px; */
    list-style-type: none;
    overflow: hidden;
}

body header.public  .ul-logo li img
{
    display: block;
}

body header.public  .ul-logo li
{
    display: block;
    float: none;
    overflow: hidden;
height: auto;
}

.logo-accueil {
    width: 200px;
}

header.public
{
    position: relative;
    font-size: 1.7em;
    font-weight: bold;
    /*font-variant:small-caps;*/
    color:#F98778;
    /* width: 100%; */
    display: block;
    overflow: hidden;
    height: auto;
    float: left;
    margin-left: 55px;
    margin-top: 8px;
}

header.public ul
{
    list-style: none;
    padding: 0;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
   /* padding-left:30px;*/
   /* border:1px solid red;*/
}

header.public ul li
{
    /*letter-spacing:-0.75px;*/
    display:block;
    float:left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
   /* border:1px solid green;*/
    height: 50px;
    line-height: 50px;
}


/*header.public ul li:hover, header.public ul li.selected
{
    background: url("../img/accueil/headerMenuRollOver.png") no-repeat scroll center bottom;
}*/


header.public ul li a
{
    text-transform: lowercase;
    font-size: 16px;
    color: #F98778;
    text-decoration: none;
}

header.public ul li a:hover, header.public ul li.selected a
{
    color: #F98778;
    text-decoration: none;

}

header.public ul li span, header.public ul li a:hover span
{

    font-size:0.9em;
    font-weight: normal;
}


/* header.public */ #stats
{
    /*font-size:1.8em;*/
    padding-top: 12px;
    text-align: center;
    width:184px;
    font-variant:small-caps;
    font-weight: bold;
    float: right;
    /*clear: left; */ 
    margin-top: 39px;
}

#userLogin
{
    margin-right: 13px;
}

/* header.public */ #stats h1
{
    font-size: 1.4em;
    line-height: 16px;
    color:#F98778;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/* header.public  */ #stats span,#stats div
{
    color:#F98778;
    font-size:16px;
}

#userLogin
{
    text-align: right;
    /*border:1px solid red;*/
    margin-left: 0px;
    margin-top: 42px;
    width: 600px;
    float: right;
    /* left: 200px; */
    position: relative;
}

input[type=text], input[type=password]
{
    padding: 5px;
    border: 1px solid #5f0a87;
    color:#444;
    font-weight: 200;
}


#userLogin input[type=text],#userLogin input[type=password]
{
    width: 184px;
    height: 38px;
    font-weight: 200;
    font-size: 1.1em;
    padding-top: 1px;
    color:#40465E;
    margin: 0;
    border-radius : 20px;
    border : none;
    padding-left: 16px;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 38px;
    margin-right: 16px;

   
   -webkit-box-shadow: 2px 9px 33px -10px rgba(68,192,250,0.5);
-moz-box-shadow: 2px 9px 33px -10px rgba(68,192,250,0.5);
box-shadow: 2px 9px 33px -10px rgba(68,192,250,0.5);
}

#userLogin a
{
    color:purple;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

#userLogin .inbl
{
    display: block;
    overflow: hidden;
}

#userLogin .inbl a
{
    display: block;
    float: right;
    width: auto;
    overflow: hidden; 
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 7px;
    margin-right: 12px;
}

.greenButton

{
    font-size:14px;
    font-family:arial, helvetica, sans-serif;
    border-radius: 20px;
    padding-left: 4px;
    padding-right: 4px;
   /* padding: 3px 3px 3px 3px; */
    text-decoration:none; 
    display:inline-block; 
    font-weight:bold; 
    color: #FFFFFF;
    
    width: 132px;
    height: 38px;
    cursor: pointer;

    background-color: #5C66FF;  
    border: transparent;

}


#logout
{

    text-align: center;
    /*border:1px solid red;*/
   /* margin-left: 17px;
    padding-top: 61px;*/
    width: 526px;

   /* width: 430px;
    height: 35px;*/
    line-height: 35px;
    margin-left: 10px;
    display:  inline-block;
    text-align: center;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*border: 1px solid red;*/
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    font-variant:small-caps;
    color:#003366;
    letter-spacing:1px;
}

#logout a
{
    color:#FFF;
    text-decoration: none;
}

#logout img
{
    margin-left: 10px;
    margin-right: 4px;
}

footer
{
    position: absolute;
    top:1290px;
    width: 1000px;
}

.footerDiv
{
    padding-left: 260px;
    padding-right: 40px;
    font-size: 1.3em;
    text-align: center;
    padding-top: 12px;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.3em;
    line-height: 1.4em;
    color:#003366;

}

.footerDiv a{
    text-decoration: none;
    color:#003366;
}

/* JQUERY UI */
.transparent.ui-dialog .ui-dialog-titlebar, .flashPopupsuccess.ui-dialog .ui-dialog-titlebar, .flashPopuperror.ui-dialog .ui-dialog-titlebar
{
    display: none;
}

.transparent.ui-widget-content
{
    background: none;
    border:0;
}


.flashPopupsuccess, #flashDialogsuccess
{
    padding:0;
    margin:0;
    background:#FFF;
    border: 2px solid #90D4F4;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}


.flashPopuperror, #flashDialogerror
{
    padding:0;
    margin:0;
    background:#FFF;
    border: 2px solid #DD0000;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}


.flashPopupsuccess p
{
    background:#FFF url('../img/icons/right_checked.png') no-repeat 6px 8px;
    padding-left:30px;
    color: #37a505;
    font-weight: bold;
    font-size: 18px;
    padding-top: 2px;
    line-height:30px;
}

.flashPopuperror p
{
    background:#FFF url('../img/icons/wrong_checked.png') no-repeat 6px 8px;
    padding-left:30px;
    color: #DD0000;
    font-weight: bold;
    font-size: 18px;
    padding-top: 2px;
    line-height:30px;
}


.errorSummary
{
    background:#FFF;
    border: 2px solid #DD0000;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    color: #DD0000;
    font-weight: bold;
    font-size: 12px;
    padding:10px;

}
.errorMessage
{
    color: #DD0000;
    /*background: url('../img/icons/wrong_checked.png') no-repeat left center;*/
    padding-left: 10px;
    font-size: 0.9em;
}

#register-form span.required
{
    display: none;
}

#TopRich
{
    /*border:1px solid red;*/
    background: url('../img/accueil/top_riches.png') no-repeat ;
    position:absolute;
    top:428px;
    right:0;
    width: 393px;
    height:328px;
    color:#003b73;
}

#TopRich tr td, #TopAge tr td
{
    border-bottom: 1px dotted #8cabc4;
    height: 23px;
    padding: 0;
}

#TopRich tr:last-child td, #TopAge tr:last-child td
{
    border:0;
}

#TopAge
{
    background: url('../img/accueil/top_vieux.png') no-repeat ;
    position:absolute;
    top:760px;
    right:0;
    width: 393px;
    height:329px;
    color:#003b73;
}

#msgPresidentContainer
{
    background: url('../img/inside/bgPresident.png') no-repeat ;
    position:absolute;
    top:1080px;
    right:0;
    width: 600px;
    height:100px;
    padding-top: 108px;
    padding-left: 55px;

}

#msgPresident
{
    color:#003b73;
/*    border:1px solid red;*/
    overflow: hidden;
    height: 80px;
    width: 480px;

}

#msgPresident ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mt15 { margin-top: 15px}

.money
{
    background:url('../img/icons/euro.png') no-repeat right center;
    padding-right: 18px;
}
.piece
{
    background:url('../img/icons/piece_or.gif') no-repeat right center;
    padding-right: 16px;
    margin-right: 4px;
    font-weight: bold;
}

.bold {    font-weight: bold;}
.italic {font-style:italic}
.vat{    vertical-align: top;}

#FlashRegister
{

    position:absolute;
    top:676px;
    left:18px;
    width: 500px;
    height: 400px;
}


.sexem, a.sexem
{
    text-decoration: none;
    color: #0290BF;
}

.sexef, a.sexef
{
    text-decoration: none;
    color: #F0037F;
}



.textContainer
{

    /*
   background: url("../img/inside/textContainerBg.png") repeat-y ;
   min-height: 130px;
   padding-left: 15px;
   position: relative;
   */
    padding: 0;
    font-size: 1.2em;
    border-collapse: collapse;
    width: 100%;

}

.textContainer .TL
{
    background: url("../img/inside/textContainerBg.png") top left repeat-y ;
    padding-top: 20px;
    padding-left: 20px;
    height: 130px;
    vertical-align: top;
}

.textContainer .TR
{
    background: url("../img/inside/textContainerBg.png") top right repeat-y ;
    width:16px;
    min-height: 130px;
}


.textContainer .BL
{
    background: url("../img/inside/textContainerBg.png") bottom left no-repeat ;
    height: 30px;
}

.textContainer .BR
{
    background: url("../img/inside/textContainerBg.png") bottom right no-repeat ;
    height:30px;
    width:16px;

}

.textContainerTitle
{
    height: 32px;
    padding-left: 10px;
    position: absolute;
    left:0;
    top:-29px;

}

.textContainerTitleContent
{
    font-weight: bold;
    font-variant:small-caps;
    /*font-family: 'Yanone Kaffeesatz',sans-serif;*/
    font-size: 1.4em;
    color:#003366;
    padding-left: 26px;
    padding-top: 2px;
    background: url("../img/inside/TextContainerLabel.png") no-repeat;
    display: inline-block;
    float: left;
    height: 32px;
}

.textContainerTitleEnd
{

    background: url("../img/inside/TextContainerLabel.png") no-repeat top right;
    display: inline-block;
    width: 26px;
    height: 38px;
}


.titleRubberTable
{
    margin-top: 20px;
    margin-bottom: 10px;
    width:100%;
    border-collapse: collapse;
}

.titleRubberRight
{
    background: url("../img/inside/menu_actions_long.png") no-repeat center right;
    width: 26px;
    height: 38px;
    /* border:1px solid red;*/
    display: table-cell;
    padding: 0;
    padding-top: 12px;

}

.titleRubberContent
{
    background: url("../img/inside/menu_actions_long.png") no-repeat center left;
    height: 38px;
    padding-top: 8px;
    font-size:12px;
    font-weight:bold;
    font-family:tahoma, arial, sans-serif;
    color:#9a4900;
    /*border:1px solid blue;*/
    text-align: center;
    text-transform: uppercase;

}


a.button, a.retour, a.bouton, input.bouton
{
    background: url('../img/inside/bg_button.png') repeat-x top center;
    line-height: 23px;
    height: 26px;
    color:#6c2f02;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #6c2f02;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
}


a.button:hover, a.retour:hover, input.bouton:hover
{
    background: url('../img/inside/bg_button.png') repeat-x bottom center;
}


input.bouton:active
{
    border: 1px inset #6c2f02;
}

#register-form .success input[type=text]
{
    border-color:#469700;
}


#register-form .error input[type=text]
{
    border-color:#DD0000;
}

#register-form div.error
{
    background: url('../img/icons/wrong_checked.png') no-repeat 90% top;
}

#register-form div.success
{
    background: url('../img/icons/right_checked.png') no-repeat 90% top;
}

#register-form div.validating
{
    background: url('../img/icons/ajax_wait.gif') no-repeat 90% top;
}

.pointer
{
    cursor: pointer;
}

.incarnables.selected
{
    background: url('../img/icons/right_checked.png') no-repeat left center;
    padding-left: 26px;
    font-weight: bold;
}

.otherLinks a, a{
    color:#4100FF;
}


a.nodecoration
{
    text-decoration: none;
}


#inscritLink
{
    width: 66px;
    height: 30px;
    position: absolute;
    top: 750px;
    left:515px;
}


#commentairesLink
{
    width: 76px;
    height: 30px;
    position: absolute;
    top: 820px;
    left:515px;
}


#messagesLink
{
    width: 78px;
    height: 30px;
    position: absolute;
    top: 886px;
    left:515px;
}


#newsLink
{
    width: 66px;
    height: 30px;
    position: absolute;
    top: 958px;
    left:515px;
}


#adNavigationSquare
{
    float:left;
    padding-top: 54px;
    padding-right: 30px;
}


ul.clean
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#subHeader:before
{
    content: '';
    display: block;
    overflow: hidden;
    width: 165px;
    height: 107.2px;
    position: absolute;
    right: -94px;
    bottom: 40px;
    background: url('../img/accueil/3.svg');
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

#subHeader::after
{
    content: '';
    display: block;
    overflow: hidden;
    width: 50px;
    position: absolute;
    right: 400px;
    bottom: 40px;
    background-image: url('../img/oeuf.png');
 
}


#subHeader
{
    display: block;
    float: left;
    width: 540px;
    position: relative;
    padding: 4px;
    clear: both;
    color: red;
    text-align: center;
    overflow: visible;
    font-size: 17px; 
    margin-top: 40px;
    margin-left: 87px;
    margin-bottom: 130px;
}

#subHeader img {
    width: 450px;
}

#subHeader p 
{
    color: #494F67;
    letter-spacing: 1px;
    font-size: 14px;
    line-height : 29px;
    text-align: justify;
    font-weight: normal;
    padding: 0;
}

body #subHeader p > .titre-resume 
{
    display: block;
/*     background: linear-gradient(to right, #FEE140 0%, #FA709A 100%);
background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 37px;    
    letter-spacing: 2px;
    font-weight: bolder;
    text-transform: uppercase;
    -webkit-background-clip: text;
    color: #40465E;
    font-weight: bold;
    text-align: left;
    margin-bottom: 22px;

}
.button-inscription {
	width: 268px;
    height: 60px;
	color: white;
	text-decoration: none;
	display: block;
    line-height: 60px;
    background-color: #FEE140;
    background-image: linear-gradient(90deg, #FEE140 0%, #FA709A 100%);    
    margin-left: 0; 
	border-radius: 28px; 
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.4);
}

.button-inscription:hover {
    color:   #FA709A;
	background-color: #ffffff;
	background-image: linear-gradient(315deg, #ffffff 0%, #ffffff 74%);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.65);
    transition: all .8s;
}

#vipPartners {
    width: 1000px;
    margin: 0 auto;
}

#vipPartners ul{
    list-style: none;
    padding-top: 10px;
}

#vipPartners li
{
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
    border-right: 1px solid #4BC29E
}
#vipPartners li:first-child, #vipPartners li:last-child
{
    border-right: 0;
}

#vipPartners a
{
    text-decoration: none;
}


#footer-accueil {
    
    width: 50%; 
    position: absolute;
    bottom: 14px;
    left: 94px;
}

#footer-accueil > a {
    color: #FA709A;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    float: left;
    margin-right: 67px;
}