a, a:visited, a:hover {
    color: inherit;
    text-decoration: none;
}
.header {
    background-attachment: fixed;
    background-position: center bottom;
    background-size:cover;
    float: left;
    height: 300px;
    width: 100%;
}
header{
    background-image: url("/images/header.jpg");
    background-size: cover;
    height: 300px;
}
section {
    float: left;
    width: 100%;
}
#logo {
    background-image: url("/images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 130px;
    margin-top: 80px;
    width: 100%;
}

.content{
    float: left;
    width: 1080px;
    margin-left:calc((100% - 1080px) / 2);
    padding-bottom: 90px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
}
@media all and (max-width: 1080px){
    .content{
        width:100%;
        margin:0;
    }
}

.minHeightContent{
    min-height:calc(100vh - 300px - 33px);
}
.hidden{
    display:none;
}
h1, h2, h3, h4, h5, h6 {
    color: #2d2c4d;
    float: left;
    font-family: Open Sans Light;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
h1 {
    font-size: 2.4em;
    line-height: 40px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight:500;
    letter-spacing:3px;
}
h2 {
    line-height: 30px;
    text-transform: initial;
    font-weight:500;
}
.rosace {
    background-image: url("../images/rosace.png");
    background-position: center center;
    background-size: auto 100%;
    float: left;
    height: 105px;
    margin-bottom: 0;
    margin-top: 35px;
    width: 100%;
    background-repeat: no-repeat;
}
.separator {
    background-image: url("../images/separator.jpg");
    background-position: center center;
    background-size: 100% auto;
    float: left;
    height: 5px;
    width: 100%;
}
.chapo {
    color: #76d3d7;
    float: left;
    font-family: Neutra text;
    font-size: 1.8em;
    line-height: 35px;
    margin-top: 40px;
    text-align: center;
    width: 100%;
    font-weight:500;
}
.sousTitre {
    color: #36a9e0;
    float: left;
    font-family: Open Sans Light;
    font-size: 2em;
    line-height: 22px;
    margin-top: 35px;
    text-align: center;
    width: 100%;
    font-weight:500;
    margin-bottom:35px;
}
.legendeTitre{
    color: grey;
    float: left;
    font-family: Open Sans LightItalic;
    font-size: 1.3em;
    line-height: 18px;
    margin-top:10px;
    text-align: center;
    width: 100%;
}
.containerBouton {
    float: left;
}
.container{
    float:left;
    width:100%;
}
.notDisplay {
    display: none;
}
.gras {
    font-weight:bold;
    color:#2d2c4d;
}
.bloc{
    float:left;
    width:100%;
}

.custom_form{
    float:left;
    margin-top:30px;
    border-bottom:1px solid #eeeeee;
    border-top:1px solid #eeeeee;
    padding:15px 0;
}
.custom_form h5{
    float: left;
    width:auto;
    margin:0;
    font-size:1em;
    color:#36a9e1;
    font-family:Open Sans Bold;
    text-align:left;
    margin-top:-25px;
    background-color:white;
    padding: 0 10px;
    margin-left:15px;
}

.container_actions{
    margin-top:15px;
}
.container_actions .boutonBleu,
.container_actions .cancel_button{
    float:right;
}
.container_actions .erreurs{
    float:left;
    width:50%;
}

.boutonBleu{
    background-color: #2893d1;
    color: white;
    float: left;
    font-family: Open Sans;
    font-size:1em;
    line-height: 31px;
    text-align: center;
    width: auto;
    font-weight:500;
    padding:0 15px;
    transition: background 0.4s;
}
.boutonBleu:hover{
    cursor:pointer;
    background-color:#1f70b8;
}

.boutonBleu.disabled{
    background-color:#dedede;
    pointer-events:none;
}

.cancel_button{
    background-color: #dedede;
    color: white;
    float: left;
    font-family: Open Sans;
    font-size:1em;
    line-height: 31px;
    text-align: center;
    width: auto;
    font-weight:500;
    padding:0 15px;
    transition: background 0.4s;
    margin:0 15px;
}
.cancel_button:hover{
    cursor:pointer;
    background-color:orangered;
}



.easy-autocomplete input{
    border-radius:0;
    box-shadow:none;
}

.custom_icone{
    float:left;
    width:35px;
    padding-left:15px;
}
.custom_icone i{
    float:left;
    width:100%;
    text-align:center;
    color:#dedede;
    line-height:31px;
    margin-top:21px;
}
.custom_icone:hover{
    cursor:pointer;
}
.custom_icone:hover i{
    color:#36a9e1;
}

.customButton_add{
    float:left;
    margin-top:15px;
}
.customButton_add i{
    float:left;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    background-color:#36a9e0;
    color:white;
    border-radius:10px;
    font-size:0.8em;
}
.customButton_add span{
    float:left;
    width:calc(100% - 20px);
    padding-left:5px;
    line-height:20px;
    color:#36a9e0;
}
.customButton_add:hover{
    cursor:pointer;
}
.customButton_add:hover i{
    background-color:#1f70b8;
}
.customButton_add:hover span{
    color:#1f70b8;
}

.backgrounded{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
#connexionAssure {
    margin-bottom: -137px;
}
#formConnexionAssure, #formConnexionGestionnaire {
    float: left;
    font-family: Open Sans SemiBold;
    margin-left: 25%;
    margin-top: 40px;
    width: 50%;
}
.customSelect{
    float: left;
    width:100%;
    border:1px solid #dedede;
    height:31px;
    font-family:Open Sans Light;
    padding:0 5px;
    line-height:31px;
}
.customInput {
    background-color: #caf0ff;
    border: 0 none;
    float: left;
    font-family: Open Sans Light;
    letter-spacing: 1px;
    line-height: 20px;
    margin-left: 1%;
    padding: 5px 10px 5px 8px;
    width: 49%;
}
.customLabel {
    float: left;
    line-height: 30px;
    margin: 0;
    padding-right: 5px;
    text-align: right;
    width: 50%;
}

