* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins';
    background-color: #162541;
    color: #fff;
}

header {
    /* height: 500px; */
    height: 100vh;
    width: 100vw;
    /* background-image: url('img/marteau.jpg'); */
    background-image: url('img/marteau.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #E0E0E0;
    /* 777 */
    margin-bottom: 0px;

}

header .cover-content {

    /* width: 100%; */
    /* height: 500px; */
    height: 100vh;
    width: 100vw;
    background-color: rgba(14, 24, 43, 0.8);
}

.slogan {

    text-align: center;
}

.slogan p {

    font-weight: 100;
    font-size: 12px;
    padding: 20px;
}

.cover {

    /* padding: 4.6rem 0 5rem; */
    background-color: #ebebeb;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10%;
}

.cover .cover-content {

    width: 100%;
    height: 400px;
    background-color: rgba(14, 24, 43, 0.8);
}

.cover .contenu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20%;

}

@media screen and (max-width : 994px) {

    .cover .contenu {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 50%;
    }


}

/* Menu */
.navbar-mine {

    position: absolute;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* On scroll */
#header.header-scrolled {

    height: 130px;
    transition: all 0.5s;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0E182B), color-stop(80%, #0E182B));
    background-image: linear-gradient(to right, #0E182B 20%, #0E182B 80%);

}

.navbar-mine.transparent {

    background-color: transparent;
}

.navbar-mine a {

    color: rgb(255, 249, 249);
    text-decoration: none;
}

.navbar-mine .logo {
    font-size: 2rem;
    font-weight: bold;
    width: 20%;
}

.navbar-mine .logo img {

    width: 100%;
}

.navbar-mine .nav-links-mine ul {
    display: flex;
}

.navbar-mine .nav-links-mine ul li {
    margin: 0 25px;
}

.navbar-mine .nav-links-mine ul li a:hover,
a:focus {
    color: #FEB215;
    /* font-weight: 600; */
    border-bottom: 2px solid #fff;
}

.active {
    /* color: #FEB215; */
    border-bottom: 2px solid #FEB215;
}

.navbar-mine .menu-hamburger {

    display: none;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 25px;
}

@media screen and (max-width : 994px) {

    .navbar-mine {
        padding: 0;
    }

    .navbar-mine .logo {
        position: absolute;
        top: 40px;
        left: 20px;
        /* width: 20%; */
    }
    .navbar-mine .logo img {
        width: 170px;
    }

    .navbar-mine .menu-hamburger {

        display: block;
    }

    .nav-links-mine {
        top: 0;
        left: 0;
        position: absolute;
       background-color: rgba(14, 24, 43, .5);  /*  rgba(241, 235, 235, 0.267); */
        display: flex;
        backdrop-filter: blur(8px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;

    }

    .nav-links-mine.mobile-menu {
        margin-left: 0px;
    }

    .nav-links-mine ul {

        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .navbar-mine .nav-links-mine ul li {
        margin: 20px 0;
        font-size: 1.2rem;
    }
    .navbar-mine .nav-links-mine ul li :hover {
       border-bottom: 3px solid #FEB215;
    }
}

/* End menu */

/* Prentation */

.presentation {
    padding: 30px 3.5%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.presentation .product-presentation {
    width: 100%;
    margin-top: 5%;
    text-align: center;
}

.presentation .product-presentation h1 {
    margin: 0;
    /* font-size: 3vw; */
    width: 100%;
    color: #FEB215;
    font-weight: 600;
    padding-top: 15%;
}

.presentation .product-presentation p {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.presentation .product-presentation button {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.image-presentation {
    position: relative;
    /* text-align: center; */
    margin-top: 3%;
    width: 100%;
    height: 100%;
    float: right;
}


.presentation .image-presentation img {
    /* width: 100%;
    padding-top: 10%; */
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.store {

    width: 100%;
    height: auto;
    background-color: transparent;
    margin-top: 5%;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */

}

.first .product-presentation .store a {
    /* width: 100%; */
    margin-right: 10px;
    background-color: #FEB215;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.5s, color 0.5s;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

.first .product-presentation .store a:hover {

    background-color: #162541;
    color: #fff;

}

@media screen and (max-width : 994px) {

    header {

        height: 500px;

    }

    .presentation {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        padding: 30px 5%;
    }

    .presentation .product-presentation {

        margin-top: 20%;
        flex-shrink: 3;
        width: 100%;
        height: 100vh;

    }

    .presentation .product-presentation h1 {
        width: 100%;
        text-align: center;
        padding-top: 12%;
    }

    .presentation .product-presentation p {
        margin-top: 15%;
        margin-bottom: 10%;
        width: 100%;
    }

    .first .product-presentation a {

        margin-right: 10px;
        margin-top: 2%;
        padding: 20px;

    }

    .store {

        width: 100%;
    }


    .image-presentation {
        display: none;

    }
}


@media screen and (max-width : 414px) {

    .presentation .product-presentation {
        margin-top: 30%;
        flex-shrink: 3;
        width: 100%;
        height: 100vh;
    }

    .image-presentation {

        margin-top: 2%;
    }

    .image-presentation img {

        padding-top: 0%;
    }

    .first .product-presentation .store a {

        padding: 20px;
    }
}

/* End presneatation */

/*  About */
.about {
    /* padding: 70px 3.5%; */
    padding-top: 70px;
    padding-right: 3.5%;
    padding-bottom: 0px;
    padding-left: 3.5%;
    width: 100%;
    background-color: #0E182B;
}

.about-2 {
    /* padding: 70px 3.5%; */

    width: 100%;

    background-color: #0E182B;
    background-image: url('img/marteau2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.about .raduis-d {

    border-radius: 0px 0px 50px 50px;
}

.image-about {

    width: 100%;
}

.image-about img {

    max-width: 100%;
    max-height: 100%;
    display: block;
}

.about-presentation h1 {
    margin-bottom: 30px;
    font-weight: 800;
}

.about .disponible {

    margin: 15px 0%;
    font-weight: 600;
    color: #FC9206;
}

.about-2 .disponible {

    margin: 50px 0%;
    font-weight: 600;
    color: #FC9206;
}

.about-2 .about-presentation-container {
    width: 100%;
    height: 400px;
    padding: 10px;
    background-color: rgba(14, 24, 43, 0.8);
}

.about-2 .about-presentation-text {

    padding-top: 0px;
    line-height: 30px;
}

.about-2 .principe {

    background-color: rgba(14, 24, 43, 0.8);
    padding: 20px;
    color: #FC9206;
}


.about span {


    font-weight: 600;
    color: #127781;
}

/* Counter */

.main-counter {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #162541;
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

@media screen and (max-width : 994px) {

    .counter-box {
       
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px 100px;
    }
    
}


.counter-content {
    margin-left: 15px;
}

.counting-text {
    display: flex;
    align-items: baseline;
    
}

.counting-text .h2-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0%;
}

.counter-content span {
    font-family: 'Frank Ruhl Libre', serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    margin-left: 5px;
    font-weight: 500;
}

.counter-content p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 15px;
    font-weight: 500;
    color: #cbcbd3;
}

.conter-icon img {
    width: auto;
    max-width: 100%;
}

/* Expertise */
.expertise {
    background-color: #F2F2F2;
    background-image: url('img/marteau.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;

    border-radius: 50px 50px 0px 0px;
}

.expertise-cover {

    background-color: rgba(14, 24, 43, 0.8);
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 50px 50px 0px 0px;
}

.expertise h1 {

    color: #fff;
    margin-bottom: 50px;
    font-weight: 800;
}

.expertise .card-presentation {

    border: 0 solid none;
    border-radius: 0px;
    /* padding: 5px; */
    margin: 10px 0%;
    background-color: #162541;
    /* FC9308 */
    /* background: linear-gradient(135deg, rgba(42, 98, 101, 0.1), rgba(59, 120, 128, 0.2)); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}
.expertise .service-detail {

    padding:  10px 10px;
    /* background-color: rgba(240, 240, 240, 0.2); */
    background-color: rgba(14, 24, 43, 0.5);
    /* width: 100%; */
    height: 300px;
    margin-bottom: 15px;
    color: #F2F2F2;
    border-radius: 5px;
}
.expertise .service-detail-link{

    text-decoration: none;
    
}
.expertise .service-detail-link :hover{

    background-color: rgba(14, 24, 43, 0.2);
    color: #F2F2F2;
    transition: 0.3s;
}
.expertise .service-detail .img-service {
    width: 7rem;
    vertical-align: baseline;
}
.expertise .service-detail  strong {
    font-size: 1.3rem;
    font-weight: 450 !important;
    color: #FEB215;
}
.expertise .service-detail .service-detail-text{
    padding: 15px;
}

.expertise .card-presentation:hover {

    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.267);
    transition: all 0.5s ease;

}

.expertise .card-presentation .card-img-prensentation {
    /* border-radius: 0px  50% 50% 0px; */
    background-color: #FC9206;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.expertise .card-presentation .icon {
    text-align: center;
    /* flex-grow: 1;
        flex-shrink: 1  ; */
}

.expertise .card-presentation .icon i {

    color: #F2F2F2;
    font-size: 5rem;
    transition: 0.5s;
}

.expertise .card-presentation .card-text-prensentation {
    width: 100%;
    margin-top: 5px;
    font-weight: normal;
    padding: 40px 0%;
    /* text-align: center; */
}

@media screen and (max-width : 994px) {

    .expertise .card-presentation .card-img-prensentation {
        /* border-radius: 0px  0px 50% 50%; */
        background-color: #FC9206;
        width: 100%;
        height: 100%;
    }

    .expertise .card-presentation .card-text-prensentation {

        text-align: center;
    }
}

/* 
.service-box {
    position: relative;
    width: 100%;
    padding: 30px 30px 90px 30px;
    background-color: #ffffff;
    box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
    z-index: 0;
    overflow: hidden;
    color: #0E182B;
}
.service-icon-content {
    display: flex;
    align-items: center;
}
.service-icon {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.service-icon-content-text {
    width: calc(100% - 90px);
    margin-left: 20px;
}
.service-icon-c {
    display: block;
    transition: 0.3s;
}
.service-icon-content-text .h3-title {
    transition: 0.3s;
}
.service-box p {
    margin-bottom: 0;
    margin-top: 30px;
    transition: 0.3s;
}
.service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #FFAB0F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
} */


/* .valeur{

    background-color: #0E182B;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
} */

/* Sectieut d'activite */
.secteur {
    padding-top: 30px;
    padding-right: 3.5%;
    padding-bottom: 30px;
    padding-left: 3.5%;
    width: 100%;
    background-color: #162541;
}

.secteur h1 {
    font-weight: 800;
    margin: 50px 0%;
}

.secteur .card-secteur {

    border: 0 solid none;
    border-radius: 10px;
    background-color: #0E182B;
    color: #cbcbd3;
    /* display: flex; */
    /* flex: 1; */
    margin-bottom: 20px;
}

.secteur .card-secteur:hover {

    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.267);
    transition: all 0.5s ease;

}

.secteur .column-top {

    min-width: 100%;
    background-color: transparent;
    border-radius: 0px 0px 10px 10px;

}

.secteur .column-bottom {

    width: 100%;
    background-color: #0E182B;
    border-radius: 0px 0px 10px 10px;

}

.secteur .card-secteur .card-text-secteur {
    margin: 20px;
}

.secteur .card-secteur .card-text-secteur h3 {

    padding: 20px 0%;
    font-weight: 800;
}

.secteur .card-secteur .card-text-secteur p {

    line-height: 25px;
    padding-bottom: 20px;
}

.secteur .card-secteur .card-img-secteur {

    width: 100%;
    /* background-color: #E0E0E0; */
}

.secteur .card-secteur .card-img-secteur img {

    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 10px 10px 0px 0px;
}


/* Nos valeur */

#faq {


    overflow: hidden;
    width: 100%;

    background-color: #0E182B;
    background-image: url('img/marteau.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.valeur-container {
    padding-top: 30px;
    padding: 30px;
    width: 100%;
    /* height: 300px; */
    background-color: rgba(14, 24, 43, 0.8);

}

.section-header,
.section-title {
    font-weight: 800;
    margin: 20px 0%;
}

.section-title-border-buttom {
    width: 30%;
    height: 2px;
    background-color: #FC9308;
}

.section-header .section-description {
    /* text-align: center; */
    padding-bottom: 40px;
    color: #fff;
    font-weight: normal;
}



#faq .faq-list {
    margin: 20px 0%;
    list-style: none;
    color: #fff;
    width: 100%;
}

#faq .faq-list li {
    /* border-bottom: 1px solid #f0f0f0; */
    margin-bottom: 0px;
    padding-bottom: 10px;
}

#faq .faq-list .question {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 25px 15%;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
    background-color: rgba(240, 240, 240, 0.2);
    border-bottom: 3px solid #FEB215;
}

#faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
    vertical-align: middle;
    padding: 30px 5%

}

#faq .faq-list p {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

#faq .faq-list .icon-show {
    display: none;
}

#faq .faq-list .collapsed {
    color: #fff;
}

#faq .faq-list .collapsed:hover {
    color: #fff;
    background-color: #0E182B;
}

#faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

#faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/* partenariat */

.partenaire {

    padding-top: 30px;
    text-align: center;

}

.partenaire h1 {

    font-weight: 800;
    margin: 20px 0%;
}

.partenaire .card-partenaire {

    width: 100%;
    border-radius: 30px;
    padding: 10px;
    margin: 5px;

}

/* .partenaire .card-partenaire img {

    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 30px;
} */
.partenaire .card-partenaire .card-img-secteur {
    width: 100%;
    background-color: #cbcbd3;
    text-align: center;
    height: 350px;
}

.partenaire .card-partenaire .card-img-secteur img {
    max-width: 100%;
    min-height: 100%;
    display: block;
    border-radius: 10px 10px 0px 0px;
    padding: auto;
}

.partenaire .column-top {

    min-width: 100%;
    background-color: transparent;
    border-radius: 0px 0px 10px 10px;

}

.partenaire .column-bottom {

    width: 100%;
    background-color: #0E182B;
    border-radius: 0px 0px 10px 10px;

}

.partenaire .card-partenaire .card-text-secteur {
    padding: 20px;
    text-align: center;
}

.partenaire .card-partenaire .card-text-secteur h5 {

    color: #FEB215;
}

.partenaire .card-partenaire .card-text-secteur p {

    line-height: 25px;
    padding-bottom: 20px;
}

