/*Start @import style*/


/*End @import style*/


/***************************************
*Header
****************************************/

.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-125px);
    transform: translateY(-125px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.main-header .sticked-menu .site-navigation {
    float: none;
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
    padding: 10px 0;
    background: #fff;
}

.main-header .site-navigation .menu {
    position: relative;
}

.main-header .sticked-menu .site-branding {
    display: none !important;
}


/***************************************
*Content
****************************************/


/*Banner*/

.banner-section {
    position: relative;
    height: 607px;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: end;
}

.banner-section img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}


/*Activities*/

.section-activities {
    padding: 0;
    margin-top: -59px;
}

.section-activities .list-icons li div:last-child,
.section-activities .list-icons li div:last-child a {
    font-weight: 400;
    color: #000;
}

.section-activities .list-icons li div:first-child {
    height: 116px;
    width: 116px;
    border: 1px solid #d8d8d8;
    background: #fff;
    margin: 0 auto 8px auto;
}

.section-activities .list-icons li.list-icons-item {
    text-align: center;
}


/*About us*/

.about-us-section {
    padding-top: 35px;
    padding-bottom: 17px;
}

.about-us-inner .img-box {
    padding-left: 40px;
}

.bloc-image-title {
    font-family: 'Allura', sans-serif;
    font-size: 24px;
    color: #242424;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.img-box .social-link {
    background: #f2f2f2;
    color: #b11918;
}

.img-box .social-links {
    margin-top: 15px;
}

.img-box .social-link:hover,
.img-box .social-link:focus {
    background: #b11918;
    color: #f2f2f2;
}


/*Company Benefits*/

.company-benefits-section {
    position: relative;
    background: url('../images/bg-01.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 105px;
    position: relative;
}

.company-benefits-section:before {
    content: '';
    background: rgba(0, 0, 0, .75);
    position: absolute;
    width: calc(50% + 151px);
    height: 100%;
    left: 0;
    top: 0;
}

.company-benefits-inner {
    position: relative;
}

.company-benefits-inner ul li {
    font-size: 25px;
    color: #fff;
    line-height: initial;
    position: relative;
}

.company-benefits-inner ul li:not(:last-child) {
    padding-bottom: 23px;
    margin-bottom: 21px;
}

.company-benefits-inner ul li:not(:last-child):before {
    content: '';
    height: 1px;
    width: 38px;
    bottom: 0;
    border-top: 1px solid #b11918;
    left: 0;
    position: absolute;
}

.company-benefits-values {
    font-size: 21px;
    color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 56%);
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 56%);
    background: #b11918;
    width: 171px;
    height: 171px;
    border-radius: 100%;
    padding: 42px 22px;
    line-height: initial;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
}

.company-benefits-values span {
    font-weight: 700;
}


/*Lists of means*/

.means-list-section {
    padding-top: 46px;
    padding-bottom: 46px;
}


/***************************************
*Footer
****************************************/


/*Footer column*/

.footer-column-item {
    border-bottom: 1px solid rgba(20, 20, 20, .08);
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.footer-logo {
    margin-bottom: 25px;
}


/*Footer bottom*/

.footer-bottom {
    padding-bottom: 32px;
    padding-top: 0;
}

.copyright,
.copyright a {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
    line-height: initial;
}

.copyright span {
    font-weight: 400;
}

.copyright .img-arobiz {
    margin-top: 6px;
}


/*Blk diag*/

.diag-links {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    color: #b11918;
}

.diag-links a {
    font-size: 13px;
    color: #000000;
    position: relative;
    line-height: 1.6em;
    padding: 0 5px;
}

.diag-links a:not(:first-child) span {
    width: 3px;
    height: 1px;
    border-top: 1px solid #b11918;
    position: absolute;
    margin-left: -8px;
    margin-top: 10px;
}

.diag-links a:first-child {
    padding-left: 0;
}

.diag-links a:hover,
.diag-links a:focus {
    color: #b11918;
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul:not(.list-icons) li a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.bloc-text ul:not(.list-icons) li,
.bloc-text ul:not(.list-icons) li {
    list-style: disc;
}

.bloc-text ul:not(.list-icons) {
    margin-left: 30px
}

.bloc-text h2:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:first-of-type {
    display: none;
}

@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}

.btn-style-three.actu-b {
    padding: 5px 20px 5px !important
}

#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #b11918;
    cursor: pointer;
}

#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #b11918;
}

#boutique a {
    background-size: cover;
    background-position: center;
}

.bloc-about {
    padding: 75px 0 50px;
}

input.list-diff {
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

.handle:after {
    background-color: #b11918 !important;
}

.handle {
    transition: 0s;
}

.galerie .item-gal {
    padding: 0;
    margin: 0px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    border: 2px solid #dee2e6;
    border-radius: .25rem;
    height: 200px;
    position: relative;
    width: 100%;
}

.galerie .item-gal:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 20px;
}

@media (max-width: 991px) {
    .actu-detail img {
        float: none !important;
        margin: 20px auto !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    #projet-detail .col-lg-12,
    #projet-detail .container {
        padding: 0 15px !important;
    }
}

.galerie .btn-1 {
    background-color: #b1191880;
}

.tarteaucitronSelfLink {
    display: none !important;
}

.form-contact {}

.form-contact .form-group .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
}

.form-contact .form-control {
    font-size: 16px;
    line-height: 25px;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px 20px;
    color: #1c1c1c;
    height: 55px;
    border: 0px solid #ffffff;
    background-color: #f6f6f6;
}

.form-contact textarea.form-control {
    height: 130px;
}

.text-cont {
    line-height: 24px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
}

.text-cont a {
    text-decoration: underline;
    color: #2d2d2d;
}

.form-contact .form-control:focus,
.form-contact .form-control:hover {
    background-color: #f6f6f6;
}