.formLine{
    float:left;
    width:100%;
}
.formLine label{
    float:left;
    width:100%;
    margin-bottom:3px;
    text-transform:uppercase;
    color:grey;
    font-family:Open Sans Light;
    font-size: 0.8em;
    margin-top: 7px;
}
.formLine input{
    float:left;
    width:100%;
    border:1px solid #dedede;
    line-height:31px;
    padding:0 5px;
}


select,
textarea{
    float:left;
    width:100%;
    height:31px;
    line-height:31px;
    border:1px solid #dedede;
    padding:0 5px;
}

.titre_selection{
    float:left;
    width:100%;
    margin:0;
    line-height:31px;
    font-size:1em;
    text-transform:uppercase;
    color:#1f70b8;
    font-family:Open Sans SemiBold;
    text-align:center;
}

/* #menuAdministrationSinistres li span.nb_demande_remboursements,
#menuAdministrationSinistres li span.nb_demandes,
#menuAdministrationSinistres li span.nb_pec_recentes,
#menuAdministrationSinistres li span.nb_taches,
#menuAdministrationSinistres li span.nb_echanges{
    padding:0 5px;
    margin-left:-8px;
    border-radius:15px;
    background-color:orange;
    color:white;
    line-height:15px;
    margin-top:8px;
    font-size:0.8em;
} */


#formConnexionAssure input[name="numIdentification"] {
    width: 30%;
}
#formConnexionAssure input[name="passwordAssure"] {
    width: 25%;
}
#formConnexionAssure input[type="submit"], .btnConnexion {
    background-color: #36a9e0;
    border: 0 none;
    color: white;
    font-family: Open Sans ExtraBold;
    line-height: 32px;
    margin-left: 37.5%;
    margin-top: 45px;
    width: 25%;
}
.inputConnexionAssure, .inputConnexionGestionnaire {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
#menu-mobile{
    position:absolute;
    float:left;
    width:60px;
    height:60px;
    top:5px;
    right:5px;
}
#menu-mobile span{
    line-height:60px;
    font-size:1.8em;
    color:white;
    text-align:center;
    width:100%;
}
#menu-mobile{
    background-color:transparent;
}
#menu-mobile:hover{
    cursor:pointer;
}

#menuAdministrationSinistres, #menuAdministrationParametres {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    float: left;
    margin-bottom: 10px;
    margin-top: 35px;
    width: 100%;
}
 #menuAdministrationParametres {
     margin-top: 0px;
 }
#menuAdministrationSinistres ul, #menuAdministrationParametres ul{
    float: left;
    font-family: Open Sans Light;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#menuAdministrationSinistres li, #menuAdministrationParametres li{
    float: left;
    font-size: 0.8em;
    list-style: outside none none;
    text-transform: uppercase;
    width: auto;
}
#menuAdministrationSinistres li span, #menuAdministrationParametres li span{
    color: grey;
    float: left;
    line-height: 30px;
    padding: 0 13px;
    width: auto;
}
#btnConnexionGestionnaire {
    border: 0 none;
    float: left;
    font-family: Open Sans Bold;
    letter-spacing: 1px;
    line-height: 31px;
    margin-left: 40%;
    margin-top: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    width: 20%;
}
#btnConnexionGestionnaire:hover{
    background-color: #1f70b8;;
    cursor:pointer;
}
.erreurConnexion {
    color: #f73c3c;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
footer {
    background-color: #2893d1;
    border-top: 2px solid white;
    color: white;
    font-family:Open Sans Light;
    float: left;
    font-size: 0.8em;
    height: 33px;
    padding-top: 7px;
    text-align: center;
    width: 100%;
    position:relative;
    bottom: 0;
}
.easy-autocomplete-container {
    float: left;
    position: absolute;
    top:35px;
}
.circleEtatSinistre:hover{
    cursor:pointer;
    opacity:1;
}
#linkParametres:hover{
    cursor:pointer;
}

