/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Style Global */           
body {
 background: #ffffff;
 margin: 0;
 height: 100%;
 color: #384452;
 font-family: sans-serif;
 font-weight: 400;
}           
h1, h2, h3, h4, H5, H6 {
 font-family: 'Raleway', sans-serif;
 font-weight: 700;
}        
p {
 padding: 0;
 margin-bottom: 12px;
 font-family: 'Raleway', sans-serif;
 font-weight: 400;
 font-size: 14px;
 line-height: 24px;
 color: #384452;
 margin-top: 10px;
}           
img {
 height: auto;
 max-width: 100%;
} 
a:hover,
a {
 padding: 0;
 margin: 0;
 text-decoration: none;
 -webkit-transition: background-color .4s linear, color .4s linear;
 -moz-transition: background-color .4s linear, color .4s linear;
 -o-transition: background-color .4s linear, color .4s linear;
 -ms-transition: background-color .4s linear, color .4s linear;
 transition: background-color .4s linear, color .4s linear;
}
a:focus {
 text-decoration: none;
 color: rgba(195, 197, 198, 0.87);
}          
::moz-selection {
 color: #fff;
 text-shadow: none;
 background: #2B2E31;
}         
::selection {
 color: #fff;
 text-shadow: none;
 background: #2B2E31;
}
.centered {
 text-align: center;
}
.trait1 {
    margin-bottom: 30px;
}
/* ---------------------- Style Navigation ----------------------- */
.navbar {
 min-height: 70px;
 padding-top: 10px;
 margin-bottom: 0px;
}           
.navbar-brand {
 font-family: 'Raleway', sans-serif;
 font-weight: 900;
}           
.navbar-header .navbar-brand {
 color: white;
}           
.navbar-default .navbar-nav > li > a {
 color: white;
 font-weight: 700;
 font-size: 15px;
}          
.navbar-default .navbar-nav > li > a:hover {
 color: #12a5d6;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
 color: #ffffff;
 background: transparent;
}           
.navbar-default {
 background-color: #2c3031;
 border-color: transparent;
}
/* -------------------- Style Introduction ------------------ */
#Introduction {
 margin-top: -10px;
 padding-bottom: 80px;
 text-align: center;
 width: 100%;
            
 -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
            
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}      
#Introduction h1 {
 margin-top: 150px;
 font-size: 60px;
 font-weight: 700;
}
.pret {
    color: #384452;;
}      
#Introduction h3 {
 color: #384452;
 font-size: 30px;
 font-weight: 100;
 font-family: 'Raleway', sans-serif;
}
.introp {
    margin-top: 70px;
    font-size: 1.6em;
    color : #237da0;
    text-align:  center;
    line-height: 1.8em;
}
.gratuitement {
    color: red;
}
.tel {
    color : #565758;
    font-size: 2.2em;
    text-align: center;
}
/* -------------------- Style Pourquoi un Courtier ------------------ */
#pourquoi {
 background: #096f91;
 text-align: center;
 padding-top: 80px;
 padding-bottom: 100px;
 color: white;
 font-size: 1.6em;
 font-weight: 700;
 letter-spacing: 1px;
}           
#pourquoi p {
 font-size: 20px;
 color: #f2f2f2;         
}           
#pourquoi img {
 tex-align: center; 
} 
.offre2 {
    text-align: justify;
    line-height: 30px;
    margin-top:1em;
    margin-left:0;
    margin-right:0;
    margin-bottom:0; 
}
.gratuit {   
    color: #55a529;
    font-weight: 800;
}
.modal-header {
    background-color: white;
    color : black;
}
.modal-body {
    background-color: #096f91;
}
.classique {
    text-align: left;
    text-decoration: underline;
    color: #59b961;
    font-weight: 800;
}
.ppa {
   text-align: left;
    text-decoration: underline;
    color: #59b961;
    font-weight: 800;  
}
.explication {
   color: #59b961;
    font-size: 0.8em;
}
.modal-footer {
    background: #2c3031;
}
.autres {
    font-size: 0.8em;
    text-align: left;
    line-height: 1.9em;
}
.mesure, .gain, .temps {
    color: #39393a;
    font-size: 1.3em;
    }
.euro, .user, .clock {
    color:white;
    margin-top: 30px
}     
/* ------------------------- Notre Offre -------------------------- */                             
#offre {
 padding-top: 80px;
 padding-bottom: 100px;
 font-size: 1.6em;
}
.offre {
    padding-bottom: 5px;
    padding-top: 15px;
}
.acquisition renegociation credit soulte {
text-align: justify;

}
#offre p {
    font-size: 0.9em;
}
/* ------------------------- Votre Dossier -------------------------- */
#dossier {
 background-color: #096f91;
 min-height: 800px;
 padding-top: 80px;
}
#dossier h1 {
 color: white;
 font-weight: 700;
 letter-spacing: 1px;
 text-align: center;
}
/* ------------------------- Témoignage -------------------------- */
#temoignage { 
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: white
}
/* ------------------------- Parrainage -------------------------- */
#parrainage {
 background: #096f91;
 padding-top: 60px;
 padding-bottom: 80px;
 text-align: center; 
}
#parrainage h1 {
 color: white;
 font-weight: 700;
 letter-spacing: 1px;
}
#parrainage p {
    color : white;
    font-size: 1.5em;
}
.cheque {
    border: 1px solid ;
    box-shadow: 8px 8px 2px black;
}
/* ------------------------- Formulaire -------------------------- */
#formulaire {
    background-color: #2c3031;
    min-height: 250px;
    padding-top: 40px;
    padding-bottom: 60px;
}
#formulaire h1 {
    color : white;
    text-align: center;
}
/* ------------------------- Footer -------------------------- */
#footer {
    background-color: #1a1b1b;
    color: white;
}
.coord {
    color:white;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: center;  
}
.ouvert {
    color:white;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: center;
}
.coordonn {
    padding-top: 30px;
}
.joindre {  
    color : #096f91;
    text-decoration :underline;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
}
.horaire {  
    color : #096f91;
    text-decoration :underline;
    font-size: 1.6em;
    font-weight: 700;  
}
.entreprise {
    padding-top: 30px;
}
.entreprise p {
    color:white;
    font-size: 1.em;
    line-height: 1.5em;   
}
.ORIAS{  
    color : #096f91;
    text-decoration :underline;
    font-size: 1.3em;
    font-weight: 700;  
}
.SARL{  
    color : #096f91;
    text-decoration :underline;
    font-size: 1.3em;
    font-weight: 700;  
}
.SIREN{  
    color : #096f91;
    text-decoration :underline;
    font-size: 1.3em;
    font-weight: 700;  
}
.gerant{  
    color : #096f91;
    text-decoration :underline;
    font-size: 1.3em;
    font-weight: 700;  
}
.Capital{  
    color : #096f91;
    text-decoration :underline;
    font-size: 1.3em;
    font-weight: 700;  
}
.etapes {
    color:white;
}
.mentions {
    color: #096f91;
    text-decoration: underline;
}
/* 
  =====================================
  CSS for <iframe> embedded Google Map
  ===================================== 
*/
.mapWrapper {
    position: relative;
    /* 
    Do math with the height of your iframe divided by the width, then converted to percent
    In this example the height is 400 and the width is 600
    400 / 600 = .66666667 
    which is 66.6666667% */
    padding-bottom: 66.6666667%; 
    height: 0;
}
.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
   /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #ffffff !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }











