@import url("../fonts/fonts.css");

@media (min-width: 768px) {.text-right-sm {text-align: right} .text-center-sm {text-align: center} .text-left-sm {text-align: left}}

@media (min-width: 992px) {.text-right-md {text-align: right} .text-center-md {text-align: center} .text-left-md {text-align: left}}

@media (min-width: 1200px) {.text-right-lg {text-align: right} .text-center-lg {text-align: center} .text-left-lg {text-align: left}}

html {
    height: 100%;
}

body {
    height: 100%;
}

h1.titrePF span, 
.titreMobile  h1.titrePF {
    font-family: 'Quicksand', sans-serif;
}

h1.titrePF {
	font-weight: 600; 
	color: #0071b9;	
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 30px;
        font-size: 30px;
}

@media (max-width: 991px) {
	h1.titrePF span{
		display: block;
		font-family: serif; 
		font-size: 0.8em;
		font-weight: 50; 
		color: #0071b9;	
	}
    img#friseLMB {
        width: 100%;
        
    }
    
    div.imageFond {
        display: none;
    }

}


@media (max-width: 1500px) {
    div.container.principal {
        min-width: 99%;
    }
}




div.imageFond {
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -20;  
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;	
}

div.entete {
	background-color: #fff;
}

div.menu {
    background-color:#fff; 
    padding-left: 0px; 
    padding-right: 0px;
}

div.menu nav {
    margin-bottom: 0px;
    padding-left: 10px;
}

div.principal {
    background-color: #fff;
    min-height: 90%;
}

div.bienvenue{
    font-style: italic;
    color: #E22B2B;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
    /*background-image: url(http://www.la-maison-bleue.fr/images/common/footer-frise.png);*/
    /*background-repeat:repeat-x;*/
    /*min-height: 48px;*/
    /*margin-bottom: 10px;*/
}

div.bienvenue.collapsed {
	color: #fff;
	border: none;
	display: none;
}

@media (max-width: 767px) {
	div.bienvenue{
		display: none;
	}
	div.bienvenue.collapsed {
		display: block;
    }
    #tarteaucitronAlertSmall button#tarteaucitronManager {
        display: none;
    }
}


nav.navbar-default button.navbar-toggle {
	float: left;
}

div.pied {
    background-color: #0071b9;
    height: 150px;
    padding-top: 30px;
    color: #fff;
}

.navbar-default {
  background-color: #0071b9;
  border-color: #0ab3e3;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #3da3e2;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #0071b9;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #0ab3e3;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #0ab3e3;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #0ab3e3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0ab3e3;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #0ab3e3;
}
.navbar-default .navbar-toggle {
  border-color: #0ab3e3;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0ab3e3;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0ab3e3;
  }
}


ul.nav li a.desactive {
   pointer-events: none;
   cursor: default;
   opacity: 0.6;
}

h3.hlogin {
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
/*    padding-bottom: 20px;*/
/*    margin-top: 70px;
    margin-bottom: 10px;*/
}

div.panel-heading.login {
    margin-top: 50px;
    margin-bottom: 40px;
    background-color: #D1388E;    
}

a {
    color: #005db0;
    text-decoration: none;
}

div#accueil_portail h3{
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    color: #0C4FCC;
}

div.dossierAdministratif h1,
div#dossierAdministratif h1,
div#liste_questionnaires h1,
div#accueil_prei h1,
div#preinscription h1,
div#reservation h1,
div#mesDocuments h1,
div#actualites h1,
div#premiereConnexion h1,
div#liste_factures h1,
div#questionnaire h1,
div#contact h1,
div#modifierMDP h1,
div#adminListeEnfants h1,
div#protection-des-donnees h1, 
div#rhMesDocuments h1, 
div#reservationOccasionnelle h1, 
div#listeReservationsOccasionnelles h1,
h1.courant, 
div#adminEditUtilisateur h1, 
div#adminListeUtilisateurs h1,
div#liste_contrats h1,
div.admin h1 {
    text-align: center;
    font-size: 24px;
    color: #29a294;
    margin-bottom: 50px;
    margin-top: 20px;
    font-family: vagroundedlight;
}