.modal .modal-content{
    float:left;
    width:800px;
    margin-left:calc((100% - 800px) / 2);
    margin-top:5vh;
    padding:35px;
    border-radius:0;
}

.modal_size_800{
    margin-left:calc((100% - 800px) / 2);
}
.modal_size_950{
    width:950px;
    margin-left:calc((100% - 950px) / 2);
}

.modal h2{
    margin-top:0;
}


#modal_chargement{
    padding:0;
}
#modal_chargement .modal-content{
    width:500px;
    margin-left:calc((100% - 500px) / 2);
    margin-top:15vh;
    border-bottom:5px solid #1f70b8;
}
#modal_chargement article{
    float:left;
    width:100%;
    text-align:center;
}
#modal_chargement article i{
    float:left;
    width:100%;
    text-align:center;
    color:#36a9e1;
}
#modal_chargement article span{
    float:left;
    width:100%;
    text-align:center;
    line-height:31px;
    font-family:Open Sans Light;
    font-size:0.8em;
}
#modal_chargement .container_actions{
    display:none;
}


#modalAccesParametres .modal-content{
    float:left;
    width:100%;
    max-width:500px;
    padding:35px;
    margin-top:5vh;
}
#modalAccesParametres h2{
    margin-top:0;
}

#formAccesParametres{
    float:left;
    width:100%;
    margin-top:25px;
}
#containerBtnConnexionParametres{
    float:left;
    width:100%;
    margin-top:15px;
}
#btnConnexionParametres{
    float:right;
    width:auto;
    font-family:Open Sans Bold;
    padding:0 15px;
    line-height:31px;
}
#btnConnexionParametres:hover{
    cursor:pointer;
    background-color:#1f70b8;
}
#erreurConnexionParametres{
    float:right;
    font-family:Open Sans LightItalic;
    color:red;
    line-height:31px;
    margin-right:10px;
}
.dateFinValiditeContrat{
    font-family:Open Sans LightItalic;
    color:orange;
}
#modalMentionsLegales .modal-content{
    width:100%;
    width:600px;
    margin-left:calc((100% - 600px) / 2);
    margin-top:5vh;
    padding:35px;
    border-radius:0;
}
#modalMentionsLegales h2{
    margin-top:0;
}
#linkMentionsLegales:hover{
    cursor:pointer;
}
.modal-open{
    overflow:auto;
}
.iconeTiersRemboursable{
    font-family:Open Sans Bold;
    color:#1f70b8;
    padding-left:10px;
}
#containerMentionsLegales{
    width:100%;
    text-align:center;
    line-height:25px;
    margin-top:35px;
}
#erreurDemandeDevis{
    float:right;
    margin-right:10px;
    padding:0 5px;
    font-family:Open Sans LightItalic;
    line-height:25px;
}
.itemMenuMobile{
    float:left;
    width:100%;
    font-family:Open Sans Bold;
    color:#36a9e0;
    text-align:center;
    margin:0 7.5px;
}
#modal-navigation-mobile .modal-content{
    width:90%;
    margin-left:5%;
    line-height:31px;
    border-radius:0;
    float:left;
    padding: 15px;
    margin-top:35px;
}
.nomGamme{
    float:left;
    width:auto;
    line-height: 37px;
    padding-left: 33px;
    color:#2c2e83;
    font-family:Open Sans Bold;
    font-size:1.2em;
}

.colListeDonnees{
    float:left;
}
.colListeDonnees h4{
    background-color: #1f70b8;
    color: white;
    float: left;
    font-family: Open Sans Bold;
    font-size: 1.1em;
    line-height: 25px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    width: 100%;
}

.contentListeDonnees{
    float:left;
    width:100%;
}

.ligneDonnee{
    float:left;
    width:100%;
    font-family:Open Sans Light;
    padding:0 5px;
    line-height:25px;
    height:25px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:"...";
}
.ligneDonnee:nth-child(even){
    background-color:#dedede;
}

.itemCarenceHosp,
.itemCarenceDentaire,
.itemCarenceOptique{
    float:left;
    width:auto;
    margin-left:15px;
    color:#36a9e0;
}
.itemSurprime{
    float:left;
    width:auto;
    margin-left:15px;
    color:orangered;
}

