/*:root {
    --mood-blue: #3796A0;
    --mood-red: rgb(163, 29, 6);
    --mood-orange: #ED6A0D;
    --mood-yellow: #F1C41A;
    --alternate-bg: rgb(231, 241, 246);
}
*/
:root {
    --mood-blue: #316094;
    --mood-red: #D22200;
    --mood-orange: #C36A1A;
    --mood-yellow: #FFB500;
    --alternate-bg: #E2ECF5;
    --mood-brown: #5A2E2D;
}

body {
    font-size: 1.5rem;
    font-family: "Handlee", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.m-and-m {
    font-family: "Satisfy", "Gloria Hallelujah";
}

img.landing-img {
    max-height: 420px;
}

.masthead {
    height: 400px;
    background-image: url(../images/principal-avec-lumieres.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.masthead-sm {
    height: 400px;
    background-image: url(../images/principal-avec-lumieres-centered.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.btn-lang {
    font-size: 2rem;
    padding: 10px 20px;
    background-color: white;
    color: var(--mood-brown);
    width: 320px;
}

.navbar-brand .m-and-m {
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 3px 3px #000000;
}

li.nav-item {
    padding-left: 10px;
}

main {
    margin: 0;
}

section {
    padding: 5rem 0rem;
}

section.alternate {
    background-color: var(--alternate-bg);
}

section#masthead {
    color: #000;
}

section#masthead h1 {
    text-shadow: 3px 3px #FFF;
}

.countdown-number {
    padding: 0.3rem 1rem 0rem 1rem;
    background-color: var(--mood-orange);
    color: #FFF;
    text-align: center;
    border-radius: 0.5rem;
    min-width: 6.5rem;
    display: inline-block;
    font-size: 2.5rem;
}

h2,
h3,
h4,
h5 {
    font-family: "Satisfy", "Gloria Hallelujah";
    color: var(--mood-blue);
}

h1.m-and-m {
    font-size: 4rem;
}

h2 {
    font-size: 3.7rem;
}

h3 {
    font-size: 2.9rem;
}

.lead {
    font-size: 2.1rem;
}

.btn-rsvp {
    font-size: 2.1rem;
    background-color: var(--mood-blue)
}

section h2 {
    margin: 2rem auto 5rem auto;
    padding-top: 1rem;
    border-top: 4px solid var(--mood-blue);
}

.timeline-program {
    padding: 1rem 0rem;
    border-left: 4px solid var(--mood-orange);
}

.timeline-program li {
    margin: 3rem 0rem;
    font-size: 2rem;
}

.timeline-program li .hour {
    padding: 0.4rem 1rem;
    background-color: var(--mood-orange);
    color: white;
    width: 120px;
    text-align: center;
    display: inline-block;
    margin-right: 2rem;
    clear: left;
    font-size: 1.5rem;
}

.mood-red {
    color: var(--mood-red);
}

.mood-blue {
    color: var(--mood-blue);
}

.mood-orange {
    color: var(--mood-orange);
}

.mood-yellow {
    color: var(--mood-yellow);
}

.mood-red-bg {
    background-color: var(--mood-red);
}

.mood-blue-bg {
    background-color: var(--mood-blue);
}

.mood-orange-bg {
    background-color: var(--mood-orange);
}

.mood-yellow-bg {
    background-color: var(--mood-yellow);
}

.decorative-img {
    max-height: 400px;
    max-width: 90%;
}

/** Timeline history of us */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

footer {
    background-color: var(--mood-brown);
    padding: 2rem 0rem;
}