﻿@font-face {
    font-family: "Antartida-Bold";
    src: url('../Fonts/Antartida/Atartida-Bold.otf');
}

@font-face {
    font-family: "Antartida-Medium";
    src: url('../Fonts/Antartida/Atartida-Medium.otf');
}

h1, h2, h3 {
    font-family: "Antartida-Bold" !important;
}

h4, h5, h6 {
    font-family: "Antartida-Medium" !important;
}

html {
    position: relative;
    min-height: 100%;
    font-family: "source-sans-pro", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}   
 

body{
	background: #fff!important;
	font-family: arial, open-sans;
	overflow-x: hidden; 
	padding-bottom: 0px; 
    font-size: 18px;
}

footer {
	bottom: 0;
    padding: 0px;
    padding-top: 0px;
    background-repeat:  repeat-x;
    background-size: contain;
	max-height: 200px;
	width: 100%;
	-moz-box-shadow: 0px 2px 5px 0px #c9c9c9;
	-webkit-box-shadow: 0px 2px 5px 0px #c9c9c9;
	-o-box-shadow: 0px 2px 5px 0px #c9c9c9;
	box-shadow: 0px 2px 5px 0px #c9c9c9;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c9c9c9, Direction=180, Strength=5);
}

p {
    color: #333;
    font-size: 18px;
}

span{
	font-weight: 500;
}

.text-danger {
    color: #a50642 !important;
}
.text-blue{
	color: #00619c !important;
    font-size:12px;
}
.text-black {
    color: #333 !important;
}
.text-green{
	color: #1aba51 !important;
    font-size:12px;
}
.text-red{
	color: #d41617 !important;
    font-size:12px;
}
.sub-head-title
{
    background-color:#016570;
    height: 3em;
}
.btn-defaultSupp {
    font-family: Antartida-Medium;
    background: #ffffff;
    color: #333;
    padding: 1rem 3.4rem 1rem;
    border-radius: 5rem !important;
    border-color: #333;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.75px;
}

.btn-primarybtn {
    background-color: #00619c !important;
    border-color: #00619c !important;
    color: white;
    height: 40px !important;
    width: 60% !important;
    margin-bottom: 2% !important;
}

.btn-primary:hover {
    background-color: #185361 !important;
    border-color: #185361 !important;
}

.btn-link{
	color: #00619c !important;
	border-color: #00619c !important;
	border-radius: 4px !important;
}
.btn-link:hover{
	text-decoration: none !important;
	background: #eee !important;
}

.btn-transparent, .btn-transparent-2 {
    background: none;
    border: none;
}
#boutons{
	margin: 50px 0 0 0;
}

hr{
	margin-top: 0px !important;
}

h4.modal-title {
    padding: 0px;
}

.modal .row {
    padding: 0px;
}

.browser-detail {
    font: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    font-size: 10px;
}
input
{
    border-radius: 15px !important;
}
.btn-primary
{
    background-color: #008391 !important;
    border-color: #008391 !important;
    border-radius: 15px !important;

}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
.title-color
{
color:#fff !important;
padding-top: 6px !important;
}

.text-label-vertClair
{
    color:#4C8509 !important;
}
.text-label-vert {
    color: #057e9a !important;
}
.text-label-black {
    color: #000 !important;
}

.texte-label-bleuClair
{
    color:#037FB0 !important;
}
.texte-label-rose
{
    color: #E90563 !important;
}
span:first-child
{
    margin-bottom: 5px !important;
}
span:first-child.bull.bull-vert,span:first-child.bull.bull-bleu,span:first-child.bull.bull-rouge{
    margin-bottom: -6px !important;
}
.form-control {
    border: 1px solid #707070 !important;
}
.form-control:focus {
    border-color: #008391 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 131, 145, .6) !important;
}
.has-error .form-control:focus {
    border-color: #843534 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6) !important;
}
.has-success .form-control:focus {
    border-color: #3c763d !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(60, 118, 61, .6) !important;
}

#Accueil-content p,#Erreur-content p,#Erreur-content span
{
    color:#000;
    font-family: Arial, sans-serif !important;

}
#Erreur-content
{
    margin-top: 50px;
}
#Erreur-content .btn-primary
{
    margin-bottom: 30px;
    margin-top: 20px;
}
#Accueil-content span
{
    font-weight: normal;
}
#FinalDemContent,#labelIntrodDem
{
    padding-top: 50px !important;
}
/*#Accueil-content {
     padding-top: 10px !important;
}*/
#Content-simuler p
{
    color:#4C8509 !important;
    font-weight: 600;
}
#Content-creer p
{
    color:#037FB0 !important;
    font-weight: 600;
}
#Content-seconnecter p
{
    color: #E90563 !important;
    font-weight: 600;
}
.alert-danger
{
    margin-top:5px;
}
.alert-info p {
    color: #31708f !important;
}

    footer p
    {
        font-weight: 400;
        font-size: 13px;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
        min-height: 25px;
    }



#CompteCree-content p
{
    float:left;
    text-align: left !important;
    color:#000;
}
#Simuler-radio-botton input
{
     display: none !important;
}
#Simuler-content p,#Simuler-content span,#rootwizard li a
{
    font-family: Arial, sans-serif !important;
}

#Simuler-content,#SimulatorResultat, #DeclarationSituation-content
{
      margin-top: 30px;
}
#RadioButtonList input
{
   visibility: hidden;
}
#RadioButtonList .btn
{
   padding: 3px 12px !important;
}
.marg-bottom {
    margin-bottom: 50px !important;
}
.text-marg
{
    margin-top:20px !important;
}
.text-marg-identite
{
    margin-top:50px !important;
}
#tb_QFam,#tb_revenuAnn
{
    width: 200px;
    width: 60%;
}
#Identite-content .col-sm-4
{
   padding-right: 0px !important; 
}
.range-center
{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#btn_valider,#btn_valid,#btn_cancel    
{
    width:150px;
    margin-top:5%;
}
#Abonnement-mensuel
{
    background-image: url(../Images/ABONNEMENT_VERT.png);
}
#Abonnement-annuel
{
    background-image: url(../Images/ABONNEMENT_BLEU.png);
}
#Abonnement-10-mois
{
    background-image: url(../Images/ABONNEMENT_ROSE.png);   
}
#Abonnement-60-mois
{
    background-image: url(../Images/ABONNEMENT_VIOLET.png);   
}
#Abonnement-10-mois, #Abonnement-annuel, #Abonnement-mensuel,#Abonnement-60-mois
{
    background-size: 100%;
    width: 120px;
    height: 120px;
    font-size: x-large;
}
#Abonnement-mensuel span, #Abonnement-annuel span, #Abonnement-10-mois span,#Abonnement-60-mois span
{
    margin-top: 40px;
    position: absolute;
    margin-left: -43px;
}
#lbl-Abonnement-mensuel, #lbl-Abonnement-annuel , #lbl-Abonnement-10-mois,#lbl-Abonnement-60-mois 
{
   font-size:15px;
   font-weight:500;
   color:#008391;
}

.lbl-color-offer
{
    color:#fff;
    font-size:30px;
}
 
/*#btnPrecedent {
    margin-left:20px;
}*/

.lblPosition
{
    margin-top:7px;
}
.btn-NotClicked
{
    width: 150px;
    padding-top: 10px;
    font-size: larger;
    height: 50px;
    background-color: #008391 !important;
    border-color: #008391 !important;
    border-radius: 15px !important;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
}
#LabelBarem
{
    width: 250px !important;
}
#LblBarem .btn-NotClicked
{
    width: 240px !important;
}
#Identite-content
{
  margin-bottom: 100px;
}
.sub-header
{
    font-size: 24px;
    font-weight: 500;
}
textarea
{
    border-radius: 20px !important;

}

.ui-widget-header {
    background: #057e9a !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #eee !important;
}

#tbNbreFoyer.ui-widget-content {
    background: #b9b9b9 !important;
}