div#adminListeEnfants h1,
div#adminEditUtilisateur h1, 
div#adminListeUtilisateurs h1{
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: vagroundedlight;
    color:#e42323;
}


#preinscription-sans-compte-verif-email h2 {
    text-align: center;
    font-size: 26px;
    color: #29a294;
    margin-bottom: 50px;
    margin-top: 00px;
    font-family: vagroundedlight;}

div#questionnaire h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color:#005db0;
}

div#factures .panel-heading,
div#famille .panel-heading,
div#parents .panel-heading,
div#enfants .panel-heading,
div#categoriesActualites .panel-heading,
div#actualites .panel-heading,
div#questionnaire .panel-heading,
div#contact .panel-heading,
div#mesDemandesDePrei .panel-heading{
    margin-top: 50px;
    margin-bottom: 40px;
    background-color: #03B9AE; 
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

div#questionnaire .formulaire .panel-heading {
    margin-top: 0px;
}
div#questionnaire .formulaire .panel-body .btn {
    margin-top: 30px;
}
div#questionnaire .formulaire .panel-body {
    padding-bottom: 40px;
}

div#parents h3,
div#enfants h3,
div#factures h3{
    color:#005db0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#parents hr,
div#enfants hr,
div#factures hr{
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #005db0;
    width: 100%;
}

div.supprimerEnfant {
    color: #CB0000;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

div.supprimerEnfant span.lienSupprimerEnfant {
    cursor: pointer;
}

div.numeroTelephone label {
    color: #CB0000;
    font-style: italic;
    margin-top: 20px;
    margin-left: 20px;
}

div.ajouterEnfant a {
    font-weight: bold;
    color: #0F9700;
    margin-bottom: 30px;
    cursor: pointer;
}

.panel-body {
    padding: 0px;
}

div.progress {
	display: none;
}

span.supprimer_document {
	color: red;
	cursor: pointer;
}

div.ligneform{
    margin-bottom: 10px;
}

div#questionsPreinscription div.ligne_horaires select {
	width: 70%;
}

/*div#questionsPreinscription {
	display: none;	
}*/

div#questionsPreinscription .panel-heading {
    margin-top: 50px;
    margin-bottom: 40px;
    background-color: #03B9AE; 
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

div.joursHoraires {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

div.uneActu {
    margin-left: 20px;
    margin-right: 20px;
}

div.uneActu h1{ 
    text-align: left;
    font-size: 24px;
    color: #E22B2B;
    margin-bottom: 10px;
    margin-top: 20px;
}

ul.list-inline a.selected img{
    border: 1px solid yellow;
    opacity:0.8;
}

div#actualites h1.titreActu{
    color: #005db0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

div.carousel.slide a.carousel-control {
    background-image: none;
}

div.carousel.slide a.carousel-control span.glyphicon {
    color: #0071B9;
}

a.btn-titre-categorie {
    color: #fff;
    margin : 10px;
}

.btn-custom-0 {
    border-color: #a92770;
    color: #fff;
    margin : 10px;
}

.btn-custom-0.active {
    background-color: #D1388E;
    border-color: #a92770;
    color: #fff;
}

.btn-custom-0, div#actualites div.panel-heading-custom-0 {
    background-color: #D1388E;
}

.btn-custom-1 {
    border-color: #d9993e;
    color: #fff;
    margin : 10px;
}
.btn-custom-1, div#actualites div.panel-heading-custom-1 {background-color: #f0ad4e;}

.btn-custom-2 {
    border-color: #3b77ce;
    color: #fff;
    margin : 10px;
}
.btn-custom-2,  div#actualites div.panel-heading-custom-2 {background-color: #5597f6;}
.btn-custom-3 {
    border-color: #7eb423;
    color: #fff;
    margin : 10px;
}
.btn-custom-3, div#actualites div.panel-heading-custom-3 {background-color: #8cc826;}

