body,
html {
    width: 100%;
    height: 100%;
	
}

/* Carte */
#map_container {
	height:500px;
}


body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 16px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.backwards

{unicode-bidi:bidi-override;

direction:rtl;}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #404040;
  /*  background: url(../img/intro-bg.jpg) no-repeat center center;*/
  background-color:#a89478;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.content-section-paiement {
    padding: 20px 0;
    color: #000000;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url(../img/paiement.jpg);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/paiement.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}


.navbar-default {
  background-color: #FFF;
  color:#000;
  opacity: 0.84;
 }
 
 .img-accueil {
  background-color: #FFF;
  color:#000;
  opacity: 0.84;
  border-radius: 10px;
  padding-left:10px;
  padding-right:10px;
 }

.content-section-a {
    padding: 20px 0;
    background-color: #f8f8fa;
	color:#000000;
}

.content-section-b {
    padding: 20px 0;
    border-top: 1px solid #093e75;
    border-bottom: 1px solid #093e75;
    background-color: #f8f8fa;
	color:#000000;
}

.section-heading {
    margin-bottom: 30px;
	color:#093e75;
}

.section-heading-center {
    margin-bottom: 30px;
	color:#093e75;
	text-align:center;
}


.section-heading-spacer {
}

footer {
    padding: 50px 0;
    background-color: #f8f8fa;
	color:#000000;
}

p.copyright {
    margin: 15px 0 0;
}

h1 {
	color:#093e75;
}
	
h2 {
	color:#093e75;
}

h3 {
	color:#093e75;
}


.intro-message h2 {
    font-size: 25px;
    font-weight: 500;
     background-color: #FFFFFF;
    opacity: 0.84;
    border-radius: 15px 15px;
    display: inline-block;
    padding: 15px;
    margin-bottom: 50px;
}

.content-section-contact {
    padding: 20px 0;
	text-align:center;
    border-top: 1px solid #093e75;
    background-color: #f8f8fa;
    color: #000000;
}

.content-section-carte {
    padding: 20px 0;
    background-color: #f8f8fa;
    color: #000000;
}

.service-icon {
    background-color: #a89478;
    color: #a89478;
    height: 8rem;
    width: 8rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}

.btn-primary{
   /*
    background: rgb(182,21,97);
    background: linear-gradient(24deg, rgba(182,21,97,1) 2%, rgba(94,59,113,1) 24%, rgba(3,62,118,1) 45%);
   */
    font-size: 0.9em ;
    margin-top: 10px;
    border-radius: 8px;
    background-color:#a89478;
}