@charset "utf-8";
body, html
{
    height: 100%;
    margin: 0;
}

/*COMMON CSS*/
body
{
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size:18px;
}

body nav div div
{
    /*border:1px solid red;*/
    text-align: center;
}

body nav div div h1
{
    font-weight: 300;
    font-size:3em;
}

body nav div div h1 b,
body div div div div h2 b
{
    color: #afd8e4;
    font-weight: 600;
}

.warning{
    color:#f40000;
}

.success{
    color:#2985A8;
}

/*ACCUEIL CSS*/
body#accueil
{
    background: url('../images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body#accueil > div
{
    overflow: hidden;
    height: 100%;
}

/*Effet de filtre sur la page*/
body#accueil div div.gradient-overlay
{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(24,48,63,0.6), rgba(0,0,0,0));
}

body#accueil div div div.welcome{
    display:none;
    margin-top:750px;
}

body#accueil div div div div h2
{
    color: rgba(255,255,255,1) ;
    font-weight: 300;
    margin-top: 200px;
}

body#accueil div div div div p
{
    margin-top: 30px;
}

body#accueil p.start{
    position:relative;
    z-index:10;
}

body#accueil p.start a.btn
{
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Roboto', sans-serif;
    border: solid 3px #afd8e4;
    padding: 10px 20px;
    color: #afd8e4;
}

body#accueil p.start a.btn:hover
{
    color: #afd8e4;
    border-color: #afd8e4;
}

/*DOSSIER CSS*/
body#dossier nav,body#creneaux nav
{
    background-color: #fff;
}

body#dossier div.gris,body#creneaux div.gris
{
    background-color: #f5f5f5;
    /*margin-top:100px;*/
    padding-top:110px;
    padding-bottom:60px;
    min-height: calc(100vh - 50px);
}

body#dossier div.vert,body#creneaux div.vert
{
    background-color: #afd8e4;
    min-height:80px;
    text-align: center;
    color:#fff;
    padding-top: 20px;
}

body#dossier div.gris div div h5, body#creneaux div.gris div div h5
{
    color:#afd8e4;
}

body#dossier div.gris div div h5 b,body#creneaux div.gris div div h5 b
{
    font-weight: 600;
}

select.small_select
{
    max-width: 100px;
    display: inline;
    margin-right: 15px;
}

/*input[type="radio"]
{
    margin-left:10px;
    margin-right:25px;
}*/

input[type="file"]
{
   font-size:14px;
   display:block;
}

h6
{
    text-transform: uppercase;
    font-weight: 600;
}

.small
{
    font-size:80%;
}

footer
{
    background-color: #888;
    text-transform: uppercase;
    text-align: center;
    font-size:10px;
    color:#fff;
    min-height:50px;
}

footer p
{
    padding-top:20px;
}

footer p b{
    font-weight:600;
}

/*POPUP*/
div.popup{
    border:2px solid #aaa;
    background-color: #fff;
    z-index:50;
    max-width: 400px;
    min-width:200px;
    width:40%;
    text-align: center;
    border-radius: 10px;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
    box-shadow: 8px 8px 12px #aaa;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    display:none;
    position:absolute;
    top:-250px;
}

.center{
    text-align: center;
}

body#dossier input.btn-pass, body#creneaux input.btn-pass{
    background-color: #afd8e4;
    border-color: #afd8e4;
    color:white;
}

body#dossier input.btn-pass:hover,body#creneaux input.btn-pass:hover{
    color:white;
    background-color: #2985A8;
    border-color: #2985A8;
}

fieldset{
    border:1px solid #afd8e4;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

fieldset legend{
    font-style: italic;
    width:auto;
    font-size:18px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight:bold;
}

label span{
    font-weight: bold;
    color:#cf0e0e;
}

.form-group {
    margin-bottom: 1rem;
}

div#bloc_maternelle, div#bloc_elementaire, div#bloc_autre_ecole{
    display:none;
}

div.bloc_aa, div.bloc_jan{
    margin-bottom:25px;
}

div.bloc_aa h1, div.bloc_jan h1
{
    font-size:18px;
    font-style: italic;
    text-decoration: underline;
}

.hidden{
    display:none;
}

p.periode{
    padding:5px;
    background-color:#003366;
    color:#fff;
}

span.select2-container{
    width:100% !important;
}

h1.titre_formulaire{
    background-color:#003366;
    color:#fff;
    padding:5px;
    text-align:center;
    border-radius:5px;
}

nav.navbar-accueil{
    background-color: #fff;
    opacity:0.45;
}

input#adresse_r1_secours, input#adresse_r2_secours, input#adresse_questionnaire_secours{
    display:none;
}

span#countdown{
    font-weight: bold;
    color:#cf0e0e;
    font-size:1.5rem;
}

img.img-40{
    width:40%;
}

img.img-20{
    width:20%;
}