/*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;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
}

.main-header .sticked-menu .site-navigation .menu>ul>li>ul {
    margin-top: 0;
}

.main-header .sticked-menu .site-branding {
    margin-top: 0;
}

.main-header .sticked-menu .site-navigation__menu {
    padding-top: 0;
}


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


/** Banner **/

.banner-section {
    position: relative;
    padding: 0;
}

.home-slide .home-slide-item {
    height: 715px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.home-slide-item:before {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.home-slide .home-slide-item .bg-slide {
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.home-slide .home-slide-item .bg-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slide.owl-carousel .owl-stage {
    display: flex;
}

.home-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

@-webkit-keyframes zoomInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.home-slide .active .home-slide-item .bg-slide {
    animation: 50s zoomInfinite infinite;
}

.banner-content {
    position: relative;
    text-align: center;
    padding: 264px 0 293px 0;
}

.banner-subtitle {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2em;
    text-shadow: 0 0 20px rgba(0, 0, 0, .4);
    margin-bottom: 7px;
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.banner-title {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1.25em;
    margin-bottom: 18px;
    text-shadow: 0 0 20px rgba(0, 0, 0, .4);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.banner-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.banner-action a:hover,
.banner-action a:focus {
    background-color: #fff;
    color: #0099e0;
}

.banner-action a:not(:first-child) {
    margin-left: 20px;
}

.home-slide .owl-item.active .banner-subtitle,
.home-slide .owl-item.active .banner-title,
.home-slide .owl-item.active .banner-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.home-slide .owl-dots {
    position: absolute;
    bottom: 51px;
    left: 50%;
    transform: translateX(-50%);
}

.home-slide .owl-dots button.owl-dot {
    background-color: #f8f8f8;
}


/**  Blk speed contact **/

.blk-speed-contact {
    position: relative;
}

.blk-speed-contact .speed-contact-items {
    position: absolute;
    bottom: 66px;
    right: 0;
    z-index: 2;
}

.intern-banner .blk-speed-contact .speed-contact-items {
    bottom: 160px;
}

.blk-speed-contact .speed-contact-item {
    display: flex;
    align-items: center;
    justify-content: end;
}

.blk-speed-contact .speed-contact-item:not(:last-child) {
    margin-bottom: 19px;
}

.blk-speed-contact .speed-contact-item ul li {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 1.25em;
    text-align: right;
}

.blk-speed-contact .speed-contact-item ul li:last-child {
    font-weight: 900;
}

.blk-speed-contact .speed-contact-item ul li:last-child a {
    color: #fff;
}

.blk-speed-contact .speed-contact-item>div {
    margin-left: 10px;
    text-align: right;
    width: 25px;
}


/** About us **/

.about-us-section {
    padding: 64px 0 82px 0;
}

.about-us-content .img-box {
    padding-top: 72px;
}

.about-us-content .img-box .bloc-image img {
    border-radius: 12px;
}

.about-us-content .img-box .bloc-image-intern {
    position: relative;
    z-index: 0;
}

.about-us-content .img-box .bloc-image-intern::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: url(../images/deco-1.png) center/100% 100% no-repeat;
}

.to-free-quote-link {
    display: block;
    background-color: #000a23;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 38px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 30px;
    line-height: 1.25em;
    max-width: 328px;
    min-height: 142px;
    font-weight: 900;
    position: relative;
    margin-top: -68px;
}

.to-free-quote-link:before {
    content: '';
    background: url('../images/icons/ico-arrow-up.svg') no-repeat top left;
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: 21px;
    right: 20px;
}

.to-free-quote-link:hover,
.to-free-quote-link:focus {
    color: #fff;
}

.to-free-quote-link>div:last-child {
    color: #0099e0;
}

.to-free-quote-link:hover {
    background-color: #0099e0;
}

.to-free-quote-link:hover>div:last-child {
    color: #fff;
}


/** Blk Company benefits **/

.blk-company-benefits {
    margin-top: 22px;
}

.blk-company-benefits .benefits-slide.owl-carousel img {
    width: auto;
}

.blk-company-benefits .benefits-slide.owl-carousel .owl-stage {
    display: flex;
}

.blk-company-benefits .benefits-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.blk-company-benefits .benefits-slide.owl-carousel .benefits-slide-item {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #0099e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 50px;
    width: 100%;
}

.blk-company-benefits .benefits-slide-item-ico {
    margin-right: 25px;
}

.blk-company-benefits .benefits-slide-item__title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 900;
    color: #f8f8f8;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.blk-company-benefits .benefits-slide-item__desc {
    color: #fff;
}

.blk-company-benefits .benefits-slide.owl-carousel .owl-dots {
    margin-top: 21px;
}


/** Other section **/

.other-bloc-section {
    background-color: #0099e0;
    padding: 38px 0 47px 0;
}

.other-bloc-inner {
    position: relative;
    z-index: 1;
}

.other-bloc-inner p {
    color: #fff;
}

.other-bloc-inner .bloc-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 29px;
}

.other-bloc-inner:before {
    content: '';
    background: url('../images/pattern-layer-ico-iroise.png') no-repeat top left;
    width: 453px;
    height: 453px;
    position: absolute;
    left: -264px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: .17;
    margin-top: 53px;
}


/** Our services **/

.our-services-section {
    padding: 77px 0 62px 0;
}

.our-services-section .bloc-title {
    margin-bottom: 68px;
}

.our-services-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    min-height: 449px;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: end;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.our-services-item:before {
    content: '';
    background: rgba(0, 10, 35, .5);
    background: -moz-linear-gradient(180deg, rgba(0, 10, 35, 0) 0%, rgba(0, 10, 35, 0.83) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 10, 35, 0) 0%, rgba(0, 10, 35, 0.83) 100%);
    background: linear-gradient(180deg, rgba(0, 10, 35, 0) 0%, rgba(0, 10, 35, 0.83) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000a23", endColorstr="#000a23", GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.our-services-item:after {
    content: '';
    background-color: rgba(0, 153, 224, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.our-services-item:hover:before {
    opacity: 0;
    visibility: hidden;
}

.our-services-item:hover:after {
    opacity: 1;
    visibility: visible;
}

.our-services-item:hover img {
    transform: scale(1.1);
}

.our-services-item__title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 14px;
    letter-spacing: normal;
}

.our-services-item__content {
    position: relative;
    z-index: 2;
    padding: 30px 30px 56px 30px;
}

.our-services-item__desc {
    color: #fff;
    max-height: 0;
    transition: max-height 400ms ease-out;
    overflow: hidden;
}

.our-services-item__desc>p {
    margin-bottom: 15px;
}

.our-services-item:hover .our-services-item__desc {
    max-height: 500px;
    transition: max-height 500ms ease-in;
}

.our-services-item__ico {
    height: 68px;
    width: 68px;
    background-color: #0099e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -28px;
    left: 100%;
    transform: translateX(-100%);
    margin-left: -25px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}

.our-services-item:hover .our-services-item__ico {
    left: 0;
    margin-left: 30px;
    transform: translateX(0);
}

.our-services-item__content a.more-link {
    color: #fff;
}

.our-services-item__content a.more-link:hover,
.our-services-item__content a.more-link:focus {
    color: #fff;
}

.our-services-slide.owl-carousel .owl-stage-outer {
    padding-bottom: 28px;
}

.our-services-slide.owl-carousel .owl-stage {
    display: flex;
}

.our-services-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.our-services-slide.owl-carousel .our-services-item__ico img {
    width: auto;
}


/** Multiple bloc **/

.multiple-bloc-section {
    padding: 0 0 65px;
    overflow: visible;
}

.blk-reviews,
.blk-online-payment {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 199px;
    max-width: 570px;
    position: relative;
}

.blk-reviews .bloc-title,
.blk-online-payment .bloc-title {
    font-size: 24px;
    color: #0099e0;
    line-height: 1.2em;
    margin-bottom: 13px;
}

.blk-reviews {
    background: #f0f3f9 url('../images/bg-reviews.jpg') no-repeat top left;
    padding: 54px 45px 54px 232px;
}

.blk-online-payment {
    background-color: #0099e0;
    padding: 54px 203px 54px 40px;
}

.blk-online-payment .bloc-title,
.blk-online-payment .more-link {
    color: #fff;
}

.blk-online-payment:before {
    content: '';
    position: absolute;
    width: 235px;
    height: 215px;
    background: url('../images/img-online-payment.png') no-repeat top left;
    top: 50%;
    right: -55px;
    transform: translateY(-50%);
}


/** Latest news **/

.latest-news-section {
    padding: 55px 0 41px 0;
}

.actus-item {
    margin-bottom: 30px;
}

.actus-item__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 259px;
    display: flex;
    align-items: end;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.actus-item__txt {
    position: relative;
    padding: 40px 0 20px 0;
}

.actus-item__date {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0099e0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 8px 20px;
    height: 44px;
    margin: 0 0 -22px 20px;
}

.actus-item__date img {
    margin-right: 8px;
}

.actus-item__title a {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.2em;
    color: #000a23;
}

.actus-item__title a:hover,
.actus-item__title a:focus {
    color: #000a23;
}

.actus-item__txt .more-link {
    margin-top: 20px;
}


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


/** Footer contact **/

.footer-contact-inner {
    padding: 30px 0 16px 0;
    border-bottom: 2px solid #0099e0;
    margin-bottom: 52px;
}

.footer-contact__txt {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
}

.footer-contact ul li .phone-nbr {
    font-size: 23px;
    line-height: 1.25em;
}

.footer-contact__txt>div:first-child {
    margin-bottom: 5px;
}

.footer-contact__img {
    margin-right: 17px;
}

.footer-contact ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
}

.footer-contact ul li:not(:last-child) {
    margin-bottom: 20px;
}


/** Footer column **/

.footer-column-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/** Footer service **/

.footer-services ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 1.295em;
}

.footer-services ul li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-services ul li a:hover,
.footer-services ul li a:focus {
    color: #0099e0;
}


/*Newsletter*/

.footer-newsletter {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 1.295em;
    margin-bottom: 37px;
}

.newsletter-form__note {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.17em;
    color: #fff;
}

.newsletter-form {
    max-width: 372px;
    width: 100%;
}

.newsletter-form form {
    margin: 17px 0;
}

.newsletter-form .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.newsletter-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    padding: 5px 65px 5px 20px;
    border: 2px solid #f8f8f8;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    font-style: italic;
    height: 50px;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.newsletter-form .form-group button {
    position: absolute;
    min-width: 42px;
    width: 42px;
    height: 38px;
    min-height: 38px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    cursor: pointer;
    background: #0099e0;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

.newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}


/** Footer social networks **/

.footer-social-networks {
    margin-bottom: 28px;
}

.footer-social-networks .footer-title {
    margin-bottom: 18px;
}


/** Footer certification insurance **/

.footer-certification .footer-title {
    margin-bottom: 14px;
}

.footer-certification ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 83px;
    max-width: 371px;
    padding: 15px 30px;
}

