/*******************  NORMALIZE ***********************/
html {
    margin: 0;
    padding: 0;
    font: normal 10px "Montserrat", sans-serif, Arial, Verdana, Helvetica, sans-serif;
    color: #374651;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
    color: #222c4d;
    height: 100%;
    line-height: 1.67;
    font-weight: 400;
    min-height: 100%;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, strong, em, u, small, div, table, tbody, tr, td, form, input, select, textarea, fieldset, label, option {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}
b, strong {
    font-weight: 700;
}
a {
    color: #374651;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #2A3B8F;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: middle;
  }
textarea {
    resize: vertical;
}
input[type=submit] {
    cursor: pointer;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*******************  HELPER CLASSES ******************/
.hidden {
    display: none !important;
}
.visuallyhidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*******************************************************************/
/********************* COMMUN **************************************/
/*******************************************************************/
.site{
    padding-bottom: 120px;
    min-height: calc(100vh - 76px);
}
section{
    padding: 0 30px;
}
.wrap{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.titre1{
    font-size: 4.2rem;
    color: #222c4d;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 1;
}
.titre2{
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #5c7f96;
}


/*******************************************************************/
/********************* HEADER **************************************/
/*******************************************************************/
header{
    margin-bottom: 45px;
}
.logo{
    margin: 75px auto 30px;
    display: block;
}
.fond-header{
    height: 80px;
    width: 100%;
    background-image: url(../img/fond-header.png);
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1) inset;
}


/*******************************************************************/
/********************* FOOTER **************************************/
/*******************************************************************/
footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 90px;
    padding: 0 30px;
}
footer a{
    color: #4098b4 ;
    padding: 30px 0;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    transition: 0.3s;
}
footer a:hover{
    color: #5c7f96;
}

/*******************************************************************/
/********************* AUTH ****************************************/
/*******************************************************************/
.auth{
    text-align: center;
}

/*******************************************************************/
/********************* CHANGE PASSWORD *****************************/
/*******************************************************************/
.change-pwd{
    text-align: center;
}
[class^="step"] {
    /*margin-bottom: 100px;*/
}


/*******************************************************************/
/********************* FORMULAIRE **********************************/
/*******************************************************************/
form{
    margin-top: 50px;
}
input{
    appearance: none;
    border: 1px solid #5c7f96;
    font-family: 'Montserrat';
    color: #afb2b4;
    font-size: 1.4rem;
    width: 100%;
    max-width: 500px;
    font-weight: 400;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: 0 0 0 #ffffff;
}
input[type="submit"]{
    background-color: #5c7f96;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    transition: 0.3s;
}
input[type="submit"]:hover{
    background-color: #4098b4;
}
.msg{
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.msg.error{
    color: #f90824;
}
.msg.ok{
    color: #0a7937;
}
.step3 p{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.6rem;
    margin-bottom: 40px;
}
.step3 p:last-child{
    text-decoration: underline;
    margin-bottom: 0;
}


/*******************************************************************/
/********************* LEGAL NOTICE ********************************/
/*******************************************************************/
.breadcrumb{
    text-decoration: underline;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -35px;
    transition: 0.3s;
}
.breadcrumb::before{
    content: '> ';
    position: absolute;
    left: -10px;
    top: 0;
}
.breadcrumb:hover{
    text-decoration: underline;
    color: #4098b4;
}
.legal-notice h2{
    font-weight: 700;
    font-size: 1.4rem;
}
.legal-notice p{
    margin-bottom: 30px;
}
.legal-notice ul{
    margin-bottom: 30px;
    margin-left: 20px;
}


/*******************************************************************/
/********************* RESPONSIVE **********************************/
/*******************************************************************/
@media only screen and (max-width : 1024px) {
    .titre1{
        font-size: 3.2rem;
    }
    .titre2{
        font-size: 1.8rem;
    }
    .msg{
        font-size: 1.4rem;
    }
    .site{
        padding-bottom: 85px;
        min-height: calc(100vh - 53px);
    }
    .logo{
        width: 200px;
        height: auto;
        margin-top: 50px;
    }
    .fond-header{
        height: 70px;
    }
    footer{
        height: 50px;
    }
    footer a{
        padding: 15px 0;
    }
}


@media only screen and (max-width : 600px) {
    html{
        font-size: 9px;
    }
    .site{
        min-height: calc(100vh - 26px);
    }
    section{
        padding: 0 15px;
    }
    .logo{
        width: 150px;
        height: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .fond-header{
        height: 50px;
    }
    form{
        margin-top: 32px;
    }
    input{
        padding: 10px;
    }
}