#tb_nbreHandicap.ui-widget-content {
    background: #b9b9b9 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 10px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #008391 !important;
    background: #008391 !important;
    font-weight: normal;
    color: #454545 !important;
}

.inputRngeValue
{
    border: 0;
    color: #080808;
    font-weight: bold;
    float: right;
    width: 20px;
    margin-top: 15px;
    background-color: #ddd;
    border: 1px solid #abdde2;
    font-size: 11px !important;
    text-align:center;
}
 #RadioButtonList input[type="radio"]:empty ~ label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 0.5em;
    background-color: rgb(0, 131, 145);
    margin-top: 2em;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
#RadioButtonList input[type="radio"]:empty ~ label:hover {
        background-color: white;
        color: #008391;
}
 #RadioButtonList label {
    width: 100px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(209, 211, 212);
    border-image: initial;
    border-radius: 20px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#RadioButtonList input[type="radio"]:checked ~ label
{
    color: rgb(255, 255, 255);
    background-color: rgba(118, 173, 179, 0.670588) !important;
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url(https://fonts.gstatic.com/s/dosis/v6/RlBXAIuiO5GvH9-0-JbBlw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url(https://fonts.gstatic.com/s/dosis/v6/4hYyXH_8WmbBLamf6WjLwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/*Vertical Steps*/
.list-group.vertical-steps{
  padding-left:10px;
}
.list-group.vertical-steps .list-group-item{
  border:none;
  border-left:3px solid #ece5dd;
  box-sizing:border-box;
  border-radius:0;
  counter-increment: step-counter;
  padding-left:20px;
  padding-right:0px;
  padding-bottom:20px;  
  padding-top:0px;
}
.list-group.vertical-steps .list-group-item.active{
  background-color:transparent;
  color:inherit;
 visibility: visible;
}
.list-group-item.visited a {
    visibility: visible !important;
    color: #43861D;
} 
.list-group.vertical-steps .list-group-item:last-child{
  border-left:3px solid transparent;
  padding-bottom:0;
}
.list-group.vertical-steps .list-group-item::before {
    border-radius: 50%;
    background-color: #43861D;
    color: #ffffff;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.list-group.vertical-steps .list-group-item.active::before {
    padding-top: 4px;
}
    .list-group.vertical-steps .list-group-item span, .list-group.vertical-steps .list-group-item a{
  display:block;
  overflow:hidden;
  padding-top:2px;
}
/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
    width: 33px;
    height: 33px;
    background-color: #E90563;
    color: #ffffff;
}
.list-group.vertical-steps .list-group-item.completed{

  border-left: 3px solid #ece5dd;
}
.list-group.vertical-steps .list-group-item.completed::before {
    background-color: #a32179;
    color: #FFFFFF;
}
.list-group.vertical-steps .list-group-item.completed:last-child{
  border-left:3px solid transparent;
}

.list-group-item.active a {
    visibility: visible !important;
    color: #a32179;
}
.list-group-item a
{
    visibility: hidden ;
}
#rootwizard ol
{
    margin-top: 30px;
    margin-left: 50px;
}
.list-group.vertical-steps .list-group-item::before
{
    margin-left: -33px ;
}
.list-group.vertical-steps .list-group-item.active::before
{
    margin-left: -38px !important;
}

#rb_Allocataire,#ddSexe,#Rb_ChoixIdCompte,#Rb_ChoixAdrList 
{
    margin-left: auto;
    margin-right: auto;
}
.lable-rang-title
{
    margin-top:20px;
    margin-bottom:20px;
}
.lable-rang
{
    margin-top:10px;
    margin-bottom:10px;
}
.glyphicon-question-sign,.glyphicon-info-sign
{
    font-size: 20px;
    color: #008391 !important;
    top: 3px !important;
}
#loginID .form-control-feedback,#pwdID .form-control-feedback
{
  text-align:left !important;
}
  #loginID .fv-icon-no-label ,#pwdID .fv-icon-no-label,#adr-pers-content i
{
      top: 35px !important;
}
#birth-day-content i
{
    top:45px;
}

#tb_old_password + i,#tb_new_password + i,#tb_confirm_password + i
{
    top:25px !important;
}
#info_new_password i
{
    top:30px !important;
}
ol
{
    list-style-type: none !important;
}

li .list-group-item .completed .active
{
    height: 45px;
}

.inputBack-color {
  background-color:  #EBE5E7 !important;
}
#Rb_CAFList,#ddSexe,#Rb_ChoixIdCompte,#Rb_ChoixAdrList
{
    float:none;
}
.declarSit
{
    border: 2px solid #008391;
    height: auto;
    border-radius: 5px;
    padding-left: 5px;
    margin-left: -22px !important;
}

.declarSitInfo {
    top:10px !important;
}
#Rb_NonAllocataireList
{
    float:right;
}
#subHeader
{
    font-weight:500;
}

.ui-corner-all {
	border-radius : 10px;
}

 .ui-slider-range { 
	border: 1px solid #008391;
	background-color: #008391; 
 }
 
 .ui-widget-content {
    background: #eeeeee !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #057e9a !important;
    background: #057e9a !important;
    color: white !important;
    width: 22px !important;
    height: 22px !important;
    text-align: center;
    font-weight: bold;
    margin-top: -.2em;
}

.ui-slider-point {
    position: absolute;
    border: 1px solid white;
    background-color: white !important;
    border-radius: 3px;
    width: 7px;
    height: 7px;
    margin-top: .1em;
}
.ui-slider-Endpoint {
    position: absolute;
    border: 1px solid black;
    background-color: black !important;
    border-radius: 3px;
    width: 7px;
    height: 7px;
    margin-top: .1em;
}
.tabdyn-corner {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #008391;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.tabdyn-button {
	top : -4px;
}

.tabdyn-header {
	background-color : #008391;
	color : white;
	padding : 10px 15px 10px 15px; 
}

.tabdyn-col2 {
	border: 2px solid #026c77;
	background-color : #026c77;
	border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;

}

.button-help {
	color : #008391;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: none;
}
.btn-desactive {
    background-color: #868383 !important;
    border-color: #868383 !important;
    border-radius: 15px !important;
    color: #fff;
}

.col-pad{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*#captchaContainer {
    text-align: -webkit-center;
    text-align: -moz-center;
}*/

@media (max-width: 768px) {

     #ChoixDemande-content, 
     #TransmissionDemande-content,#succesTransmission-content, #divIdentiteAyantDroit,
     #IdentiteFoyer-content,#InfoFoyer,#LblBarem,#labelIntrodDem,#ListAyDroit,#P2,#AddAyantBtnContent,#Div1{

            text-align:center;
     }
    .label-marg {
            margin-top: 8px;
    }
     #ListAyDroit #BtnDeleteBnef
    {
            float:left !important;
            margin-right:0px !important;

     }
    #btn_valid,#btn_cancel
    {
        width: 100px !important;
    }
    #tb_confirm_password + i {
    top: 45px !important;
}
   
     footer {
         position: relative;
     }
    #btnUser {
        width: 12% !important;
        height: 40px !important;
        float: left !important;
        padding: 10px 8px;
    } 
    #btnDeconnexion {
        width: 88% !important;
        float: left !important;
        height: 41px !important;
    }
}
#ListAyDroit #BtnDeleteBnef
{
    margin-right:10px;
}
#LblBarem
{
   padding-left: 0px !important;
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 1200px) {
    div.labelFinalDem,#InfoFoyer,#introduction,#LblBarem,#DemandeTarSolid,#P2,#AddAyantBtnContent,#Div1
    {
           text-align:center !important;
    }
    #BtnDeleteBnef
    {
        float:left;
    }
    #div-info-sup {
        font-size: 1em !important;
    }
    #div-info-inf {
        font-size: 0.9em !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    div.labelFinalDem, #InfoFoyer, #introduction, #LblBarem, #DemandeTarSolid, #P2, #AddAyantBtnContent, #Div1 {
        text-align: center !important;
    }

    #BtnDeleteBnef {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 1200px)
{
    #div-info-sup
    {
        font-size: 1em !important;
    }

    #div-info-inf
    {
        font-size: 0.9em !important;
    }
}
@media (min-width: 992px)
{
    #AddAyantBtnContent
    {
       text-align:right !important;
    }
}

