@charset "utf-8";
/* CSS Document */
body{
    margin:0px;
    padding:0px;
    font-weight:normal;
    font-family: arial;
    color:#3A4475;
    font-size: 14px;
    line-height:18px;

    background-color:white;
}
/*
body.invite_page {
        background-image:url('img/bg.png');
}
*/
h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    margin-top:20px;
    margin-bottom:10px;
}
.invite-logo {
    padding: 10px;
    margin:  20px;
    float: left;

}
.invite_modal {
    margin-top: 50vh;
    transform: translateY(-50%);
}
.invite_modal_mobile {
    margin-top: 50vh;
}
.invite-content {
    /*
    color: white;
    background-color:#dd4b39;
    */
}
.nom3l {
    height: 40px;
    width: 2em;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    color:black;
    text-align:center;
}
.nom3l:focus {
    border-color: #3c8dbc;
    outline: 0;
    box-shadow: none;
}
.contact-widget {
    padding: 10px;
    margin:  20px;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    box-shadow: -4px 3px 7px #000;
    line-height:1.1em;

}

.blocmilieu
{
    position:absolute;
    width:100%;
    font-size:14px;
    height:420px;
    top: 200px;
    color:white;
    text-align:justify;
    padding:20px;
    background-image:url(/cts/cts/img/better-technology.jpg);
    left:0px;

}
.back-img-center
{
    position:absolute;
    width:100%;
    font-size:14px;
    height:420px;
    margin-top: 50vh;
    transform: translateY(-50%);
    color:white;
    text-align:justify;
    background-image:url(/cts/cts/img/better-technology.jpg);
    left:0px;
    z-index:-1;
}
.signature
{
    background-color:#3A4475;
    padding-top:0px;
    font-size:11px;
    text-align:center;
    color:#FFFFFF;
    height:18px;
    margin-top:60px;
    width:562px;
    border-radius:6px;

}

table.login_table_anap {

    /*
            background-color:#d3d3d3;
            background: -moz-linear-gradient(top, #fff , #d3d3d3 );
            background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3));
            background: -o-gradient( #fff, #d3d3d3);
            -pie-background: linear-gradient(#fff, #d3d3d3);
            border: 2px solid #7b7273;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            behavior : url(css/defaut/PIE.htc);
    */
    padding :15px;
    background-color:#FFFFFF;
    background: -moz-linear-gradient(top, #fff , #f2f2f2 );
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background: -o-gradient( #fff, #f2f2f2);
    -pie-background: linear-gradient(#fff, #f2f2f2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    text-align:center;
    line-height:1.1em;
    font-size:13px;
    color:#3A4475;
    box-shadow: -4px 3px 7px #000;
    width:500px;
    margin:0 auto;
}


#login1
{
    font-size:12px;
    padding-bottom:10px;
    padding-top:10px;
    width:500px;
    margin:0 auto;
}
#login2
{
    font-size:12px;
    padding-top:10px;
    font-style:italic;
    width:500px;
    margin:0 auto;
    text-align: center;
}
.login-page {
    background-color:white;
    height:700px;
    display: inline;
}
.login-button {
    display:grid;
}
.login-logo {
    background-color:transparent;
}
.login-box-mobile  {
    background-color:#FFFFFF;
    background: -moz-linear-gradient(top, #fff , #f2f2f2 );
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background: -o-gradient( #fff, #f2f2f2);
    -pie-background: linear-gradient(#fff, #f2f2f2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    /*text-align:center;*/
    line-height:1.7em;
    font-size:25px;
    color:#3A4475;
    box-shadow: -4px 3px 7px #000;
    width:96vw;
    margin-left:2vw;
    margin-top:2vh;
    padding:20px;
}
.label-invite {
    font-size:25px !important;
}
.login-box {
    width:800px;
    margin: 0 auto;
}
.login-box ,
.login-box-body {
    /*
    background-color: rgba(255, 255, 255, 0.5);
      color: black;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    */
    background-color:#FFFFFF;
    background: -moz-linear-gradient(top, #fff , #f2f2f2 );
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background: -o-gradient( #fff, #f2f2f2);
    -pie-background: linear-gradient(#fff, #f2f2f2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    /*text-align:center;
    line-height:1.1em;*/
    font-size:13px;
    color:#3A4475;
    box-shadow: -4px 3px 7px #000;
}
.login-box-body {
    padding: 20px;
}
.login-box {
    width:800px;
    margin: 0 auto;
}
.login-button   {
    background-color:#3A4475;
}
.login-button:focus   {
    background-color:#3A4475;
}
#invite_form {
    text-align: left;
}
@media all and (max-width: 600px)
{
    /* Rédigez vos propriétés CSS ici */
    table.login_table_anap
    {
        width:300px;
    }
    #login1
    {
        width:300px;
    }
    #login2
    {
        width:300px;
    }
}
.verif-button {
    display: inline-block;
    margin-left: 2rem;
}