/***********************************************************************************************************************************/
/* LANDING *************************************************************************************************************************/
/***********************************************************************************************************************************/

.inscription-profile-terms label{
	font-size: 12.5px;
}

#landing,
#login,
#login .legend-list,
#subscribe,
#forgotten{
    position: relative;
    color: #fff;
}

/***********************************************************************************************************************************/
/* LANDING-TITLE *******************************************************************************************************************/
/***********************************************************************************************************************************/

#landing .landing-title {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    left: 0;
    margin: .8em 0;
}
#landing h2{
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 40px;
    line-height: 1.2em;
}


/***********************************************************************************************************************************/
/* LANDING COLLAPSIBLE CONTENT *****************************************************************************************************/
/***********************************************************************************************************************************/

.landing-versions{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    margin: 1.2em 0;
}

/* Cas particulier du disclaimer legal */
#legal-consent .landing-versions {
    width: auto;
    z-index: 2;
}

#legal-consent .landing-versions .ui-collapsible {
    background: black;
}
#legal-consent .landing-versions .ui-collapsible .ui-collapsible-content {
    border-top-width: 1px;
}
#legal-consent .landing-versions .ui-collapsible.ui-collapsible-collapsed {
    background: none;
}


.landing-versions .ui-collapsible{
    background: none;
}
#landing .ui-collapsible-content {
    background:#fff!important;
    border-color:rgba(0,0,0,.3);
    border-radius: 3px;
    position: absolute;
    right: 10px;
}
.landing-versions .ui-collapsible-heading{
    border: none;
}
#landing .ui-collapsible-heading-toggle {
    padding: 0;
}
/*.ui-collapsible-collapsed .ui-collapsible-heading-toggle::after{
    transform: rotate(180deg);
}*/
#landing .ui-collapsible-heading-toggle::after{
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E");
}


/** specific ouranos/gaia *************************************************************************************************************/
.header-account-flag-gaia::before,
.header-account-flag-ouranos::before{
    content:"";
    display: block;
    background: url(/media/equideo/image/fonctionnels/16/sprite-flags.png) 464px center;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 16px;
    left: 10px;
}


/***********************************************************************************************************************************/
/* LANDING COOKIES *****************************************************************************************************************/
/***********************************************************************************************************************************/

.landing-legal-cookie{
    font-size: 0.7rem;
    background-color: rgba(49, 111, 150, 0.9);
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.landing-legal-cookie p{
    padding: 1em;
    margin: 0;
}
.landing-legal-cookie a{
    color: #fff !important;
}
.ui-page-theme-a .landing-legal-cookie .ui-btn-a{
    border: 2px solid #fff;
    border-radius: 4px;
    padding: .5em 1em;
}

#ui-popup-cookies a {
    text-decoration: underline;
}

/** generic title ******************************************************************************************************************/
.landing-generic-title{
    top: 47px;
    width: 100%;
    text-align: center;
}
.landing-back{
    left: 20px;
    top: 60px;
}
.landing-back,
.landing-generic-title{
    position: absolute;
    z-index: 1;
}

/** boutons ************************************************************************************************************************/
.ui-btn-content-landing{
    position: absolute;
    bottom: 1%;
    left: 5%;
    width: 90%;
}
.ui-btn-content-landing .grid-hub{
    background:inherit;
}
.ui-btn-content-landing .ui-block-a.ui-block-a.ui-block-a{
    border: none;
}
.ui-btn-content-landing .ui-block-a,
.ui-btn-content-landing .ui-block-b{
    padding-top: .5em;
}
.ui-country-content {
    display: inline-block;
}
.ui-country-content .ui-field-contain{
    margin: 0 0 1em 0;
}
.ui-country-content .ui-select {
    background-color: transparent;
    border: 0;
}
.ui-country-content .ui-select .ui-btn,
.ui-country-content .ui-select .ui-btn:hover,
.ui-country-content .ui-select .ui-btn.ui-focus,
.ui-country-content .ui-select .ui-btn.ui-active {
    background-color: transparent;
    border: none;
    text-shadow: none;
    box-shadow: none;
}


/***********************************************************************************************************************************/
/* CONNEXION ***********************************************************************************************************************/
/***********************************************************************************************************************************/


.ui-form-login{
    background-color: rgba(72, 109, 147, 0.7);
    padding: 1em 1.5em 1em;
    margin-top:40pt;
    border-radius: 4px;
}

.ui-form-login a:hover,
.ui-form-login a:visited{
    text-decoration: underline;
    color: #fff;
}

#login label {
    color: white;
}