.card-partenaire .social-links {
    padding-top: 0px;
}

.card-partenaire .social-links a {
    font-size: 15px;
    background: transparent;
    color: #FC9206;
    /* padding: 8px 0; */
    /* margin-right: 4px; */
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 2px solid #FC9206;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card-partenaire .social-links a i {
    line-height: 0;
}

.partenaire .social-links a:hover {
    background: #FC9206;
    color: #fff;
}


/* PAGE CONTACT */

.our-contact {

    padding-top: 50px;
    padding-bottom: 50px;
    color: #cbcbd3;
    /* margin-top: 150px; */

}

.our-contact h3 {

    font-weight: 500;
    font-size: 20px;
}

.our-contact-border-buttom {
    width: 30%;
    height: 2px;
    background-color: #FC9308;
}

.our-contact .our-adresse-content {
    padding-top: 50px;
    font-size: 15px;
    line-height: 20px;
}

.form {
    padding-top: 50px;
}

.form .btn-sender {

    color: #fff;
    text-decoration: none;
    background-color: #FC9308;
    padding: 15px 60px;
    border-radius: 5px;
}

.form .btn-sender:hover {

    color: #fff;
    background-color: #0E182B;
    transition: 0.5s;
}

.form input::placeholder {

    font-size: 15px;
}