.btn-custom-4 {
    border-color: #e8c400;
    color: #fff;
    margin : 10px;
}
.btn-custom-4, div#actualites div.panel-heading-custom-4 {background-color: #FFD700;}

.btn-custom-5 {
    border-color: #db605c;
    color: #fff;
    margin : 10px;
}
.btn-custom-5, div#actualites div.panel-heading-custom-5 {background-color: #fc7b76;}


.btn-custom-connexion {
    background-color: #0071b9;
    border-color: #0ab3e3;
    color: #fff; 
    font-family: 'vagrounded_btregular',sans-serif;
}

.btn-custom-connexion:hover {
    background-color: #0ab3e3;
    border-color: #0ab3e3;
    color: #fff; 
    font-family: 'vagrounded_btregular',sans-serif;
}

div#liste_questionnaires table.table-default {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

div#liste_questionnaires table.table-default thead {	
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

div#liste_questionnaires table.table-default thead th{
    padding: 15px 10px;
    font-family: 'vagroundedregular',sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
    text-align: left;
    background: #03B9AE;
    border-left: 1px solid #ffdac4;
    border-right: 1px solid #ffdac4;
    text-align: center;
}

div#liste_questionnaires  table.table-default th:first-child {
    border: 0;
    border-radius: 10px 0 0 0;
}
div#liste_questionnaires table.table-default th:last-child {
    border: 0;
    border-radius: 0px 10px 0px 0px ;
}
div#liste_questionnaires table.table-default td {
    padding: 20px 10px;
    background: #fff;
    border-left: 1px solid #d9d4d4;
    border-right: 1px solid #d9d4d4;
    border-bottom: 1px solid #d9d4d4;
}
div#liste_questionnaires table.table-default tr:nth-child(even) td {
    background: #f0f0f0;
    border-color: #e9e9e9;
}

div.bloc_questionnaire .title { 
/*    color: #005db0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 10px auto;*/
}

div.bloc_questionnaire {
        margin-bottom: 30px;
}

label.question-title {
    margin-top: 10px;
}

img.BtAccueil {
    margin-top: 60px;
    /*height: 90px;*/
}

img.BtAccueil:hover {
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);       
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

img.BtAccueil.desactive {
        cursor: not-allowed;
}

div.pied a {
    color: #fff;
}

div.separateurActualites {
    margin: auto;
    background-size: auto 40%; 
    width: 42%; 
    background-image: url(/img/templates/lmb/ribambelle_enfants.png);
    background-repeat:repeat-x;
    min-height: 48px;
    margin-bottom: 10px; 
    margin-top: 30px;
}

img#friseListeQuestionnaires,
img#frisePlanning{
    width: 50%;
}

img#friseAccueil {
    width: 80%;
}

img#frisePrei {
    width: 50%;
}


div#contact h3 {
    color: #005db0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 10px; 
}

@media (min-width: 992px) {
    div.titreMobile {
        display: none;
    }
}
@media (max-width: 991px) {
    
    div.separateurActualites {
        margin: auto;
        background-size: auto 60%; 
        width: 80%; 
        background-image: url(/img/templates/lmb/ribambelle_enfants.png);
        background-repeat:repeat-x;
        min-height: 48px;
        margin-bottom: 10px; 
        margin-top: 30px;
    }

    img#friseListeQuestionnaires,
    img#frisePlanning,
    img#friseAccueil{
        width: 100%;
    }
    
    div.ligneBoutonsAccueil {
        margin-top: 0px;
    }
    div.ligneBoutonsAccueil img.BtAccueil{
        margin-top: 30px;
        height: 70px;
    }
    
    div.uneActu div#slider {
        margin-bottom: 20px;
    }
    
    img#logo {
    }
    
    div.titreDesktop {
        display: none;
    }
    
    div.titreMobile{
        margin-bottom: 10px;
    }
    div.titreMobile h1{
        font-family: 'Libre Baskerville', serif; 
	font-weight: 600; 
	color: #0071b9;
        font-size: 22px;
        /*margin-top: 25px;*/
    }
}

