/* Move down content because we have a fixed navbar that is 3.5rem tall */
@charset "utf-8";
/*!
 * Copyright 2016 Generali France, Inc.
 * Author : Vincent PETIT
 * Project : Projet 8 Recommandations CC
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* ==========================================================================
   Styles génériques
   ========================================================================== */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    outline: none;
    background-color: #dddddd;
}

h1 {
    color: #c21b17;
    border-bottom: none;
    padding-bottom: 20px;
    display: block;
    font-size: 2em;
}

h2 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
h2.section__title:after{
    content: "";
    width: 66%;
    height: 1px;
    display: block;
    margin: 26px auto 0;
    background-color: #c21b17;
}
h2.section-heading {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #8E1230;
}
h3 {
    /*color: #333333;
    border-bottom: 1px solid #9a9a9b;
    padding-bottom: 20px;
    font-size: 1.5em;*/
    font-size: 38px;
    margin-top: 90px;
    line-height: 1.11;
    text-align: center;
    margin-bottom: 45px;
}

h3::after {
    content: "";
    width: 66%;
    height: 1px;
    display: block;
    margin: 26px auto 0;
    background-color: #c21b17;
}

h4 {
    font-size: 18px;
    font-weight: bold;
	text-align:center;
}

h5 {
    font-weight: bold;
}

p {
    font-size: 14px;
}

ul {
    padding: 0;
    list-style: none;
}

a:link, a:active, a:visited {
    font-weight: 400;
    color: #c21b17;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border: 0;
    border-top: 1px solid #555555;
}

/* ==========================================================================
   Styles de selection
   ========================================================================== */
::-moz-selection {
    text-shadow: none;
    background: #c21b17;
    color: #ffffff;
}

::selection {
    text-shadow: none;
    background: #c21b17;
    color: #ffffff;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

/* ==========================================================================
   Fin Styles génériques
   ========================================================================== */
/* ==========================================================================
   Styles Header
   ========================================================================== */
header, footer, section{
	background-color:#FFF}
	
h1, h2, h3, h4 {
    display: block;
}
.logo {
    max-width: 100%;
    width: 25%;
}

.stripe {
    width: 7px;
    display: inline-block;
    float: left;
}

.light {
    height: 15.3%;
    background: #E9573D;
}

.medium {
    height: 22%;
    background: #C21B17;
}

.dark {
    height: 12.8%;
    background: #752127;
}
/* ==========================================================================
   CSS Boutons
   ========================================================================== */
.btn-outline-primary {
    color: #c21b17;
    border-color: #c21b17;
    font-weight: 700;
    border-radius: 0;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle,
.open .dropdown-toggle.btn-outline-primary {
    color: #ffffff;
    background-color: #c21b17;
    border-color: #c21b17;
    box-shadow: none;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open .dropdown-toggle.btn-outline-primary {
    background-image: none;
}

/* ==========================================================================
   Styles thumbnail
   ========================================================================== */
.thumbnail {
    border: none
}

.thumbnail .caption small {
    color: #cccccc;
    display: block;
}


/* ==========================================================================
            LOADER
  ==========================================================================*/
.loaders {
width: 100%;
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: row;
flex-wrap: wrap;
}
.ball-clip-rotate-pulse > div:first-child {background: #c21b17;}
.ball-clip-rotate-pulse > div:last-child {background: #c21b17;}
.loaders .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
.loader {
    display: table;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1200;
}
.loader-bg {
    background: #eeeeee;
}
.loader .ball-pulse {
    left: 50%;
    position: absolute;
    top: 50%;
}
.ball-pulse > div{background-color: #C21B17;}
/* ==========================================================================
   Styles Footer
   ========================================================================== */
.footer {
    background-color: #fff;
    color: #333333;
    padding: 20px
}

.footer ul li {
    list-style: none
}

.footer ul li a:link, .footer ul li a:visited {
    color: #333333;
    text-decoration: underline
}

.footer ul li a:hover, .footer ul li a:active {
    text-decoration: none
}


/* ==========================================================================
   Back to top styles
   ========================================================================== */
.back-to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    white-space: nowrap;
    background: rgba(194, 27, 23, .8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
    line-height: 40px
}

.back-to-top:active, .back-to-top:focus, .back-to-top:hover {background: #E9573D}

.back-to-top i {color: #fff;font-size: 16px}
.back-to-top.cd-is-visible {visibility: visible;opacity: 1}

.back-to-top.cd-fade-out, .back-to-top.cd-is-visible, .no-touch .back-to-top:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