.map {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #cbcbd3;
}

/* END PAGE CONTACT */

/* PAGE A EXPERTISE */

.expertises {
    /* padding: 70px 3.5%; */
    padding-top: 70px;
    padding-bottom: 70px;

    width: 100%;
}

.expertises .expertise-bloc {
/* rgba(240, 240, 240, 0.2); */
    background-color:  #0E182B;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.expertises .image-expertise {

    width: 100%;
    text-align: center;
}

.expertises .image-expertise img {

    max-width: 100%;
    max-height: 100%;
    display: block;
}

.expertises .expertise-presentation h1 {
    margin-bottom: 30px;
    font-weight: 800;
}

.expertises .disponible {

    margin: 15px 0%;
    font-weight: 600;
    color: #FC9206;
}

/* END PAGE  */
.footer {
    color: #cbcbd3;
    padding-top: 50px;
    padding-right: 3.5%;
    padding-bottom: 50px;
    padding-left: 3.5%;
    border-radius: 50px 50px 0px 0px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0E182B), color-stop(80%, #0E182B));
    background-image: linear-gradient(to right, #0E182B 20%, #0E182B 80%);
}

.footer .footer-border-buttom {
    width: 30%;
    height: 2px;
    background-color: #FC9308;
}

.footer .link-racourcis {
    padding-top: 25px;
    font-size: 15px;

}

.footer .link-racourcis a {
    display: block;
    margin: 10px 0%;
    text-decoration: none;
    color: #cbcbd3;

}

.footer .link-racourcis a:hover {
    display: block;
    margin: 10px 0%;
    text-decoration: none;
    color: #FC9308;

}

.footer h3 {
    font-weight: 500;
    font-size: 20px;


}

.footer .img-container {
    /* position: relative; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

@media screen and (max-width : 994px) {
    
    .footer .img-container {
        /* position: relative; */
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
}

.footer .adresse .adresse-content {

    padding-top: 25px;
    font-size: 15px;
    line-height: 25px;
}

.footer .adresse .horraire {
    padding-top: 30px;
}


.footer .social-links {
    padding-top: 20px;
}

.footer .social-links a {
    font-size: 15px;
    background: transparent;
    color: #FC9206;
    /* padding: 8px 0; */
    /* margin-right: 4px; */
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 2px solid #FC9206;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .social-links a i {
    line-height: 0;
}

.footer .social-links a:hover {
    background: #FC9206;
    color: #fff;
}

.copy {

    color: #cbcbd3;
    padding: 20px;

}

.copy .time {

    text-align: right;
}

.copy .time .open {

    color: #00BD52;
    font-weight: 300;
}