/*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(-205px);
    transform: translateY(-205px);
    -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%);
    background: #fff;
    border-radius: 0;
}

.main-header .sticked-menu .site-navigation .menu {
    background-color: #ed6d1d;
    border-top-left-radius: 60px;
    position: relative;
    padding-left: 25px;
}

.main-header .sticked-menu .site-navigation .menu>ul>li>a {
    padding-top: 74px;
    padding-bottom: 58px;
}

.main-header .sticked-menu .main-header-logo a {
    top: 0;
    transform: translateX(-50%);
    width: 160px;
    height: 140px;
}

.main-header .sticked-menu .main-header-logo img {
    width: 120px;
}

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

.main-header .sticked-menu .site-navigation__menu {
    padding-left: 0;
    height: 120px;
}


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


/*Banner*/

.banner-section {
    position: relative;
}

.home-slide .home-slide__item {
    height: 473px;
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    /* align-items: center; */
}

.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;
}

@-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__content {
    padding-bottom: 200px;
    padding-top: 85px;
}

.home-slide__title {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-slide__title span {
    font-weight: 300;
    display: block;
}

.home-slide__action a.btn-one {
    height: 56px;
    padding: 16px 30px;
    font-size: 18px;
    line-height: initial;
}

.home-slide .owl-item .home-slide__title {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item .home-slide__action {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item.active .home-slide__title,
.home-slide .owl-item.active .home-slide__action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.home-slide .owl-nav .owl-prev,
.home-slide .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    border: 1px solid #fff;
    transform: translateY(-50%);
    z-index: 0;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
    padding: 7px;
    text-align: center;
}

.home-slide .owl-nav .owl-next {
    margin-top: -33px;
}


/*Form quote*/

.free-quote {
    position: relative;
    z-index: 1;
}

.form-quote__title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    line-height: 1.27em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.form-quote__title span {
    color: #ed6d1d;
}

.form-quote__form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-quote__content {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1032px;
    left: 50%;
    transform: translateX(-50%);
}

.form-quote {
    position: relative;
}

.form-quote__form .form-control {
    font-family: 'Outfit', serif;
    font-size: 14px;
    color: #8f9191;
    line-height: inherit;
    background-color: #fff;
    padding: 5px 12px;
    border: 0;
    font-weight: 400;
    height: 32px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: none;
    min-width: auto;
}

.form-quote .form-group {
    position: relative;
    margin-bottom: 0;
    padding: 0 5px;
    width: 100%;
}

.form-quote .form-group:nth-child(1),
.form-quote .form-group:nth-child(4) {
    width: 123px;
}

.form-quote .form-group:nth-child(2) {
    width: 141px;
}

.form-quote .form-group:nth-child(3) {
    width: 240px;
}

.form-quote .form-group:nth-child(5) {
    width: 178px;
}

.form-quote__form .form-control::placeholder {
    color: #8f9191 !important;
    opacity: 1;
}

.form-quote__form .form-control:-ms-input-placeholder {
    color: #8f9191 !important;
}

.form-quote__form .form-control::-ms-input-placeholder {
    color: #8f9191 !important;
}

.form-quote__form .form-quote__send button {
    border: 0;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ed6d1d;
    box-shadow: none;
    text-shadow: none;
    padding: 0 0 0 3px;
}

.form-quote__form .form-quote__send button:hover,
.form-quote__form .form-quote__send button:focus {
    background-color: #262626
}

.form-quote .form-group.form-quote__send {
    width: auto;
}


/*About us*/

.about-us-section {
    background-color: #f9f4e8;
    padding-top: 50px;
    padding-bottom: 35px;
}

.about-us-section .img-box {
    padding-left: 90px;
    padding-top: 18px;
}


/*Company Benefits*/

.company-benefits-section {
    padding: 0;
    overflow: visible;
    background-color: #f9f4e8;
}

.company-benefits-item__content {
    flex-direction: column;
}

.company-benefits-items {
    position: relative;
    margin-bottom: -153px;
}

.company-benefits-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-benefits-item__txt {
    position: absolute;
    transform: rotate(-9deg);
    bottom: 50px;
    text-align: center;
    padding-left: 23px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.company-benefits-item__img img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.company-benefits-item:hover {
    cursor: pointer;
}

.company-benefits-item:hover .company-benefits-item__img img {
    -webkit-filter: none;
    filter: none;
}

.company-benefits-item__title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ed6d1d;
    line-height: inherit;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.company-benefits-item__subtitle {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.company-benefits-item:hover .company-benefits-item__title {
    font-size: 31px;
    color: #fff;
}

.company-benefits-item:hover .company-benefits-item__subtitle {
    font-size: 20px;
}

.company-benefits-item:hover .company-benefits-item__txt {
    transform: rotate(-9deg) translateY(-50%);
    bottom: unset;
    top: 50%;
    padding-bottom: 15px;
}


/*Latest news*/

.latest-news-section {
    padding-top: 206px;
    padding-bottom: 95px;
    background-color: #fff;
}

.actus-item__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 339px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 14px 27px;
    z-index: 1;
}

.actus-item {
    background-color: #f9f4e8;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    overflow: hidden;
}

.actus-item__txt {
    padding: 30px 39px;
}

.actus-item__desc {
    margin-top: 20px;
}

.actus-item__date {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #ed6d1d;
    padding: 11px 18px;
    line-height: inherit;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 44px;
    text-transform: uppercase;
}

.actus-item__title a {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.27em;
    color: #262626;
    text-transform: uppercase;
}

.actus-item__more {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15em;
    color: #ed6d1d;
    margin-top: 26px;
    display: inline-block;
}

.actus-item__inner:hover .actus-item__more {
    text-decoration: underline;
}

.actus-content {
    display: flex;
    position: relative;
}

.actus-content__hor {
    flex: 1;
}

.actus-content__vert {
    flex: 1.21;
    padding-left: 66px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.actus-content__vert .actus-item {
    display: flex;
    align-items: center;
    height: 258px;
    background-color: #fff;
}

.actus-content__vert .actus-item .actus-item__txt {
    height: 100%;
    border: 4px solid #f9f4e8;
    flex: 1;
    padding: 21px 30px 25px 30px;
    background: none;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.actus-content__vert .actus-item .actus-item__image {
    width: 284px;
    height: 258px;
}

.actus-item__date {
    font-size: 9px;
    padding: 4px 12px;
    height: 32px;
    font-weight: 400;
}

.actus-content__vert .actus-item .actus-item__desc {
    margin-top: 9px;
}

.actus-content__vert .actus-item .actus-item__more {
    margin-top: 14px;
}

.view-all-news {
    height: 57px;
    width: 57px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ed6d1d;
    position: absolute;
    right: -117px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-all-news:hover,
.view-all-news:focus {
    background-color: #383939;
}


/*Certification and Online Payment*/

.certification-and-payment-section {
    position: relative;
    padding: 0;
    z-index: 1;
}

.certification-and-payment-section:before {
    content: '';
    background-color: #f9f4e8;
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.certification-and-payment-section:after {
    content: '';
    background: url('../images/bg-02.jpg') no-repeat top left;
    background-size: cover;
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.certification-and-payment-section .blk-title {
    font-size: 32px;
    margin-bottom: 32px;
    padding: 0;
}

.certification-and-payment-section .blk-title:before,
.certification-and-payment-section .blk-title:after {
    display: none;
}

.certification-content ul {
    display: flex;
    align-items: center;
}

.certification-content ul li:not(:last-child) {
    margin-right: 48px;
}

.certification-content,
.online-payment-content {
    padding: 43px 0 40px 0;
}

.online-payment-content {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: initial;
    padding-left: 55px;
}

.online-payment-content .blk-title {
    color: #fff;
    margin-bottom: 26px;
}

.online-payment-content ul {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.online-payment-content ul li:not(:last-child) {
    margin-right: 65px;
}

.online-payment-content ul li img {
    margin-right: 15px;
}

.online-payment-content .btn-one {
    -webkit-box-shadow: 1px 0 27px 0 rgb(35 31 32 / 34%);
    box-shadow: 1px 0 27px 0 rgb(35 31 32 / 34%);
    text-transform: none;
}


/**Bloc Contact*/

.infos-contacts-section {
    padding-bottom: 0;
    overflow: visible;
    padding-top: 55px;
}

.infos-contacts__content {
    position: relative;
    padding: 34px 0;
    z-index: 1;
    margin-bottom: -50px;
    -webkit-box-shadow: 0 5px 6px 0 rgb(35 31 32 / 44%);
    box-shadow: 0 5px 6px 0 rgb(35 31 32 / 44%);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-color: #fff;
}

.bloc-contacts ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bloc-contacts ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15em;
    display: flex;
    align-items: center;
    position: relative;
    color: #383938;
}

.bloc-contacts ul li:not(:last-child) {
    padding-right: 38px;
    margin-right: 38px;
}

.bloc-contacts ul li>div>div:first-child {
    color: #bdbdbd;
    font-size: 14px;
    line-height: initial;
    margin-bottom: 2px;
}

.bloc-contacts ul li img {
    margin-right: 15px;
}

.bloc-contacts ul li:not(:last-child):before {
    content: '';
    border-left: 1px solid rgba(189, 189, 189, .5);
    height: 48px;
    width: 1px;
    position: absolute;
    right: 0;
}


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


/***Footer column***/

.footer-column {
    padding-top: 133px;
    padding-bottom: 50px;
}

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

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


/**Newsletter**/

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

.newsletter-note {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.65em;
    color: #fff;
}

.newsletter-form form {
    margin-bottom: 15px;
}

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

.newsletter-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    background: none;
}

.newsletter-form .form-group button {
    position: absolute;
    min-width: auto;
    width: auto;
    height: 31px;
    min-height: 100%;
    right: 0;
    top: 50%;
    bottom: 0;
    cursor: pointer;
    padding: 0 20px;
    transform: translateY(-50%);
    background: none;
}

.newsletter-form .form-group button img {
    margin-left: 8px;
}


/*Copyright*/

.copyright a {
    font-weight: 700;
}


/*SEO*/

.footer-seo-inner {
    background-color: rgba(38, 38, 38, .7);
    padding: 33px 50px 26px 50px;
}

.footer-seo .footer-title {
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 19px;
}

.footer-seo-links {
    text-align: center;
}

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

.footer-seo-links a:hover,
.footer-seo-links a:focus {
    color: #ed6d1d;
}

.page {
    overflow: hidden;
}

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

.ban .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center bottom;
}

.ban .title-ban {
    display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Poppins';
}

.img-intern {
    padding: 0 0 150px;
    max-width: 50%;
    position: relative;
    margin: 0 40px 30px 0;
}

.img-intern::before {
    position: absolute;
    left: -55px;
    bottom: 100px;
    width: 388px;
    content: '';
    z-index: 0;
    border-radius: 75px;
    height: 340px;
    border: 1px solid #ed6d1d;
}

.img-intern img {
    border-radius: 75px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.img-intern .img-2 {
    position: absolute;
    left: -145px;
    width: 340px;
    box-shadow: none;
    height: 336px;
    object-fit: cover;
    bottom: 0;
    z-index: 1;
}

.valeur-list .item {
    transition: 0.3s;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
    background-color: white;
    padding: 30px 100px 30px 55px;
}

.valeur-list .item .title {
    font-size: 24px;
    color: #262626;
    font-weight: bold;
    line-height: 26px;
    font-family: 'Poppins';
}

.valeur-list .item .title span {
    font-weight: 600;
    color: #878585;
}

.valeur-list .item .open-item {
    position: absolute;
    right: 15px;
    top: 10px;
    border: 50%;
    cursor: pointer;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f9f4e8;
}

.valeur-list .item .open-item span {
    content: '+';
    display: inline-block;
    line-height: 26px;
    height: 28px;
    width: 28px;
    text-align: center;
    background-color: #ed6d1d;
    color: #f9f4e8;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    border-radius: 50px;
}

.valeur-list .item .open-item span::before {
    content: '+';
}

.valeur-list .item.active .open-item span::before {
    content: '-';
}

.valeur-list .item.active .open-item {
    background-color: #ed6d1d;
}

.valeur-list .item.active .open-item span {
    color: #ed6d1d;
    background-color: #f9f4e8;
}

.valeur-list .item .content {
    display: none;
}

.valeur-list .item .content .bloc-text {
    margin-bottom: 20px;
    padding-top: 30px;
}

.valeur-list .item .content .link-1 {
    color: #ed6d1d;
    font-weight: 800;
    font-family: 'Outfit';
}

.valeur-list .item.active .content {
    display: block;
}

.link-more {
    font-size: 13px;
    color: #262626;
    font-weight: 600;
    font-family: 'Poppins';
}

.link-more span {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.tem-slide img {
    width: auto !important;
    display: inline-block !important;
}

.tem-slide .item {
    padding: 45px 25px 45px;
    position: relative;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tem-slide .icon-cote {
    position: absolute;
    left: -1px;
    top: -1px;
}

.tem-slide .nom {
    color: #242424;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
}

.tem-slide .date {
    color: rgb(153, 153, 153);
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 15px;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}

.tem-slide .text-1 {
    color: rgba(93, 93, 93, 1);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 88px;
    font-family: 'Outfit', sans-serif;
}

.tem-slide .star-tem {
    margin-bottom: 25px;
    color: #ed6d1d;
    font-size: 18px;
}

.tem-slide .star-tem i {
    margin: 0 3px;
}

.tem-slide .star-tem .empty {
    color: #cacaca;
}

.tem-slide .link {
    color: #242424;
    transition: all 0.5s;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: "Outfit";
    font-size: 13px;
}

.tem-slide .link span {
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
}

.tem-slide .link:hover {
    color: #ed6d1d;
}

.form-contact {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.form-contact::before {
    position: absolute;
    left: 50%;
    max-width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0;
    content: '';
    background-color: #f9f4e8;
    transform: translateX(-50%);
    width: calc(100% + 160px);
    border-radius: 50px;
}

.form-contact .form-control {
    line-height: 24px;
    padding: 28px 20px;
    height: 70px;
    font-family: 'Outfit';
    font-weight: 400;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 16px;
    border-radius: 50px;
    color: #262626;
    background-color: #ffffff;
}

.form-contact .form-control::placeholder {
    color: #8f9191;
}

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

.text-cont {
    font-size: 14px;
    color: #262626;
}

.text-cont a {
    text-decoration: underline;
    font-weight: bold;
    color: #262626;
}

.text-cont a:hover {
    color: #ed6d1d;
}

.map-container {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-bottom: -115px;
}

.map-container .map-box {
    background: center / cover;
    height: 419px;
}

.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: #ed6d1d;
    cursor: pointer;
}

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

#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: #ed6d1d !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: #ed6d1d80;
}

.tarteaucitronSelfLink {
    display: none !important;
}