h2.titreInscription,
div#protection-des-donnees h2,
div#rhMesDocuments h2,
div#reservationOccasionnelle h2, 
div#listeReservationsOccasionnelles h2{
    color: #005db0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

div#reservationOccasionnelle h2, 
div#listeReservationsOccasionnelles h2{
    font-size: 15px;
}

div#protection-des-donnees h3 {
    color: #005db0;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-decoration: underline;
}
div.modal-header h4, 
div.modal-header h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color:#0071b9;    
}

div.modal-header h4::first-letter, 
div.modal-header h5::first-letter {
    text-transform: uppercase;
}

div.lienHoptis {
    margin-top: 20px;
    font-size : 0.8em;
}

.modal-header {
    padding: 15px;
    border-bottom: 2px solid #0071b9; 
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px;
}


/*img {
    pointer-events: none;
}

div#map img {
    pointer-events: all;
}
*/
img.BtAccueil {
    pointer-events: auto;
}

div.rimbambellelmb, 
div.ribambelle {
    margin: auto;
    background-size: auto 60%;
    max-width: 70%;
    background-image: url(../img/ribambelle_enfants.png);
    background-repeat: no-repeat;
    min-height: 270px;
    margin-bottom: 30px;
    margin-top: 50px;
    background-position: center center;
}

div.video h3 {
    font-size: 14px;
    font-style: italic;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

div#friseAccueil,
div#frisePrei,
div#friseListeQuestionnaires,
div#frise,
div.friseLongue {
    margin: auto;
    background-size: auto 60%; 
    background-image: url(../img/ribambelle_enfants.png);
    background-repeat:no-repeat;
    background-position: center center;    
    min-height: 180px;
    margin-bottom: 30px; 
    margin-top: 50px;    
}

div.titreDesktop a, 
div.titreMobile a,
div.titreDesktop a:hover, 
div.titreMobile a:hover {
    color: #005db0;
    text-decoration: none;
}

.alert-danger {
    color: #ff0000;
    font-weight: bold;
    background-color: rgba(255, 62, 62, 0.19);
    border-color: #ebccd1;
    text-align: center;
    margin-top: 20px;
}


div#loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    border-bottom: 16px solid #3498db; 
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -60px; 
    margin-top: -60px;   
    z-index: 101;
    /*display: none;*/

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div#petitgris, div#bloqueAffichage {
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background-position: center center;
    background-repeat: no-repeat;
    /*display: none;*/
}
div#bloqueAffichage {
/*    background-color: #0ff;*/
/*    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;  */
    display: none;
}

@media (min-width: 992px) {
    div#petitgris,div#loader {
        display: none;
    }
}

div.ui-slider-range {
    background: #0071b9;
}

div.slider-range {
    margin-top: 5px;
}

div#enfants span.ui-slider-handle {
}

table#tableEnfants thead tr, 
table#tableStats thead tr, 
table#tableEtablissements thead tr, 
div#adminListeEnfants table#tableActualites thead tr{
    background-color: #21aba3;
    color: #fff;    
}

table#tableEnfants tbody tr:nth-of-type(odd),
table#tableStats tbody tr:nth-of-type(odd),
table#tableEtablissements tbody tr:nth-of-type(odd),
div#adminListeEnfants table#tableActualites tbody tr:nth-of-type(odd){
    background-color: #fff6df;
}