/***********************************************************************************************************************************/
/* INSCRIPTION *********************************************************************************************************************/
/***********************************************************************************************************************************/

.ui-page.mowbile-login,
.ui-page.mowbile-subscribe{
    margin-top: -47px;
}
#landing h2,
.ui-form-login,
#doSignUp .ui-content,
.swiper-horse-legende-container{
    max-width: 356px;
    margin-left: auto;
    margin-right: auto;
}
#subscribe .swiper-wrapper{
    height: 150px;
}
.swiper-horse-lock{
    text-align: center;
}
.swiper-horse-lock p{
    margin: 0.3em 0 0;
}
.swiper-horse-lock .content-icon-svg {
    display: inline-block;
    width: 15px;
}
.swiper-horse-lock div p{
    font-size: 0.87rem;
    display: inline;
    margin: 0;
}

.swiper-horse-robe-container{
    margin: 1.5em 0 0;
}

.swiper-horse-robe-container ul{
    text-align: center;
}
.swiper-horse-robe-container ul li{
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    height: 37px;
    vertical-align: top;
    width: 37px;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #444444;
    margin: 0 1.4% 0 0;
}
[class^="inscription-profile-aside"]{
    display: none;
}
.ui-page-theme-a .terms-text .link-style-1{
    text-decoration: underline;
    color: #AD5B50;
}
#subscribe .ui-checkbox{
    width: 40px;
}
#doSignUp .ui-input-text{
    border: 0;
}
#doSignUp .text--s{
    font-size: 11px;
}
.fieldError .ui-checkbox label::after {
    background-color: red;
}

.birthdate{
    display: table;
}
.birthdate .ui-select{
    display: table-cell;
}

/***********************************************************************************************************************************/
/* LEGAL APPS LAUNCH SCREEN *************************************************************************************************************/
/***********************************************************************************************************************************/
#legal.ui-page {
    padding-top: 0!important;
    padding-bottom: 10px!important;
}
#legal .ui-collapsible {
	background:none;
	font-size: 11px;
}
#legal,
#legal .ui-collapsible-content,
#legal h3.ui-collapsible-heading * {
	font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}
#legal h1,
#legal a,
.legal a:visited,
#legal h3.ui-collapsible-heading * {
    text-decoration: underline;
}

#legal .ui-collapsible-content,
#legal .ui-checkbox * {
	color: #ffffff;
    font-size:10px;
    line-height: 13px;
}
#legal .ui-collapsible-content li {
	margin:0 0 0 0.25rem;
}
#legal .ui-checkbox label {
	padding-left:2.7rem;
	font-weight:bold;
}
#legalAcceptation h3.ui-collapsible-heading a {
	font-size:x-small !important;
}

/***********************************************************************************************************************************/
/***********************************************************************************************************************************/
/***********************************************************************************************************************************/
/** IPHONE 4S/5/5S/SE and similars *************************************************************************************************/
/***********************************************************************************************************************************/
/***********************************************************************************************************************************/

@media all and (max-width: 21em) { /* Iphone 5  and smaller*/

    #landing .landing-title{
        text-align: left;
        text-indent: .5em;
    }

}

/***********************************************************************************************************************************/
/* MAINTENANCE *********************************************************************************************************************/
/***********************************************************************************************************************************/

.maintenance.ui-page b{
    display: none;
}

/***********************************************************************************************************************************/
/* PASSWORD-RULES-MOBILE ***********************************************************************************************************/
/***********************************************************************************************************************************/

.password-rules-mobile,
.landing-inscription .legend:not(:empty){
    position: relative;
    background: #f2efcf;
    padding: 10px 10px 0;
    border-radius: 4px;
    color: #82685b;
    text-align: left;
    font-size: 13px;
}
.landing-inscription .legend:not(:empty)::before,
.password-rules-mobile:not(:empty)::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    left: 15px;
    background: #f2efcf;
    top: -5px;
}
.password-rules-mobile li,
.landing-inscription .legend .fieldErrorText{
    position: relative;
    padding: 0 0 10px 20px;
}
.password-rules-mobile li.valid{
    color: #849644;
}
.password-rules-mobile li.error {
    color: #800;
}
.password-rules-mobile .valid::before {
    background: url(/media/equideo/image/components/fields/text/success.png);
    background-size: cover;
}
.landing-inscription .legend .fieldErrorText::before,
.password-rules-mobile .error::before {
    background: url(/media/equideo/image/components/fields/text/error.png);
    background-size: cover;
    opacity: .5;
}
.landing-inscription .legend .fieldErrorText::before,
.password-rules-mobile .error::before,
.password-rules-mobile .valid::before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    left: 2px;
    top: 3px;
}
