body,
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #444444;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-weight: 600;
}

img.img-responsive {
    max-width: 100%;
}

.ftco-cover.overlay:before {
    background: none;
}

.logo {
    max-height: 95px;
}

.scrolled .logo {
    max-height: 50px;
}

.ftco-navbar-light .navbar-nav>.nav-item>a {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.ftco-cover .ftco-heading {
    font-family: 'Open Sans';
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffc001;
}

.ftco-cover .ftco-subheading,
.ftco-cover p {
    color: #ffffff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background-color: #ffc001;
    color: #001a45;
    border-color: #ffc001;
}

.btn.btn-outline-white {
    text-transform: uppercase;
}

.breadcrumbs .container {
    background: url(../images/marker.png) no-repeat left center;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumb {
    margin-bottom: 0;
    margin-left: 15px;
    padding: 5px 0;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ca8d01;
}

.breadcrumb a {
    color: #b3b3b3;
}

.breadcrumb>li+li:before {
    content: "\003e";
    padding: 0 5px;
    color: #b3b3b3;
}

.ftco-section {
    padding: 60px 0;
}

.gray-bg {
    background-color: #e6e6e6;
}

.block-title {
    font-size: 40px;
    font-weight: 600;
    color: #001a45;
}

.presentation .media {
    background-color: #ffffff;
    padding: 20px;
}

.media .icon {
    color: #001a45;
    font-weight: bold;
}

.block-6 .media-body .heading {
    font-size: 26px;
}

.front .news .item {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news .infos,
.galerie .infos {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 26, 69, 0.5);
    color: #ffffff;
    padding: 20px;
    display: none;
    top: 0;
    left: 0;
}

.front .news .item:hover .infos,
.galerie .item:hover .infos {
    display: block;
}

.galerie .item:hover {
    cursor: pointer;
}

.news .title a {
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.news .title {
    padding-right: 30px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.arrow {
    width: 20px;
    height: 20px;
    background: url(../images/arrow.png);
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.more>a {
    background-color: #ffc001;
    color: #001a45;
    border-color: #ffc001;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px;
}

.front .presentation>.container {
    border-top: 1px solid #444444;
}

.fonctionnement .webform .btn {
    height: 52px;
    width: 100%;
}

.contact,
.ftco-footer {
    background-color: #001a45;
}

.contact>.container {
    background-color: #ffffff;
    padding: 30px;
}

.contact-infos>div {
    margin-bottom: 10px;
    padding-left: 25px;
}

.contact-infos .address {
    background: url(../images/marker1.png) no-repeat;
}

.contact-infos .phone {
    background: url(../images/phone.png) no-repeat;
}

.contact-infos .email {
    background: url(../images/mail.png) no-repeat;
}

.ftco-footer p,
.ftco-footer a {
    color: #ffffff;
}

.ftco-footer {
    padding-top: 0;
    padding-bottom: 20px;
    border: 0;
}

.ftco-section.contact {
    padding-top: 0;
}

.fonctionnement .item h2 {
    color: #001a45;
    text-transform: uppercase;
    font-size: 25px;
}

.not-front .fonctionnement {
    background-color: #ffffff;
    padding: 20px;
}

.fonctionnement .item {
    border-bottom: 1px solid #000000;
    padding-top: 20px;
    padding-bottom: 10px;
}

.fonctionnement .item:last-child {
    border: none;
}

.breadcrumbs {
    border-bottom: 1px solid #9a9a9a;
}

.news .item .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.news .item .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.news .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.news .item img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.news .item .date {
    color: #ca8d01;
}

.news .right {
    padding: 30px;
    background-color: #e6e6e6;
}

.news .item .btn {
    background-color: #ca8d01;
    color: #ffffff;
    text-transform: uppercase;
}

.galerie .item .link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.galerie .item .link a {
    color: #ffffff;
    text-decoration: underline;
}

.partenaires .item {
    margin-bottom: 20px;
}

.home_slider .item {
    position: relative;
    height: 100%;
    width: 100%;
}


/* .home_slider .item::after {
    background-color: rgba(0, 26, 69, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
} */

.home_slider .banner-text {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: #ffc001;
    font-size: 1.75em;
    line-height: 1.75em;
    font-weight: 600;
    background-color: rgba(0, 26, 69, 0.9);
    padding: 40px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.home_slider .cta {
    margin-top: 20px;
}

.home_slider .owl-slider {
    width: 100%;
}

.home_slider .owl-item {
    width: 100%;
    height: 100vh;
}

.home_slider .background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.home_slider .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.specialites img {
    max-height: 100px;
    margin-bottom: 10px;
}

.specialites h4 {
    font-size: 1em;
}

.not-front #section-home {
    margin-top: 120px;
}

.galerie .item {
    height: 210px;
}