::selection {
    background: #333;
    color: white;
}
body {
    font: 14px/23px 'Lato', sans-serif;
    color: #222;
    margin: 0;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #000;
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover,
a:focus,
input:hover,
input:focus,
button:hover,
button:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
	text-shadow: none;
	box-shadow: none;
}
h1 {
	font-size: 33px;
	max-width: 60%;
}
@media(max-width: 767px) {
	h1 {
		font-size: 26px;
		max-width: 100%;
	}
}
h2 {
	font-size: 24px;
}
ul {
	list-style: none;
	padding-left: 0;
}
img {
	max-width: 100%;
}

@font-face {
  font-family: 'icon';
  src:  url('../fonts/icomoon.eot?750tfw');
  src:  url('../fonts/icomoon.eot?750tfw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?750tfw') format('truetype'),
    url('../fonts/icomoon.woff?750tfw') format('woff'),
    url('../fonts/icomoon.svg?750tfw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f002";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-check:before {
  content: "\f00c";
}
.icon-home:before {
  content: "\f015";
}
.icon-phone:before {
  content: "\f095";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-flash:before {
  content: "\f0e7";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-map:before {
  content: "\f278";
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.wrapper {
    padding: 60px 0;
}
.wrapper, 
.wrapper div, 
.wrapper p {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.header {
    background: linear-gradient( 180deg , #fff 40%, #080808de 40%);
    position: fixed;
    top: 0;
    width: 100%;
    height: 222px;
    z-index: 999;
}
.header-logo {
    text-align: center;
}
.header-logo a.logo {
    display: inline-block;
    margin: auto;
    background: #fff;
    padding: 2px;
}

.tel-top_ {
    margin-top: 18px;
    margin-left: -5rem;
}
.tel-top_ a {
    font-size: 18px;
}
.tel-top_ i {
    border-right: 1px solid #000000;
    margin-right: 15px;
    padding-right: 15px;
}
.tel-top_ em {
    margin: 0 15px;
}
@media(max-width: 767px) {
	.wrapper {
		padding: 30px 0 0;
	}
	.header {
		background: #212121;
		height: inherit;
		position: fixed;
        z-index: 9999;
	}
	.header-logo > .row {
		justify-content: space-between;
		align-items: center;
	}
	.header-logo a.logo {
	    width: inherit;
	    text-align: left;
	    padding-left: 15px;
	}
	.logo img {
		width: 170px;
	}
	.tel-top_ {
	    margin-left: 0;
	    margin-top: 0;
	    background: #c5c5c5;
    	justify-content: center;
	}
	.tel-top_ i {
		border-right: none;
		padding-right: 0;
	}
	.tel-top_ a {
	    padding: 15px 0;
	}
}

.Top_rappel {
    text-align: left;
}
#rappel_immediat .input-form {
    background: #efefef;
    display: inline-block;
    width: 200px;
    padding: 1px 15px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 10px;
    border: 1px solid #ddd;
}
#rappel_immediat .btn-rappel {
    display: inline-block;
    width: 45px;
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    margin-left: -3px;
    border-radius: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: #0e8637;
    line-height: 120%;
    border: 1px solid #0e8637;
    color: white;
}
.Top_rappel strong {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px;
    display: block;
    text-align: center;
}

.nav-list {
    display: table;
    padding-left: 0;
    margin: 0;
}
.nav-item {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.nav-item > a {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 5px 15px;
    color: #cacaca;
    border: 1px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.Desktop .nav-item:hover > a {
    color: white;
}
.nav-item.active > a {
    border-color: #fff;
    color: white;
}
.nav-submenu {
    position: absolute;
    padding-top: 20px;
    transform: translateX(-50%);
    top: 120%;
    left: 0;
    transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    left: 50%;
    min-width: 250px;
    width: 100%;
}
.nav-item:hover .nav-submenu {
    opacity: 1;
    top: 100%;
    transition: top 0.3s ease 0s;
    -webkit-transition: top 0.3s ease 0s;
    visibility: visible;
}
.nav-submenu-item {
    background: white;
}
.nav-submenu-item > a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}
.nav-submenu-item:hover  > a,
.nav-submenu-item.active  > a {
    background: #0e8637;
    border-bottom-color: #0e8637;
    color: white
}
.nav-mobile {
	display: none;
	cursor: pointer;
	background: url(/skins/default/images/nav.svg) no-repeat right center;
	background-size: 18px;
    text-align: left;
    width: 70px;
    text-transform: uppercase;
    color: white;
    margin: 0 0 0 auto;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 49px;
  width: 50px;
  cursor: pointer;
}

.nav-click i {
  display: block;
  line-height: 48px;
  position: relative;
  transform: rotate(90deg);
  text-align: center;
  height: 48px;
  font-size: 30px;
  width: 48px;
}

.nav-click i.nav-rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media(min-width: 768px) and (max-width: 991px) {
	.nav-mobile {
		margin-top: 35px;
	}
}
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
  }

  .nav-list {
    display: none;
    width: 100%;
  }

  .nav-item {
  	background: white;
    width: 100%;
    display: block;
    padding: 0 15px;
  }

  .nav-item > a {
  	border: none;
    padding: 15px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .nav-item:last-child > a {
    border-bottom: none;
  }
  .nav-item.active > a {
    color: #0e8637;
  }

  .nav-click {
    display: block;
  }

  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }

  .nav-item:hover .nav-submenu {
    display: none;
  }

  .nav-submenu {
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.homeslider {
    height: 740px;
    background: #ddd;
    position: relative;
}
.ImgSlider {
    position: absolute;
    height: 100%;
    width: 100%;
}
.itemSlider {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 740px;
}
.itemSlider:before {
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.73) 21%, rgba(94,93,91,.5) 56%, rgba(155,145,136,0) 97%);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.homeslider .container {
    height: 100%;
    display: table;
    width: 100%;
}
.homeslider .sliderCaption {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5rem;
}
.Mobile .homeslider .sliderCaption {
    display: table-cell;
    vertical-align: middle;
    padding-top: 12rem;
}
.sliderCaption .h1 {
    color: white;
    font-weight: 700;
    text-shadow: 0 0 12px black;
    font-size: 26px;
}
.titleCouvreur {
    background: #0e8637;
    color: white;
    padding: 5px 15px;
    font-size: 18px;
    margin-left: 5px;
    display: inline-block;
}
@media(min-width: 992px) {
	.captionDetail {
		margin-top: 8rem;
	}
}
.boxCategories {
	width: 700px;
	margin-top: 3rem;
}
.cat-item a {
    display: block;
    padding: 0 3px;
}
.cat-item span {
    height: 170px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 170px;
    margin: auto;
    border: 7px solid #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.cat-item:hover span {
    border-color: #0e8637;
}
.cat-item strong {
    font-size: 10px;
    display: flex;
    padding: 5px 15px;
    background: white;
    height: 55px;
    align-items: center;
    justify-content: center;
    margin-top: -3rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -.5px;
    text-align: center;
    box-shadow: 0px -4px 6px 0px rgb(0 0 0 / 47%);
    line-height: 15px;
}
.logoDivers img {
    margin: 15px 7px;
}

@media(max-width: 767px) {
	.homeslider,
	.itemSlider {
		height: 410px;
	}
	.sliderCaption .h1 {
		font-size: 26px;
	}
	.logoDivers img {
	    width: 80px;
	}
	.logoDivers img:last-child {
	    width: 70px;
	}
}
/*
Section contenu
*/
.section1_,
.section2_,
.section4__ {
    margin: 60px 0;
    position: relative;
}
.imgContent {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
.content1,
.content3 {
	transform-origin: 100% 25%;
    right: 0;
}

.content2 {
	/*background-color: #f7f7f7;*/
    left: 0;
    transform-origin: 0 25%;
}
.item-text {
    margin: 35px 0;
}
.text-content {
    padding: 35px 0;
}
.row-reverse {
	flex-direction: row-reverse;
}
.imgbg {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.item-text p {
    margin-bottom: 0;
}
.section5_ {
    background: #f7f7f7;
    padding: 60px 0;
    margin: 60px 0;
}

.bgImg1 {
	position: absolute;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.imgContent.content2 .bgImg1,
.imgContent.content3 .bgImg1 {
	height: 80%;
}
.intervention-block-right {
    background: white;
    padding: 20px;
    border: 1px solid #ddd;
}
.Desktop .intervention-block-right img {
	width: 150px;
	margin: 0 auto 15px;
}
@media(max-width: 767px) {
	.imgContent,
	.bgImg1 {
		position: static;
		height: 250px;
		width: 100%;
	}
	.imgContent.content2 .bgImg1, 
	.imgContent.content3 .bgImg1,
	.item-text .imgbg {
		height: 250px;
		margin-bottom: 15px;
	}
	.section2_ .row {
		flex-direction: column-reverse;
	}
}


/*
right block
*/
.contact-tel .contact-text,
.devis-titre .contact-text {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    position: relative;
}
.contact-tel .tel-block {
    padding: 20px 20px 5px;
    text-align: center;
}
.tel-block > div {
    border: 2px solid #283139;
    margin-bottom: 15px;
    border-radius: 50px;
    display: table;
    width: 100%;
    overflow: hidden;
}
.tel-block > div p {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    padding-top: 5px;
    font-size: 26px;
    padding-bottom: 5px;
}
.Mobile .tel-block > div p {
  font-size: 20px;
}
.tel-block > div > span {
    background: #283139;
    color: white;
    display: table-cell;
    width: 45px;
    font-size: 18px;
    vertical-align: middle;
}
.engagement {
    background: #f7f7f7;
}
.engagement .h4 {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
    font-size: 16px;
    position: relative;
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.engagement .h4:before {
    content: "";
    background-color: rgba(29, 29, 31, 0.59);
    position: absolute;
    width: 100%;
    height: 100%;
}
.engagement .h4 span {
    position: relative;
}
.list-eng {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
}

.list-eng li {
    padding-left: 35px;
    margin: 15px 0px;
    font-size: 16px;
    position: relative;
}
.list-eng li:last-child {
    margin-bottom: 0;
}
.list-eng li:before {
  content: "\f00c";
  font-family: 'icon' !important;
  position: absolute;
  left: 10px;
  color: #0e8637;
}

#mail, #mail2 { display: none; }
.btn-devis-gratuit {
    background-color: #0e8637;
    color: white;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 35px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-devis-gratuit:hover {
    transform: scale(1.05);
    color: white;
}
.DevisSlider {
    margin-bottom: 35px;
}
.Devigratuit {
    background: #f7f7f7;
    padding: 20px;
}
.sliderCaption .Devigratuit {
    margin-top: 9rem;
    border-radius: 15px;
}
@media(min-width: 768px) and (max-width: 991px) {
	.sliderCaption .Devigratuit {
		margin-top: 0;
	}
}
.call-img {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.sliderCaption .call-img {
    margin: -3rem auto 17px;
    border: 2px solid #0e8637;
}
#Devis_form .form-group {
    margin-bottom: 7px;
}
#Devis_form .form-control {
	font-size: 13px;
	height: calc(1.5em + .75rem + 7px);
}

.compt-item {
    border-right: 1px solid #fff;
}
.slick-track .compt-item:last-child {
    border-right: none;
}
.compt-item a {
    display: block;
    background-color: white;
}
.compt-item img {
    display: block;
    background: #ddd;
}
.compt-item a span {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
}
.headingLogo {
    margin-bottom: 45px;
}
.headingLogo a {
    display: block;
    width: 250px;
    margin: auto;
}
.contact-tel {
    background: white;
    border-radius: 0 15px 15px 0;
    padding: 40px 0;
}
@media(max-width: 767px) {
	.contact-tel {
		padding: 0;
	}
	.compt-item a span {
	    letter-spacing: 0;
	    font-size: 13px;
	}
}
@media(max-width: 480px) {
	.compt-item {
		display: inline-block;
		vertical-align: top;
    	width: 50%;
    	margin: 15px 0;
	}
}

/*
Footer
*/
.mapLocation p {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#Map {
    max-width: 1000px;
    height: 500px;
    margin: 30px auto;
    border: 10px solid #ddd;
    border-radius: 15px;
}
.tel-contact > a {
    padding: 10px 35px;
    background: #c5c5c5;
    margin: 0 2px;
    font-size: 24px;
}
.tel-contact .icon {
    margin-right: 15px;
}
.tel-contact .icon-phone {
    font-size: 20px;
}
.footer {
    background-color: #0e8637;
    color: white;
    padding: 25px 0;
    text-align: center;
}
.footer a {
    text-transform: uppercase;
    color: #81bbe8;
    letter-spacing: 1px;
    font-size: 12px;
}
.footer em {
    margin: 0 15px;
}

@media(max-width: 767px) {
	.tel-contact > a {
		margin: 15px 0;
	    display: block;
	}
}


/**
404
*/
.blog_pageIntrouvable {
    background: #0e8637;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    max-width: 100%;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
.MentionL {
    background: #3c3c3c;
    padding-top: 16rem;
    padding-bottom: 60px;
}
.MentionL .container > div {
    background: white;
    padding: 40px;
    border: 2px solid #7c561d;
}
.MentionL ol li::marker {
    color: #0e8637;
}
.MentionL h3 {
    font-size: 18px;
    color: #0e8637;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  .MentionL .container > div {
    padding-left: 0;
  }
  .MentionL {
    padding-top: 10rem;
    padding-bottom: 30px;
    }

}

.container.text-agence {
    text-align: center;
}
.Mobile .Devigratuit {
    background: #f7f7f7;
    padding: 195px 10px 10px 10px;
}
.Mobile .captionDetail {
    width: 50%;
    display: block;
}
.Mobile .slick-list.draggable {
    margin-left: -12px;
}
.Mobile .logoDivers {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Mobile .logoDivers img {
    width: 80px !important;
}
.Desktop div#realisations {
    margin-top: 14rem;
}
b.titre-album {
    text-align: center;
    width: 100%;
    font-size: 45px;
    margin: 25px 0;
}
div#realisations img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.realisations nav.nav a, .realisations nav.nav a:hover {
    color: #000;
}
.Mobile div#realisations {
    margin-top: 130px;
}
.Mobile footer.footer > .container > a {
    display: block;
    color: #fff;
    margin: 5px 0;
}
footer.footer > .container > a {
    color: #fff;
}
.Mobile .nav-mobile {
    position: relative;
    right: 35px;
}
.Mobile .tel-top_.d-flex.d-md-none.align-items-center {
    background: #7c561d;
}
.Mobile span.titleCouvreur {
    margin-bottom: 15px;
}
.lien-footer p {
    font-size: 1.75rem;
}

.Mobile .lien-footer {
    margin-left: 20px !important;
}
.Mobile li.nav-item a:hover {
    background: #0e8637;
}
.Mobile li.nav-item a:hover {
    color: #000 !important;
}
.txt-head p {
    color: #fff;
    font-size: 20px;
    text-shadow: 0 2px 10px #000;
}
nav.nav {
    display: flex;
    justify-content: center;
}
.Mobile .boxCategories {
    margin-top: 4rem;
}
.h1 > div.d-block {
    font-size: 25px;
    text-shadow: none;
}
.Mobile .lien-footer li {
    height: 55px;
}
.Mobile .lien-footer li:first-child {
    margin-top: 30px;
}
.Mobile .btn-devis-gratuit {
    background-color: #000;
}
.Mobile .tel-top_ a {
    font-size: 18px;
    color: #fff;
}
.Mobile footer.footer > .container > a {
    height: 50px;
    line-height: 50px;
}
.Mobile .footer {
    background-color: #000;
}
div#Messages {
    background-color: #0e8637;
    text-align: center;
    color: #fff;
    z-index: 9990;
    padding: 16px;
    position: fixed;
    font-size: 18px;
    width: 100%;
}
div#Messages p {margin: 0;}
