/* general */
body{
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: 'Roboto', sans-serif;
    color: #535353;
    font-size: 1.8rem;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}
.container {
    padding-right: 0;
    padding-left: 0
}

#bd-black{
    background: #202328;
}

#bd-black h2{
    color: #fff;
    padding: 1.8rem 1rem;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 0;
    font-weight: 500;
    border: 0;
    margin-top: 0;
}


#Content{
    padding-right: 15px;
    padding-left: 15px;
    background:white;
    font-size:1.6rem;
    overflow: hidden;
    line-height:2.2rem;
}
#Content img{
    max-width: 100%!important;
}
#Content ul{
    list-style: none;
}
#Content ul>li{
    position:relative;
    padding-left:20px;
}
#Content ul>li:before{
    content:"✔ ";
    position:absolute;
    left:0;
    color:#AFB42B;
}


p {
    margin-bottom: 20px;
    text-align:justify;
    color:#202328;
    font-size:1.6rem;
}

p a {
    border-bottom: 1px solid #73879c
}

p a:hover {
    border-color: transparent
}

a {
    color: inherit;
    transition: all .2s ease-out;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

a:hover, a:focus {
    color: #202328;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: .025em;
    color: #202328;
    margin-top: 0
}

h1 {
    font-size: 4rem;
    margin-bottom: 15px;
    text-transform: none;
}
h1+p{
    font-size:2rem;
    font-weight: 700;
    color: #202328;
    margin-bottom:25px;
}

h2 {
    font-size: 2.6rem;
    line-height: 130%;
    margin-bottom: 20px;
    margin-top:0;
}

h3 {
    font-size: 2rem;
    line-height: 150%;
    margin-bottom: 15px
}

h4 {
    font-size: 1.6rem;
    line-height: 150%;
    margin-bottom: 15px
}

h5 {
    font-size: 1.4rem;
    line-height: 160%;
    margin-bottom: 13px
}

h6 {
    font-size: 1.2rem;
    line-height: 160%;
    margin-bottom: 10px
}

.txt-red{
    color:#e2011c;
}

ol {
    position: relative;
    padding-left: 22px
}

ul {
    position: relative;
    padding-left: 22px
}

ul.arrowed li, ul.circled li, ol li {
    margin-bottom: 5px
}

ul.arrowed li:before {
    font-family: 'fontello';
    font-size: 75%;
    font-weight: normal;
    color: #283645;
    vertical-align: baseline;
    content: '\e846';
    margin-top: 1px;
    margin-left: -20px;
    position: absolute
}

ul.circled li:before {
    font-family: 'fontello-circle';
    content: '\e800';
    font-size: 8px;
    font-weight: normal;
    color: #283645;
    padding-top: 1px;
    margin-left: -20px;
    vertical-align: top;
    position: absolute
}

ul.contacts {
    padding-left: 0
}

/*cta*/

.cta1{
    background-color: #ececec;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23aeaeae' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");

}

.cta1 p{
    margin:0;
    padding:15px;
}
.cta1 .btn{
    margin-right:15px;
}

.encadre{
    background-color: #ececec;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23aeaeae' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    padding:25px;
    font-size:1.7rem;
}
.encadre p{
    font-size:1.9rem;
    font-weight: 700;
}
.encadre li{
    color: #283645;
}
.encadre .btn{
    margin-bottom:0;
    margin-top:25px;
}

.encart{
    background-color: #ececec;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23aeaeae' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    padding:15px;
}

.encart h2{
    margin-top:0;
    margin-bottom:10px;
    padding-top:0;
    border-top:0;
}
.encart h2+p{
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: left;
    margin-bottom: 25px;
}

.image .legend{
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.6rem;
    margin-bottom: 10px;
    font-style: italic;
    font-family: "Roboto Condensed";
    text-align: center;
}

#Form{
    padding:15px;
    background-color: #ececec;
    padding-bottom: 40px;
}
/* header */

.navbar .container {
    display: table;
    padding: 0
}