.itemCarenceHosp span,
.itemCarenceDentaire span,
.itemCarenceOptique span,
.itemSurprime span{
    float:left;
    width:auto;
    line-height:31px;
    margin:0 2.5px;
    font-size:0.8em;
}
.itemCarence:first-child{
    margin-left:0;
}

.btnLangue{
    float: right;
    width: 35px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-left:15px;
}
.btnLangue:hover{
    cursor:pointer;
}

.flagEn{
    background-image:url("/images/flagEn.png");
}
.flagFr{
    background-image:url("/images/flagFr.png");
}

.libelleChargement{
    float:left;
    width:100%;
    margin-top:10px;
    font-family:Open Sans LightItalic;
    color:grey;
    padding-left:25px;
}
.libelleChargement i{
    margin-right:5px;
}

.btnDeconnexionAssure{
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: Open Sans Light;
    text-transform: uppercase;
    border: 1px solid rgb(145, 145, 145);
    color: rgb(145, 145, 145);
    padding: 0 15px;
    font-size:0.8em;
    line-height:25px;
}
.btnDeconnexionAssure:hover{
    color:#1f70b8;
    border: 1px solid #1f70b8;
}

.messageAucunElement{
    float:left;
    width:100%;
    line-height:31px;
    color:#dedede;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    text-align:center;
    font-style:italic;
    margin-top:5px;
}
.loader{
    float:left;
    width:100%;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    color:#dedede;
    text-align:center;
    line-height:31px;
    margin-top:5px;
}


.containerBtnSuivi{
    float:left;
    width:100%;
    margin-bottom:15px;
    margin-top:15px;
}
.btnSuivi{
    float:right;
    border:1px solid #36a9e1;
    color:#36a9e1;
    width:auto;
    padding:0 10px;
    margin-right:5px;
    height: 30px;
    margin-top: 6px;
}
.btnSuivi span, .btnSuivi i{
    float:left;
    width:100%;
    text-align:center;
    line-height:25px;
    width:25px;
}
.btnSuivi:hover{
    cursor:pointer;
    background-color:#1f70b8;
    border:1px solid #1f70b8;
}
.btnSuivi:hover *{
    color:white;
}

#modal_confirmation article{
    float:left;
    width:100%;
    text-align:center;
    margin-top:35px;
    margin-bottom:35px;
}
#modal_confirmation .action_confirmer{
    float:right;
    width:auto;
    padding:0 15px;
}
#modal_confirmation .action_annuler{
    float:right;
    width:auto;
    padding:0 15px;
    margin-right:10px;
}



#modal_alerte .modal-content{
    float:left;
    width:500px;
    margin-left:calc((100% - 500px) / 2);
    border-top:8px solid orangered;
    padding-bottom:25px;
}
#modal_alerte article{
    float:left;
    width:100%;
    text-align:center;
    margin-top:35px;
    margin-bottom:35px;
}
#modal_alerte .sousTitre{
    color:orangered;
}
#modal_alerte .action_fermer{
    float:right;
    width:auto;
    line-height:31px;
    color:white;
    background-color:#eeeeee;
    border-radius:10px;
    padding:0 15px;
}
#modal_alerte .action_fermer i{
    float:left;
    width:auto;
    line-height:31px;
}
#modal_alerte .action_fermer span{
    float:left;
    width:auto;
    line-height:31px;
    margin-left:10px;
}
#modal_alerte .action_fermer:hover{
    background-color:orangered;
    cursor:pointer;
}


#modal_notification .modal-content{
    float:left;
    width:500px;
    margin-left:calc((100% - 500px) / 2);
    border-top:8px solid #2893d1;
    padding-bottom:25px;
}
#modal_notification article{
    float:left;
    width:100%;
    text-align:center;
    margin-top:35px;
    margin-bottom:35px;
}
#modal_notification .sousTitre{
    color:#2893d1;
}
#modal_notification .action_fermer{
    float:right;
    width:auto;
    line-height:31px;
    color:white;
    background-color:#eeeeee;
    border-radius:10px;
    padding:0 15px;
}
#modal_notification .action_fermer i{
    float:left;
    width:auto;
    line-height:31px;
}
#modal_notification .action_fermer span{
    float:left;
    width:auto;
    line-height:31px;
    margin-left:10px;
}
#modal_notification .action_fermer:hover{
    background-color:orangered;
    cursor:pointer;
}



.message_aucunElement{
    float:left;
    width:100%;
    line-height:31px;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    text-align:center;
    color:#dedede;
    margin-top:15px;
}

.titre_selection{
    float:left;
    width:100%;
    margin:0;
    line-height:31px;
    font-size:1em;
    text-transform:uppercase;
    color:#1f70b8;
    font-family:Open Sans SemiBold;
    text-align:center;
}