*

{

    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

}



body 

{

    font-family: 'Work Sans', sans-serif;

    font-size: 14px;

    color: #666;

    background-color: #fff;

    line-height: 1.7em;

    font-weight: 500;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    background-color: #199D99;

}



.connexion

{

    width: 50%;

    margin: 0 auto;

    padding: 30px;

    background-color: rgba(255, 255, 255, 0.90);

    margin-top: 5%;

    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;

    border: 1px solid #ccc;

}



.gauche

{

    float: left;

    width: 50%;

    text-align: center;

}



.gauche img

{

    width: 60%;

}



.droite

{

    float: right;

    width: 50%;

}



.gauche h1

{

    font-size: 40px;

    font-weight: bold;

    text-transform: uppercase;

    padding: 10px;

}



.gauche h2

{

    font-size: 25px;

    font-weight: bold;

    text-transform: uppercase;

    padding: 10px;

}



.cl

{

    clear: both;

}



.bleu

{

    color: #199D99;

}



.rouge

{

    color: #122438;

}



button

{

    border: none;

    padding: 20px;

    width: 100%;

    margin: 0 auto;

    font-size: 16px;

    font-weight: 500;

    padding: .3em 1em;

    line-height: 2.5em !important;

    text-transform: uppercase;

    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}



.esp-10

{

    margin-top: 10px;

}



.btnrouge

{

    background-color: #122438;

    color: #FFF;

}



.btnbleu

{

    background-color: #199D99;

    color: #FFF;

}



.btnnoir

{

    background-color: #2e2e2e;

    color: #FFF;

}



.btnnoir:hover

{

    background-color: #CCC!important;

    color: #2E2E2E!important;

}



button:hover

{

    cursor: pointer;

    background-color: #2E2E2E;

    color: #FFF;

    border: 0px solid #FFF;

}



.version

{

    text-align: right;

    padding: 10px;

    margin-bottom: -20px;

}



.oModal {

  position: fixed;

  z-index: 99999;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.8);

  opacity:0;

  -webkit-transition: opacity 400ms ease-in;

  -moz-transition: opacity 400ms ease-in;

  transition: opacity 400ms ease-in;

  pointer-events: none;

}



.oModal:target {

  opacity:1;

  pointer-events: auto;

}



.oModal:target > div {

  margin: 10% auto;

  transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

}



.oModal > div {

  max-width: 600px;

  position: relative;

  margin: 1% auto;

  padding: 8px 8px 8px 8px;

  border-radius: 5px;

  background: #FFF;

  transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

}



.liendroite

{

    float: right;

    margin-right: 10px;

}



.liendroite a

{

    color: #666;

    text-decoration: none;

    font-size: 20px;

    font-weight: bold;

}



.liendroite a:hover

{

    color: #122438;

}



form

{

    width: 80%;

    margin: 0 auto;

    margin-top: 20px;

    margin-bottom: 20px!important;

}



form select

{

    width: 100%;

    padding: 10px;

    margin-top: 5px;

    margin-bottom: 5px;

}



form input

{

    width: 100%;

    padding: 10px;

    margin-top: 5px;

    margin-bottom: 5px;

}



form input[type="checkbox"]

{

    width: 20%;

    padding: 12px;

    margin-top: 10px;

    margin-bottom: 10px;

}



label

{

    padding: 10px;

    margin-top: 10px;

    margin-bottom: 10px;

}



form input:focus

{

    outline: none !important;

}



form input[type="submit"]

{

    color: #FFF;

    width: 100%;

    padding: 10px;

    margin-top: 5px;

    margin-bottom: 5px;

    border:0px solid #FFF;

    text-transform: uppercase;

}



form input[type="submit"]:hover

{

    color: #FFF!important;

    background-color: #2E2E2E!important;

    cursor: pointer;

    transition: all 300ms ease 0ms;

    border:0px solid #FFF;

}



.oModal h3

{

    text-align: center;

    text-shadow: none;

    line-height: 1.1em;

    text-transform: uppercase;

    text-decoration: none;

    font-size: 30px;

}



#alert

{

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    display: none; 

}



.succes 

{

    background-color: rgb(50,205,50);

    color: #FFF;

    padding: 10px;

}



.erreur 

{

    background-color: #2E2E2E;

    color: #FFF;

    padding: 10px;

}



@media only screen and (max-width:768px)

{

    .connexion

    {

        width: 90%;

    }



    .gauche

    {

        width: 100%;

    }



    .droite

    {

        width: 100%;

        font-size: 14px!important;

    }



    button

    {

        font-size: 14px!important;

    }



    .gauche h1

    {

        font-size: 30px;

    }

}