.navbar {
    margin: 0;
    border-radius: 0;
    border: 0;
    position: relative;
    z-index: 8000;
    min-height: inherit
}

.navbar ul {
    list-style: none
}

.navbar-brand {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    max-width: 500px;
}

.navbar-brand img {
    display: inline-block;
}

.navbar-brand img.animate {
    -moz-transition: none
}

.navbar-header .navbar-brand {
    display: none
}

.navbar-header {
    float: none !important;
    position: relative;
    background: #f5f7fa;
    border-bottom: 1px solid #e6e9ed;
    z-index: 0
}

.navbar-header li, .navbar-header a {
    display: table-cell;
    vertical-align: middle;
    height: 40px
}

.navbar-collapse {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e9ed
}

.navbar-collapse.collapse.animate {
    -moz-transition: none
}

.navbar-collapse.collapse.affix {
    position: fixed;
    top: 0
}

.navbar-collapse.collapse.animate-after {
    background-color: rgba(255, 255, 255, 0.97)
}

.navbar-nav {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    margin: 0
}

.navbar-nav > li > a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #506a85;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 35px;
    bottom: -1px;
    z-index: 2
}

.navbar-nav > li.dropdown > a {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .125s ease-out
}

.animate-after .navbar-nav > li > a {
    border-radius: 0;
    margin-top: -1px
}

.nav > li.active > a {
    color: #283645
}

.nav > li > a:focus {
    background-color: transparent;
    border-color: transparent
}

.nav > li > a:hover {
    background-color: #f5f7fa;
    border-color: #e6e9ed;
    color: #283645
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 210px;
    background: #f5f7fa;
    border: 0;
    border: 1px solid #e6e9ed;
    border-bottom-width: 2px;
    border-bottom-color: #ced2d6;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    z-index: 0
}

.navbar .dropdown.open .dropdown-menu {
    z-index: 1
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: transparent;
    border: 0;
    border-top: 1px solid #e6e9ed
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
    border: 0
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
    line-height: 18px;
    padding: 13px 20px;
    color: #73879c;
    text-transform: uppercase;
    font-weight: 700;
    white-space: normal
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover, .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    filter: none;
    background-color: #f5f7fa;
    color: #283645
}

.navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus {
    background-color: #f5f7fa;
    border-color: #e6e9ed
}

.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    display: none
}

.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    display: none
}

.navbar .dropdown-submenu .dropdown-menu {
    top: -1px !important
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus, .navbar .dropdown-submenu:hover > a, .navbar .dropdown-submenu:focus > a, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover, .navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: #283645;
    color: #FFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.navbar-header .info {
    padding-left: 0;
    margin: 0
}

.navbar-header .info li {
    font-size: 12px;
    padding-right: 25px
}

.navbar-header .info li a {
    font-size: 12px;
    color: #73879c
}

.navbar-header .info a:hover {
    color: #283645
}

.navbar-form {
    padding: 0;
    margin: 0
}

.btn.responsive-menu {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    padding: 0;
    margin: 0
}

.yamm .nav, .yamm .dropup, .yamm .dropdown, .yamm .collapse {
    position: static
}

.yamm .navbar-inner, .yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    top: auto;
    left: auto;
    -webkit-border-top-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    border-top-left-radius: 3px !important
}

.yamm .dropdown-menu > li {
    display: block
}

.yamm .nav.pull-right .dropdown-menu {
    right: 0
}

.yamm .yamm-content {
    font-size: 14px;
    line-height: 22px;
    padding: 30px 40px;
    margin-left: -20px;
    margin-right: -20px
}

.yamm .yamm-content .inner {
    padding: 0 20px
}

.yamm .yamm-content li {
    line-height: inherit
}

.yamm .yamm-content:before, .yamm .yamm-content:after {
    display: table;
    content: "";
    line-height: 0
}

.yamm .yamm-content:after {
    clear: both
}