table#tableEnfants tbody tr:hover,
table#tableEnfants tbody tr.selected:hover,
table#tableEtablissements tbody tr:hover,
table#tableEtablissements tbody tr.selected:hover,
table#tableStats tbody tr:hover,
table#tableStats tbody tr.selected:hover,
div#adminListeEnfants table#tableActualites tbody tr:hover,
div#adminListeEnfants table#tableActualites tbody tr.selected:hover{
    background-color: #ffcbad;
}
table#tableEnfants tbody tr:hover td,
table#tableEnfants tbody tr:hover td a,
table#tableEtablissements tbody tr:hover td,
table#tableEtablissements tbody tr:hover td a,
table#tableStats tbody tr:hover td,
table#tableStats tbody tr:hover td a,
div#adminListeEnfants table#tableActualites tbody tr:hover td,
div#adminListeEnfants table#tableActualites tbody tr:hover td a{
    color: #333;
}    
    
table#tableEnfants tr td,
table#tableEtablissements tr td,
table#tableStats tr td,
div#adminListeEnfants table#tableActualites tr td{
    text-align: center;
}


table#tableStats tfoot th {
    text-align: center;
}

div#conteneur_enfant div.enfant div.listeEtablissements h3{
    color: #007777;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}

label.lblNomEtabCarte {
    color: #007777;
    display: block;
    margin-bottom: 8px;
}

label.lblNomEtabCarte:hover { 
    color: red;
    text-decoration: underline;
}

label.etabSelectionne {
    background-color: #ffcc84;
}

div.uneActu a img {
    display: block;
}

div.textePresentation {
    margin: 50px auto 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #e9692a;
}


table.semaineType thead th {
    text-align: center;
}
table.semaineType {
    margin-top: 20px;
    border: 1px solid gray;
}
table.semaineType td, th {
    border: 1px solid gray;
    padding: 2px;
}
table.semaineType td {
    text-align: center;
}

a.page_link {
    margin: 5px;
}

div.ligneInfoEmail {
    margin-top: 30px;
}

div#adminListeEnfants div.l0 a.btn.btn-primary {
    background-color: #117996;
    border-color: #117996;
}

div#adminListeEnfants div.l1 a.btn.btn-primary {
    background-color: #c6f1ee;
    border-color: #c6f1ee;
    color: #333;
}

div#adminListeEnfants div.l2 a.btn.btn-primary {
    background-color: #de9517;
}

div#adminListeEnfants div.l3 a.btn.btn-primary {
    background-color: #dc4a59;
}

div#adminListeEnfants div.l4 a.btn.btn-primary {
    background-color: #363288;
}

div#adminListeEnfants div.l0 a.btn.btn-primary:hover,
div#adminListeEnfants div.l1 a.btn.btn-primary:hover {
    background-color: #ce5d5d;
    border-color: #ce5d5d;
    color: #fff;
}

div#adminListeEnfants a.btn.btn-success {
    background-color: #c54a4a;
    border-color: #c54a4a;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

div#adminListeEnfants a.btn.btn-success:hover {
    background-color: #d28d8d;
    border-color: #d28d8d;
    color: #fff;
}

div#factures .unefacture {
    margin-top: 45px;
    margin-bottom: 30px;
}

div#factures .unefacture hr{
    width: 90%;
    margin-top: 30px;
    border: 1px solid #cdcdcd;
}

div#listeReservationsOccasionnelles span.acceptee{
    color: darkgreen;
}

div#listeReservationsOccasionnelles span.refusee{
    color: red;
}

div#listeReservationsOccasionnelles span.enAttente, 
div#listeReservationsOccasionnelles span.enTraitement{
    color: orangered;
}

div.checkbox, div.radio {
    padding-top: 17px;
}


#da-recap {
    /*padding-top: 55px;*/
}
#da-recap h1 {
    background-color: #0071b9;
    color: #fff;
    font-size: 18pt;
    padding: 5px 20px 5px 8px;
    text-align: center;
}

#da-recap h2 {
    font-size: 12pt;
    padding: 0px 20px 0px 8px;
    font-weight: bold;
}
#da-recap p.ajouter {
    font-size: 1.2em;
    font-weight: bold;
}

div.bootbox .modal-body {
    max-height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
}