#DeclarationRes-content, #ChoixDemande-content, #succesTransmission-content, #divIdentiteAyantDroit{
   margin-top: 20px;
   font-family: Arial, sans-serif !important;
}      
.oldLinkVisited {
   color: #4C8509;
   visibility:visible !important;
}
#Rb_ChoixList {
    border: none !important;
}
#Pieces-justificatives, #TransmissionDemande-content {
 font-family: Arial, sans-serif !important;
}
.bull
{
    width: 23px;
    height: 24px;
    border-radius: 15px !important;
    display: inline-block;
    border: 1px solid transparent;
}
.bull-rouge {  
    background-color: #d41617 !important;
    border-color: #d41617 !important; 
}
.bull-vert{
    background-color: #1aba51 !important;
    border-color: #1aba51 !important;   
}
.bull-bleu{
    background-color: #00619c !important;
    border-color: #00619c !important;   
}
.NumList {
    width: 30px;
    font-size: larger;
    height: 30px;
    background-color: #008391 !important;
    border-color: #008391 !important;
    border-radius: 15px !important;
    display: inline-block;
    padding: 5px 9px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 13px;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
}
.row-marg
{
    margin-bottom:70px;
}
#ButtonMajS {
    margin: 5px 0;
}
#ButtonMajPJ {
    margin: 5px 0;
}
#Majff {
    margin: 5px 0;
}
#btnSuppAyantD {
    margin: 5px 0;
}
#btnMajAyantD {
    margin: 5px 0;
}
#birth-day-content div .help-block {
    margin-bottom: 20px;
}

label
{
    font-weight:500 !important;
}
.lbl-mdp-page
{
    font-weight: 600 !important;
}
#ddSexe td,#Rb_ChoixIdCompte td
{
    width:150px;
}
#Identite-content .help-block{
color : #a94442 !important;
}
.text-marg-identite-foyer {
    margin-top: 40px;
}
.btn-Modal-center{    
    text-align: center !important;
}
@media (min-width: 768px) {
    #modDoblonCarte .modal-dialog, #modDoblon  .modal-dialog {
        width: 500px !important;
    }

    #rootwizard.menuOpen {
        padding-left: 220px;
        transition: all 250ms ease-in-out 0s;
    }
}
#LabelSituation u {
    color: #337ab7;
}
#Rb_ChoixAdrList span {
    padding-bottom: 20px;
    text-align: left;
}
btn-plus-color
{
    color: #008391;
}
#lb_msg_Recapitulatif
{
    color: #ffffff;
    background-color: rgb(0, 131, 145) !important;
    border-color: #008391 !important;
}
.no-marg-right
{
    padding-right: 0px !important;
}
.no-marg-top
{
     margin-top: 0px !important;
}
.table > tbody > tr > td
{
    border-top: none !important;
}

#Accueil-content a:hover,#Accueil-content a:focus {
    color: #11525e;
    text-decoration: underline;
}
#Accueil-content a:active,#Accueil-content a:hover {
    outline: 0;
}

#footerPage .nav-justified > div > a {
    border-right: 0px solid #ffffff;
    font-size:15px !important;
}
#Accueil-content .nav-pills > li > a ,#footerPage .nav-pills > li > a{
    border-radius: 0px;
}
#Accueil-content a,#footerPage a {
    color: #ffffff;
    text-decoration: none;
}
#Accueil-content a {
    background-color: transparent;
}
#Accueil-content .nav-justified > div{
    float: none;
    border-right: 5px solid #ffffff;
}
#footerPage .nav-justified > div {
    border-right: 0px solid #ffffff !important;
    display: block;
    width: auto;
    margin-bottom: 0;
}
#footerPage .footer-text {
    display: flex !important;
}
#footerPage .nav {
    display: flex;
    justify-content: space-between;
}
#Accueil-content .nav-pills > li {
    /*float: left;*/
}
#Accueil-content .nav > li ,#footerPage .nav > div{
    position: relative;
    /*display: block;*/
}