.footer-certification ul li {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2em;
    color: #000a23;
    text-align: center;
}

.footer-certification ul li:not(:first-child) {
    margin-left: 30px;
}


/** Footer SEO **/

.seo-links,
.seo-links a {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 1.295em;
}

.seo-links a {
    padding-right: 12px;
    position: relative;
}

.seo-links a:not(:last-child) span {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #0099e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    margin-top: 9px;
    margin-left: 8px;
}

.seo-links a:hover,
.seo-links a:focus {
    color: #0099e0;
    text-decoration: underline;
}


/** Footer bottom **/

.footer-bottom-inner {
    padding: 35px 0 40px 0;
    margin-top: 26px;
    border-top: 2px solid #0099e0;
}

.copyright,
.copyright a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
}

.copyright a:hover,
.copyright a:focus {
    text-decoration: underline;
}

.copyright ul {
    margin-bottom: 8px;
}

.copyright ul li {
    margin-bottom: 5px;
}

.img-arobiz {
    margin-top: -7px;
    margin-left: 10px;
}

.copyright ul,
.copyright ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.copyright ul li:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
}

.copyright ul li:not(:last-child):before {
    content: '';
    height: 15px;
    width: 1px;
    border-left: 1px solid #0099e0;
    position: absolute;
    right: -1px;
    margin-top: -1px;
}

