
html {
    scroll-behavior: smooth;
}

.gal {
    
    -webkit-column-count: 4; /* chrome, safari, opera */
    -moz-column-count: 4; /* firefox */
    column-count: 4;
}

.gal img {
    width: 100%;
    padding: 7px 0;
}

@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1; /* chrome, safari, opera */
        -moz-column-count: 1; /* firefox */
        column-count: 1;
    }
}

p {
    text-align: justify;
}

.row:before, .row:after {
    display: none !important;
}

div.contact--icon svg.svg-inline--fa {
    font-size: 2rem;
    color: var(--first-color);
}

.contact-info {
    border: dashed var(--first-color) 3px;
    padding: 1rem;
    border-radius: 25px;
}

div.contact--icon svg.svg-inline--fa {
    font-size: 2rem;
    color: var(--second-color);
}

.contact--panel {
    border: dashed var(--first-color) 3px;
    padding: 1rem;
    border-radius: 25px;
    margin-bottom: 2rem;
}

.contact--panel a, .contact--panel h4 {
    font-family: "work sans", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 23px;
    font-size: 1.1rem;
}

.contact--panel h4 {
    margin-bottom: 7px;
}


@keyframes topback {
    from {
        transform: translatey(0);
    }
    to {
        transform: translatey(-5px);
    }
}

.topback {
    animation: topback 0.7s ease infinite;
}

/*
#mybtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--first-color);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#mybtn:hover {
    background-color: #555;
}
*/


.box-shadow {
    -webkit-box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.6);
    box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.6);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.box-shadow:hover {
    -webkit-box-shadow: 0 20px 40px rgba(72, 78, 85, 0.6);
    box-shadow: 0 20px 40px rgba(72, 78, 85, 0.6);
    -webkit-transform: translatey(-15px);
    -moz-transform: translatey(-15px);
    -ms-transform: translatey(-15px);
    -o-transform: translatey(-15px);
    transform: translatey(-15px);
}

.mobile-on {
    display: none;
}

.mobile-off {
    display: block;
}

@media (max-width: 991px) {
    .mobile-off {
        display: none;
    }

    .mobile-on {
        display: block !important;
    }

}

.vick-shadow {
    box-shadow: inset 1000px 1000px #00000082;
}

/* bouton facebook  */
.card {
    box-shadow: 0 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
}

.card-front img {
    width: 12rem;
    margin: 0 auto;
}

.card-transition {
    overflow: hidden;
}

.card-transition .card-front, .card-transition .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.card-transition .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.08);
}

.card-transition .card-icon {
    fill: currentcolor;
    margin-left: auto;
    margin-right: auto;
}

.card-transition .card-back {
    transform: scale(1.3);
    opacity: 0;
    visibility: hidden;
}

.card-transition .card-img, .card-transition .card-img-overlay, .card-transition .card-front, .card-transition .card-back {
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    will-change: transform, opacity;
}

.card-transition:hover .card-img {
    transform: scale(1.1);
}

.card-transition:hover .card-img-overlay {
    background-color: rgba(0, 0, 0, .4);
}

.card-transition:hover .card-front {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.3);
}

.card-transition:hover .card-back {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.card a:hover {
    color: white;
}

/* end bouton facebook  */


.paralax-image {
    overflow: hidden;
    height: 700px;
    position: relative;
}

.paralax-image img {
    position: absolute;
    height: 100vh;
    min-width: 100%;
}

.logo img {
    width: 9vw;
}

.hero-section {
    position: relative;
    z-index: 1111;
    height: 850px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-image: url(../img/accueil.jpg);
    margin-top: 0;
}

section.contact-section a svg {
    color: #fc5546;
}

.card-contact div.get-touch-left {
    height: 160px;
}

.section-rge {
    background-image: url(../img/certification.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bg-pas-fixe
{
    background-image: url(../img/certification.jpg);
    background-size: cover;
    background-attachment: scroll;
}

.section-rge.bg-pas-fixe img {
    width: 11rem;
    max-height: 15rem;
}

.section-rge img {
    width: 12rem;
}

.my-0-5 {
    margin: .5rem;
}

.hero-content {
    max-width: 100%;
}

.divider {
    height: 2px;
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    opacity: 0.5;
    background-color: #fc5546;
}

.row-macon {
    border-left: 2px solid #fc55467a;
}

.style-service div.col-lg-5.col-md-12 {
    padding-left: 0px;
}

.row-macon li {
    padding-left: 15px;
}

.style-service {
    background: linear-gradient(to right, #ffddda, #ffffff);
    padding: 1rem;
    border-radius: 25px;
}

.text-center h2 {
    padding-top: 1rem;;
}

.main-menu .navigation li {
    padding: 18px 25px;
}

img.body-index-logo {
    width: 15vw;

}

.project-section {
    padding-top: 15px;
}

.colored-title {
    color: #fc5546;
}

.margin-t {
    margin-top: 8rem;
}

a.colored-title:hover {
    color: black;
}

.testimonial-inner {
    border-radius: 10px;
}

.project-icon {
    margin-bottom: 0;
}

/****************************************************
******************* NAVBAR **************************
*****************************************************/
.logo-head {
    width:10rem;
}

#navbarSupportedContent a {
    color: black;
    padding: 0 2rem;
}

#navbarSupportedContent a:hover {
    color: #fc5546;
}

.babic-navbar-mobile {
    display: contents;
}



/****************************************************
******************* RESPONSIVE **********************
*****************************************************/
@media (max-width: 991px) {

    .row-macon {
        border-left: none;
    }

    .style-service div.col-lg-5.col-md-12 {
        padding-left: 15px;
    }

    .row-macon li {
        padding-left: 0px;
    }

    .main-header .header-upper .header-inner div.logo-outer.d-flex .logo a img {
        width: 25vw;

    }
    .section-rge img {
        width: auto;
        height: 400px;
    }
    div.page-wrapper section.project-section.pt-110.rpt-90.pb-60 div.logo-outer.d-flex.justify-content-center.align-items-center div.logo img.body-index-logo {
        width: 10rem;
    }






}