#Accueil-content .nav-justified {
    width: 100%;
    background-color: #1c8b9f !important;
    border-right: 0px;
}
#Accueil-content .nav, #footerPage .nav {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-content: space-around;
    align-items: center;
    padding: 15px 0;
}

#Accueil-content ul,#footerPage nav{
    margin-top: 0;
    /*margin-bottom: 10px;*/
}
* {
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;*/
    box-sizing: border-box;
}
 .section-info {
    background-color: #2a2a2a !important;
    color: #2a2a2a !important;
}

.section {
    position: relative;
    padding: 35px 0;
}
a i {
    color: #1c8b9f !important;
}

#footerPage .nav>li>a:focus,
#footerPage .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
#Accueil-text-section p {
    color: #777 !important;
    padding-top: 5%;
    padding-left: 5%;
}
#Accueil-text-section {
    height: auto;
    margin-top: 7%;

}
.footer a {
    font-size: 1.375em;
    margin-bottom: 1.09090909em;
    line-height: 1.09090909em;
    color: #ffffff;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 0.45454545em;
    margin-bottom: 0.90909091em;
    font-weight: normal !important;
}
.footer a::before {
    height: 0.27272727em;
    background: #E2007A;
    left: 0;
    right: -0.45454545em;
}
.footer a::after {
    bottom: -0.09090909em;
    right: -0.45454545em;
    width: 0.45454545em;
    height: 0.45454545em;
    background: #ffffff;
}

#accu-content-sec {
    background: #fff;
    position:relative; 
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.text-bord-top {
   border-top: 2px solid #ddd;
}
#div-info {
    position:absolute;margin-top:-36%;
}
#div-info-sup {
 
    background-color: #069bab;
    padding: 20px 5px 20px 10px;
    color: #fff;
    font-size: large;
    z-index: 2;
    width: 50%;
    height: 15%;
    position: absolute;
    top: 10%;
    left: 40px;
}
#div-info-inf {

    background-color: #008391;
    color: #fff;
    text-decoration: underline;
    padding: 10px;
    z-index: 1;
    width: 50%;
    height: 15%;
    position: absolute;
    top: 25%;
    left: 40px;
}
#div-acc-cont {
    padding: 0px;
    background-color: #1c8b9f;
    padding-top: 8px;
    width: 100%;
    padding-bottom: 8px;
}
.contnaire-mag-bot {
    margin-bottom:250px;
}

.jcrop-vline, .jcrop-hline {
    background: none !important;

}
.thumbnail {
    background-color: #eeeeee !important;
}
#container-img-crop {
    width: 331px;
    min-width: 331px;
    min-height: 244px;
    position: relative;
}

#blue {

    position: absolute;
    top: 0;
    left: 0;
}
#red {

    width: 160px;
    height: 160px;
    position: absolute;
     top: 10px;
    left: 0px;
}
#green {
    border: 0px solid #ffffff;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.carte_thumb {
     width: 130px !important;
     position: absolute;
     left: 23px;
     top: 22px;
    -moz-transform: scale(0.8, 0.8);
     zoom: 0.8;
}
.carte_image {
     border-radius: 25px;
     border: 1px solid;
}

.carte_Nom {
     position: absolute;
     left: 40px;
     top: 55px;
}

.carte_Prenom {
      position: absolute;
      left: 40px;
      top: 85px;
}

.carte_Etab {
      position: absolute;
      left: 40px;
      top: 115px;
}

.carte_Commune {
      position: absolute;
      left: 40px;
      top: 145px;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-info {
    border-left-color: #057e9a;
}
.bs-callout-info h4 {
  color: #008391;
} 

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
    .header-text
    {
        font-size: 1em !important;
    }
    .img_logo_style {
            width: 23%;
            padding-top: 5%;
            margin-bottom: 5%;
            margin-left: auto;
            margin-right: auto;
        }
    .text_logo_header {
       
         color: #f5f5f5;
         float: none !important;
         text-align: center !important;
    }

    #Accueil-content .nav, #footerPage .nav {
        flex-direction: column;
    }

    .footer-text {
        flex-direction: column;
    }
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-text {
        font-size: 1.1em !important;
    }

    .img_logo_style {
        width: 100%;
        padding-top: 5%;
        float: left;
        /* margin-bottom: 5%; */
        margin-left: auto;
        margin-right: auto;
    }

    .text_logo_header {
        margin-bottom: 0px !important;
        color: #f5f5f5;
        float: right;
    }
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
     .header-text
    {
        font-size: 1.7em !important;
    }
     .img_logo_style {
        width: 50px;
        float: left;
        /* margin-bottom: 5%; */
        margin-left: auto;
        margin-right: auto;
      }
      .text_logo_header {
         margin-bottom: 0px !important;
         color: #f5f5f5;
         float: right;
         
     }
     
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
     .header-text
    {
        font-size: 1.7em !important;
    }
      .img_logo_style {
           width: 50px;
          float: left;
          /* margin-bottom: 5%; */
          margin-left: auto;
          margin-right: auto;
      }
       .text_logo_header {
         margin-bottom: 0px !important;
         color: #f5f5f5;
         float: right;
       }
    #rootwizard, .section-fluid, #recadragePhoto-content {
        transition: 250ms ease-in-out;
    }

    .custom-video {
        width: auto !important;
    }
}

.checkbox {
    padding-left: 20px; 
}
.delete-btn
{
    padding: 3px 5px !important;
    width: 25px;
    margin-bottom: 5px;
    font-size: 12px !important;
    border-radius: 25px !important;
    height: 25px !important;
    font-weight: 200 !important;
}
.labelFinalDem
{
    font-size:12px!important;
}

.labelReduction {
    font-size:20px!important;
}
.labelReductionPercent {
    font-size: 40px !important;
}
.ulRessourceChoixCaf {
    padding-top: 10px;
    margin-bottom: 0px;
}

#tb_QFam.form-control,#tb_revenuAnn.form-control
{
  display: inline-block;
}
#ListAyDroit span.treegrid-expander,#ListTab span.treegrid-expander
{
    float:left;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
} 