.ban {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 415px;
}

.ban>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ban .title {
    font-size: 55px;
    color: #f8f8f8;
    line-height: 1;
    font-weight: 900;
    font-family: "Playfair Display";
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}

.form-contact {}

.form-contact .form-control::placeholder {
    color: #989898;
    font-style: italic;
    font-weight: 400;
}

.form-contact .form-control:focus::placeholder {
    color: #161616;
    font-style: normal;
}

.form-contact .form-group {
    margin-bottom: 15px;
}

.form-contact .form-control {
    line-height: 21px;
    padding: 14px 15px;
    font-family: "Lato";
    font-size: 16px;
    text-align: left;
    color: #161616;
    font-weight: 400;
    height: 51px;
    background-color: #fff;
    border: 1px solid #6e6e6e;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
}

.form-contact .btn-1 {
    min-width: 160px;
    line-height: 20px;
    padding: 10px 20px;
    height: 40px;
    background-color: #000a23;
}

.form-contact .btn-1:hover {
    background-color: #0099e0;
}

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

.form-contact .form-control:focus {
    filter: drop-shadow(0 0 5px rgba(29, 29, 27, 0.2));
    background-color: #ffffff;
    border: 1px solid #0099e0;
}

.text-cont {
    font-size: 14px;
    color: #332c2b;
    line-height: 18px;
    font-weight: 400;
    font-family: "Lato";
    text-align: left;
}

.text-cont a {
    color: #332c2b;
}

.text-cont a b {
    font-weight: 900;
}

.map-box {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
}

.map-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 55px;
    gap: 20px;
}

.item-contact .icon {
    flex: 0 0 49px;
    text-align: center;
}

.item-contact .desc {
    font-size: 20px;
    line-height: 30px;
    color: #000a23;
    font-weight: 400;
    font-family: "Lato";
}

.item-contact .desc b {
    font-weight: 900;
}

.item-contact .desc a b {
    font-size: 23px;
    color: #000a23;
}

.bloc-text h2 a, .bloc-text p a, .bloc-text ul li a { font-size: inherit; color: inherit; font-weight: inherit; } 
.bloc-text ul li, .bloc-text ul li { list-style: disc; } 
.bloc-text ul { margin-left: 30px } 
.bloc-text h2:first-of-type img,
.bloc-text p:first-of-type img {
     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: #0099e0;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #0099e0;
}
#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: #0099e0 !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: #0099e080;
}

.tarteaucitronSelfLink {
    display: none !important;
}