.yamm .nav > li > .dropdown-menu:after, .yamm .nav > li > .dropdown-menu:before {
    display: none
}

.yamm .yamm-content img {
    width: 100%
}

.yamm .yamm-content a {
    color: inherit
}

.yamm .yamm-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.yamm .yamm-content p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 15px
}

.yamm .yamm-content .btn {
    margin: 10px 0
}

.yamm .yamm-content a:hover {
    color: #283645;
    opacity: 1
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0
}

/* buttons */

.btn {
    color: #FFF !important;
    background: #003189;
    padding: 12px 20px 12px;
    margin: 15px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    white-space: normal;
}

.btn-small {
    padding: 5px 13px 6px;
    font-size: 13px
}

.btn-large {
    padding: 14px 26px 16px;
    font-size: 15px
}


.btn:hover, .btn:focus, .btn:active, .btn.active {
    background: #e2011c;
    color: #FFF !important;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15)
}


.tint-bg .btn {
    background: #FFF !important;
    color: #283645 !important
}

.tint-bg .btn:hover {
    background: #e9e9e9 !important;
    color: #506a85 !important
}

h1 .btn, h2 .btn, h3 .btn, h4 .btn, p .btn {
    margin-left: 15px
}






/* Forms */

.form-group{
    margin-bottom: 20px;
    position: relative;
}

.form-group > label,
.form-group > .label{
    color: #aeaeae;
}

.form-control{
    border-color: #e5e5e5;
    background-color:#fafafa;
    border-width: 1px;
    box-shadow: none;
    border-radius: 4px;
    height: 40px;
    position: relative;
    font-size: 13px;
}

.form-control:focus{
    box-shadow: none;
    border-color: #d7d7d7;
}

.form-control.error{
    border-color: #e69e9e;
    background-color: #fff7f7;
}

textarea.form-control,
select.form-control{
    border-radius: 3px;
}

.has-success .form-control{
    border-color: #41c741;
}

.has-success .form-control:focus{
    box-shadow: none;
    border-color: #41c741;
}

.has-warning .form-control{
    border-color: #ffc800;
}

.has-warning .form-control:focus{
    box-shadow: none;
    border-color: #ffc800;
}
.has-error .form-control{
    border-color: #e62c22;
}

.has-error .form-control:focus{
    box-shadow: none;
    border-color: #e62c22;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label{
    color: #41c741;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label{
    color: #ffc800;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label{
    color: #e62c22;
}

.has-feedback .form-control-feedback{
    top:6px;
}

.has-success .form-control-feedback{
    color: #41c741;
}

.has-warning .form-control-feedback {
    color: #ffc800;
}

.has-error .form-control-feedback {
    color: #e62c22;
}

.has-success .input-group-addon,
.has-warning .input-group-addon,
.has-error .input-group-addon{
    border-color: #d7d7d7;
}

.input-lg, .form-group-lg .form-control{
    height: 50px;
    border-radius: 3px;
}
.input-sm, .form-group-sm .form-control{
    height: 30px;
    border-radius: 3px;
}

.image-right+.image-right{
    margin-top:15px;
    padding-top:15px;
    display: block;
}
a.image-right{
    border:1px solid #003189;
}
a.image-right:hover{
    border : 1px solid #e2011c;
}

a.image-right:hover p{
    background :#e2011c;
}

a.image-right p{
    color: #fff;
    padding:7px;
    text-transform: uppercase;
    font-size:1.4rem;
    text-align: left;
    margin-bottom:0;
    background :#003189;
}

.border-blue-1{
    border:1px solid #003189;
}

/* Modals */

.modal {
    z-index: 9000;
    background: 0
}