#RadioButtonNonAllocataire i.glyphicon-question-sign {
    top: 10px !important;
}
.SupX-marg {
    top:6px !important;
}
.span-marg {
    margin-right: 10px !important;
}
.line-marg {   
    line-height: 190%;
}
.footer-text, .footer-text p {
    font-size: 17px;font-family: Dosis;
}
.footer-logo {
    color: antiquewhite; font-size:30px
}
/*Ajustement de style firefox*/
@-moz-document url-prefix() {
    .carte_thumb {
        top: 8px !important;
        left: 10px !important;
    }

    #text-inf-card {
        margin-top: 240px !important;
    }
}

#dateNaissID i {
    margin-top: 20px !important;
}

.checkbox, .radio {
    margin-top: 10px !important;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 8px !important;
    font-weight: 500 !important;
 }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: -20px;
    border: 2px solid #008391;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: -20px;
      top: 0;
      font-size: 11px;
      color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; 
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c"; 
      text-align: center;
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #ffffff;
  border-color: #008391; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #008391; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

#Rb_PS.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
/*Radio button*/
.c-radio {
    position: relative;
    margin: 0;
}
.c-radio > input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; /* in case this ever gets supported */
    background: none;
    opacity: .00001;
    z-index: 2;
}
.c-radio > label {
    display: inline-block;
    padding: 0 0 0 2em;
    margin-bottom: 0 !important;
}
.c-radio > input[type="radio"],
.c-radio > label:before,
.c-radio > label:after {
    border: 1px solid;
    height: 1.125em;
    left: .125em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125em;
}
.c-radio > input[type="radio"],
.c-radio > label:before,
.c-radio > label:after {
    border-radius: 100%;
    content: " ";
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.c-radio > label:after {
    border-color: #565656;
}
.c-radio > label:before {
    border-color: transparent;
    box-shadow: 0 0 0 0px rgba(0,0,0,0);
}
.c-radio > input:checked ~ label:before {
    border-color: transparent;
    box-shadow: 0 0 0 2px #057e9a;
}
.c-radio > input:focus ~ label::before {
    border-color: transparent;
    box-shadow: 0 0 0 4px #057e9a;
}
.c-radio > input:checked ~ label::after {
    border-color: #fff;
    border-width: 4px;
    box-shadow: inset 0 0 0 5px #057e9a;
}
.c-radio > input[disabled] ~ label {
    opacity: .5;
}

@media screen and (-ms-high-contrast: active), (forced-colors: active) {
    .c-radio > input:checked ~ label::before {
        background: window;
        border: 6px solid buttonface;
        box-shadow: none;
    }

    .c-radio input:focus + label {
        outline: 2px solid;
    }
}

/*checkbox button*/
.c-checkbox {
    position: relative;
}

.c-checkbox > input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; /* in case this ever gets supported */
    background: none;
    opacity: .00001;
    z-index: 2;
}

.c-checkbox > label {
    display: inline-block;
    padding: 0 2em 0 2em;
    margin-bottom: 0 !important;
}

.c-checkbox > input[type="checkbox"],
.c-checkbox > label:before,
.c-checkbox > label:after {
    border: 1px solid;
    height: 1.125em;
    position: absolute;
    top: 50%;
    width: 1.125em;
    transform: translateY(-50%);
}

.c-checkbox > input[type="checkbox"],
.c-checkbox > label:before,
.c-checkbox > label:after {
    border-radius: 2px;
    content: " ";
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    height: 15px;
    width: 15px;
}

.c-checkbox > label:after {
    border-color: #565656;
}

.c-checkbox > label:before {
    border-color: transparent;
    box-shadow: 0 0 0 0px rgba(0,0,0,0);
}

.c-checkbox > input:checked ~ label:before {
    border-color: transparent;
    box-shadow: 0 0 0 2px #0d5192;
}

.c-checkbox > input:focus ~ label::before {
    border-color: transparent;
    box-shadow: 0 0 0 4px #228BEC;
}

.c-checkbox > input:checked ~ label::after {
    border-color: #fff;
    border-width: 0px;
}

.c-checkbox > input[disabled] ~ label {
    opacity: .5;
}

@media screen and (-ms-high-contrast: active), (forced-colors: active) {
    .c-checkbox > input:checked ~ label::before {
        background: window;
        border: 6px solid buttonface;
        box-shadow: none;
    }

    .c-checkbox input:focus + label {
        outline: 2px solid;
    }
}


input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.tweakBt_FileDoc{
	position:absolute; 
	top:0; 
	min-height:36px; 
	z-index:100; 
	min-width:103px;
	max-width: 103px; 
	padding:0 !important; 
	opacity:0; 
}

.tweakBt_FileDoc:hover{
	cursor: pointer !important;
}

.tweakFileDoc{
	position:absolute; 
	top:0; 
	min-height:36px; 
	z-index:100; 
	min-width:103px; 
	max-width:103px;
}

.tweakFileDoc:hover{
	cursor: pointer !important;
}

.tweakULTelecharger{
	padding-bottom: 20px;
}

.contournement-span-erreur {
  display: block;
  margin: 0;
  color: #a94442;
  font-size: 85%;
  font-weight: normal;
}
/*BM-92*/
#btnUser {
    height: 49px;
    width: 44px;
	color: #fff;
	display: inline-block;
    padding: 6px 12px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #008391 !important;
    border-color: #008391 !important;
}
@media screen and (min-width:0\0) {
    #Abonnement-mensuel span, #Abonnement-annuel span, #Abonnement-10-mois span, #Abonnement-60-mois span {
        margin-left:35px !important;
    }
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.img-bg-accueil {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0;
    background-image: url('../Images/accueil_20210702.jpg');
}

.overlay-dark {
    background-color: rgba(1, 1, 1, 0.32);
}

.btn-3-client {
    background: #a32179;
    border: 1px solid #a32179;
    text-decoration: none;
}

.btn-3-client:hover, .btn-3-client:focus {
    background: white;
    color: #a32179;
    text-decoration: none;
    border: 1px solid #a32179;
    text-decoration: none;
}

.btn-4-client {
    background: rgba(37, 37, 37, 0.77);
}

.section-title {
    background-color: #f9f9f9;
    padding-top: 5px;
    padding-bottom: 15px;
}

.section-title-violet {
    background-color: #a32179;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #ffffff;
}

.text-color-primary-client {
    color: #057e9a !important;
}

.row-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.image-accueil {
    background-size: cover;
    height: 150px;
}

@media (max-width:991.98px) {
    .image-accueil {
        background-size: cover;
        height: 115px;
    }
}

