
body{
    color: #116c7e;
    font-family: 'Roboto', cursive;
    font-size:16px;
    margin: 0;
    min-height: 100vh;
    border-bottom:solid #116c7e 20px;
    padding-bottom:50px;
}

.main{
min-height:100%;
margin:0 auto;
position:relative;
}

a{
    text-decoration:underline #de401b;
    font-weight:900;
}

a:link{
    color: #de401b;
}

a:visited{
    color: #116c7e;
}

a:hover{
    color: #de401b;
}

a:active{
    color: #de401b;
}

h1 {
    margin-bottom: 50px;
    color: #116c7e;
    font-family: 'Bangers', cursive;
    letter-spacing: 2px;
}

h2 {
    margin-bottom: 30px;
    color: #116c7e;
    font-family: 'Roboto', cursive;
}

.modal-title{
    font-family: 'Bangers', cursive;
    letter-spacing: 2px;
    font-size:30px;}

.bleucanard{
    background: url("img/fond-entete.png") repeat-x;
}

.entete{
    position: relative;
    background: url("img/entete.png") no-repeat;
    height: 366px;
    text-align: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom:2em;
}

.entete .titre{
    color: #de401b;
    font-family: 'Bangers', cursive;
    font-size:120px;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: white;
    padding-top:0.50em;
    display: inline-block;
    margin-right: 1em;
    line-height: 1em;
}

.nav-item {
    margin-left: 0.35em;
}

#mood{
    color:#fff;
    position:absolute;
    bottom:0;
    right:0;
    padding-bottom:2em;
    padding-right:2em;
    font-weight: 900;
}

#mood a{
    text-decoration: none;
    color:#fff;
}


.text-white-50 {
    margin-top: 50px;
}

.biens {
    display: table-cell;
    vertical-align: middle;
    font-size:20px;
    font-weight: 900;
    line-height: 1.3em;
    color: white;
    text-align: center;
    padding: 2em;
    border:0px solid #fff;
    box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
-webkit-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
-moz-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
border-radius: 50%;
-moz-border-radius:  50%;
-webkit-border-radius:  50%;
}



.resultat{
    margin: auto;
}

.resultat td{
    padding: 20px;
}

#b_publics {
    background: DarkCyan;
}
#b_prives {
    background: Orange;
}
#b_communs {
    background: OrangeRed;
}

/* Activité 1 */

#frise {
    display: flex;
    height: 199px;
    border-style: solid;
    border-width: 3px;
    border-color: #116c7e;
    background-image: url("img/fond-frise.png");
    background-repeat: no-repeat;
    background-position: center;
}

#banque {
    display: flex;
    height: 550px;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.images {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.caption {
    text-align: center;
    font-size: 16px;
    margin-top:0.5em;
}

.banque {
    border-style: solid;
    border-width: 3px;
    border-color: white;
    width: 156px;
}


.select {
    border-color: #de401b;
}

#boutons {
    margin-top: 15px;
}

#btn_efface {
    margin-left: 30px;
    margin-right: 30px;
}

/* activité 2 */
.act2 {
    text-align: center;
}

.reponse {
    font-size: 15px;
    height: 100px;
    background-color: #e7f0f2;
    border: 1px solid white;
    padding: 0.5em;
}

.bloc-act2 {
    height: 190px;
    margin: 3px;

}
.img-act2 {
    height: 400px;
}

.res-act2 {
    display: flex;
}

/*Champs de formulaire*/

input {
    border: 2px solid #116c7e;
    background-color: #e7f0f2;
}