.modal.fade {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 0
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.modal-open .modal {
    overflow: hidden
}

.modal-backdrop {
    background-color: #f2f5f7;
    z-index: 8999
}

.modal-backdrop.in {
    opacity: .95
}

.modal .container {
    width: 100%;
    max-width: 1170px;
    padding-left: 50px;
    padding-right: 50px
}

.modal-dialog {
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 35px;
    right: 35px;
    width: calc(100% - 70px);
    margin: auto
}

.modal-full {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.modal-lg {
    max-width: 100%;
    max-height: 100%
}

.modal-md {
    max-width: 1170px;
    max-height: 800px
}

.modal-sm {
    max-width: 750px;
    max-height: 500px
}

.modal-xs {
    max-width: 480px;
    max-height: 350px
}

.modal-content {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    border-bottom: 2px solid #ced2d6;
    border-radius: 3px;
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.modal-full .modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-header {
    position: relative;
    z-index: 1;
    height: 70px;
    padding: 22px 25px;
    background-color: #FFF;
    border-bottom: 1px solid #e6e9ed
}

.modal-header .close {
    float: right;
    font-size: 24px;
    font-weight: 400;
    color: #506a85;
    text-shadow: none;
    margin-top: 0;
    margin-left: 25px;
    -webkit-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out
}

.dark-bg.no-modal-header .modal-header .close, .tint-bg.no-modal-header .modal-header .close {
    color: #424242;
    opacity: .4
}

.modal-header .close:hover, .modal-header .close:focus {
    opacity: 1 !important
}

.modal-title {
    color: #506a85 !important;
    line-height: 150%
}

.no-modal-header .modal-header {
    background-color: transparent;
    padding-right: 40px;
    border-bottom: 0
}

.no-modal-header .modal-header .modal-title {
    display: none
}

.no-modal-footer .modal-footer {
    display: none
}

.no-modal-header .modal-body {
    top: 0
}

.no-modal-footer .modal-body {
    bottom: 0
}

.modal-body {
    position: absolute;
    top: 70px;
    bottom: 75px;
    width: 100%;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #FFF;
    border-top: 1px solid #e6e9ed
}

.modal-footer .btn {
    margin: 0
}

.modal-open #scrollUp {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0
}

.btn-modal {
    background: #f5f7fa !important;
    color: #506a85 !important;
    border: 1px solid #e6e9ed;
    border-bottom-width: 2px;
    box-shadow: none !important
}

.btn-modal:hover, .btn-modal:focus, .btn-modal:active, .btn-modal.active {
    background: #edf0f2 !important;
    color: #1abb9c !important
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-menu li {
    display: inline;
    padding-left: 10px
}

.footer-menu li:before {
    display: inline-block;
    content: "·";
    padding-right: 12px
}

.footer-menu li:first-child:before {
    display: none
}

.footer-bottom {
    background: #202328;
    color: #fff;
}

.footer-bottom .container.inner {
    padding-top: 5px;
    padding-bottom: 5px
}

.footer-bottom p, .footer-bottom a {
    color: #fff;
    font-size:1.3rem;
}

.footer-bottom p {
    padding: 0;
    margin: 0
}

/*helpers */

.inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-left-xs {
    padding-left: 30px;
}
.inner-right-xs {
    padding-right: 30px;
}
.inner-top-xs {
    padding-top: 40px;
}

.single-block {
    padding: 0;
    border: 0;
    margin: 0
}


/*rajout fab*/
#navbar-btn {
    display: none;
}

.bg-img {
    height: calc(100vh - 197px);
}
.bg-img-home {
    height: auto;
}
.bg-white {
    background: #fff;
    opacity: 0.8;
    padding: 30px;
    border-radius: 10px;
}

.hero {
    color: #ffffff;
    background: linear-gradient(to right, #15b5c8 0%, #285876 100%);
    padding-top:25px;
    padding-bottom:25px;

}

.hero .container{
    padding-right : 15px;
    padding-left : 15px;
}

.hero h2,.hero h3,.hero .step-title {
    color:#fff !important;
    text-shadow: 0 2px 4px rgba(8, 39, 75, 0.1);
    margin-top: 0;
    border:0;
}

.hero h2 .hero__first-title {
    font-size: 4rem;
    line-height: 4rem;
}

.hero h2  .hero__second-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 14px;
}

.hero .hero__body {
    color:#fff;
    margin: 40px 0 15px 0;
    line-height: 24px;
    font-size: 15px;
}
.hero p{
    color:#fff;
    text-shadow: 0 2px 4px rgba(8, 39, 75, 0.1);
}

.hero .hero-cta{
    margin-top:15px;
    display: inline-block;
    border-radius: 4px;
    padding:10px 15px;
    background: #c94313;
    text-transform: uppercase;
    color: #fff;
    transition:all 0.3s;
    border: 3px solid #fff;
}
.hero .hero-cta:hover,.hero .hero-cta:focus,.hero .hero-cta:active{
    background:#e34c15;
}

#Schema{

}
#Schema h2{
    border-top:0;
    text-transform: uppercase;
    padding-top:0;
    margin-top:10px;
}