/* Style the buttons that are used to open and close the accordion panel */
.accordeon {
    background-color: #ffffff;
    cursor: pointer;
    padding: 30px !important;
    width: 100%;
    text-align: left;
    border: 1px solid #ebf5f7 !important;
    transition: 1s;
    margin-top: 15px;
    display: block;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordeon:hover {
    background-color: #ebf5f7 !important;
    color: #007284;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    width: 100%;
    background-color: white;
    border-left-style: groove;
    border-right-style: groove;
    border-bottom-style: groove;
    border-left-color: #ebf5f7;
    border-bottom-color: #ebf5f7;
    border-right-color: #ebf5f7;
}
#panelPhoto {
    width: 100% !important;
}

.navcolorbm {
    background-color: #057e9a;
}

@media (max-width:991.98px) {
    .navcolorbm {
        background-color: #dcdfdf;
    }
}

@media (max-width:991.98px) {
    .navcolorbm:after {
        content: "";
        display: block;
        bottom: 0;
        width: 100%;
        background-color: #008391;
        height: 8px;
    }
}

@media (min-width:992px) {
    .navbutton {
        cursor: pointer;
        text-align: center;
        outline: none;
        border-right: 1px solid #024964;
        padding: 10px;
    }

    .navbutton a, .navbuttonend a {
        display: block;
    }

    .navbutton span, .navbuttonend span {
        font-size: 23px;
    }

    .navbuttonend {
        cursor: pointer;
        text-align: center;
        outline: none;
        padding: 10px;
    }
}

@media (max-width:991.98px) {
    .navbutton, .navbuttonend {
        cursor: pointer;
        outline: none;
        padding: 10px;
    }

    .navbutton a, .navbuttonend a {
        display: block;
    }

    .navbutton span, .navbuttonend span {
        font-size: 18px;
    }

    .navbutton:hover,
    .navbuttonend:hover {
        background-color: #f4f4f4 !important;
    }
}

.navbutton:hover,
.navbuttonend:hover,
.btn-Accueil.btn-primary-client:hover {
    background-color: #024964 !important ;
    color: #ffffff !important;
}


.btn-Accueil.btn-primary-client {
    background: #057e9a;
    color: white;
    padding: 1.7rem 3.4rem 1.7rem;
    border-radius: 5rem !important;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: normal;
    font-family: Antartida-Medium;
}

#menu-button {
    background-color: #FFFFFF;
    border: none;
}

@media (min-width:992px) {
    .linebm-rose,
    .linebm-orange,
    .linebm-violet,
    .linebm-bleubm,
    .linebm-blanc {
        margin-bottom: 15px;
    }
}

@media (max-width:991.98px) {
    .linebm-rose,
    .linebm-orange,
    .linebm-violet,
    .linebm-bleubm,
    .linebm-blanc {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.linebm-rose:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    height: 4px;
    background-color: #a32179;
}
.linebm-red:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    height: 4px;
    background-color: #e2001a;
}
.linebm-orange:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    height: 4px;
    background-color: #D14904;
}

.linebm-blanc:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    height: 4px;
    background-color: #ffffff;
}

.linebm-violet:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    height: 4px;
    background-color: #622181;
}

.linebm-bleubm:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    height: 4px;
    background-color: #1D8CA1;
}

.linebm-vert:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    height: 4px;
    background-color: #97BF0D;
}

.linebm-rose:after,
.linebm-orange:after,
.linebm-violet:after,
.linebm-bleubm:after,
.linebm-blanc:after,
.linebm-red:after,
.linebm-vert:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    right: 13px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 7);
}

.pointer {
    cursor: pointer;
    position: relative;
}

.pointer:hover {
    background-color: #f4f4f4;
}

/*replace the content value with the
corresponding value from the list below*/
    .pointer:after {
        content: "\f25a";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        /*--adjust as necessary--*/
        color: #000;
        font-size: 24px;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width:991.98px) {
    .pointer:after {
        content: "\f25a";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        /*--adjust as necessary--*/
        color: #000;
        font-size: 18px;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*Typographie*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    color: #e5e5e5;
}

h1,
h2,
h3 {
    margin-bottom: 20px;
    font-weight: 300;
}

h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 42px;
}

@media (max-width:991.98px) {
    h1,
    .h1 {
        font-size: 32px;
    }
}

h2,
h2 {
    font-size: 30px;
    font-weight: bold;
}
@media (max-width:991.98px) {
    h2,
    .h2 {
        font-size: 28px;
    }
}

h3,
.h3 {
    font-size: 22px;
}

@media (max-width:991.98px) {
    h3,
    .h3 {
        font-size: 24px;
    }
}

h4,
.h4 {
    font-size: 18px;
    color: #000000;
}

@media (max-width:991.98px) {
    h4,
    .h4 {
        font-size: 18px;
    }
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 16px;
}

.toggle-style {
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
}

@media (min-width:992px) {
    .colornavbutton {
        color: #FFFFFF !important;
    }
}

@media (max-width:991.98px) {
    .colornavbutton {
        color: #000000 !important;
        text-align: left;
        padding-left: 50px;
    }
}

.menu-icon {
    color: #008391;
}

.logo-ts {
    background-size: cover;
    height: 80px;
    display: block;
}

@media (max-width:798px) {
    .logo-ts {
        background-size: cover;
        width: 100%;
    }
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sub-header {
        font-size: 18px;
        font-weight: 500;
    }

    .title-color {
        color: #fff !important;
        padding-top: 8px !important;
    }
        .declarSitInfo #iconePhotoIn {
            top: -45px !important;
            margin-left: 163px;
        }
    #container-img-crop {
        width: 291px;
        min-width: 285px;
        min-height: 207px;
        position: relative;
    }
}

