@import "template/know_more.css";
@import "template/devis.css";
@import "template/modal/contact.css";
section {
    padding: 1rem;
}

h2 {
    font-size: 26px !important;
}

main {
    padding: 0 7rem;
}

.typed-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: montserrat, sans-serif, helvetica neue;
    color: white;
    background: url('/img/6177f5cf1acdd.jpg') center;
    height: 25rem;
    font-size: 32px;
    padding-left: 3rem;
}

.typed-container a {
    width: 21rem;
    font-size: 20px;
}

#ask_repair_btn:hover {
    color: black !important;
}



.typed-container .schedule {
    width: auto;
    transition-duration: 1s;
}

.typed-container .schedule img {
    filter: invert(1);
}

.typed-container .schedule img:hover {
    filter: invert(0);
}

.typed-container p {
    font-size: 16px;
    margin: 2rem 0;
}

.typed-js {
    color: #097FE6;
    font-weight: bolder;
}

#scheduleRdvModal .links a {
    display: flex;
    align-items: center;
    color: white;
    width: auto;
    margin: 1rem 0;
    border-radius: 5px;
}


.help {
    scroll-behavior: smooth;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: montserrat, sans-serif, helvetica neue;
    padding: 3rem 0;
    overflow-y: hidden;
}

.help .nav-link {
    transition-duration: 0.5s;
    padding: 1rem;
    margin: 0 1rem;
    background: #f1f1f1;
    color: black;
    width: 12rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pills-tab-nav {
    font-family: montserrat, sans-serif, helvetica neue !important;

    text-align: center;
}

.help .nav-link>div {
    margin: 1rem 0;
}

.help .nav-link .title {
    font-weight: bold;
    font-size: 18px;
}

.help h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 3rem;
    font-family: montserrat, sans-serif, helvetica neue !important;
}

.help .ico {
    margin-bottom: 1rem;
}

.ui.steps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ui.steps .step img {
    filter: invert(1);
}

#pills-home .title{
    font-family: montserrat, sans-serif, helvetica neue !important;
    margin-bottom: 2rem;
    font-weight: normal;
    text-align: center;
}

#pills-home .dropdown-equipement{
    display: none;
}

#pills-home .equipement {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 2rem;
}

#pills-home .equipement::-webkit-scrollbar-track-piece{
    background-color: white;
}

#pills-home .equipement .item {
    background: white;
    margin: 1rem;
    transition-duration: 0.5s;
    width: 10rem;
    height: 11rem;
}

#pills-home .equipement .nav-link {
    background: none;
    height: 11rem;
    width: 11rem;
    margin: 0;
    align-items: center;
    border: solid 2px lightgray;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pills-home .equipement .nav-link div{
   height: inherit;
}
#pills-home .equipement .nav-link span{
   margin: 0.5rem 0;
    color: black;
}

#pills-home .equipement .nav-link.active {
    background: none;
    color: black;
    border: solid 3px lightblue;
}

.item a {
    height: 10rem;
}

#pills-home .equipement .item:hover,
.service .item:hover {
    transform: translateY(-0.5rem);
}

.service {
    background: #EDEBEB;
    width: 100%;
    height: 32rem;
    padding: 0;
    display: none;
}

.service.show{
    display: block;
}

.service .localisation {
    position: relative;
    top: -5%;
    left: -5%;
    border-radius: 10px 0px 10px 0px;
    color: white;
    padding: 0.5rem 1rem;
    width: 8rem;
}

.service .link {
    font-weight: bold;
    text-decoration: underline;
    transition-duration: 0.25s;
}

.service .content {
    display: flex;
    justify-content: center;
    margin: 1rem 3rem;
    padding: 1rem;
    height: 25rem;
}

.service .content .item {
    background: white;
    border-radius: 1rem;
    margin: 1rem;
    padding: 1rem;
    height: 24rem;
    width: 20rem;
    min-width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition-duration: 0.25s;
}

.service .content .item:hover {
    transform: translateY(-0.5rem);
}

.service .content img {
    width: 3rem;
}

.service .content .title {

    font-size: 18px;
    height: 4rem;
}

.service .content .descr {
    font-size: 15px;
    margin: 3rem 0 1rem;
    height: 6rem;
}

.team .content {
    margin: 1rem 0;
}

#pills-tabContent {
    width: 100%;
}

#pills-tab-nav>li {
    transition-duration: 0.25s;
}
#pills-tab-nav>li:hover {
     transform: translateY(-0.5rem);
 }

#form_rep{
    width: 50%;
}

#pills-assistance label{
    font-family: montserrat, sans-serif, helvetica neue !important;
    font-weight: normal !important;
}

@media screen and (max-width: 1050px) {
    #pills-tab-nav>li {
        margin: 1rem 0;
    }
    #pills-home .equipement {
        padding-left: 90%;
    }

    .service{
        height: auto;
    }

    .service .content {
        flex-wrap: wrap;
        height: auto;
    }
    .help .content .title {
        font-size: 16px;
    }
    .help .content .descr {
        font-size: 12px;
        height: auto;
    }
    .help .content .link {
        font-size: 15px;
    }
    .help .content .item {
        max-width: 15rem;
    }
    .ui.unstackable.steps {
        flex-wrap: wrap;
    }
    .nav.nav-pills {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 550px) {
    main {
        padding: 0;
    }

    .help{
        height: 30rem;
    }

    .help > h1{
        position: absolute;
    }
    .help h1 {
        text-align: center;

    }
    .help .content {
        flex-wrap: wrap;
        height: auto;
    }
    .help .content .item {
        border-bottom: solid 1px lightgray;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .service {
        height: auto;
        padding-bottom: 5rem;
    }
    #pills-home .equipement {

        display: none;
    }
    #pills-home{
        height:20rem;
    }
    #pills-home .dropdown-equipement li{
        padding: 0.5rem  0;
    }
    #pills-home .dropdown-equipement li button{
        height: 5rem;

    }

    #pills-home .dropdown-equipement,
    #pills-home .dropdown-equipement .title
    {
        display: block !important;
        text-align: center;

    }



    #pills-tab-nav{
        margin-left: 30rem;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        position: relative;
        top: 10rem;

    }
    #pills-tab-nav>li {
        margin: 1rem 0;
    }




    #pills-home .title{
        display: none;

    }

    .service #pills-tabContent{
        position: relative;
        top: 0;
    }

    #pills-devis{
        margin: 0 1rem !important;
    }

    #form_rep{
        width: 100% !important;
    }


}