#Schema h2+p {
    margin-bottom:15px;
}

#Schema .schema-item{
    border-top:#ededed 2px solid;
    border-bottom:#ededed 2px solid;
    padding:15px 10px;
}

#Schema .schema-item h3{
    text-align: left;
    color: #21b7bb;
    text-transform: uppercase;
    line-height: 100%;
    padding-left:48px;
    position: relative;
}

#Schema .schema-item h3:before{
    content:attr(data-num);
    content: attr(data-num);
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    line-height: 40px;
    text-align: center;
    font-size: 2.6rem;
    left:0;
    top:50%;
    margin-top:-20px;
}

#Schema .schema-item p{
    text-align: left;
    font-size: 1.4rem;
    min-height: 4.4rem;
}


#BulletsContainer{
    background : #ededed;
}

#BulletsContainer .container{
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding-bottom:30px;
}

#Bullets{
    padding-top:30px;
    padding-bottom:30px;
}
#Bullets h2{
    border-top:0;
    text-transform: uppercase;
    padding-top:0;
    margin-top:10px;
}

#Bullets .bullet{
    padding: 12px 12px 12px 50px;
    background: no-repeat url(../img/big-check-mark.svg) ;
    background-size:26px;
    background-position: left center;
    font-size: 1.1em;
    font-weight: 600;

}
#BilanEnergieCallBack {min-height:95px; text-align: center;margin-top:15px;margin-bottom:15px;}
#BilanEnergieCallBack .thankyou{
    margin-bottom:15px;
}
#BilanEnergieCallBack .row{
    display: flex;
    flex-direction: row;
}
#BilanEnergieCallBack [class*=col-]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#BilanEnergieCallBack .accroche-middle{
    font-size: 24px;
    line-height: 27px;
    padding:15px;
    color:#333;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
}

#BilanEnergieCallBack .btn{
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}
#BilanEnergieCallBack .btn:hover,#BilanEnergieCallBack .btn:active,#BilanEnergieCallBack .btn:focus{
    color: #fff;
    background-color: #204d74;
}
@media (max-width:767px) {
    #BilanEnergieCallBack .accroche-middle{
        font-size: 19px;
        line-height: 21px;
        padding:5px;
    }
}

@media (min-width: 992px){
    .hero {
        background: linear-gradient(to right, #15b5c8 0%, #285876 100%);
    }
    
    .bgrad {
        margin: -25px 0;
        height: 530px;
        background: url(../pac-lg.jpg) no-repeat right top;
    }
    
    #SimForm{
        min-height: 520px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}



@media (max-width:767px){
    html{
        font-size: 8px;
    }
    .navbar-brand img{
        height:auto;
        max-height:70px;
    }
.jumbotron{
    padding:15px;
}
    [class*="col"][class*="inner-left"], [class*="col"][class*="inner-right"], [class*="col"][class*="reset-padding"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .container, .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

div.logo-legend {
    white-space: nowrap;
    overflow: hidden;
    color: #00588B;
    position: absolute;
    top: 0;
    left: 112px;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
}


@media (min-width:768px){

    #Sidebar{
        border-left : 1px solid #dedede;
    }

}