.navbar-collapsebm {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapsebm.in {
    overflow-y: auto;
}

@media (min-width: 992px) {
    .navbar-collapsebm {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapsebm.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapsebm.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapsebm,
    .navbar-static-top .navbar-collapsebm,
    .navbar-fixed-bottom .navbar-collapsebm {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapsebm,
.navbar-fixed-bottom .navbar-collapsebm {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapsebm,
    .navbar-fixed-bottom .navbar-collapsebm {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapsebm,
.container-fluid > .navbar-collapsebm {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapsebm,
    .container-fluid > .navbar-collapsebm {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-default .navbar-collapsebm,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapsebm:before,
.navbar-collapsebm:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapsebm:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

footer.new-footer span {
    font-size: 13px !important;
    margin-bottom: 1.09090909em;
    line-height: 1.09090909em;
    color: #ffffff;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 0.45454545em;
    margin-bottom: 0.90909091em;
    font-weight: normal !important;
}

footer.new-footer span:before {
    height: 0.27272727em;
    background: #a32179;
    left: 0;
    right: -0.45454545em;
}

.new-footer span, .new-footer .smash-h2 {
    position: relative;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    clear: both;
}
    .new-footer span:before, .new-footer .smash-h2:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        background: #f7b959;
    }
    .new-footer span:after, .new-footer .smash-h2:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        background: #000000;
    }

footer.new-footer span:after {
    bottom: -0.09090909em;
    right: -0.45454545em;
    width: 0.45454545em;
    height: 0.45454545em;
    background: #ffffff;
}

.p-accueil {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-size: 18px;
    line-height: 1.6;
    margin: 15px 0;
    color: #515157;
    font-family: Arial, sans-serif !important;
}

/* LISTS */
ol {
    position: relative;
    padding-left: 22px;
}

ul {
    position: relative;
    padding-left: 22px;
}

ul li,
ol li {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-size: 18px;
    color: #515157;
    margin-bottom: 5px;
}

ul.circle li:before {
    font-family: 'fontawesome';
    content: '\f10c';
    font-size: 12px;
    color: #16a085;
    padding-top: 2px;
    margin-left: -20px;
    position: absolute;
}

/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/
.btn-Accueil {
    color: #FFF;
    margin: 15px 0;
    letter-spacing: 0.75px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5rem;
    font-size: 1.6rem;
    padding: 1.7rem 3.4rem 1.7rem;
    font-family: Antartida-Medium;
}

.modal-footer .btn+.btn {
    margin-bottom: 15px;
}

.btn-sm {
    padding: 7px 13px;
    font-size: 12px;
}

.btn-lg {
    padding: 16px 26px;
    font-size: 16px;
    line-height: inherit;
}

.btn-xl {
    padding: 18px 30px;
    font-size: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}



/* Button PRIMARY */
.btn.btn-primary {
    font-family: Antartida-Medium;
    background: #057e9a;
    background-color: rgb(5, 126, 154);
    color: white;
    padding: 1rem 3.4rem 1rem;
    border-radius: 5rem !important;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.75px;
}

.btn.btn-primary:hover {
    background: #024964;
}

.btn.btn-primary:focus {
    outline-offset: 1px !important;
}

/* CONTENT BLOCK HOLDERS */
.content-block {
    width: 100%;
    padding: 60px 0 60px 0;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
}

.content-block-nopad {
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #333;
}

/* PADDING, MARGIN & ALIGNMENT */
.pad0 {
    padding-top: 0px !important;
}

.pad5 {
    padding-top: 5px !important;
}

.pad10 {
    padding-top: 10px !important;
}

.pad15 {
    padding-top: 15px !important;
}

.pad20 {
    padding-top: 20px !important;
}

.pad25 {
    padding-top: 25px !important;
}

.pad30 {
    padding-top: 30px !important;
}

.pad45 {
    padding-top: 45px !important;
}

.pad60 {
    padding-top: 60px !important;
}

.pad90 {
    padding-top: 90px !important;
}

.pad-bottom0 {
    padding-bottom: 0px !important;
}

.pad-bottom5 {
    padding-bottom: 5px !important;
}

.pad-bottom10 {
    padding-bottom: 10px !important;
}

.pad-bottom15 {
    padding-bottom: 15px !important;
}

.pad-bottom20 {
    padding-bottom: 20px !important;
}

.pad-bottom25 {
    padding-bottom: 25px !important;
}

.pad-bottom30 {
    padding-bottom: 30px !important;
}

.pad-bottom45 {
    padding-bottom: 45px !important;
}

.pad-bottom60 {
    padding-bottom: 60px !important;
}

.pad-bottom90 {
    padding-bottom: 90px !important;
}

/*	CONTENT BLOCK 3-1
/*----------------------------------------------------*/
.content-3-1 {
    background-image: url('../Images/accueil_20210702.jpg');
    min-height: 750px;
}

.content-3-1 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0;
}

.content-3-1 h1,
.content-3-1 h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.content-3-1 h1 {
}

.content-3-1 h2 {
    margin-top: 100px;
    font-size: 13px;
}

/*	CONTENT BLOCK 3-1 MEDIA QUERIES
/*----------------------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .content-3-1 {
        min-height: 750px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

.btn-Accueil .page-scroll .pull-right .btn-4-client a i::before {
    color: inherit;
}

.page-scroll {
    text-decoration: none;
}

.page-scroll:hover, .page-scroll:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-Deconnexion {
    color: #555;
    background-color: #e7e7e7;
    font-weight: 600;  
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    position: relative;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.separationbm {
    height: 2px;
    width: 100%;
    background-color: rgba(98, 33, 129, 0.59);
    color: rgba(98, 33, 129);
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

.progress-width {
    width: 100%;
    background-color: #eae3e3;
}

.progress-color-bm {
    background-color: #fdaa00;
}
.check-justificatif {
    color: #43861D;
    text-align: center;
}
.btn-connexion-retour-compte {
    border-right: 1px solid #b5b5b5;
    min-height: 25px;
    margin-right: -10px;
    margin-top: 5px;
    margin-left: -5px;
    padding-top: 2px;
}

.btn-connexion-deconnexion {
    padding-top: 2px;
    min-height: 25px;
    margin-top: 5px;
    margin-left: 10px;
}

.padding-t-30 {
    padding-top: 30px;
}
.compte-size {
    font-size: 18px;
}
.bg-connexion {
    background: #f4f4f4;
}

@media (max-width:991.98px) {
    .bg-connexion {
        background: none;
        border-bottom: 1px solid #008391;
    }
}
.img_pos {
    margin-left: -30px;
}

@media (max-width:991.98px) {
    .img_pos {
        margin-left: 15px;
    }
}
.fond-grisbm {
    background-color: #f4f4f4;
}
.fond-blancbm-item {
    background-color: #ffffff;
}
.fichead-pos {
    padding-right: 25px !important;
    padding-left: 25px !important;
    margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .fichead-pos {
        margin-right: 30px;
        margin-left: 0px;
    }
}
.topfichefoyer {
    /*background-color: rgba(0, 158, 224, 0.79);*/
    font-size: 18px;
    /*border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;*/
    padding-top: 8px;
}
/*Soulignement zone fiche foyer*/
.linebm-fichefoyer:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 15px;
    height: 1px;
    background-color: #d1cece;
}
.title-fichefoyer {
    color: black;
    font-size: 24px;
    margin-top: -2px;
}
.btn-maj-foyer:hover {
    background-color: #00606a !important;
    border-color: #fff !important;
    border: 2px solid;
    color: #fff;
}

.btn-maj-foyer {
    padding: 6px 0 6px 0;
    font: bold 13px Arial;
    background: #f5f5f5;
    color: #555;
    border-radius: 2px;
    width: 100px;
    border: 2px solid #ccc;
    box-shadow: 2px 2px 2px #999;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*ZONE DES BOUTONS MAJ COLLAPSE*/
.menu-compte-foyer {
    background-color: #057E9A;
}

.margin-b-10 {
    margin-bottom: 10px;
}
.corpsfichefoyerbm {

    font-size: 16px;
}
.padding-20 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.margin-b-20 {
    margin-bottom: 20px;
}
.forme-reduction {
    color: #000000;
    font-size: 20px;
}
.menu-compte-anomalie {
    background-color: #a50642;
}
.menu-compte-instruction {
    background-color: #057E9A;
}
.menu-compte-Sans-ts {
    background-color: darkgray;
}

.menu-compte-validation {
    background-color: #edface;
}
.collapse-fichead {
    border-left-style: solid;
    border-left-color: #e2001a;
    padding-top: 5px;
}
.padding-10 {
    padding-top: 10px;
    padding-bottom: 5px;
}
.margin-b-5 {
    margin-bottom: 5px;
}
.text-danger-bm {
    color: #a50642;
}

.text-info-bm {
    color: #057e9a;
}

.text-white-bm {
    color: #fff;
}

.text-success-bm {
    color: rgb(151, 191, 13);
}

.titre-foyer {
    color: rgba(0, 0, 0, 0.7);
}
.padding-5 {
    padding-top: 5px;
}
.champ-fiche-ad {
    Border: none;
    background-color: #ffffff;
}
.padding-t-14 {
    padding-top: 14px;
}
@media (min-width: 992px) {
    .margin-l-10 {
        margin-left: 10px;
    }
}
.margin-r-10 {
    margin-right: 10px;
}

.margin-l-20 {
    margin-left: 20px;
}
.corpsficheadbm {
    font-size: 16px;
}
.topfichead-anomalie {
    font-size: 16px;
    padding-top: 10px;
    border-bottom-style: none;
}
.title-fichead-anomalie {
    color: white;
    font-size: 20px;
}

.topfichead-valide {
    background-color: rgb(151, 191,13);
    font-size: 16px;
    border: 1px solid rgb(151, 191,13);
    padding-top: 8px;
}

.title-fichead-valide {
    color: #fff;
    font-size: 20px;
}

.topfichead-instruction {
    background-color: #fff; /*rgba(0, 158, 224, 0.79);*/
    font-size: 16px;
    /*border: 1px solid Black;*/
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    padding-top: 8px;
}

.topfichead-instruction_D4 {
    background-color: #fff;
    font-size: 16px;
    padding-top: 8px;
}
.topfichead-TS_NON_DEMANDEE_D4 {
    background-color: grey;
    font-size: 16px;
    padding-top: 8px;
}
.title-fichead-TS_NON_DEMANDEE_D4 {
    color: gray;
    font-size: 24px;
}

.title-fichead-instruction {
    color: #057E9A;
    font-size: 24px;
}
.title-fichead-instruction_D4 {
    color: #057E9A;
    font-size: 24px;
}
.btn-bleu {
    border-radius: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00aeef;
    border: .125em solid #00aeef;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
}

    .btn-bleu:hover {
        background: #ffffff;
        color: #00aeef;
    }
.form-horizontal .form-group {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.margin-t-20 {
    margin-top: 20px;
}
.collapse-fichead-instruction {
    border-left-style: solid;
    border-left-color: #057E9A;
    padding-top: 5px;
}
.btn-supprimer-ad:hover {
    background-color: #af0303 !important;
    border-color: #fff !important;
    border: 2px solid;
    color: #fff;
}

.btn-supprimer-ad {
    padding: 6px 0 6px 0;
    font: bold 13px Arial;
    background: #f5f5f5;
    color: #555;
    border-radius: 2px;
    width: 140px;
    border: 2px solid #ccc;
    box-shadow: 2px 2px 2px #999;
    margin-top: 5px;
    margin-bottom: 5px;
}
#landing2 .button {
    border-radius: 2em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #00aeef;
    border: .125em solid #00aeef;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
}

#landing2 .button:hover {
        background: #ffffff;
        color: #00aeef;
}

.page-loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url("../Images/ajax-loader.gif") no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mt-5 {
    margin-top: 5px !important;
}
.qfPointer :hover {
    cursor: pointer;
}
input[type="checkbox"]:disabled, select:disabled {
    border: none;
    border-bottom: 2px #000000 solid;
    background-color: #f4f5f7 !important;
    border-radius: unset;
    box-shadow: none;
    cursor: text;
}

.ui-helper-hidden-accessible {
    display: none;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: end;
}

.justify-start {
    justify-content: start;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

#nav-access {
    position: absolute;
    top: -99px;
    left: 0;
    padding: 10px;
    z-index: 9;
}

#nav-access:focus {
    top: 0;
}

.fs-23 {
    font-size: 23px;
}

.fs-32 {
    font-size: 32px;
}

.fs-40 {
    font-size: 40px;
}

.accordion .panel-heading {
    background-color: #ffffff;
    position: relative;
}

.accordion .panel-heading-transcription {
    background-color: #FFFFFF;
    padding: 0;
}

.accordion .panel-heading-transcription button {
    background-color: #FFFFFF;
    border: none;
    color: #057e9a;
    text-decoration: underline;
}

.accordion .panel-collapse-transcription .panel-body {
    padding: 15px 0;
}

.accordion .panel-heading button:hover {
    background-color: #f9f9f9;
}

.accordion .panel-heading button {
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
    padding: 10px 0;
}

.accordion .panel-heading button h3 {
    margin: 0;
}

a {
    text-decoration: underline;
    color: #057e9a;
}

.ui-tooltip {
    border: 1px solid #707070 !important;
    background-color: #FFFFFF !important;
}

.tooltip {
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 5px;
    display: none;
    opacity: 1;
    width: 400px;
    top: 35px;
    max-width: 80vw;
}

@media (max-width: 991px) {
    .tooltip {
        right: 0;
    }
}

@media (min-width: 992px) {
    .tooltip {
        left: 0;
    }
}

    legend {
        border: none !important;
    }

    .sr-only-focusable {
        position: absolute;
        left: -2000px;
    }

        .sr-only-focusable:focus {
            left: 0px;
        }

.w-auto {
    width: auto !important;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.aligned-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

#titleHeaderDisconnected {
    background-color: #016570;
    height: 3em;
    display: none;
}
.close {
    color: #000 !important;
    opacity: 1;
}

.custom-video {
    height: 315px;
    width: 100%;
}

.text-format {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.asterisque {
    color: #ED0E06 !important;
}