button.btn.btn-primary, button.btn-outline-secondary, .btn-primary, .btn-warning,.nav-link, .btn-danger:hover, .btn-outline-secondary, .btn-primary:focus, .btn-info{
    background-color: #116c7e;
    border:1px solid #fff;
    box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -webkit-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -moz-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    font-size:17px!important;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    color:#fff!important;
    text-decoration: none;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled, .btn-info:disabled {
    color: #fff;
    background-color: #116c7e;
}

.nav-link {
    display:inline-block;
}

.nav-link.disabled{
    display: none;
}

button.btn.btn-primary:hover, button.btn-outline-secondary:hover, button.btn-danger, .btn-primary:hover, /*.btn-primary:focus,*/ .btn-primary:active,  .btn-warning:hover,.btn-danger:hover, .nav-link:hover, .btn-outline-secondary:hover, .btn-info:hover, .btn-info:not(:disabled):not(.disabled).active{
    background-color: #de401b!important;
    color:#fff;
    border:1px solid #fff;
}

.btn-danger:disabled{
    opacity:0.5;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:focus, .btn-info.focus, .btn:focus .btn-info, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus{
     box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -webkit-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -moz-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
}

.btn-group.btn-group-toggle {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

button.btn-danger{
    background-color: #f78b29;
    border:1px solid #fff;
    box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -webkit-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -moz-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    font-size:17px!important;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    color:#fff;
}

button.btn-danger:disabled{
opacity: 0.5;
}


button.btn-success.disabled, button.btn-success:disabled {
    color: #fff;
    background-color: #f78b29;
    border-color: #f78b29;
    opacity:1;
    border:1px solid #fff;
    box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -webkit-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -moz-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
}
button.btn-success.disabled:hover, button.btn-success:disabled:hover {
    color: #fff;
    background-color: #de401b;
    border-color: #de401b;
    opacity:1;
}

.btn-success, .btn-success:focus {
    color: #fff;
    background-color: #9fbc4c;
    border-color: #28a745;
     border:1px solid #fff;
    box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -webkit-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -moz-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
}

.btn-info{margin-right:0.5em;}





p.text-white-50.bg-dark{
    color:#fff!important; 
    background-color: #de401b!important;
    padding:0.5em;
}

.badge, .btn{border-radius: 0;}

.badge-warning{
    color: #ffffff;
    background-color: #f78b29!important;
}

.badge-success {
    color: #fff;
    background-color: #de401b;
}

.badge-secondary {
    color: #fff;
    background-color: #f78b29;
}

.banque p{
    font-size: 14px;
    font-weight: 500;
    padding-top: 0em;
    line-height: 1;
}

.logo {
    height: 100px;
    padding: 0 1em 0 0;
}

table.resultat {
    background: url(img/plante.png) no-repeat center;
    background-size: contain;
}

table{
    margin-bottom: 2em;
    }


table + table{
    margin-top:3em;
}

table + table td, table.partenaires tbody td {
    font-family: 'Bangers', cursive;
    letter-spacing: 2px;
    font-size:25px;
    padding:0.25em 0 0.25em 0;
}

.table{
    color:inherit;
}

table.partenaires{
    margin-top:2em;
}

tbody p{
line-height: 2.5em;
}

#b_communs p, #b_prives p, #b_publics p{
line-height: 1.5em;
}


.definition-biens p:first-of-type {
    font-family: 'Bangers', cursive;
    font-size: 30px;
    letter-spacing: 1px;
}

.definition-biens{
    display: table-cell;
    vertical-align: top;
    line-height: 1.3em;
    width: 240px;
    height: 240px;
    color: white;
    padding:1.5em 1em;
    border:1px solid #fff;
    box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -webkit-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
    -moz-box-shadow: 3px 4px 11px 0px rgba(17,108,126,0.50);
}

.small, small {
    font-size: 100%!important;
}

.bien-public-r-act2 {
    background: #3a957c;
    color:#FFF;
    padding:6px;
    font-weight: 500;
}
.bien-prive-r-act2 {
    background: #9ebd43;
    color:#FFF;
    padding:6px;
    font-weight: 500;
}
.bien-commun-r-act2 {
    background: #de401b;
    color:#FFF;
    padding:6px;
    font-weight: 500;
}
.credits {
    font-size: 10px;
}

